
.uicore_form label {
	width: 200px;
	display: inline-block;
}
.uicore_form .field_container {
	width: 100%;
	padding: 5px;
}
.uicore_form {
	width: 100%;
}

.image_field_image img {
	width: 234px;
}


/* Slider */
.slider, .slide {
	width: 870px;
	height: 506px;
}
.slider {
	position: relative;
	margin-top: 15px;
}
.slider_container {
	margin-bottom: 30px;
}

.slide {
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	background-size: cover;
	top: 0px;
	left: 0px;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.slide.active, .slide.static {
	opacity: 1;
	display: block;
}

.slider_thumbs {
	width: 870px;
	height: 101px;
	padding-left: 1px;
	padding-right: 1px;
	background: #efefef;
	margin-top: 10px;
	margin-bottom: 30px;
	position: relative;
}

.slider_thumb {
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	background-size: cover;
}
.slider_thumb, .slider_thumb_overlay {
	height: 101px;
	width: 174px;
}
.slider_thumb_overlay {
	position: absolute;
	background: #efefef;
	opacity: 0.5;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
	cursor: pointer;
}

.slider_thumb_overlay:hover, .slider_thumb.active .slider_thumb_overlay {
	opacity: 0;
}

.slider_thumb:last-child {
	margin-right: 0px;
}


.video_block {
	margin-top: 20px;
}

.video_description {
	color: #666;
	font-size: 0.85em;
	margin-top: 5px;
	padding-bottom: 20px;
}

.popup {
	position: fixed;
	overflow: auto;
	padding: 30px 40px;
	width: 900px;
	min-height: 200px;
	box-shadow: 0px 0px 10px #333;
	background: white;
	top: 50%;
	left: 50%;
	margin-left: -490px;
	margin-top: -210px;
	z-index: 9999;
	border-radius: 10px;

}

.popup h1:first-child {
	margin-top: 0px;
}

.popup_shadow {
	background: black;
	opacity: 0.5;
	filter: alpha(opacity=50);
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 90;
	cursor: pointer;
}

.uicore-table .table-cell {
	padding: 5px;
	vertical-align: top;
}
