/**
 * 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;
}
#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%;
}
/**
 * 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: 100%;
  height: 100%;
  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: rgba(0,0,0,0.4);
}
#colorbox {
  
  /*-moz-box-shadow: 3px 3px 16px #333;
  -webkit-box-shadow: 3px 3px 16px #333;
  box-shadow: 3px 3px 16px #333;
  -moz-border-radius-bottomleft: 9px;
  -moz-border-radius-bottomright: 9px;
  -webkit-border-bottom-left-radius: 9px;
  -webkit-border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;*/
  outline: 0;
}
#colorbox, #colorbox div {
  overflow: visible; /* Required by the close button. */
}
  #cboxWrapper {
    background: #fff;
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;*/
  }
    #cboxTopLeft {
      width: 0;
      height: 0;
    }
    #cboxTopCenter {
      height: 0;
    }
    #cboxTopRight {
      width: 0;
      height: 0;
    }
    #cboxBottomLeft {
      width: 15px;
      height: 10px;
    }
    #cboxBottomCenter {
      height: 10px;
    }
    #cboxBottomRight {
      width: 15px;
      height: 10px;
    }
    #cboxMiddleLeft {
      width: 0;
    }
    #cboxMiddleRight {
      width: 0;
    }
    #cboxContent {
      background: #fff;
      overflow: hidden;
    }
      #cboxError {
        padding: 50px;
        border: 1px solid #ccc;
      }
      #cboxLoadedContent {
        margin-bottom: 28px;
      }
      #cboxTitle {
        position: absolute;
        background: rgba(255, 255, 255, 0.7);
        bottom: 28px;
        left: 0;
        color: #535353;
        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: #949494;
      }
      .cboxSlideshow_on #cboxSlideshow {
        position: absolute;
        bottom: 0px;
        right: 30px;
        background: url(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(images/controls.png) no-repeat -25px -50px;
        width: 25px;
        height: 25px;
        text-indent: -9999px;
      }
      .cboxSlideshow_off #cboxSlideshow:hover {
        background-position: -49px -50px;
      }
      #cboxPrevious, #cboxNext {
        position: fixed;
		right: 15px;
		bottom: 25px;
		top: auto;
		
		z-index: 1200;
		cursor: pointer;
		text-indent: -200px;
		
		/* position: relative;
		display: inline-block; */
		width: 3.125rem;
		width: 50px;
		height: 3.125rem;
		height: 50px;
		margin-right: 8px;
		margin-right: .5rem;
		border-radius: 50%;
		border: solid 2px #111;
		border: solid .125rem #111;
		background: none;
		font-size: 0;
      }
	  #cboxPrevious {
		right: 75px;
	  }
	  #cboxNext {
		-webkit-transform: rotate(180deg) !important;
		-ms-transform: rotate(180deg) !important;
		transform: rotate(180deg) !important;
	  }
	  #cboxPrevious::before, #cboxNext::before, #cboxPrevious::after, #cboxNext::after {
		outline: none;
		margin: 0;
		padding: 0;
		font-size: 16px;
		white-space: normal;
		box-sizing: border-box;
	  }
	  #cboxPrevious::before, #cboxNext::before, #cboxPrevious::after, #cboxNext::after {	
		width: .75rem;
		width: 12px;
		height: .125rem;
		height: 2px;
		background-color: #111;
		content: '';
		display: block;
		position: absolute;
		-webkit-transform-origin: left center;
		transform-origin: left center;
		top: calc(50% - 1px);
		top: calc(50% - .0625rem);
		left: calc(50% - 6px);
		left: calc(50% - .375rem);
	  }
	  #cboxPrevious::before {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	  }
	  #cboxPrevious::after {
	    -webkit-transform: rotate(-45deg);
	    transform: rotate(-45deg);
   	  }
	  #cboxNext::before {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	  }
      #cboxNext::after {
	    -webkit-transform: rotate(-45deg);
	    transform: rotate(-45deg);
   	  }
	  
      #cboxLoadingOverlay {
        background: #fff;
      }
      #cboxLoadingGraphic {
        background: url(images/loading_animation.gif) no-repeat center center;
      }
      #cboxClose {
        position: fixed;
		right: 20px;
		top: 25px;
		height: 30px;
		width: 30px;
		background: center center no-repeat;
		background-size: 30px 30px;
		cursor: pointer;
		background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNyIgaGVpZ2h0PSIzNyIgdmlld0JveD0iMCAwIDM3IDM3Ij4gIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlPSIjMkEyQTJBIiBzdHJva2Utd2lkdGg9IjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEgMSkiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiPiAgICA8cGF0aCBkPSJNMC4zOTc3MjcyNzMsMzQuNjAyMjcyNyBMMzQuMjYyOTg0MywwLjczNzAxNTc1Ii8+ICAgIDxwYXRoIGQ9Ik0wLjM5NzcyNzI3MywzNC42MDIyNzI3IEwzNC4yNjI5ODQzLDAuNzM3MDE1NzUiIHRyYW5zZm9ybT0ibWF0cml4KC0xIDAgMCAxIDM1IDApIi8+ICA8L2c+PC9zdmc+);
		text-indent: -9999px;
		z-index: 999999;
	}
		/*#cboxClose:after {
			display: block;
			content: '';
			position: absolute;
			top: 7px;
			right: 0;
			height: 17px;
			width: 17px;
			background: url(images/close_alt.png) 0 0 no-repeat;
			transition: background 400ms ease-in-out;
			background-size: 17px 17px;
		}*/
	  
      /*#cboxClose:hover {
        background-position: -25px -25px;
      }*/
