/* 
 * Boxer v3.1.0 - 2014-07-08 
 * A jQuery plugin for displaying images, videos or content in a modal overlay. Part of the Formstone Library. 
 * http://formstone.it/boxer/ 
 * 
 * Copyright 2014 Ben Plum; MIT Licensed 
 */ 

.boxer-open {
}
.boxer-lock {
	overflow: hidden !important;
}
#boxer-overlay {
	-webkit-transition: opacity 0.25s linear;
	transition: opacity 0.25s linear;
}
#boxer * {
	-webkit-transition: none;
	transition: none;
}
#boxer.animating {
	-webkit-transition: left 0.25s ease, opacity 0.25s linear, top 0.25s ease;
	transition: left 0.25s ease, opacity 0.25s linear, top 0.25s ease;
}
#boxer.animating .boxer-container {
	-webkit-transition: height 0.25s ease, width 0.25s ease;
	transition: height 0.25s ease, width 0.25s ease;
}
#boxer.animating .boxer-content {
	-webkit-transition: opacity 0.25s linear;
	transition: opacity 0.25s linear;
}
#boxer-overlay {
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 105;
}
#boxer {
	background: #000;
	border-radius: 3px;
	box-shadow: 0 0 25px #000;
	opacity: 0;
	padding: 30px 10px 10px 10px;
	position: absolute;
	z-index: 105;
}
#boxer.inline {
	padding: 30px;
}
.boxer-open #boxer-overlay {
	opacity: 0.75;
}
.boxer-open #boxer,  .boxer-open #boxer .boxer-content {
	opacity: 1;
}
.boxer-open #boxer.loading .boxer-content {
	opacity: 0;
}
#boxer .boxer-close {
	background: #000 url(../images/close_icon.png) no-repeat 0 0;
	cursor: pointer;
	display: block;
	height: 18px;
	position: absolute;
	padding: 0;
	right: 10px;
	top: 5px;
	width: 67px;
	text-indent: -99999px;
	z-index: 106;
}
#boxer .boxer-container {
	background: #000;
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 105;
	zoom: 1;
}
#boxer .boxer-content {
	background: #000;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	width: 10000px;
}
#boxer .boxer-image {
	float: left;
	margin-bottom:10px
}
#boxer .boxer-video {
	height: 100%;
	width: 100%;
}
#boxer .boxer-iframe {
	border: none;
	float: left;
	height: 100%;
	overflow: auto;
	width: 100%;
}
#boxer .boxer-meta {
	clear: both;
}
#boxer .boxer-control {
	cursor: pointer;
	display: block;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	text-indent: -99999px;
	top: 0;
	width: 40px;
}
#boxer .boxer-control.previous {
	background: url(../images/slideIconL.png) no-repeat 0 0;
	background-size: 40px;
	left: 10px;
}
#boxer .boxer-control.next {
	background: url(../images/slideIconR.png) no-repeat 0 0;
	background-size: 40px;
	right: 10px;
}
#boxer .boxer-control.disabled {
	opacity: 0.3;
}
/*#boxer .boxer-position { color: #999; font-size: 11px; margin: 0; padding: 15px 10px 5px; }*/
#boxer .boxer-position {
	display: none;
}
#boxer .boxer-caption {
	margin: 0;
	padding: 0;
	height:100px;
  overflow-y: scroll;
  overflow-x: hidden;
scrollbar-base-color: #000;
  }
#boxer .boxer-caption::-webkit-scrollbar{
	width: 10px;
	background: #000;
}
#boxer .boxer-caption::-webkit-scrollbar-thumb{
	background: #333;
	border-radius: 5px;
}

#boxer .boxer-caption p {
	margin: 0;
	padding: 15px 10px 10px 10px;
	color:#f0f0f0;
}
#boxer .boxer-caption.gallery p {
	padding-top: 0;
}
#boxer.loading .boxer-container {
	background: #000 url(../images/jquery.fs.boxer-loading-dark.gif) no-repeat center;
}
/* Mobile */
#boxer.mobile {
	background: #000;
	border-radius: 0;
	height: 100%;
	left: 0;
	padding: 30px 0 65px 0;
	position: fixed;
	top: 0;
	width: 100%;
}
#boxer.mobile .boxer-close {
	background-color: #000;
}
#boxer.mobile .boxer-container {
	background: #000;
	position: relative;
}
#boxer.mobile .boxer-content {
	background-color: #000;
}
#boxer.mobile .boxer-control {
	background-color: transparent;
	border-radius: 0;
	box-shadow: none;
	margin: -11px 0 0;
	top: 50%;
	width: 16px;
	height: 22px;
}
#boxer.mobile .boxer-control.previous {
	background: url(../images/slideIconL.png) no-repeat 0 0;
	background-size: 16px;
	float: left;
	left: 2px;
}
#boxer.mobile .boxer-control.next {
	background: url(../images/slideIconR.png) no-repeat 0 0;
	background-size: 16px;
	float: right;
	right: 2px;
}
#boxer.mobile .boxer-control.disabled {
	opacity: 0.3;
}
/*#boxer.mobile .boxer-control {
	display:none;
	}
*/
#boxer.mobile .boxer-meta {
	bottom: 0;
	background-color: rgba(0, 0, 0, 1);
	left: 0;
	padding: 15px 15px 10px;
	position: absolute;
	width: 100%;
}
#boxer.mobile .boxer-position {
	padding: 10px 0 0;
}
#boxer.mobile .boxer-caption {
	margin: 0;
	padding: 0 15px;
	height:50px;
	overflow: auto !important;
	-webkit-overflow-scrolling: touch !important;
}
#boxer.mobile .boxer-caption p {
	margin: 0;
	padding: 0;
	line-height:1.5;
}
#boxer.mobile .boxer-image {
	-webkit-transition: none !important;
	transition: none !important;
	-webkit-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}
#boxer.mobile.animated .boxer-image {
	-webkit-transition: -webkit-transform 0.25s ease-out !important;
	transition: transform 0.25s ease-out !important;
}
#boxer.mobile.loading .boxer-container {
	background: #000 url(../images/jquery.fs.boxer-loading-dark.gif) no-repeat center;
}
#boxer.mobile.inline .boxer-content,  #boxer.mobile.iframe .boxer-content {
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
 @media screen and (min-width: 980px) {
/*#boxer .boxer-close:hover { background-position: -70px -20px; }*/

#boxer .boxer-control,  #boxer .boxer-control.disabled {
	opacity: 0;
}
#boxer .boxer-content:hover .boxer-control {
	opacity: 0.75;
}
#boxer .boxer-content:hover .boxer-control:hover {
	opacity: 1;
}
#boxer .boxer-content:hover .boxer-control.disabled {
	opacity: 0.3;
	cursor: default !important;
}
#boxer.mobile .boxer-control {
	opacity: 1 !important;
}
#boxer.mobile .boxer-control.disabled {
	opacity: 0.3 !important;
}
}
 @media screen and (max-width: 980px) {
#boxer.mobile {
	position: fixed;
}

}
