/* 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/themecarousel/assets/css/jsn_is_carouseltheme.css */
/*==================================== SEOCONTENT START =================================*/ .jsn-themecarousel-seocontent { display: none; } /*==================================== SEOCONTENT END =================================*/ .jsn_carousel_prev_button { background: url(/plugins/jsnimageshow/themecarousel/assets/images/prev.png) no-repeat scroll left top; left: 35px; } .jsn_carousel_next_button { background: url(/plugins/jsnimageshow/themecarousel/assets/images/next.png) no-repeat scroll left top; right: 35px; } .jsn_carousel_next_button, .jsn_carousel_prev_button { height: 42px; margin-top: -25px; position: absolute; top: 50%; width: 42px; z-index: 988; cursor: pointer; display: none; }

/* FILE: /plugins/jsnimageshow/themecarousel/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/themecarousel/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; } #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; } #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/themecarousel/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/themecarousel/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/themecarousel/assets/css/fancybox/fancybox.png); background-position: -40px -30px; } #fancybox-right-ico { background-image: url(/plugins/jsnimageshow/themecarousel/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/themecarousel/assets/css/fancybox/fancybox-x.png); } #fancybox-bg-ne { top: -20px; right: -20px; background-image: url(/plugins/jsnimageshow/themecarousel/assets/css/fancybox/fancybox.png); background-position: -40px -162px; } #fancybox-bg-e { top: 0; right: -20px; height: 100%; background-image: url(/plugins/jsnimageshow/themecarousel/assets/css/fancybox/fancybox-y.png); background-position: -20px 0px; } #fancybox-bg-se { bottom: -20px; right: -20px; background-image: url(/plugins/jsnimageshow/themecarousel/assets/css/fancybox/fancybox.png); background-position: -40px -182px; } #fancybox-bg-s { bottom: -20px; left: 0; width: 100%; background-image: url(/plugins/jsnimageshow/themecarousel/assets/css/fancybox/fancybox-x.png); background-position: 0px -20px; } #fancybox-bg-sw { bottom: -20px; left: -20px; background-image: url(/plugins/jsnimageshow/themecarousel/assets/css/fancybox/fancybox.png); background-position: -40px -142px; } #fancybox-bg-w { top: 0; left: -20px; height: 100%; background-image: url(/plugins/jsnimageshow/themecarousel/assets/css/fancybox/fancybox-y.png); } #fancybox-bg-nw { top: -20px; left: -20px; background-image: url(/plugins/jsnimageshow/themecarousel/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/themecarousel/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/themecarousel/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/themecarousel/assets/css/fancybox/fancybox-x.png) 0px -40px; } #fancybox-title-float-right { padding: 0 0 0 15px; background: url(/plugins/jsnimageshow/themecarousel/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/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/system/easyslider/assets/css/easyslider.css */
.jsn-es-hidden { opacity: 0 !important; visibility: hidden !important; display: none !important; } .jsn-es-draggable { cursor: -webkit-grab; cursor: -moz-grab; } .jsn-es-draggable:active, .jsn-es-draggable-dragging { cursor: -webkit-grabbing; cursor: -moz-grabbing; } .jsn-es-background { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; overflow: hidden; z-index: 1; } .jsn-es-background { pointer-events: all !important; } .jsn-es-background .jsn-es-loading { position: absolute; display: block; top: 50%; left: 50%; width: 30px; height: 30px; background: rgba(255, 255, 255, 0.7); -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); border: 1px solid #2e6da4; border-radius: 50%; z-index: 2; } .jsn-es-background .jsn-es-loading:before, .jsn-es-background .jsn-es-loading:after { content: ''; position: absolute; top: 50%; left: 50%; width: 22px; height: 22px; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); border-radius: 50%; border: 3px solid #2e6da4; box-sizing: border-box; } .jsn-es-background .jsn-es-loading:before { border-top-color: transparent; } .jsn-es-background .jsn-es-loading:after { width: 10px; height: 10px; z-index: 4; border-width: 2px; } .jsn-es-background iframe { max-width: 1000% !important; } .jsn-es-background.slide-background iframe { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); } video.jsn-es-video { position: absolute; display: block; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); } .jsn-es-slider, .jsn-es-slider * { box-sizing: border-box; /* Prevent user selection for native like experience */ -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: transparent; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; } .jsn-es-slider * { pointer-events: none; z-index: 0; } .jsn-es-slider { display: block; position: relative; box-sizing: content-box; max-width: 100%; } .jsn-es-slide-progress { background: rgba(100,100,100,0.1); display: none; position: relative; /*z-index: 999;*/ } .jsn-es-slide-progress-bar { background: #768dc2; height: 4px; width: 0%; } .jsn-es-viewport { display: inline-block; position: relative; width: 100%; height: 100%; box-sizing: content-box; overflow: hidden; } .jsn-es-viewport { -webkit-transform-style: flat; transform-style: flat; } .jsn-es-viewport * { -webkit-transform-style: preserve-3d; transform-style: preserve-3d; } .jsn-es-stage { display: block; position: absolute; top: 50%; left: 50%; overflow: visible; z-index: 2; } .jsn-es-global .jsn-es-items { position: relative; top: 0; left: 0; width: 100%; height: 100%; z-index: 3; } .jsn-es-slides, .jsn-es-slide, .jsn-es-swiper { display: block; position: absolute; padding: 0; margin: 0; top: 0; left: 0; width: 100%; height: 100%; list-style: none; } .jsn-es-slide, .jsn-es-slide * { /*visibility: hidden;*/ -webkit-transform-style: flat; transform-style: flat; /*pointer-events: none !important;*/ } .jsn-es-slide { pointer-events: none !important; } .jsn-es-global { z-index: 2; } .jsn-es-slides { z-index: 1; } .jsn-es-items { display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; list-style: none; pointer-events: none !important; padding: 0; margin: 0; z-index: 2; } .jsn-es-item { position: absolute; top: 50%; left: 50%; width: 0; height: 0; padding: 0; margin: 0; } .jsn-es-item, .jsn-es-item * { -webkit-transform-style: flat; transform-style: flat; backface-visibility: visible; pointer-events: all !important; } .jsn-es-item a, .jsn-es-item a:hover, .jsn-es-item a:active { cursor: pointer; text-decoration: none; } .jsn-es-item .item-offset { display: block; position: absolute; -webkit-perspective: 1000px; perspective: 1000px; transform: translate3d(0px,0px,0px); -webkit-transform: translateX(0px) translateY(0px) translateZ(0px); } .jsn-es-item .item-animation, .jsn-es-item .item-container { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; border: 1px solid transparent; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; /*overflow: hidden;*/ } .jsn-es-item .item-content { position: relative; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: center; -ms-flex-pack: distribute; justify-content: space-around; width: 100%; height: 100%; filter: none !important; padding: 0; margin: 0; z-index: 2; } .jsn-es-nav svg { max-width: 10000px; } .jsn-es-nav { display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 3; } .jsn-es-nav-buttons { font-size: 16.5px; line-height: 1.25; font-family: 'Lato', sans-serif; font-weight: 300; } .jsn-es-nav-pagination { top: auto; margin-bottom: 15px; text-align: center; font-weight: 400; font-size: 1em; font-family: 'Lato', Arial, sans-serif; } .jsn-es-nav .jsn-es-next, .jsn-es-nav .jsn-es-next *, .jsn-es-nav .jsn-es-prev, .jsn-es-nav .jsn-es-prev * .jsn-es-nav .jsn-es-pagination, .jsn-es-nav .jsn-es-pagination * { pointer-events: all !important; cursor: pointer; } /*.jsn-es-nav-pagination {*/ /*list-style: none;*/ /*white-space: nowrap;*/ /*top: auto;*/ /*left: 0;*/ /*right: 0;*/ /*bottom: 0;*/ /*padding: 0;*/ /*margin: 5px;*/ /*text-align: center;*/ /*}*/ /*.jsn-es-pagination > * {*/ /*display: inline-block;*/ /*position: relative;*/ /*margin: 1px;*/ /*font-size: 0;*/ /*width: 10px;*/ /*height: 10px;*/ /*box-sizing: content-box;*/ /*border: 5px solid rgba(0,0,0,0);*/ /*border-radius: 50%;*/ /*background-clip: content-box;*/ /*}*/ /*.jsn-es-pagination > * {*/ /*cursor: pointer;*/ /*color: rgba(0,0,0,0.7);*/ /*pointer-events: all !important;*/ /*background-color: rgba(255,255,255,0.5);*/ /*transition: all 300ms ease;*/ /*}*/ /*.jsn-es-pagination > *:hover {*/ /*background-color: rgba(255,255,255,0.9);*/ /*}*/ /*.jsn-es-pagination > *:active,*/ /*.jsn-es-pagination > *.jsn-es-active {*/ /*transition: none 0ms;*/ /*background-color: rgba(0,0,0,0.5);*/ /*color: rgba(255,255,255,0.8)*/ /*}*/ .jsn-es-cube { display: block; position: absolute; top: 0%; left: 0%; width: 100%; height: 100%; } .jsn-es-cuboid, .jsn-es-cuboid * { -webkit-transform-style: preserve-3d; transform-style: preserve-3d; } .jsn-es-cuboid { display: block; position: absolute; top: 0; left: 0; } .jsn-es-cuboid-face { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #ddd; box-sizing: border-box; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .jsn-es-cuboid-front { background-color: black; } .jsn-es-cuboid-left, .jsn-es-cuboid-right { left: 50%; /*background-color: rgba(50,50,50,0.3);*/ } .jsn-es-cuboid-back { /*background-color: rgba(0,0,0,0.3);*/ } .jsn-es-cuboid-top, .jsn-es-cuboid-bottom { top: 50%; /*background-color: rgba(50,50,50,0.3);*/ } /* SVG wrap */ .svg-wrap { position: absolute; width: 0px; height: 0px; overflow: hidden; } .jsn-es-flat-slider .jsn-es-items { -webkit-transform-style: flat !important; transform-style: flat !important; } .bg-parallax { width: 100%; height: 100%; } .none-bg { background: none !important; } .slide-background-effect { width: 100%; height: 100%; } .jsn-es-background.slide-background { border: none; padding: 0; margin: 0 0; } .jsn-es-slider ul, .jsn-es-slides { margin: 0px !important; padding: 0; }

