/* module-key = 'com.simplenia.confluence.plugins.imageslider:orbitslider', location = 'styles/orbitslider-macro.css' */
/* graceful loading state */
div.orbitslider {
	background: #000 url('/s/-8tawau/9012/134pkkn/4.9.4/_/download/resources/com.simplenia.confluence.plugins.imageslider:orbitslider/images/foundation/orbit/loading.gif') no-repeat center center;
	overflow: hidden;
	height: 300px;
}

div.orbitslider img {
	display: none;
}

div.orbitslider.orbit {
	background: none;
}

div.orbitslider.orbit img {
	display: block;
	background: white;
}

/* scale & crop mode */
div.orbitslider div.scale-and-crop {
	background-position: 50% 50%;
	background-size: cover;
}

div.orbitslider div.scale-and-crop img {
	display: none;
}

/* reset font styles of captions */
div.orbitslider-macro .orbit-wrapper .orbit-caption {
	font-size: 100%;
	font-family: inherit;
}

/* display directional navigation on hover */
div.orbitslider-macro.navigation-on-hover .orbit-wrapper .slider-nav span {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 400ms;
	-moz-transition: opacity 400ms;
	-o-transition: opacity 400ms;
	transition: opacity 400ms;
}

div.orbitslider-macro.navigation-on-hover .orbit-wrapper:hover .slider-nav span {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

/* display captions on hover */
div.orbitslider-macro.captions-on-hover .orbit-wrapper .orbit-caption {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 400ms;
	-moz-transition: opacity 400ms;
	-o-transition: opacity 400ms;
	transition: opacity 400ms;
}

div.orbitslider-macro.captions-on-hover .orbit-wrapper:hover .orbit-caption {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

/* display hand pointer on image hover */
div.orbitslider.linked img:hover,
div.orbitslider.linked div.scale-and-crop {
	cursor: hand;
	cursor: pointer;
}

/* hide timer */
div.orbitslider-macro.timer-hidden .timer {
	display: none !important;
}
/* module-key = 'com.simplenia.confluence.plugins.imageslider:orbitslider', location = 'styles/foundation.orbit.css' */
/*
 * CSS for jQuery Orbit Plugin 1.4.0
 * Maintained for Foundation. foundation.zurb.com
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 * 
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 *
 */

/* Container ---------------------- */
.orbit-wrapper { width: 1px; height: 1px; position: relative; }

.orbit { width: 1px; height: 1px; position: relative; overflow: hidden; }
.orbit .orbit-slide { max-width: 100%; position: absolute; top: 0; left: 0; }
.orbit a.orbit-slide { border: none; line-height: 0; display: none; }
.orbit div.orbit-slide { width: 100%; height: 100%; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; }

/* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the ".orbit>div" and "div.orbit>a" tags in addition to just the .orbit-wrapper */
/* Timer ---------------------- */
div.orbit-wrapper div.timer { width: 40px; height: 40px; overflow: hidden; position: absolute; top: 10px; right: 10px; opacity: .6; cursor: pointer; z-index: 11; }
div.orbit-wrapper span.rotator { display: block; width: 40px; height: 40px; position: absolute; top: 0; left: -20px; background: url('/s/-8tawau/9012/134pkkn/4.9.4/_/download/resources/com.simplenia.confluence.plugins.imageslider:orbitslider/images/foundation/orbit/rotator-black.png') no-repeat; z-index: 3; }
div.orbit-wrapper span.rotator.move { left: 0; }
div.orbit-wrapper span.mask { display: block; width: 20px; height: 40px; position: absolute; top: 0; right: 0; z-index: 2; overflow: hidden; }
div.orbit-wrapper span.mask.move { width: 40px; left: 0; background: url('/s/-8tawau/9012/134pkkn/4.9.4/_/download/resources/com.simplenia.confluence.plugins.imageslider:orbitslider/images/foundation/orbit/timer-black.png') repeat 0 0; }
div.orbit-wrapper span.pause { display: block; width: 40px; height: 40px; position: absolute; top: 0; left: 0; background: url('/s/-8tawau/9012/134pkkn/4.9.4/_/download/resources/com.simplenia.confluence.plugins.imageslider:orbitslider/images/foundation/orbit/pause-black.png') no-repeat; z-index: 4; opacity: 0; }
div.orbit-wrapper span.pause.active { background: url('/s/-8tawau/9012/134pkkn/4.9.4/_/download/resources/com.simplenia.confluence.plugins.imageslider:orbitslider/images/foundation/orbit/pause-black.png') no-repeat 0 -40px; }
div.orbit-wrapper div.timer:hover span.pause, div.orbit-wrapper div.timer:focus span.pause, div.orbit-wrapper span.pause.active { opacity: 1; }

/* Captions ---------------------- */
.orbit-caption { display: none; font-family: inherit; }

.orbit-wrapper .orbit-caption { background: black; background: rgba(0, 0, 0, 0.6); z-index: 10; color: white; text-align: center; padding: 7px 0; font-size: 13px; position: absolute; right: 0; bottom: 0; width: 100%; }

/* Directional Nav ---------------------- */
div.orbit-wrapper div.slider-nav { display: block; }
div.orbit-wrapper div.slider-nav span { width: 39px; height: 50px; text-indent: -9999px; position: absolute; z-index: 10; top: 50%; margin-top: -25px; cursor: pointer; }
div.orbit-wrapper div.slider-nav span.right { background: url('/s/-8tawau/9012/134pkkn/4.9.4/_/download/resources/com.simplenia.confluence.plugins.imageslider:orbitslider/images/foundation/orbit/right-arrow.png'); background-size: 100%; right: 0; }
div.orbit-wrapper div.slider-nav span.left { background: url('/s/-8tawau/9012/134pkkn/4.9.4/_/download/resources/com.simplenia.confluence.plugins.imageslider:orbitslider/images/foundation/orbit/left-arrow.png'); background-size: 100%; left: 0; }

/* Bullet Nav ---------------------- */
ul.orbit-bullets { z-index: 10; list-style: none; margin: 0; padding: 0; }
ul.orbit-bullets li { display: inline-block; margin: 0 2px; cursor: pointer; color: #999999; text-indent: -9999px; background: url('/s/-8tawau/9012/134pkkn/4.9.4/_/download/resources/com.simplenia.confluence.plugins.imageslider:orbitslider/images/foundation/orbit/bullets.png') no-repeat 4px 0; width: 13px; height: 12px; overflow: hidden; }
ul.orbit-bullets li.active { color: #222222; background-position: -8px 0; }
ul.orbit-bullets li.has-thumb { background: none; width: 100px; height: 75px; }
ul.orbit-bullets li.active.has-thumb { background-position: 0 0; border-top: 2px solid black; }

/* Orbit Slide Counter */
.orbit-slide-counter { position: absolute; top: 0; z-index: 99; background: rgba(0, 0, 0, 0.6); color: white; padding: 5px; }

/* Fluid Layout ---------------------- */
div.orbit img.fluid-placeholder { visibility: hidden; position: static; display: block; width: 100%; }

div.orbit, div.orbit-wrapper { width: 100% !important; }

@media only screen and (max-width: 767px) { div.orbit.orbit-stack-on-small img.fluid-placeholder { visibility: visible; }
  div.orbit.orbit-stack-on-small .orbit-slide { position: static; margin-bottom: 10px; } }
