a, a:focus,
button:focus{
	outline: none;
	outline-width: none;
}
html, body{margin:0; padding:0;}
#colorbox {
	outline: 0;
}
#cboxOverlay, .cboxIframe {
	/*background: rgba(255,255,255,1.0);*/
    background: #000;
}
#cboxContent {
    margin-top: 0px;
	background: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}
#colorbox, #cboxOverlay, #cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}
#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear: left;
}
#cboxContent {
	position: relative;
}
#cboxLoadedContent {
	overflow: auto;
}
#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;
}
.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}
#colorbox, #cboxContent, #cboxLoadedContent {
	box-sizing: content-box;
}
#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}
#cboxTitle {
	position: absolute;
	bottom: 0px;
	left: 0;
	text-align: center;
	width: 100%;
	color: #fff;
	margin: 0;
	font-size: 0;
}
#cboxCurrent {
	position: absolute;
	bottom: 0px;
	left: 100px;
	color: #999;
}
#cboxSlideshow {
	position: absolute;
	bottom: 0px;
	right: 42px;
	color: #444;
}
#cboxPrevious {
	position: absolute;
	bottom: 0px;
	left: 0;
	color: #444;
}
#cboxNext {
	position: absolute;
	bottom: 0px;
	left: 63px;
	color: #444;
}
#cboxClose {
	position: absolute;
	top: -35px;
	right: 8px;
	margin-bottom:-5px;
	display: block;
	color: #333;
	width: 30px;
    height: 30px;
	text-align:right;
	font-weight: bold;
	font-size: 0;
	background:url(images/close.png) no-repeat right top;
    background-size: 100% auto;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	border: none;
}
@media screen and (max-width : 767px) {
#cboxClose {
}
}