#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%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	width: auto;
	background: none;
	cursor: pointer;
}

#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;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

#cboxOverlay {
	background: #000;
}

#colorbox {
	outline: 0;
}

#cboxWrapper {}

#cboxContent {
	overflow: hidden;
}

#cboxContent,
.cboxPhoto {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}

#cboxTitle {
	position: absolute;
	background: rgba(255, 255, 255, 0.7);
	bottom: 0;
	left: 0;
	color: #535353;
	width: 100%;
	padding: 4px 6px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#cboxLoadingOverlay {
	background: #fff;
}

#cboxLoadingGraphic {
	background: url(/sites/all/modules/colorbox/styles/plain/images/loading_animation.gif) no-repeat center center;
}

#cboxClose.cbox-close-plain {
	position: absolute;
	font-size: 20px;
	line-height: 18px;
	text-align: center;
	color: rgba(255, 255, 255, 0.7);
	background: rgba(0, 0, 0, 0.5);
	top: 4px;
	right: 4px;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.cbox-close-plain:hover {
	color: rgba(255, 255, 255, 0.9);
	background: rgba(0, 0, 0, 0.8);
}

/*})'"*/
#cookie-notice {
	display: none;
	overflow: hidden;
	background: #262626;
	color: white;
	text-align: left;
	padding: 3px 0 0 0;
	margin: 0;
	width: 100%;
}

#cookie-notice .cookie-notice-content {
	width: 90%;
	margin: auto;
	padding: 5px 0;
	position: relative;
}

#cookie-notice .cookie-notice-text {
	margin-right: 105px;
	position: relative;
}

#cookie-notice .cookie-notice-text a {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

#cookie-notice a:hover {
	text-decoration: none;
}

#cookie-notice-close {
	position: absolute;
	display: block;
	top: 5px;
	right: 0;
	padding: 5px 10px 3px 10px;
	margin: 10px;
	border: #80E8B9 2px solid;
	background: #00D174;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Houschka Pro", Arial, sans-serif;
	font-weight: bold;
	color: white;
}

#cookie-notice-close:hover {
	background: #22ec92;
	text-decoration: none;
	cursor: pointer;
}

.ctools-locked {
	color: red;
	border: 1px solid red;
	padding: 1em;
}

.ctools-owns-lock {
	background: #ffffdd none repeat scroll 0 0;
	border: 1px solid #f0c020;
	padding: 1em;
}

a.ctools-ajaxing,
input.ctools-ajaxing,
button.ctools-ajaxing,
select.ctools-ajaxing {
	padding-right: 18px !important;
	background: url(/sites/all/modules/ctools/images/status-active.gif) right center no-repeat;
}

div.ctools-ajaxing {
	float: left;
	width: 18px;
	background: url(/sites/all/modules/ctools/images/status-active.gif) center center no-repeat;
}
