#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	margin-left: -25px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
	background: #fff url("../../images/loading.gif") no-repeat 10px 10px;
}
#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: url("../../images/loading.gif") no-repeat;
}
#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}
#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}
#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1101;
	outline: none;
	display: none;
}
#fancybox-outer {
	position: relative;
	height: 100%;
	background: #cf2d47;
	padding: 10px 10px 10px 10px;
}
#fancybox-outer:focus {
  outline: none
}
#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #cf2d47 !important;
	background: #cf2d47;
}
#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}
#fancybox-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 41px;
	height: 41px;
	cursor: pointer;
	z-index: 1103;
	display: none;
  background: #cf2d47;
  text-align: center;
  color: #fff;
}
#fancybox-close .icon {
  font-size: 20px;
  margin-top: 10px;
  display: block;
  color: #fff;
  transition: all .3s ease 0s;
  padding: 0;
}
#fancybox-close .icon:before {
  margin: 0;
}
#fancybox-close:hover .icon,
#fancybox-close:focus .icon {
  transform: scale(1.1);
}
}
#fancybox-error {
	font-family: 'Lato',Helvetica,Arial;
	font-size: 1em;
	padding: 14px;
	margin: 0;
	color: #cf2d47;
  background: #fff;
}
#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
  overflow: hidden;
}
#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}
#fancybox-left,
#fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background: url("../../images/blank.gif");
  z-index: 1102;
  display: none;
}
#fancybox-left:focus span .icon,
#fancybox-right:focus span .icon {
  color: #fff;
}
#fancybox-left {
  left: -20px;
}
#fancybox-left:hover .fancy-ico,
#fancybox-left:focus .fancy-ico {
  left: 20px;
  opacity: 1;
}
#fancybox-right {
  right: -20px;
}
#fancybox-right:hover .fancy-ico,
#fancybox-right:focus .fancy-ico {
  left: auto;
  right: 20px;
  opacity: 1;
}
#fancybox-left-ico,
#fancybox-right-ico {
  position: absolute;
  top: 45%;
  left: -9999px;
  width: 41px;
  height: 41px;
  cursor: pointer;
  z-index: 1102;
  display: block;
  background: #cf2d47;
  color: #fff;
  text-align: center;
  transition: opacity .3s ease 0s, color .3s ease 0s;
  opacity: 0;
}
#fancybox-left-ico .icon,
#fancybox-right-ico .icon {
	position: relative;
  display: block;
  font-size: 20px;
	margin-top: 8px;
  color: #fff;
  transition: all .3s ease 0s;
}
#fancybox-left-ico:hover,
#fancybox-left-ico:focus,
#fancybox-right-ico:hover,
#fancybox-right-ico:focus {
  color: #fff;
}
#fancybox-left-ico:hover .icon,
#fancybox-left-ico:focus .icon,
#fancybox-right-ico:hover .icon,
#fancybox-right-ico:focus .icon {
  color: #fff;
}
#fancybox-left-ico .icon {
  left: 0;
}
#fancybox-left-ico:hover .icon,
#fancybox-left-ico:focus .icon {
  left: -3px;
}
#fancybox-right-ico .icon {
  right: 0;
}
#fancybox-right-ico:hover .icon,
#fancybox-right-ico:focus .icon {
  right: -3px;
}
.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}
#fancybox-title {
	font-family: 'Lato',Helvetica,Arial;;
	font-size: 1em;
	line-height: 1.50em;
	color: #fff;
	z-index: 1102;
	padding: 35px 0 10px 0;
	min-height: 0;
  background: #cf2d47;
}
.fancybox-title-outside {
	color: #fff;
	padding:0 0 10px 0;
	width: 100%;
	margin:-25px 0 0 0;
}
.fancybox-title-over {
	position: absolute;
	bottom: 0;
	text-align: left;
	padding: 10px;
}
#fancybox-title-over {
	display: block;
	float: right;
	font-size: 1em;
	padding: 0 10px 0 0;
  margin-left: 20px;
  color: #fff;
}
.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}
#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}
#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}
#fancybox-title-float-left {
	padding: 0 0 0 15px;
}
#fancybox-title-float-main {
	color: #fff;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
}
#fancybox-title-float-right {
	padding: 0 0 0 15px;
}
[data-whatinput='keyboard'] #fancybox-outer:focus {outline: 2px solid #000}
[data-whatinput='keyboard'] #fancybox-left:focus .fancy-ico, #fancybox-right:focus .fancy-ico {outline: 2px solid #000}
