/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/

/* Fade green button on top of video screenshots */
.videoscreenshot { position: relative; bottom: 0px; right: 0px; border: none;}
.videogreenbutton { position: absolute; bottom: 0px; right: 0px; opacity: 0.0; border: none;
transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;}
.videoscreenshot:hover .videogreenbutton { display: block;
opacity: 1.0; bottom: 0px; right: 0px;
transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out; }	
	
	
	
/* No fade instant green button designed to align with screenshots with gray button  */
.screenshotimage { position: relative; border: none; }
.greenbuttonimage { position: absolute; bottom: 1; right: 0; display: none; border: none; }
.screenshotimage:hover .greenbuttonimage { display: block; }


/* Fade green button in --- Doesn't work reliably
.screenshotimage { position: relative; border: none; }
.greenbuttonimage { position: absolute; bottom: 1; right: 0; opacity: 0.0; border: none;
transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;}
.screenshotimage:hover .greenbuttonimage { display: block; bottom: 1; right: 0; opacity: 1.0; border: none;
transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out; }	*/

/* Tag overlay for home page  */
#hometag {
  position: relative;
  top: 0;
  left: 0;
}
#tagimage {
  position: absolute;
  top: 0px;
  left: 0px;
}


#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999999; overflow:hidden;}
#cboxWrapper {max-width:none;border-radius:10px;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
/* #cboxOverlay{background:url(images/overlay.png) repeat 0 0;} */
#cboxOverlay{background:#000;}
#colorbox{outline:0;}
    #cboxContent{margin-top:0px; background:#000;}
        .cboxIframe{background:#000;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:10px solid #000; background:#000; margin-bottom:20px;}
		#cboxTitle{position:absolute; bottom:6px; padding-left:10px; text-align:left; width:100%; color:#777; font-family: Arial, Helvetica, sans-serif; font-size: 11px;}
 /*      #cboxCurrent{position:absolute; bottom:6px; left:45%; color:#000; font-family: verdana, sans-serif; font-size: 11px;} */
        #cboxLoadingGraphic{background:url(../img/loading.gif) no-repeat center center;}


        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#666;}
        #cboxPrevious{position:absolute; bottom:4px; left:44%; background:url(../img/prev.png) no-repeat; width:19px; height:21px; text-indent:-9999px; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); opacity: 0.4;}
        #cboxPrevious:hover{position:absolute; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1;}
        #cboxNext{position:absolute; bottom:4px; left:53%; background:url(../img/next.png) no-repeat; width:19px; height:21px; text-indent:-9999px; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); opacity: 0.4;}
        #cboxNext:hover{position:absolute; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1;}
        #cboxClose{position:absolute; bottom:4px; right:9px; display:block; background:url(../img/close.png) no-repeat; width:66px; height:22px; text-indent:-9999px; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); opacity: 0.4;}
        #cboxClose:hover{position:absolute; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1;}
		
/* Add magnify icon on top of image */
.designimage, .iframe {
	position: relative;
	border: none;
}
.hoverimage { position: absolute; bottom: 0; right: 0; display: none; border: none; }
.designimage:hover .hoverimage { display: block; border: none;}
.iframe:hover .hoverimage { display: block; border: none;}		
	
			

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

.glyphgroup { vertical-align: bottom; position: relative; bottom: 0px; right: 0px; border: none; cursor:pointer; }
.glyph2 { vertical-align: bottom; position: absolute; bottom: 0px; right: 0px; opacity: 0.0; border: none;
transition: opacity .3s ease-in-out;
-moz-transition: opacity .3s ease-in-out;
-webkit-transition: opacity .3s ease-in-out;}
.glyphgroup:hover .glyph2 { vertical-align: bottom; display: block;
opacity: 1.0; bottom: 0px; right: 0px; transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out; }	