/**
 * Colorbox Core Style:
 * The following CSS is consistent between example themes and should not be altered.
 */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  word-wrap: break-word;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background:#756f6f;  opacity: 0.90; filter: alpha(opacity = 90);
}
#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  word-wrap: break-word;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/**
 * These elements are buttons, and may need to have additional
 * styles reset to avoid unwanted base styles.
 */
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
  cursor: pointer;
}
/**
 * Avoid outlines on :active (mouseclick),
 * but preserve outlines on :focus (tabbed navigating)
 */
#cboxPrevious:active, #cboxNext:active, #cboxClose:active, #cboxSlideshow:active {
  outline: 0;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}
.cboxIframe {
  width: 854px;
  height: 480px;
  display: block;
  border: 0;
}
/* Reset box sizing to content-box if theme is using border-box. */
#colorbox, #cboxContent, #cboxLoadedContent {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/**
 * Colorbox module default style:
 * The styles are ordered & tabbed in a way that represents
 * the nesting of the generated HTML.
 */
#cboxOverlay {  
    background:#756f6f;  opacity: 0.90; filter: alpha(opacity = 90);
}
#colorbox {
    outline: 0;
}
#cboxWrapper {
    background:transparent;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#cboxTopLeft {
    width: 15px;
    height: 15px;
}
#cboxTopCenter {
    height: 15px;
}
#cboxTopRight {
    width: 15px;
    height: 15px;
}
#cboxBottomLeft {
    width: 15px;
    height: 10px;
}
#cboxBottomCenter {
    height: 10px;
}
#cboxBottomRight {
    width: 15px;
    height: 10px;
}
#cboxMiddleLeft {
    width: 15px;
}
#cboxMiddleRight {
    width: 15px;
}
#cboxContent {
    background:transparent;
    overflow: hidden;
}
#cboxError {
    padding: 50px;
    border: 1px solid #756f6f; 
    color:#fff;
}
#cboxLoadedContent {
    margin-bottom: 28px;
}
#cboxTitle {
    position: absolute;
    background:transparent;
    bottom: 28px;
    left: 0;
    color: #fff;
    width: 100%;
    padding: 4px 6px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 60px;
    color: #fff;
}
.cboxSlideshow_on #cboxSlideshow {
    position: absolute;
    bottom: 0px;
    right: 30px;
    background: url(/sites/default/files/default_images/controls.png) no-repeat -75px -50px;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
    background-position: -101px -50px;
}
.cboxSlideshow_off #cboxSlideshow {
    position: absolute;
    bottom: 0px;
    right: 30px;
    background: url(/sites/default/files/default_images/controls.png) no-repeat -25px -50px;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
    background-position: -49px -50px;
}
#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(/sites/default/files/default_images/controls.png) no-repeat -75px 0px;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}
#cboxPrevious:hover {
    background-position: -75px -25px;
}
#cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;
    background: url(/sites/default/files/default_images/controls.png) no-repeat -50px 0px;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}
#cboxNext:hover {
    background-position: -50px -25px;
}
#cboxLoadingOverlay {
    background: #756f6f;  
}
#cboxLoadingGraphic {
    background: url(/sites/default/files/default_images/loading_animation.gif) no-repeat center center;
}
#cboxClose {
    position: fixed;    
    background: url(/sites/default/files/default_images/controls.png) no-repeat -25px 0px;
    width: 25px;
    height: 25px;        
    text-indent: -9999px;
    z-index:1000;
    top:30px;
    margin-right:auto; 
    margin-left:402px;
    right:auto;
    left:auto;        
}
#cboxClose:hover {
	background-position: -25px -25px;
}
#cboxWrapper .node-sumary{  
	padding:15px;
	margin-top:15px;
}
#node-colorbox .node-sumary,
#node-colorbox .node-sumary p,
#node-colorbox .node-sumary a{
  font-family: 'Guardian Egyptian Light';
  font-size: 19px !important;
  color: #fff !important;
}
#cboxWrapper .node-social {float:right;}
#cboxWrapper .node-social a{
	font-size: 24px; 
	color:#fff;
}
#cboxWrapper .node-social a:hover{opacity:0.8;}
        
#cboxWrapper .node-social .comments-num{
	display: inline-block;
	margin-right: 5px;
}
#cboxWrapper .node-social .social-share{
	display: inline-block;
}
        
        
