/*
 * Boxer [Formstone Library]
 * @author Ben Plum
 * @version 1.6.6
 *
 * Copyright © 2013 Ben Plum <mr@benplum.com>
 * Released under the MIT License <http://www.opensource.org/licenses/mit-license.php>
 */
 
 	#boxer, #boxer .boxer-container, #boxer .boxer-content, #boxer-overlay {
		min-width:0!important;
		-webkit-transition: none;
		   -moz-transition: none;
		   	-ms-transition: none;
		   	 -o-transition: none;
		   	 	transition: none;
	}
 	
	#boxer-overlay { background: #000; height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: 305; }
	#boxer { background: #fff url(fs-boxer-loading.gif) no-repeat center; border-radius: 5px; box-shadow: 0 0 25px #000; padding: 10px; position: absolute; z-index: +405;}
	#boxer.inline { padding: 30px; z-index: +405;}
	#boxer .boxer-close { background: #fff url(fs-boxer-icons.png) no-repeat -70px 10px; border-radius: 100%; cursor: pointer; display: block; height: 30px; position: absolute; padding: 0; right: -8px; top: -8px; width: 30px; text-indent: -99999px; z-index: +406;}
	#boxer .boxer-close:hover { background-position: -70px -20px; }
	#boxer .boxer-container { background: #fff; height: 100%; overflow: hidden; position: relative; width: 100%; z-index: +405; zoom: 1; }
	#boxer .boxer-content { background: #fff; overflow: hidden; padding: 0; width: 10000px; }
	#boxer .boxer-image { float: left; }
	#boxer .boxer-video { height: 100%; width: 100%; }
	#boxer .boxer-iframe { float: left; height: 100%; overflow: auto; width: 100%; }
	#boxer .boxer-meta { clear: both; }
	#boxer .boxer-arrow { background: #fff url(fs-boxer-icons.png) no-repeat 0 0; border-radius: 100%;  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4); cursor: pointer; display: block; height: 40px; margin-right: auto; margin-left: auto; opacity: 0; position: absolute; text-indent: -99999px; top: 0; width: 40px; 
		-webkit-transition: opacity 0.1s linear;
		   -moz-transition: opacity 0.1s linear;
		   	-ms-transition: opacity 0.1s linear;
		   	 -o-transition: opacity 0.1s linear;
		   	 	transition: opacity 0.1s linear;
	}
	#boxer .boxer-arrow.previous { left: 20px; }
	#boxer .boxer-arrow.next { background-position: -40px 0; right: 20px; }
	#boxer .boxer-content:hover .boxer-arrow { opacity: 0.75; }
	#boxer .boxer-content .boxer-arrow:hover { opacity: 1; }
	#boxer .boxer-content:hover .boxer-arrow.disabled { opacity: 0.3; cursor: default !important; }
	
	#boxer .boxer-position { color: #999; font-size: 11px; margin: 0; padding: 15px 10px 5px; }
	#boxer .boxer-caption p { margin: 0; padding: 15px 10px 10px 10px; }
	#boxer .boxer-caption.gallery p { padding-top: 0; }
	
	
	
.framebox{	display:none;}
	.frame01{	width:536px;	margin:0 auto;overflow: auto;	padding:0 20px 0 0;}
		.frame01 *{	font-size:18px;	color:#FFF;}
		.frame01 h3{	display:block;	margin-right:0.5em;	border-bottom:solid 1px #FFF;	padding:20px 0 10px;	margin-bottom:10px;}
		.frame01 > img{	max-width:100%;}
	.minibox #boxer-overlay { background: rgb(0,0,0);	opacity:.6!important;	-webkit-transform: translate3d(0, 0, 0px);	transform: translate3d(0, 0, 0px);}
	.minibox #boxer {	background:transparent none;	border-radius: 0px; box-shadow:none; padding: 0px; 	opacity:1!important;}
	.minibox #boxer.inline { padding:0; }
	.minibox #boxer .boxer-close { background:url(../img/icon-close01.png) center center #000000 no-repeat; width: 37px; height: 37px;	overflow:hidden;	text-indent:100%;	bottom:auto;	opacity:1;	border:solid 3px #FFF;	position:absolute; right:-20px; top:-20px;	-webkit-transform: translate3d(0, 0, 1px);	transform: translate3d(0, 0, 1px);}
	.minibox #boxer .boxer-close:hover {	opacity:0.6; }
	.minibox #boxer .boxer-container { background:transparent;	-webkit-overflow-scrolling: touch;	overflow-scrolling: touch;	-webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);}
	.minibox #boxer .boxer-content { background: transparent; overflow: hidden; padding: 0; width: 536px; 	max-height:100%;}
	

@media screen and (max-width: 640px) {
	.frame01{	width:100%;		padding:0 0;}
	.frame01 *{	font-size:16px;}
	.frame01 h3{	padding:15px 0 10px;}
	.frame01 p{	font-size:14px;}
	.minibox #boxer .boxer-content { width:335px;	height:auto!important;}
	.minibox #boxer .boxer-container{	height:auto!important;}
}
@media screen and (max-width: 374px) {
	.minibox #boxer .boxer-content { width:280px;}
}