/* CSS for jQuery Orbit Plugin 1.2.3
 * www.ZURB.com/playground
 * Copyright 2010, ZURB
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 
 
 
/* PUT IN YOUR SLIDER ID AND SIZE TO MAKE LOAD BEAUTIFULLY
   ================================================== */

#homeSlider {

    width: 980px !important;
    height: 300px !important;
	overflow: hidden;
}
       
#responsive-orbit-slider { 
   width:980px; /* Change this to your images width */
   height:250px; /* Change this to your images height */
   overflow: hidden;
   z-index: 2;
}

#course-small-slider { 
   width:200px; /* Change this to your images width */
   height:100px; /* Change this to your images height */
   overflow: hidden;
   z-index: 2;
}

#course-large-slider { 
   width:940px; /* Change this to your images width */
   height:250px; /* Change this to your images height */
   overflow: hidden;
   z-index: 2;
}

.region-featured-slideshow .view {
    padding: 0px !important;
}



/* CONTAINER
   ================================================== */

div.orbit-wrapper {
    width: 1px;
    height: 1px;
    position: relative; 
	z-index:0;
}

div.orbit {
    width: 1px;
    height: 1px;
    position: relative;
    overflow: hidden }
    
div.orbit.with-bullets {
}

div.orbit>img {
    position: absolute;
    top: 0;
    left: 0;
    /* display: none; */ }

div.orbit>a {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0; 
    display: none; }

.orbit>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* 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.timer {
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .3;
    cursor: pointer;
    z-index: 3; 
	background-color: #fff;
	border-radius: 50px;
}

span.rotator {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: -20px;
    background: url(/images/clubsg/slider/rotator-black.png) no-repeat;
    z-index: 3; 
}

span.mask {
    display: block;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    overflow: hidden; }

span.rotator.move {
    left: 0 }

span.mask.move {
    width: 40px;
    left: 0;
    background: url(/images/clubsg/slider/timer-black.png) repeat 0 0; 
}
	

span.pause {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/images/clubsg/slider/pause-black.png) no-repeat;
    z-index: 3;
    opacity: 0; 
}

span.pause.active {
    background: url(/images/clubsg/slider/pause-black.png) no-repeat 0 -40px; 
}
	

div.timer:hover span.pause,
span.pause.active {
    opacity: 1;
}


/* CAPTIONS
   ================================================== */

.orbit-caption {
    display: none;}

.orbit-wrapper .orbit-caption {
    background: #000;
    background: rgba(0,0,0,.6);
    z-index: 3;
    text-align: center;
    padding: 7px 0;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%; }


/* DIRECTIONAL NAV
   ================================================== */

div.slider-nav {
    display: block }

div.slider-nav span {
    width: 39px;
    height: 50px;
    text-indent: -9999px;
    position: absolute;
    z-index: 1000;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 0 50%;
}

div.slider-nav span.right {
    background-image: url(/images/clubsg/slider/arrows-mobile.png);
    background-position: 100% 50%;
    right: 0; }

div.slider-nav span.left {
    background-image: url(/images/clubsg/slider/arrows-mobile.png);
    left: 0; }

#right-column div.slider-nav span,
#holevue-slider  div.slider-nav span{
    background-position: 0 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 29px;
    margin-top: -17px;
    position: absolute;
    text-indent: -9999px;
    top: 53%;
    width: 20px;
    z-index: 1000;
}
	
#right-column div.slider-nav span.right {
    background-position: 105% 50%;
    background-size: 40px auto;
}

#right-column div.slider-nav span.left {
    background-size: 40px auto;
}	

#holevue-slider div.slider-nav span.right {
    background-position: 105% 50%;
    background-size: 40px auto;
}

#holevue-slider div.slider-nav span.left {
    background-size: 40px auto;
}
/* BULLET NAV
   ================================================== */

.orbit-bullets {
    position: absolute;
    z-index: 1000;
    list-style: none;
    bottom: -26px;
    left: 50%;
    padding: 0; 
    margin: 0 0 0 -50px;
}

body div .orbit-bullets li {
    float: left;
    margin-right: 5px;
    cursor: pointer;
    color: #999;
    text-indent: -9999px;
    background: url(/images/clubsg/slider/slider_bullets.png) no-repeat;
    width: 15px;
    height: 15px;
    overflow: hidden; }

.orbit-bullets li.active {
    color: #222;
    background: url(/images/clubsg/slider/slider_bullets.png) no-repeat;
    background-position: 100% 50%;
}
    
.orbit-bullets li.has-thumb {
    background: none;
    width: 100px;
    height: 75px; }

.orbit-bullets li.active.has-thumb {
    background-position: 0 0;
    border-top: 2px solid #000; }

.slideshow-video-container .video-preview {cursor: pointer; background-color: #101010; }
.slideshow-video-container .video-wrapper {display: none;}
        
/* FLUID LAYOUT
   ================================================== */
.orbit-wrapper.fluid .orbit .fluid-placeholder { visibility: hidden; position: static; display: block; width: 100%; }
.orbit-wrapper.fluid .orbit, .orbit-wrapper.fluid { width: 100% !important; }
.orbit-wrapper.fluid .orbit-bullets { position: absolute; z-index: 1000; list-style: none; left: 50%; margin-left: -50px; padding: 0; }

#zone-slideshow { text-align: center; }

.alignleft, .calendar-links li, #zone-user-wrapper .block-title, #zone-user-wrapper .content, ul.action-links li { float: left; }

.view-display-id-ff_orbit_slider .view-content, .view-display-id-ff_nivo_slider .view-content, .view-display-id-ff_products_nivo_slider .view-content, .view-display-id-ff_product_nivo_slider .view-content, .view-display-id-ff_product_nivo_slider2 .view-content, .view-display-id-ff_AnythingSlider .views-row {
    background: none repeat scroll 0 0 transparent !important;
    padding-bottom: 2em;
}

.content, .img-wrapper, .img-container { background-color: #101010; z-index: 100; }

#region-sidebar-second .block-product-series-list .view-content ul li.views-row {
    background: url("/images/clubsg/slider/sidebar_divider.png") repeat-x scroll 0 bottom transparent !important;
    list-style: none outside none;
    margin: 0 !important;
    padding: 10px 0 !important;
}

body .view-display-id-ff_orbit_slider .view-content, body .view-display-id-ff_nivo_slider .view-content {
    background-image: url("/images/clubsg/slider/shadow-900.png");
}

body .view-display-id-ff_orbit_slider .view-content, body .view-display-id-ff_nivo_slider .view-content {
    background-image: url("/images/clubsg/slider/shadow-600.png");
    padding-bottom: 1.35em;
}

body .flexslider .field-content, body .view-display-id-ff_orbit_slider .view-content, body .view-display-id-ff_nivo_slider .view-content {
    background-image: none;
    padding: 0;
}

.clearfix:after {
    font-size: 0;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.element-invisible { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute !important; }
    
/** W <760px **/
@media only screen and (min-width: 320px) and (max-width: 768px) {
        /** hiding timer **/
        body div.timer{display: none;}
		body div.slider-nav span {width: 37px;}
        body div.slider-nav span.right {background-image: url(/images/clubsg/slider/arrows-mobile.png);}
        body div.slider-nav span.left {background-image: url(/images/clubsg/slider/orbit/arrows-mobile.png);}
        body .orbit-wrapper.fluid .orbit-bullets{bottom: -26px}
}