/* FILE: /plugins/system/easyslider/assets/lib/arrows-nav/css/component.css */
/*@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);*/ .jsn-es-nav-buttons a { position: absolute; top: 50%; display: block; outline: none; text-align: left; z-index: 1000; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .jsn-es-nav-buttons a.jsn-es-prev { left: 0; } .jsn-es-nav-buttons a.jsn-es-next { right: 0; } .jsn-es-nav-buttons a svg { display: block; margin: 0 auto; padding: 0; } .jsn-es-nav h3 { z-index: 10; } /* Individual styles */ /*--------------------*/ /* Slide out */ /*--------------------*/ .color-1 { background: #bdc3c7; } .jsn-es-nav-slide .jsn-es-icon-wrap { position: relative; z-index: 100; display: block; padding: 20px; background-color: #fff; } .jsn-es-nav-slide svg.jsn-es-icon { fill: rgba(30, 30, 30, 0.8) /* common color */; } .jsn-es-nav-slide div { position: absolute; top: 50%; padding: 0 30px; background-color: rgba(30, 30, 30, 0.8) /* common color */; -webkit-transition: -webkit-transform 0.3s; transition: transform 0.3s; } .jsn-es-nav-slide a.jsn-es-prev div { left: 100%; padding-right: 40px; -webkit-transform: translateY(-50%) translateX(-100%); transform: translateY(-50%) translateX(-100%); } .jsn-es-nav-slide a.jsn-es-next div { right: 100%; padding-left: 40px; text-align: right; -webkit-transform: translateY(-50%) translateX(100%); transform: translateY(-50%) translateX(100%); } .jsn-es-nav-slide h3 { position: relative; margin: 0; padding: 20px 0; color: #fff; white-space: nowrap; font-weight: 300; font-size: 1.3em; line-height: 1.5; } .jsn-es-nav-slide div h3 span { display: block; color: #95a5a6; font-style: italic; font-size: 65%; font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif; } .jsn-es-nav-slide img { position: absolute; top: 0; height: 100%; } .jsn-es-nav-slide a.jsn-es-prev img { right: 0; } .jsn-es-nav-slide a.jsn-es-next img { left: 0; } .jsn-es-nav-slide a:hover div { -webkit-transform: translateY(-50%) translateX(0); transform: translateY(-50%) translateX(0); } /*--------------------*/ /* Image bar */ /*--------------------*/ .color-2 { background: rgba(30, 30, 30, 0.8) /* common color */; } .jsn-es-nav-imgbar a { overflow: hidden; width: 100px; height: 90%; background-color: transparent; -webkit-transition: background-color 0.3s; transition: background-color 0.3s; } .jsn-es-nav-imgbar .jsn-es-icon-wrap { position: relative; top: 50%; z-index: 100; display: block; margin: 0 auto; padding: 30px; -webkit-transition: -webkit-transform 0.3s; transition: transform 0.3s; } .jsn-es-nav-imgbar a.jsn-es-prev .jsn-es-icon-wrap { -webkit-transform: translateY(-50%) translateX(10px); transform: translateY(-50%) translateX(10px); } .jsn-es-nav-imgbar a.jsn-es-next .jsn-es-icon-wrap { -webkit-transform: translateY(-50%) translateX(-10px); transform: translateY(-50%) translateX(-10px); } .jsn-es-nav-imgbar svg.jsn-es-icon { fill: #fff; } .jsn-es-nav-imgbar img { position: absolute; top: 0; min-width: 100%; min-height: 100%; opacity: 0; -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; transition: opacity 0.3s, transform 0.3s; } .jsn-es-nav-imgbar a.jsn-es-prev img { left: 0; -webkit-transform: translateX(100%); transform: translateX(100%); } .jsn-es-nav-imgbar a.jsn-es-next img { right: 0; -webkit-transform: translateX(-100%); transform: translateX(-100%); } .jsn-es-nav-imgbar a:hover { background-color: rgba(255, 255, 255, 0.7); } .jsn-es-nav-imgbar a:hover .jsn-es-icon-wrap { -webkit-transform: translateY(-50%) translateX(0); transform: translateY(-50%) translateX(0); } .jsn-es-nav-imgbar a:hover img { opacity: 0.6; -webkit-transform: translateX(0); transform: translateX(0); } /*--------------------*/ /* Circle pop */ /*--------------------*/ .color-3 { background: #cc6055; } .jsn-es-nav-circlepop a { margin: 0 30px; width: 50px; height: 50px; } .jsn-es-nav-circlepop a::before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 50%; background: #fff; content: ''; opacity: 0; -webkit-transition: -webkit-transform 0.3s, opacity 0.3s; transition: transform 0.3s, opacity 0.3s; -webkit-transform: scale(0.9); transform: scale(0.9); } .jsn-es-nav-circlepop .jsn-es-icon-wrap { position: relative; display: block; margin: 10% 0 0 10%; width: 80%; height: 80%; } .jsn-es-nav-circlepop a.jsn-es-next .jsn-es-icon-wrap { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .jsn-es-nav-circlepop .jsn-es-icon-wrap::before, .jsn-es-nav-circlepop .jsn-es-icon-wrap::after { position: absolute; left: 25%; width: 3px; height: 50%; background: #fff; content: ''; -webkit-transition: -webkit-transform 0.3s, background-color 0.3s; transition: transform 0.3s, background-color 0.3s; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .jsn-es-nav-circlepop .jsn-es-icon-wrap::before { -webkit-transform: translateX(-50%) rotate(30deg); transform: translateX(-50%) rotate(30deg); -webkit-transform-origin: 0 100%; transform-origin: 0 100%; } .jsn-es-nav-circlepop .jsn-es-icon-wrap::after { top: 50%; -webkit-transform: translateX(-50%) rotate(-30deg); transform: translateX(-50%) rotate(-30deg); -webkit-transform-origin: 0 0; transform-origin: 0 0; } .jsn-es-nav-circlepop a:hover::before { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } .jsn-es-nav-circlepop a:hover .jsn-es-icon-wrap::before, .jsn-es-nav-circlepop a:hover .jsn-es-icon-wrap::after { background: #cc6055; } .jsn-es-nav-circlepop a:hover .jsn-es-icon-wrap::before { -webkit-transform: translateX(-50%) rotate(45deg); transform: translateX(-50%) rotate(45deg); } .jsn-es-nav-circlepop a:hover .jsn-es-icon-wrap::after { -webkit-transform: translateX(-50%) rotate(-45deg); transform: translateX(-50%) rotate(-45deg); } /*--------------------*/ /* Rounded slide */ /*--------------------*/ .color-4 { background-color: rgba(30, 30, 30, 0.8) /* common color */; } .jsn-es-nav-roundslide a { margin: 0 20px; padding: 15px; width: 62px; height: 62px; border-radius: 40px; background: rgba(255, 255, 255, 0.9) /* common color */; -webkit-transition: width 0.3s, background-color 0.3s; transition: width 0.3s, background-color 0.3s; } .jsn-es-nav-roundslide .jsn-es-icon-wrap { position: absolute; width: 32px; } .jsn-es-nav-roundslide a.jsn-es-prev .jsn-es-icon-wrap { left: 15px; } .jsn-es-nav-roundslide a.jsn-es-next .jsn-es-icon-wrap { right: 15px; } .jsn-es-nav-roundslide svg.jsn-es-icon { fill: rgba(30, 30, 30, 0.8) /* common color */; } .jsn-es-nav-roundslide h3 { position: absolute; top: 0; margin: 0; color: rgba(30, 30, 30, 0.8) /* common color */; text-transform: uppercase; white-space: nowrap; letter-spacing: 1px; font-weight: 400; font-size: 0.85em; line-height: 4.45; opacity: 0; -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; transition: opacity 0.3s, transform 0.3s; } .jsn-es-nav-roundslide a.jsn-es-prev h3 { right: 20px; -webkit-transform: translateX(100%); transform: translateX(100%); } .jsn-es-nav-roundslide a.jsn-es-next h3 { left: 20px; -webkit-transform: translateX(-100%); transform: translateX(-100%); } .jsn-es-nav-roundslide a:hover { width: 200px; background: #fff; } .jsn-es-nav-roundslide a:hover h3 { opacity: 1; -webkit-transition-delay: 0.1s; transition-delay: 0.1s; -webkit-transform: translateX(0); transform: translateX(0); } /*--------------------*/ /* Slit (inspired by Jam3) */ /*--------------------*/ .color-5 { background: #cdd2d5; } .jsn-es-nav-slit .jsn-es-icon-wrap { position: relative; display: block; padding: 45px 5px; background-color: #939a9f; } .jsn-es-nav-slit svg.jsn-es-icon { -webkit-transition: -webkit-transform 0.3s 0.3s; transition: transform 0.3s 0.3s; fill: #fff; } .jsn-es-nav-slit div { position: absolute; top: 0; width: 200px; height: 100%; background-color: #939a9f; -webkit-transition: -webkit-transform 0.3s 0.3s; transition: transform 0.3s 0.3s; -webkit-perspective: 1000px; perspective: 1000px; } .jsn-es-nav-slit a.jsn-es-prev div { left: 0; -webkit-transform: translateX(-100%); transform: translateX(-100%); } .jsn-es-nav-slit a.jsn-es-next div { right: 0; text-align: right; -webkit-transform: translateX(100%); transform: translateX(100%); } .jsn-es-nav-slit h3 { position: absolute; top: 100%; margin: 0; padding: 0 20px; width: 100%; height: 30%; background: rgba(30, 30, 30, 0.8) /* common color */; color: #fff; text-transform: uppercase; white-space: nowrap; letter-spacing: 1px; font-weight: 500; font-size: 0.75em; line-height: 2.75; -webkit-transition: -webkit-transform 0.3s; transition: transform 0.3s; -webkit-transform: rotateX(-90deg); transform: rotateX(-90deg); -webkit-transform-origin: 50% 0; transform-origin: 50% 0; -webki-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .jsn-es-nav-slit img { position: absolute; top: 0; left: 0; width: 100%; } .jsn-es-nav-slit a:hover svg.jsn-es-icon { -webkit-transition-delay: 0s; transition-delay: 0s; } .jsn-es-nav-slit a.jsn-es-prev:hover svg.jsn-es-icon { -webkit-transform: translateX(-100%); transform: translateX(-100%); } .jsn-es-nav-slit a.jsn-es-next:hover svg.jsn-es-icon { -webkit-transform: translateX(100%); transform: translateX(100%); } .jsn-es-nav-slit a:hover div { -webkit-transform: translateX(0); transform: translateX(0); } .jsn-es-nav-slit a:hover h3 { -webkit-transition-delay: 0.6s; transition-delay: 0.6s; -webkit-transform: rotateX(0deg); transform: rotateX(0deg); } /*--------------------*/ /* Reveal */ /*--------------------*/ .color-6 { background-color: #af7ac4; } .jsn-es-nav-reveal a { overflow: hidden; width: 40px; height: 120px; background-color: rgba(142, 68, 173, 0.6); -webkit-transition: width 0.4s, background-color 0.4s; transition: width 0.4s, background-color 0.4s; -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); } .jsn-es-nav-reveal .jsn-es-icon-wrap { position: absolute; z-index: 100; padding: 44px 4px; width: 40px; } .jsn-es-nav-reveal a.jsn-es-prev .jsn-es-icon-wrap { left: 0; } .jsn-es-nav-reveal a.jsn-es-next .jsn-es-icon-wrap { right: 0; } .jsn-es-nav-reveal svg.jsn-es-icon { fill: #af7ac4; } .jsn-es-nav-reveal div { position: absolute; top: 0; padding: 0 50px; width: 400px; height: 100%; } .jsn-es-nav-reveal a.jsn-es-prev div { left: 0; padding-right: 130px; text-align: right; } .jsn-es-nav-reveal a.jsn-es-next div { right: 0; padding-left: 130px; } .jsn-es-nav-reveal h3 { position: relative; margin: 0; padding: 20px 0; color: #fff; font-weight: 300; font-size: 1.45em; line-height: 1.2; } .jsn-es-nav-reveal div h3 span { display: block; padding-top: 10px; color: #542568; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; font-size: 50%; } .jsn-es-nav-reveal img { position: absolute; top: 10px; height: 100px; } .jsn-es-nav-reveal a.jsn-es-prev img { right: 10px; } .jsn-es-nav-reveal a.jsn-es-next img { left: 10px; } .jsn-es-nav-reveal a:hover { width: 400px; background-color: #8e44ad; } /*--------------------*/ /* Thumb flip */ /*--------------------*/ .color-7 { background-color: #c1b8ab; } .jsn-es-nav-thumbflip a { -webkit-perspective: 1000px; perspective: 1000px; } .jsn-es-nav-thumbflip a.jsn-es-prev { -webkit-perspective-origin: 100% 50%; perspective-origin: 100% 50%; } .jsn-es-nav-thumbflip a.jsn-es-next { -webkit-perspective-origin: 0% 50%; perspective-origin: 0% 50%; } .jsn-es-nav-thumbflip .jsn-es-icon-wrap { display: block; width: 100px; height: 100px; background-color: #b1a798; -webkit-transition: background-color 0.3s; transition: background-color 0.3s; } .jsn-es-nav-thumbflip svg.jsn-es-icon { position: relative; top: 50%; -webkit-transition: fill 0.3s; transition: fill 0.3s; -webkit-transform: translateY(-50%); transform: translateY(-50%); fill: #fff; } .jsn-es-nav-thumbflip img { position: absolute; top: 0; -webkit-transition: -webkit-transform 0.3s; transition: transform 0.3s; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .jsn-es-nav-thumbflip a.jsn-es-prev img { left: 100%; -webkit-transform: rotateY(90deg); transform: rotateY(90deg); -webkit-transform-origin: 0% 50%; transform-origin: 0% 50%; } .jsn-es-nav-thumbflip a.jsn-es-next img { right: 100%; -webkit-transform: rotateY(-90deg); transform: rotateY(-90deg); -webkit-transform-origin: 100% 50%; transform-origin: 100% 50%; } .jsn-es-nav-thumbflip a:hover .jsn-es-icon-wrap { background-color: #fff; } .jsn-es-nav-thumbflip a:hover svg.jsn-es-icon { fill: #c1b8ab; } .jsn-es-nav-thumbflip a:hover img { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); } /*--------------------*/ /* Double flip */ /*--------------------*/ .color-8 { background-color: #47c9af; } .jsn-es-nav-doubleflip a { -webkit-perspective: 1000px; perspective: 1000px; } .jsn-es-nav-doubleflip a.jsn-es-prev { -webkit-perspective-origin: 100% 50%; perspective-origin: 100% 50%; } .jsn-es-nav-doubleflip a.jsn-es-next { -webkit-perspective-origin: 0% 50%; perspective-origin: 0% 50%; } .jsn-es-nav-doubleflip .jsn-es-icon-wrap { position: relative; z-index: 100; display: block; width: 130px; height: 100px; background-color: #16a085; -webkit-transition: background-color 0.3s 0.3s; transition: background-color 0.3s 0.3s; } .jsn-es-nav-doubleflip svg.jsn-es-icon { position: relative; top: 50%; -webkit-transition: fill 0.3s 0.3s; transition: fill 0.3s 0.3s; -webkit-transform: translateY(-50%); transform: translateY(-50%); fill: #fff; } .jsn-es-nav-doubleflip div { position: absolute; top: 0; width: 100%; height: 100%; -webkit-transition: -webkit-transform 0.3s 0.3s; transition: transform 0.3s 0.3s; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; } .jsn-es-nav-doubleflip a.jsn-es-prev div, .jsn-es-nav-doubleflip a.jsn-es-prev h3 { left: 100%; -webkit-transform: rotateY(90deg); transform: rotateY(90deg); -webkit-transform-origin: 0% 50%; transform-origin: 0% 50%; } .jsn-es-nav-doubleflip a.jsn-es-next div, .jsn-es-nav-doubleflip a.jsn-es-next h3 { right: 100%; -webkit-transform: rotateY(-90deg); transform: rotateY(-90deg); -webkit-transform-origin: 100% 50%; transform-origin: 100% 50%; } .jsn-es-nav-doubleflip img, .jsn-es-nav-doubleflip h3 { position: absolute; top: 0; width: 100%; height: 100%; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .jsn-es-nav-doubleflip h3 { margin: 0; padding: 1.75em 1em 0; background-color: #16a085; color: #fff; text-align: center; text-transform: uppercase; letter-spacing: 1px; font-weight: 300; font-style: italic; font-size: 1.15em; line-height: 1; -webkit-transition: -webkit-transform 0.3s; transition: transform 0.3s; } .jsn-es-nav-doubleflip a:hover .jsn-es-icon-wrap { background-color: #fff; -webkit-transition-delay: 0s; transition-delay: 0s; } .jsn-es-nav-doubleflip a:hover svg.jsn-es-icon { fill: #47c9af; -webkit-transition-delay: 0s; transition-delay: 0s; } .jsn-es-nav-doubleflip a:hover div, .jsn-es-nav-doubleflip a:hover h3 { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); } .jsn-es-nav-doubleflip a:hover div { -webkit-transition-delay: 0s; transition-delay: 0s; } .jsn-es-nav-doubleflip a:hover h3 { -webkit-transition-delay: 0.3s; transition-delay: 0.3s; } /*--------------------*/ /* Multi thumb */ /*--------------------*/ .color-9 { background-color: #e65b61; } .jsn-es-nav-multithumb a { width: 60px; height: 100px; } .jsn-es-nav-multithumb .jsn-es-icon-wrap { position: absolute; top: 50%; display: block; width: 32px; height: 32px; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .jsn-es-nav-multithumb a.jsn-es-next .jsn-es-icon-wrap { right: 0; } .jsn-es-nav-multithumb .jsn-es-icon-wrap::after { position: absolute; top: 50%; width: 20px; height: 1px; background: #fff; content: ''; -webkit-transition: width 0.3s 0.2s; transition: width 0.3s 0.2s; -webkit-backface-visibility: hidden; /* needed because of Chrome bug with prefixed calc */ backface-visibility: hidden; } .jsn-es-nav-multithumb a.jsn-es-prev .jsn-es-icon-wrap::after { left: -webkit-calc(100% - 10px); left: calc(100% - 10px); } .jsn-es-nav-multithumb a.jsn-es-next .jsn-es-icon-wrap::after { right: -webkit-calc(100% - 10px); right: calc(100% - 10px); } .jsn-es-nav-multithumb svg.jsn-es-icon { fill: #fff; } .jsn-es-nav-multithumb div { position: absolute; top: -25%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -ms-flex-align: end; width: 170px; pointer-events: none; -webkit-box-align: end; -webkit-align-items: flex-end; align-items: flex-end; } .jsn-es-nav-multithumb div::after { position: absolute; top: 100%; left: 0; margin: 20px 5px 0; width: 100%; color: #fff; text-transform: uppercase; letter-spacing: 10px; font-weight: 300; font-size: 0.7em; opacity: 0; -webkit-transition: -webkit-transform 0.3s, opacity 0.3s; transition: transform 0.3s, opacity 0.3s; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .jsn-es-nav-multithumb a.jsn-es-prev div::after { content: 'Previous'; } .jsn-es-nav-multithumb a.jsn-es-next div::after { content: 'Next'; text-align: right; } .jsn-es-nav-multithumb a.jsn-es-prev div { left: 40px; } .jsn-es-nav-multithumb a.jsn-es-next div { right: 40px; } .jsn-es-nav-multithumb div img { margin: 0 5px; opacity: 0; box-shadow: 0 1px 0 #fff, 0 -1px 0 #fff; -webkit-transition: -webkit-transform 0.3s, opacity 0.3s; transition: transform 0.3s, opacity 0.3s; -webkit-transform: scale(0.3); transform: scale(0.3); } .jsn-es-nav-multithumb a.jsn-es-prev div img { float: left; } .jsn-es-nav-multithumb a.jsn-es-next div img { float: right; } .jsn-es-nav-multithumb a:hover { width: 200px; } .jsn-es-nav-multithumb a:hover .jsn-es-icon-wrap::after { width: 200px; -webkit-transition-delay: 0s; transition-delay: 0s; } .jsn-es-nav-multithumb a:hover div { pointer-events: auto; } .jsn-es-nav-multithumb a:hover div::after { opacity: 1; -webkit-transition-delay: 0.2s; transition-delay: 0.2s; -webkit-transform: translateY(0); transform: translateY(0); } .jsn-es-nav-multithumb a:hover img { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } .jsn-es-nav-multithumb a:hover div img:first-child { -webkit-transition-delay: 0.3s; transition-delay: 0.3s; } .jsn-es-nav-multithumb a:hover div img:nth-child(2) { -webkit-transition-delay: 0.35s; transition-delay: 0.35s; } .jsn-es-nav-multithumb a:hover div img:nth-child(3) { -webkit-transition-delay: 0.4s; transition-delay: 0.4s; } /*--------------------*/ /* Fillpath (http://www.nizuka.fr/)*/ /*--------------------*/ .color-10 { background: #f3cf3f; } .jsn-es-nav-fillpath a { width: 100px; height: 100px; } .jsn-es-nav-fillpath .jsn-es-icon-wrap { position: relative; display: block; width: 100%; height: 100%; z-index: 10; } .jsn-es-nav-fillpath a::before, .jsn-es-nav-fillpath a::after, .jsn-es-nav-fillpath .jsn-es-icon-wrap::before, .jsn-es-nav-fillpath .jsn-es-icon-wrap::after { position: absolute; left: 50%; width: 3px; height: 50%; background: rgba(30, 30, 30, 0.8) /* common color */; content: ''; -webkit-transition: -webkit-transform 0.3s; transition: transform 0.3s; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .jsn-es-nav-fillpath .jsn-es-icon-wrap::before, .jsn-es-nav-fillpath .jsn-es-icon-wrap::after { z-index: 100; height: 0; background: #fff; -webkit-transition: height 0.3s, -webkit-transform 0.3s; transition: height 0.3s, transform 0.3s; } .jsn-es-nav-fillpath a::before, .jsn-es-nav-fillpath .jsn-es-icon-wrap::before { top: 50%; -webkit-transform: translateX(-50%) rotate(-135deg); transform: translateX(-50%) rotate(-135deg); -webkit-transform-origin: 50% 0%; transform-origin: 50% 0%; } .jsn-es-nav-fillpath a.jsn-es-next::before, .jsn-es-nav-fillpath a.jsn-es-next .jsn-es-icon-wrap::before { -webkit-transform: translateX(-50%) rotate(135deg); transform: translateX(-50%) rotate(135deg); -webkit-transform-origin: 50% 0%; transform-origin: 50% 0%; } .jsn-es-nav-fillpath a::after, .jsn-es-nav-fillpath .jsn-es-icon-wrap::after { top: 50%; -webkit-transform: translateX(-50%) rotate(-45deg); transform: translateX(-50%) rotate(-45deg); -webkit-transform-origin: 0 0; transform-origin: 0 0; } .jsn-es-nav-fillpath a.jsn-es-next::after, .jsn-es-nav-fillpath a.jsn-es-next .jsn-es-icon-wrap::after { -webkit-transform: translateX(-50%) rotate(45deg); transform: translateX(-50%) rotate(45deg); -webkit-transform-origin: 100% 0%; transform-origin: 100% 0%; } .jsn-es-nav-fillpath h3 strong { white-space: nowrap; } .jsn-es-nav-fillpath h3 { position: absolute; top: 50%; margin: 0; color: #fff; text-transform: uppercase; font-weight: 300; font-size: 0.85em; opacity: 0; -webkit-transition: -webkit-transform 0.3s, opacity 0.3s; transition: transform 0.3s, opacity 0.3s; } .jsn-es-nav-fillpath a.jsn-es-prev h3 { left: 100%; -webkit-transform: translateY(-50%) translateX(-50%); transform: translateY(-50%) translateX(-50%); } .jsn-es-nav-fillpath a.jsn-es-next h3 { right: 100%; text-align: right; -webkit-transform: translateY(-50%) translateX(50%); transform: translateY(-50%) translateX(50%); } .jsn-es-nav-fillpath a:hover .jsn-es-icon-wrap::before, .jsn-es-nav-fillpath a:hover .jsn-es-icon-wrap::after { height: 50%; } .jsn-es-nav-fillpath a:hover::before, .jsn-es-nav-fillpath a:hover .jsn-es-icon-wrap::before { -webkit-transform: translateX(-50%) rotate(-125deg); transform: translateX(-50%) rotate(-125deg); } .jsn-es-nav-fillpath a.jsn-es-next:hover::before, .jsn-es-nav-fillpath a.jsn-es-next:hover .jsn-es-icon-wrap::before { -webkit-transform: translateX(-50%) rotate(125deg); transform: translateX(-50%) rotate(125deg); } .jsn-es-nav-fillpath a:hover::after, .jsn-es-nav-fillpath a:hover .jsn-es-icon-wrap::after { -webkit-transform: translateX(-50%) rotate(-55deg); transform: translateX(-50%) rotate(-55deg); } .jsn-es-nav-fillpath a.jsn-es-next:hover::after, .jsn-es-nav-fillpath a.jsn-es-next:hover .jsn-es-icon-wrap::after { -webkit-transform: translateX(-50%) rotate(55deg); transform: translateX(-50%) rotate(55deg); } .jsn-es-nav-fillpath a:hover h3 { opacity: 1; -webkit-transform: translateY(-50%) translateX(0); transform: translateY(-50%) translateX(0); } /*--------------------*/ /* Grow Pop */ /*--------------------*/ .jsn-es-nav-growpop .jsn-es-icon-wrap { position: relative; z-index: 100; display: block; padding: 20px 10px; border: 0px solid #b24e44; background: #b24e44; -webkit-transition: border-width 0.3s 0.15s; transition: border-width 0.3s 0.15s; } .jsn-es-nav-growpop svg.jsn-es-icon { fill: #fff; } .jsn-es-nav-growpop div { position: absolute; top: 50%; padding: 20px; width: 440px; height: 144px; background: #fff; opacity: 0; -webkit-transition: -webkit-transform 0.3s, opacity 0.3s; transition: transform 0.3s, opacity 0.3s; } .jsn-es-nav-growpop a.jsn-es-prev div { left: 0; padding: 20px 140px 20px 70px; text-align: right; -webkit-transform: translateY(-50%) translateX(-100%) scale(0.75); transform: translateY(-50%) translateX(-100%) scale(0.75); } .jsn-es-nav-growpop a.jsn-es-next div { right: 0; padding: 20px 70px 20px 140px; -webkit-transform: translateY(-50%) translateX(100%) scale(0.75); transform: translateY(-50%) translateX(100%) scale(0.75); } .jsn-es-nav-growpop span { display: block; padding-bottom: 5px; border-bottom: 1px solid #ddd; color: #cdcdcd; text-transform: uppercase; letter-spacing: 1px; font-weight: 400; font-size: 0.7em; line-height: 1.2; } .jsn-es-nav-growpop h3 { margin: 0; padding: 8px 0 10px; color: #818181; font-weight: 300; font-size: 1.325em; line-height: 1.2; } .jsn-es-nav-growpop div p { margin: 0; color: #b24e44; font-style: italic; font-size: 75%; font-family: "Lucida Bright", Georgia, serif; } .jsn-es-nav-growpop img { position: absolute; top: 20px; } .jsn-es-nav-growpop a.jsn-es-prev img { right: 20px; } .jsn-es-nav-growpop a.jsn-es-next img { left: 20px; } .jsn-es-nav-growpop a:hover .jsn-es-icon-wrap { border-top-width: 40px; border-bottom-width: 40px; -webkit-transition-delay: 0s; transition-delay: 0s; } .jsn-es-nav-growpop a:hover div { opacity: 1; -webkit-transition-delay: 0.3s; transition-delay: 0.3s; -webkit-transform: translateY(-50%) translateX(0) scale(1); transform: translateY(-50%) translateX(0) scale(1); } /*--------------------*/ /* Diamond */ /*--------------------*/ .jsn-es-nav-diamond a { margin: 0 30px; } .jsn-es-nav-diamond .jsn-es-icon-wrap { position: absolute; width: 100%; height: 100%; z-index: 100; } .jsn-es-nav-diamond svg.jsn-es-icon { fill: #fff; position: relative; stroke-width: 2; stroke: #fff; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .jsn-es-nav-diamond div { position: relative; overflow: hidden; width: 70px; height: 70px; background: rgba(30, 30, 30, 0.8) /* common color */; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: scale(0.6); transform: scale(0.6); -webkit-transition: -webkit-transform 0.3s; transition: transform 0.3s; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .jsn-es-nav-diamond img { position: absolute; top: 50%; left: 50%; opacity: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; transition: opacity 0.3s, transform 0.3s; } .jsn-es-nav-diamond a.jsn-es-prev img { -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg) scale(2); transform: translateX(-50%) translateY(-50%) rotate(45deg) scale(2); } .jsn-es-nav-diamond a.jsn-es-next img { -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(2); transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(2); } .jsn-es-nav-diamond a:hover div { -webkit-transform: scale(1) rotate(-45deg); transform: scale(1) rotate(-45deg); } .jsn-es-nav-diamond a.jsn-es-next:hover div { -webkit-transform: scale(1) rotate(45deg); transform: scale(1) rotate(45deg); } .jsn-es-nav-diamond a:hover img { opacity: 0.8; } .jsn-es-nav-diamond a.jsn-es-prev:hover img { -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg) scale(1); transform: translateX(-50%) translateY(-50%) rotate(45deg) scale(1); } .jsn-es-nav-diamond a.jsn-es-next:hover img { -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(1); transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(1); } /*--------------------*/ /* Fill Slide */ /*--------------------*/ .color-10 { background-color: #dcc6e0; } .jsn-es-nav-fillslide .jsn-es-icon-wrap { position: relative; z-index: 100; display: block; padding: 65px 10px; background: #b68dbe; overflow: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .jsn-es-nav-fillslide .jsn-es-icon-wrap::before { content: ''; position: absolute; width: 100%; height: 110%; background: #fff; top: 0; left: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: -webkit-transform 0.3s 0.3s; transition: transform 0.3s 0.3s; } .jsn-es-nav-fillslide a.jsn-es-prev .jsn-es-icon-wrap::before { -webkit-transform: translateX(-100%); transform: translateX(-100%); } .jsn-es-nav-fillslide a.jsn-es-next .jsn-es-icon-wrap::before { -webkit-transform: translateX(100%); transform: translateX(100%); } .jsn-es-nav-fillslide svg.jsn-es-icon { fill: #736176; position: relative; z-index: 100; } .jsn-es-nav-fillslide div { position: absolute; padding: 20px; top: 0; width: 440px; height: 154px; background: #fff; -webkit-transition: -webkit-transform 0.3s; transition: transform 0.3s; } .jsn-es-nav-fillslide a.jsn-es-prev div { left: 0; padding: 20px 150px 20px 70px; text-align: right; border-radius: 0 6px 6px 0; -webkit-transform: translateX(-100%); transform: translateX(-100%); } .jsn-es-nav-fillslide a.jsn-es-next div { right: 0; padding: 20px 70px 20px 150px; border-radius: 6px 0 0 6px; -webkit-transform: translateX(100%); transform: translateX(100%); } .jsn-es-nav-fillslide div span { display: inline-block; padding: 5px; color: #d0c2d3; border-top: 1px solid #d8cfda; text-transform: uppercase; letter-spacing: 1px; font-weight: 400; font-size: 0.7em; line-height: 1.2; } .jsn-es-nav-fillslide h3 { margin: 0; padding: 8px 0 10px; color: #736176; font-weight: 400; font-size: 1.35em; line-height: 1.2; font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif; } .jsn-es-nav-fillslide img { position: absolute; top: 20px; border: 5px solid #736176; } .jsn-es-nav-fillslide a.jsn-es-prev img { right: 20px; } .jsn-es-nav-fillslide a.jsn-es-next img { left: 20px; } .jsn-es-nav-fillslide a:hover .jsn-es-icon-wrap::before { -webkit-transform: translateX(0); transform: translateX(0); -webkit-transition-delay: 0s; transition-delay: 0s; } .jsn-es-nav-fillslide a:hover div { -webkit-transition-delay: 0.3s; transition-delay: 0.3s; -webkit-transform: translateX(0); transform: translateX(0); } /*--------------------*/ /* Circle slide */ /*--------------------*/ .jsn-es-nav-circleslide a { margin: 0 20px; } .jsn-es-nav-circleslide .jsn-es-icon-wrap { position: relative; z-index: 100; display: block; padding: 19px; } .jsn-es-nav-circleslide svg.jsn-es-icon { fill: #fff; -webkit-transition: fill 0.3s; transition: fill 0.3s; } .jsn-es-nav-circleslide div { position: absolute; width: 100%; height: 100%; top: 0; left: 0; overflow: hidden; background-color: rgba(30, 30, 30, 0.8) /* common color */; border-radius: 50%; -webkit-transform: scale(0.7); transform: scale(0.7); opacity: 0; -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.1s 0s; transition: transform 0.3s, opacity 0.3s, background-color 0.1s 0s; } .jsn-es-nav-circleslide img { display: block; border-radius: 50%; -webkit-transition: -webkit-transform 0.3s; transition: transform 0.3s; } .jsn-es-nav-circleslide a.jsn-es-prev img { -webkit-transform: translateX(-100%); transform: translateX(-100%); } .jsn-es-nav-circleslide a.jsn-es-next img { -webkit-transform: translateX(100%); transform: translateX(100%); } .jsn-es-nav-circleslide a:hover div { opacity: 1; background-color: transparent; /* Trick to hide the visible border of image */ -webkit-transform: scale(1); transform: scale(1); -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.1s 0.2s; transition: transform 0.3s, opacity 0.3s, background-color 0.1s 0.2s; } .jsn-es-nav-circleslide a:hover img { -webkit-transform: translateX(0); transform: translateX(0); } @media screen and (max-width: 520px) { .jsn-es-nav-slide a.jsn-es-prev, .jsn-es-nav-reveal a.jsn-es-prev, .jsn-es-nav-doubleflip a.jsn-es-prev, .jsn-es-nav-fillslide a.jsn-es-prev, .jsn-es-nav-growpop a.jsn-es-prev { -webkit-transform-origin: 0% 50%; transform-origin: 0% 50%; } .jsn-es-nav-slide a.jsn-es-next, .jsn-es-nav-reveal a.jsn-es-next, .jsn-es-nav-doubleflip a.jsn-es-next, .jsn-es-nav-fillslide a.jsn-es-next, .jsn-es-nav-growpop a.jsn-es-next { -webkit-transform-origin: 100% 50%; transform-origin: 100% 50%; } .jsn-es-nav-slide a, .jsn-es-nav-reveal a, .jsn-es-nav-doubleflip a, .jsn-es-nav-fillslide a { -webkit-transform: scale(0.6); transform: scale(0.6); } .jsn-es-nav-growpop a { -webkit-transform: translateY(-50%) scale(0.6); transform: translateY(-50%) scale(0.6); } }

/* FILE: /plugins/system/easyslider/assets/lib/dot-nav/css/component.css */
/* Common styles and resets */ .dotstyle ul { position: relative; display: inline-block; margin: 0; padding: 0; list-style: none; cursor: default; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .dotstyle li { position: relative; display: block; float: left; margin: 0 8px; width: 16px; height: 16px; cursor: pointer; } .dotstyle li a { top: 0; left: 0; width: 100%; height: 100%; outline: none; border-radius: 50%; background-color: #fff; background-color: rgba(255, 255, 255, 0.3); text-indent: -999em; /* make the text accessible to screen readers */ cursor: pointer; position: absolute; } .dotstyle li a:focus { outline: none; } /* Individual styles and effects */ /* Fill up */ .dotstyle-fillup li a { overflow: hidden; background-color: transparent; box-shadow: inset 0 0 0 2px white; -webkit-transition: background 0.3s ease; transition: background 0.3s ease; } .dotstyle-fillup li a::after { content: ''; position: absolute; bottom: 0; height: 0; left: 0; width: 100%; background-color: #fff; box-shadow: 0 0 1px #fff; -webkit-transition: height 0.3s ease; transition: height 0.3s ease; } .dotstyle-fillup li a:hover, .dotstyle-fillup li a:focus { background-color: rgba(0, 0, 0, 0.2); } .dotstyle-fillup li.current a::after { height: 100%; } /* Scale up */ .dotstyle-scaleup li a { -webkit-transition: -webkit-transform 0.3s ease, background-color 0.3s ease; transition: transform 0.3s ease, background-color 0.3s ease; } .dotstyle-scaleup li a:hover, .dotstyle-scaleup li a:focus { background-color: white; } .dotstyle-scaleup li.current a { background-color: white; -webkit-transform: scale(1.5); transform: scale(1.5); } /* Stroke */ .dotstyle-stroke li a { box-shadow: 0 0 0 2px rgba(255, 255, 255, 0); -webkit-transition: box-shadow 0.3s ease, background-color 0.3s ease; transition: box-shadow 0.3s ease, background-color 0.3s ease; } .dotstyle-stroke li a:hover, .dotstyle-stroke li a:focus { background-color: white; } .dotstyle-stroke li.current a { background-color: transparent; box-shadow: 0 0 0 2px white; } /* Fill in */ .dotstyle-fillin li a { background-color: transparent; box-shadow: inset 0 0 0 2px white; -webkit-transition: box-shadow 0.3s ease; transition: box-shadow 0.3s ease; } .dotstyle-fillin li a:hover, .dotstyle-fillin li a:focus { box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.6) } .dotstyle-fillin li.current a { box-shadow: inset 0 0 0 8px white; } /* Circle grow */ .dotstyle-circlegrow li a { overflow: hidden; background-color: transparent; box-shadow: inset 0 0 0 2px white; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease; } .dotstyle-circlegrow li a::after { content: ''; position: absolute; width: 100%; height: 100%; left: 0; border-radius: 50%; background-color: #fff; -webkit-transform: scale(0); transform: scale(0); -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; -webkit-transition: -webkit-transform 0.3s ease; transition: transform 0.3s ease; } .dotstyle-circlegrow li a:hover, .dotstyle-circlegrow li a:focus { opacity: 0.7; } .dotstyle-circlegrow li.current a::after { -webkit-transform: scale(1); transform: scale(1); } /* Dot to stroke */ .dotstyle-dotstroke li a { box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.5); -webkit-transition: box-shadow 0.3s ease; transition: box-shadow 0.3s ease; } .dotstyle-dotstroke li a:hover, .dotstyle-dotstroke li a:focus { box-shadow: inset 0 0 0 8px white; } .dotstyle-dotstroke li.current a { box-shadow: inset 0 0 0 2px white; } /* SVG draw circle stroke */ .dotstyle-drawcircle li { width: 18px; height: 18px; } .dotstyle-drawcircle li a { top: 3px; left: 3px; width: 12px; height: 12px; background-color: rgba(0, 0, 0, 0.5) /* common color */; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease; } .dotstyle-drawcircle li svg { z-index: 10; } .dotstyle-drawcircle li svg circle { opacity: 0; fill: none; stroke: #fff; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 39 39; stroke-dashoffset: 39; /* length of circle path (pi*2r) */ -webkit-transition: stroke-dashoffset 0.3s, opacity 0.3s; transition: stroke-dashoffset 0.3s, opacity 0.3s; } .dotstyle-drawcircle li.current a, .dotstyle-drawcircle li a:hover, .dotstyle-drawcircle li a:focus { opacity: 0.5; } .dotstyle-drawcircle li.current svg circle { opacity: 1; stroke-dashoffset: 0; -webkit-transition: stroke-dashoffset 0.3s, opacity 0.15s; transition: stroke-dashoffset 0.3s, opacity 0.15s; } /* Small dot with stroke */ .dotstyle-smalldotstroke li { border-radius: 50%; box-shadow: 0 0 0 2px rgba(255, 255, 255, 0); -webkit-transition: box-shadow 0.3s ease; transition: box-shadow 0.3s ease; } .dotstyle-smalldotstroke li a { background-color: rgba(255, 255, 255, 0.7); -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease; transition: background-color 0.3s ease, transform 0.3s ease; } .dotstyle-smalldotstroke li a:hover, .dotstyle-smalldotstroke li a:focus, .dotstyle-smalldotstroke li.current a { background-color: white } .dotstyle-smalldotstroke li.current a { -webkit-transform: scale(0.4); transform: scale(0.4); } .dotstyle-smalldotstroke li.current { box-shadow: 0 0 0 2px white; } /* Puff */ .dotstyle-puff li a { border: 2px solid #fff; -webkit-transition: border-color 0.3s ease; transition: border-color 0.3s ease; } .dotstyle-puff li a::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; visibility: hidden; background: rgba(0, 0, 0, 0.5) /* common color */; border-radius: 50%; box-shadow: 0 0 1px rgba(0, 0, 0, 0.5) /* common color */; opacity: 0; -webkit-transform: scale(3); transform: scale(3); -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease, visibility 0s 0.3s; transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s; } .dotstyle-puff li a:hover, .dotstyle-puff li a:focus, .dotstyle-puff li.current a { border-color: rgba(0, 0, 0, 0.5) /* common color */; } .dotstyle-puff li.current a::after { visibility: visible; opacity: 1; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease; transition: opacity 0.3s ease, transform 0.3s ease; } /* 3D Flip */ .dotstyle-flip li { -webkit-perspective: 1000px; perspective: 1000px; } .dotstyle-flip li a { background-color: transparent; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease; transition: transform 0.3s ease, opacity 0.3s ease; } .dotstyle-flip li a::before, .dotstyle-flip li a::after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 50%; background-color: white; content: ''; text-indent: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .dotstyle-flip li a::after { background-color: rgba(0, 0, 0, 0.5) /* common color */; -webkit-transform: rotateY(180deg); transform: rotateY(180deg); } .dotstyle-flip li a:hover, .dotstyle-flip li a:focus { opacity: 0.8; } .dotstyle-flip li.current a { -webkit-transform: rotateY(180deg); transform: rotateY(180deg); } /* Tooltip */ .dotstyle-tooltip li { border: 2px solid #fff; border-radius: 50%; z-index: 1; -webkit-transition: border-color 0.3s ease; transition: border-color 0.3s ease; } .dotstyle-tooltip li a { top: auto; bottom: 250%; left: 50%; visibility: hidden; white-space: nowrap; padding: 0 10px; width: auto; height: auto; border-radius: 0; background-color: rgba(0, 0, 0, 0.5) /* common color */; color: #fff; text-indent: 0; line-height: 2; opacity: 0; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s ease; transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s ease; } .dotstyle-tooltip li a::after { /* http: //cssarrowplease.com/ */ position: absolute; left: 50%; margin-left: -6px; width: 0; height: 0; border: solid transparent; border-width: 6px; border-color: transparent; border-top-color: rgba(0, 0, 0, 0.5) /* common color */; content: ''; pointer-events: none; top: 100%; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease; } .no-touch .dotstyle-tooltip li:hover a, .dotstyle-tooltip li.current a { z-index: 100; visibility: visible; opacity: 1; -webkit-transform: translateX(-50%) translateY(0%); transform: translateX(-50%) translateY(0%); -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease; transition: transform 0.3s ease, opacity 0.3s ease; } .dotstyle-tooltip li.current { border-color: rgba(0, 0, 0, 0.5) /* common color */; } .dotstyle-tooltip li:hover { z-index: 100; } .no-touch .dotstyle-tooltip ul:hover li.current a { opacity: 0.2; } .dotstyle-tooltip ul li.current:hover a { opacity: 1; } /* Dot move */ .dotstyle-dotmove li:last-child { position: absolute; left: 0; margin: 0; width: 48px; -webkit-transition: -webkit-transform 0.3s ease; transition: transform 0.3s ease; } .dotstyle-dotmove li:last-child::after { content: ''; position: absolute; left: 50%; top: -1px; width: 18px; height: 18px; border-radius: 50%; background: rgba(0, 0, 0, 0.5) /* common color */; -webkit-transform: translateX(-50%); transform: translateX(-50%); } .dotstyle-dotmove li.current:first-child ~ li:last-child { -webkit-transform: translateX(0%); transform: translateX(0%); } .dotstyle-dotmove li.current:nth-child(2) ~ li:last-child { -webkit-transform: translateX(100%); transform: translateX(100%); } .dotstyle-dotmove li.current:nth-child(3) ~ li:last-child { -webkit-transform: translateX(200%); transform: translateX(200%); } .dotstyle-dotmove li.current:nth-child(4) ~ li:last-child { -webkit-transform: translateX(300%); transform: translateX(300%); } .dotstyle-dotmove li.current:nth-child(5) ~ li:last-child { -webkit-transform: translateX(400%); transform: translateX(400%); } .dotstyle-dotmove li.current:nth-child(6) ~ li:last-child { -webkit-transform: translateX(500%); transform: translateX(500%); } .dotstyle-dotmove li a { -webkit-transition: background-color 0.3s ease; transition: background-color 0.3s ease; } .dotstyle-dotmove li a:hover, .dotstyle-dotmove li a:focus { background-color: #fff; } /* Fly in */ .dotstyle-hop li a { border: 2px solid rgba(0, 0, 0, 0.5) /* common color */; background: transparent; } .dotstyle-hop li a::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; border-radius: 50%; visibility: hidden; background: #fff; opacity: 0; -webkit-transform: rotate(-100deg); transform: rotate(-100deg); -webkit-transform-origin: -200% 50%; transform-origin: -200% 50%; -webkit-transition: -webkit-transform 0.3s ease 0.3s, opacity 0.3s ease, visibility 0s 0.3s ease; transition: transform 0.3s ease 0.3s, opacity 0.3s ease, visibility 0s 0.3s ease; } .dotstyle-hop li a:focus { background: rgba(255, 255, 255, 0.2); } .dotstyle-hop li.current-from-right a::after { -webkit-transition: none; transition: none; -webkit-transform: rotate(100deg); transform: rotate(100deg); -webkit-transform-origin: 300% 50%; transform-origin: 300% 50%; } .dotstyle-hop li.current a::after { visibility: visible; opacity: 1; -webkit-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease; transition: transform 0.3s ease, opacity 0.3s ease; } /* Fall */ .dotstyle-fall li::after { content: ''; position: absolute; width: 100%; height: 100%; visibility: hidden; opacity: 0; left: 0; background-color: rgba(0, 0, 0, 0.5) /* common color */; border-radius: 50%; -webkit-transform: translateY(-200%); transform: translateY(-200%); -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s; transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s; } .dotstyle-fall li a { -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease; transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease; } .dotstyle-fall li:hover a, .dotstyle-fall li a:focus, .dotstyle-fall li.current a { background-color: #fff; } .dotstyle-fall li.current::after { opacity: 1; visibility: visible; -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease; transition: transform 0.3s ease, opacity 0.3s ease; -webkit-transform: translateY(0%); transform: translateY(0%); } .dotstyle-fall li.current a { opacity: 0; -webkit-transform: translateY(200%); transform: translateY(200%); }
