/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #b9b9bb;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../../system/modules/lightbox4ward/assets/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../../system/modules/lightbox4ward/assets/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../../system/modules/lightbox4ward/assets/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../../system/modules/lightbox4ward/assets/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../../system/modules/lightbox4ward/assets/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../../system/modules/lightbox4ward/assets/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
.fancybox-skin .count {
	position: absolute;
	right: 5px;
	color: #fff;
	bottom: -25px;
	font-size: 14px;
}
/* MediaElement.js, (c) 2010-2014 John Dyer, MIT license */
.mejs-offscreen{clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);clip-path:polygon(0 0,0 0,0 0,0 0);position:absolute!important;height:1px;width:1px;overflow:hidden}.mejs-container{position:relative;background:#000;font-family:Helvetica,Arial;text-align:left;vertical-align:top;text-indent:0}.mejs-audio{margin-top:18px}.mejs-container:focus{outline:none}.me-plugin{position:absolute}.mejs-embed,.mejs-embed body{width:100%;height:100%;margin:0;padding:0;background:#000;overflow:hidden}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{position:fixed;left:0;top:0;right:0;bottom:0;overflow:hidden;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{width:100%;height:100%}.mejs-clear{clear:both}.mejs-background{position:absolute;top:0;left:0}.mejs-mediaelement{position:absolute;top:0;left:0;width:100%;height:100%}.mejs-poster{position:absolute;top:0;left:0;background-size:contain;background-position:50% 50%;background-repeat:no-repeat}:root .mejs-poster img{display:none}.mejs-poster img{border:0;padding:0;border:0}.mejs-overlay{position:absolute;top:0;left:0}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{position:absolute;top:50%;left:50%;width:100px;height:100px;margin:-50px 0 0 -50px;background:url(../../assets/jquery/mediaelement/2.21.2/images/bigplay.svg) no-repeat}.no-svg .mejs-overlay-button{background-image:url(../../assets/jquery/mediaelement/2.21.2/images/bigplay.png)}.mejs-overlay:hover .mejs-overlay-button{background-position:0 -100px}.mejs-overlay-loading{position:absolute;top:50%;left:50%;width:80px;height:80px;margin:-40px 0 0 -40px;background:#333;background:url(../../assets/jquery/mediaelement/2.21.2/images/background.png);background:rgba(0,0,0,.9);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(50,50,50,.9)),to(rgba(0,0,0,.9)));background:-webkit-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));background:-moz-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));background:-o-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));background:-ms-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));background:linear-gradient(rgba(50,50,50,.9),rgba(0,0,0,.9))}.mejs-overlay-loading span{display:block;width:80px;height:80px;background:url(../../assets/jquery/mediaelement/2.21.2/images/loading.gif) 50% 50% no-repeat}.mejs-container .mejs-controls{position:absolute;list-style-type:none;margin:0;padding:0;bottom:0;left:0;background:url(../../assets/jquery/mediaelement/2.21.2/images/background.png);background:rgba(0,0,0,.7);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(50,50,50,.7)),to(rgba(0,0,0,.7)));background:-webkit-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-moz-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-o-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-ms-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:linear-gradient(rgba(50,50,50,.7),rgba(0,0,0,.7));height:30px;width:100%}.mejs-container .mejs-controls div{list-style-type:none;background-image:none;display:block;float:left;margin:0;padding:0;width:26px;height:26px;font-size:11px;line-height:11px;font-family:Helvetica,Arial;border:0}.mejs-controls .mejs-button button{cursor:pointer;display:block;font-size:0;line-height:0;text-decoration:none;margin:7px 5px;padding:0;position:absolute;height:16px;width:16px;border:0;background:url(../../assets/jquery/mediaelement/2.21.2/images/controls.svg) no-repeat}.no-svg .mejs-controls .mejs-button button{background-image:url(../../assets/jquery/mediaelement/2.21.2/images/controls.png)}.mejs-controls .mejs-button button:focus{outline:dotted 1px #999}.mejs-container .mejs-controls .mejs-time{color:#fff;display:block;height:17px;width:auto;padding:10px 3px 0 3px;overflow:hidden;text-align:center;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.mejs-container .mejs-controls .mejs-time a{color:#fff;font-size:11px;line-height:12px;display:block;float:left;margin:1px 2px 0 0;width:auto}.mejs-controls .mejs-play button{background-position:0 0}.mejs-controls .mejs-pause button{background-position:0 -16px}.mejs-controls .mejs-stop button{background-position:-112px 0}.mejs-controls div.mejs-time-rail{direction:ltr;width:200px;padding-top:5px}.mejs-controls .mejs-time-rail span,.mejs-controls .mejs-time-rail a{display:block;position:absolute;width:180px;height:10px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;cursor:pointer}.mejs-controls .mejs-time-rail .mejs-time-total{margin:5px;background:#333;background:rgba(50,50,50,.8);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(30,30,30,.8)),to(rgba(60,60,60,.8)));background:-webkit-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-moz-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-o-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-ms-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:linear-gradient(rgba(30,30,30,.8),rgba(60,60,60,.8))}.mejs-controls .mejs-time-rail .mejs-time-buffering{width:100%;background-image:-o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));background-image:-webkit-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:15px 15px;-moz-background-size:15px 15px;-o-background-size:15px 15px;background-size:15px 15px;-webkit-animation:buffering-stripes 2s linear infinite;-moz-animation:buffering-stripes 2s linear infinite;-ms-animation:buffering-stripes 2s linear infinite;-o-animation:buffering-stripes 2s linear infinite;animation:buffering-stripes 2s linear infinite}@-webkit-keyframes buffering-stripes{0%{background-position:0 0}to{background-position:30px 0}}@-moz-keyframes buffering-stripes{0%{background-position:0 0}to{background-position:30px 0}}@-ms-keyframes buffering-stripes{0%{background-position:0 0}to{background-position:30px 0}}@-o-keyframes buffering-stripes{0%{background-position:0 0}to{background-position:30px 0}}@keyframes buffering-stripes{0%{background-position:0 0}to{background-position:30px 0}}.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#3caac8;background:rgba(60,170,200,.8);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(44,124,145,.8)),to(rgba(78,183,212,.8)));background:-webkit-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));background:-moz-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));background:-o-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));background:-ms-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));background:linear-gradient(rgba(44,124,145,.8),rgba(78,183,212,.8));width:0}.mejs-controls .mejs-time-rail .mejs-time-current{background:#fff;background:rgba(255,255,255,.8);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(255,255,255,.9)),to(rgba(200,200,200,.8)));background:-webkit-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-moz-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-o-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-ms-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:linear-gradient(rgba(255,255,255,.9),rgba(200,200,200,.8));width:0}.mejs-controls .mejs-time-rail .mejs-time-handle{display:none;position:absolute;margin:0;width:10px;background:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;cursor:pointer;border:solid 2px #333;top:-2px;text-align:center}.mejs-controls .mejs-time-rail .mejs-time-float{position:absolute;display:none;background:#eee;width:36px;height:17px;border:solid 1px #333;top:-26px;margin-left:-18px;text-align:center;color:#111}.mejs-controls .mejs-time-rail .mejs-time-float-current{margin:2px;width:30px;display:block;text-align:center;left:0}.mejs-controls .mejs-time-rail .mejs-time-float-corner{position:absolute;display:block;width:0;height:0;line-height:0;border:solid 5px #eee;border-color:#eee transparent transparent transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:15px;left:13px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float{width:48px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current{width:44px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner{left:18px}.mejs-controls .mejs-fullscreen-button button{background-position:-32px 0}.mejs-controls .mejs-unfullscreen button{background-position:-32px -16px}.mejs-controls .mejs-mute button{background-position:-16px -16px}.mejs-controls .mejs-unmute button{background-position:-16px 0}.mejs-controls .mejs-volume-button{position:relative}.mejs-controls .mejs-volume-button .mejs-volume-slider{display:none;height:115px;width:25px;background:url(../../assets/jquery/mediaelement/2.21.2/images/background.png);background:rgba(50,50,50,.7);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:-115px;left:0;z-index:1;position:absolute;margin:0}.mejs-controls .mejs-volume-button:hover{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,.5);margin:0}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,.9);margin:0}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle{position:absolute;left:4px;top:-3px;width:16px;height:6px;background:#ddd;background:rgba(255,255,255,.9);cursor:N-resize;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;margin:0}.mejs-controls a.mejs-horizontal-volume-slider{height:26px;width:56px;position:relative;display:block;float:left;vertical-align:middle}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#333;background:rgba(50,50,50,.8);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(30,30,30,.8)),to(rgba(60,60,60,.8)));background:-webkit-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-moz-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-o-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-ms-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:linear-gradient(rgba(30,30,30,.8),rgba(60,60,60,.8))}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#fff;background:rgba(255,255,255,.8);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(255,255,255,.9)),to(rgba(200,200,200,.8)));background:-webkit-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-moz-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-o-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-ms-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:linear-gradient(rgba(255,255,255,.9),rgba(200,200,200,.8))}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle{display:none}.mejs-controls .mejs-captions-button{position:relative}.mejs-controls .mejs-captions-button button{background-position:-48px 0}.mejs-controls .mejs-captions-button .mejs-captions-selector{visibility:hidden;position:absolute;bottom:26px;right:-51px;width:85px;height:100px;background:url(../../assets/jquery/mediaelement/2.21.2/images/background.png);background:rgba(50,50,50,.7);border:solid 1px transparent;padding:10px 10px 0 10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-captions-button:hover .mejs-captions-selector{visibility:visible}.mejs-controls .mejs-captions-button .mejs-captions-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li{margin:0 0 6px 0;padding:0;list-style-type:none!important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label{width:55px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px}.mejs-controls .mejs-captions-button .mejs-captions-translations{font-size:10px;margin:0 0 5px 0}.mejs-chapters{position:absolute;top:0;left:0;-xborder-right:solid 1px #fff;width:10000px;z-index:1}.mejs-chapters .mejs-chapter{position:absolute;float:left;background:#222;background:rgba(0,0,0,.7);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(50,50,50,.7)),to(rgba(0,0,0,.7)));background:-webkit-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-moz-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-o-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-ms-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:linear-gradient(rgba(50,50,50,.7),rgba(0,0,0,.7));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);overflow:hidden;border:0}.mejs-chapters .mejs-chapter .mejs-chapter-block{font-size:11px;color:#fff;padding:5px;display:block;border-right:solid 1px #333;border-bottom:solid 1px #333;cursor:pointer}.mejs-chapters .mejs-chapter .mejs-chapter-block-last{border-right:none}.mejs-chapters .mejs-chapter .mejs-chapter-block:hover{background:#666;background:rgba(102,102,102,.7);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(102,102,102,.7)),to(rgba(50,50,50,.6)));background:-webkit-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));background:-moz-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));background:-o-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));background:-ms-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));background:linear-gradient(rgba(102,102,102,.7),rgba(50,50,50,.6));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232)}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title{font-size:12px;font-weight:700;display:block;white-space:nowrap;text-overflow:ellipsis;margin:0 0 3px 0;line-height:12px}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan{font-size:12px;line-height:12px;margin:3px 0 4px 0;display:block;white-space:nowrap;text-overflow:ellipsis}.mejs-captions-layer{position:absolute;bottom:0;left:0;text-align:center;line-height:20px;font-size:16px;color:#fff}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{position:absolute;width:100%;bottom:15px;left:0}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text{padding:3px 5px;background:url(../../assets/jquery/mediaelement/2.21.2/images/background.png);background:rgba(20,20,20,.5);white-space:pre-wrap}.me-cannotplay a{color:#fff;font-weight:700}.me-cannotplay span{padding:15px;display:block}.mejs-controls .mejs-loop-off button{background-position:-64px -16px}.mejs-controls .mejs-loop-on button{background-position:-64px 0}.mejs-controls .mejs-backlight-off button{background-position:-80px -16px}.mejs-controls .mejs-backlight-on button{background-position:-80px 0}.mejs-controls .mejs-picturecontrols-button{background-position:-96px 0}.mejs-contextmenu{position:absolute;width:150px;padding:10px;border-radius:4px;top:0;left:0;background:#fff;border:solid 1px #999;z-index:1001}.mejs-contextmenu .mejs-contextmenu-separator{height:1px;font-size:0;margin:5px 6px;background:#333}.mejs-contextmenu .mejs-contextmenu-item{font-family:Helvetica,Arial;font-size:12px;padding:4px 6px;cursor:pointer;color:#333}.mejs-contextmenu .mejs-contextmenu-item:hover{background:#2c7c91;color:#fff}.mejs-controls .mejs-sourcechooser-button{position:relative}.mejs-controls .mejs-sourcechooser-button button{background-position:-128px 0}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector{visibility:hidden;position:absolute;bottom:26px;right:-10px;width:130px;height:100px;background:url(../../assets/jquery/mediaelement/2.21.2/images/background.png);background:rgba(50,50,50,.7);border:solid 1px transparent;padding:10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li{margin:0 0 6px 0;padding:0;list-style-type:none!important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label{width:100px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px}.mejs-postroll-layer{position:absolute;bottom:0;left:0;width:100%;height:100%;background:url(../../assets/jquery/mediaelement/2.21.2/images/background.png);background:rgba(50,50,50,.7);z-index:1000;overflow:hidden}.mejs-postroll-layer-content{width:100%;height:100%}.mejs-postroll-close{position:absolute;right:0;top:0;background:url(../../assets/jquery/mediaelement/2.21.2/images/background.png);background:rgba(50,50,50,.7);color:#fff;padding:4px;z-index:100;cursor:pointer}div.mejs-speed-button{width:46px!important;position:relative}.mejs-controls .mejs-button.mejs-speed-button button{background:0 0;width:36px;font-size:11px;line-height:normal;color:#fff}.mejs-controls .mejs-speed-button .mejs-speed-selector{display:none;position:absolute;top:-100px;left:-10px;width:60px;height:100px;background:url(../../assets/jquery/mediaelement/2.21.2/images/background.png);background:rgba(50,50,50,.7);border:solid 1px transparent;padding:0;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-speed-button:hover>.mejs-speed-selector{display:block}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected{color:#21f8f8}.mejs-controls .mejs-speed-button .mejs-speed-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li{margin:0 0 6px 0;padding:0 10px;list-style-type:none!important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px;display:none}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label{width:60px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:11.5px;color:#fff;margin-left:5px;cursor:pointer}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover{background-color:#c8c8c8!important;background-color:rgba(255,255,255,.4)!important}.mejs-controls .mejs-button.mejs-jump-forward-button{background:url(../../assets/jquery/mediaelement/2.21.2/images/jumpforward.png) no-repeat;background-position:3px 3px}.mejs-controls .mejs-button.mejs-jump-forward-button button{background:0 0;font-size:9px;line-height:normal;color:#fff}.mejs-controls .mejs-button.mejs-skip-back-button{background:url(../../assets/jquery/mediaelement/2.21.2/images/skipback.png) no-repeat;background-position:3px 3px}.mejs-controls .mejs-button.mejs-skip-back-button button{background:0 0;font-size:9px;line-height:normal;color:#fff}
/* global styles */

.invisible {
	display: none;
}

.middle {
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.pull-right {
	position: absolute;
	right: 0px;
}


body {
	margin: 0;
	padding: 0;
	font-family: "Open Sans";
	margin-bottom: 0px !important;
}

.hyphenate, .justify {
	text-align: left;
}

p {
	line-height: 1.3em;
}

a{
	color: #454A4E;
	text-decoration: underline;
}
a:hover{
    text-decoration: none;
}
a img{
    border: 0;
}
/* header styles */
#header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	-webkit-box-shadow: 0px 5px 9px -1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 5px 9px -1px rgba(0,0,0,0.4);
	box-shadow: 0px 5px 9px -1px rgba(0,0,0,0.4);
	background-color: #fff;
	z-index: 2000;
}


#header .inside {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#header .logo {
	display: block;
	float: left;
	margin-top: 19px;
	margin-right: 40px;
	border: 0;
}

/*  header navigation */
#header .header-nav ul {
	position: absolute;
	right: 0px;
	display: block;
	float: left;
	margin-top: 35px;
	font-size: 17px;
}

#header .header-nav li {
	display: block;
	float: left;
	padding: 2px 10px 4px 10px;
	color: #454a4e;
	margin: 5px;
}
#header .header-nav li.last {
	display: block;
	float: left;
	padding: 2px 10px 4px 10px;
	color: #454a4e;
	margin: 5px 0 5px 5px;
}

.header-nav a, .global-nav a {
	text-decoration: none;
	color: #454a4e;
}

.header-nav:hover .active, .header-nav:hover .trail, .header-nav.submenu-active .active {
	background: transparent;
	color: #454a4e;
}

.header-nav li.active, .header-nav li.trail, .soft-active, .submenu-active .soft-active{
	border-radius: 5px;
	color: #fff;
	font-weight: normal;
	padding: 2px 10px 4px 10px;
	background: #00519e; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(30,120,206,1) 0%, rgba(0,81,158,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,120,206,1)), color-stop(100%,rgba(0,81,158,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(30,120,206,1) 0%,rgba(0,81,158,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(30,120,206,1) 0%,rgba(0,81,158,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(30,120,206,1) 0%,rgba(0,81,158,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(30,120,206,1) 0%,rgba(0,81,158,1) 100%); /* W3C */
}
.soft-active{
    border-radius: 5px !important";
    color: #fff !important;
    font-weight: normal !important;
    padding: 2px 10px 4px 10px !important;
    background: #00519e !important; /* Old browsers */
    background: -moz-linear-gradient(top, rgba(30,120,206,1) 0%, rgba(0,81,158,1) 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,120,206,1)), color-stop(100%,rgba(0,81,158,1))) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(30,120,206,1) 0%,rgba(0,81,158,1) 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(30,120,206,1) 0%,rgba(0,81,158,1) 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(30,120,206,1) 0%,rgba(0,81,158,1) 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom, rgba(30,120,206,1) 0%,rgba(0,81,158,1) 100%) !important; /* W3C */
}

.soft-active a, .soft-active span {
	color: #fff !important;
}

.header-nav li.active span, .header-nav li.trail a, .soft-active span, .soft-active a {
	color: #fff;
}

/*  header global navigation */
#header .global-nav ul {
	position: absolute;
	right: 10px;
	display: block;
	float: left;
	margin-top: 0px;
	font-size: 12px;
	font-family: "Open Sans";
	margin-top: 3px;
}

#header .global-nav li {
	display: block;
	float: left;
	margin-left: 5px;
	border-right: 1px solid #878a8c;
	padding-right: 5px;
	margin-left: 4px;
}

#header .global-nav li.last{
	border: 0;
	padding-right: 5px;
}

#header .global-nav a {
	color: #878a8c;
	text-decoration: none;
}
#header .global-nav a:hover {
    text-decoration: underline;
}
#header .global-nav li.active span,
#header .global-nav li.trail a {
	color: #878a8c;
	text-decoration: underline;
}


/*
	flyout hover navigation
*/
.sub-nav {
	position: absolute;
	top: 110px;
	left: 0px;
	background-color: #fff;
	width: 950px;

	height: 250px;
	overflow: hidden;
}

/* zipfel */
.sub-nav:before {
	background-image: url("/files/images/menu-pointer.png");
    content: "";
    height: 7px;
    left: 49%;
    line-height: 10px;
    position: fixed;
    top: 103px;
    width: 16px;
}
.produkte-nav:before {
	left: 55%;
}

.sub-nav ul {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	width: 378px;
	background-color:#fff;
	list-style: none;
	height: 100%;
	margin: 0px;
	padding-left: 20px;
}

.sub-nav li {
	width: 373px;
	height: 37px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	background-image: url('/files/images/item-not-active.png');
	background-repeat: repeat-y;
	background-position: 349px center;
}
.sub-nav li.first {
	padding-top: 5px;
}

.sub-nav li.last {
	height: 400px;
}

.menu-border {
	width: 90%;
	border-style: solid;
	border-color: #e6e7e8;
	border-width: 0px 0px 1px 0px;
}

.last .menu-border {
	border-style: solid;
	border-color: #e6e7e8;
	border-width: 0px 0px 0px 0px;
}

.sub-nav li.first {
}

.sub-nav li:hover {
	background-image: url('/files/images/active-item.png');
	background-repeat: no-repeat;
	background-position: 344px top;
}

.sub-nav a, .sub-nav span {
	color: #454a4e;
	padding-left: 10px;
	text-decoration: none;
	margin-left: 5px;
	line-height: 36px;
}
.sub-nav span, .sub-nav a:hover {
	text-decoration: underline;
}

.loesungen-nav {
	display: none;
	background-image: url('/files/images/loesungen/kfz-zeiterfassung/cat_zeiterfassung-kfz.jpg');
	background-repeat: no-repeat;
	background-position: right;
	box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
}

/* nav icons */
.loesungen-nav .automotive a:before, .loesungen-nav .automotive span:before {
	display: block;
	content: "";
	background: url('/files/images/navigation_sprites.png') no-repeat;
	width: 31px;
	height: 12px;
	background-position: -32px 0;
	margin-top: 15px;
	float: left;
}

.loesungen-nav .hotel-loesungen a:before, .loesungen-nav .hotel-loesungen span:before {
	display: block;
	content: "";
	background: url('/files/images/navigation_sprites.png') no-repeat;
	width: 31px;
	height: 20px;
	background-position: 0 0;
	margin-top: 11px;
	float: left;
}

.loesungen-nav .airport-loesungen a:before, .loesungen-nav .airport-loesungen span:before{
	display: block;
	content: "";
	background: url('/files/images/navigation_sprites.png') no-repeat;
	width: 21px;
	height: 20px;
	background-position: -90px 0;
	margin-top: 11px;
	margin-right: 10px;
	float: left;
}

.loesungen-nav .industrie a:before, .loesungen-nav .industrie span:before {
	display: block;
	content: "";
	background: url('/files/images/navigation_sprites.png') no-repeat;
	width: 12px;
	height: 19px;
	background-position: -112px 0;
    margin-top: 8px;
	margin-right: 19px;
	float: left;
}

.loesungen-nav .behoerden a:before, .loesungen-nav .behoerden span:before {
	display: block;
	content: "";
	background: url('/files/images/navigation_sprites.png') no-repeat;
	width: 25px;
	height: 20px;
	background-position: -64px 0;
	margin-top: 8px;
	margin-right: 6px;
	float: left;
}

.loesungen-nav .banken a:before, .loesungen-nav .banken span:before {
    display: block;
    content: "";
    background: url('/files/images/navigation_sprites.png') no-repeat;
    width: 25px;
    height: 20px;
    background-position: -124px 0;
    margin-top: 8px;
    margin-right: 6px;
    float: left;
}

.produkte-nav {
	display: none;
	background-image: url('/files/images/produkte/zeiterfassung/cat_zeiterfassung.jpg');
	background-repeat: no-repeat;
	background-position: right;
	box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
}

.produkte-nav .zeiterfassung a:before, .produkte-nav .zeiterfassung span:before {
    display: block;
    content: "";
    background: url('/files/images/navigation_sprites.png') no-repeat;
    width: 25px;
    height: 20px;
    background-position: -150px 0;
    margin-top: 8px;
    margin-right: 6px;
    float: left;
}
.produkte-nav .zutrittskontrolle a:before, .produkte-nav .zutrittskontrolle span:before {
    display: block;
    content: "";
    background: url('/files/images/navigation_sprites.png') no-repeat;
    width: 25px;
    height: 20px;
    background-position: -175px 0;
    margin-top: 8px;
    margin-right: 6px;
    float: left;
}
.produkte-nav .gefahrenmeldeanlage a:before, .produkte-nav .gefahrenmeldeanlage span:before {
    display: block;
    content: "";
    background: url('/files/images/navigation_sprites.png') no-repeat;
    width: 25px;
    height: 20px;
    background-position: -200px 0;
    margin-top: 8px;
    margin-right: 6px;
    float: left;
}


/* startseite */
/* backstretch images */

#startseite {
	position: relative;
}

#startseite .lobby {
	margin-top: 100px;
	height: 560px;
}

/* kategorien */
#startseite .categories {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	line-height: 1em;
}

.categories .block {
	width: 285px;
	margin-right: 0px;
	float: left;
	color: #fff;
	font-size: 11pt;
	text-align: center;
}

.categories .center {
	width: 285px;
	margin-left: 75px;
	float: left;
	color: #fff;
	font-size: 11pt;
}

.categories .block h2 {
	display: block;
	text-align: left;
	height: 32px;
	padding-left:40px;
	margin: 5px 0px 5px 10px;
	padding-top: 8px;
	font-weight: bold;
}

/* icons h2 */
.category-zeiterfassung h2 {
	background-image: url('/files/images/zeiterfassung_icon.png');
	background-repeat: no-repeat;
}

.category-zugriffskontrolle h2 {
	background-image: url('/files/images/zutrittskontrolle_icon.png');
	background-repeat: no-repeat;
}

.category-sicherheitstechnik h2 {
	background-image: url('/files/images/sicherheitstechnik_icon.png');
	background-repeat: no-repeat;
}

.categories .block p {
	text-align: left;
	width: 220px;
	margin: 5px 50px 5px 50px;
}

.categories h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
}

.categories .block .image_container {
	margin: 60px auto 20px auto;
	padding: 0px;
	overflow: hidden;
}

.categories .block a {
		display: block;
		line-height: 12px;
		padding: 9px 0 9px 22px;
		margin-top: 15px;
		border: 1px solid #fff;
		border-radius: 5px;
		color: #fff;
		text-decoration: none;
		font-size: 14px;
		width: 140px;
}
.categories .block a:hover {
	text-decoration: underline;
}
.categories figure a{
	display: inline !important;
	padding: 0 !important;
	margin-top: 0 !important;
	border: 0 !important;
	text-decoration: none !important;
}

/* startseite text*/
.greeting {
	height: 250px;
	background-color: #fff;
	color: #454a4e;
	margin-bottom: 50px;
}

.greeting p {
	text-align: left;
	font-size: 14px;
}

.greeting h2 {
	text-align: center;
	color: #115da4;
	margin-top: 50px;
	margin-bottom: 0px;
}

.greeting h3 {
	text-align: center;
	font-weight: 100;
	margin-top: 4px;
	font-size: 18px;
}

/* counter */
.counter {
	padding-bottom: 200px;
}

.counter .item {
	width: 250px;
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;

}

.counter .item h1 {
	color: #115da4;
	text-align: center;
	margin-bottom: 0px;
}

.counter .item p {
	color: #454a4e;
	text-align: center;
	font-size: 13px;
	margin: 0px;
}

/* kunden */

.kunden {
	position: relative;
	text-align: center;
	height: 100px;
	width: 100%;
	background-color: #f0f2f3;
	margin-bottom: 120px;
}

.kunden h2, .news h2 {
	color: #454a4e;
	font-weight: lighter;
}

.kunden ul {
	display: block;
	width: 1000px;
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

.kunden li {
	display: inline-block;
	float: left;
	height: 100px;
}

.kunden figure {
    height: 100%;
    margin: 0px 46px;
	line-height: 96px;
}

.kunden figure img {
	vertical-align: middle;
}

/* news */
.news {
	margin-top: 50px;
	padding: 20px 0;;
    background-color: #f0f2f3;
	overflow: hidden;
}

.news a {
	text-decoration: none;
	color: #115da4;
	font-size: 18px;
	font-weight: normal;
}
.news a:hover {
    text-decoration: underline;
}

.news > h2 {
	text-align: center;
	margin: 0 0 20px 0;
}

.mod_newslist .layout_latest.block {
	float: left;
    margin-left: 30px;
    width: 430px;
	margin-top: 7px;
	margin-bottom: 10px;
	background: url('/files/images/news_icon.png') no-repeat;
    background-position: 0 0;
    padding-left: 35px;
}

.mod_newslist .layout_latest h2 {
	margin-left: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-top: -7px;
}
.mod_newslist .first {
	border-right: 2px solid #fff;
}

.news .teaser, .news .more {
	display: none;
}



.news .info {
	font-size: 12px;
	margin-bottom: 0px;
	margin-left: 20px;
}

.map {
	width: 100%;
	height: 330px;
	-webkit-box-shadow: 0px 5px 9px -1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 5px 9px -1px rgba(0,0,0,0.5);
	box-shadow: 0px 5px 9px -1px rgba(0,0,0,0.5);
	padding-bottom: 2px;
	z-index: 1000;
}

.kontakt-module {
	background: url('/files/images/footer-background.png') repeat 0 50px;
	height: 860px;
	color: #fff;
	padding-bottom: 50px;
}
.kontakt-module h3 {
	color: #454a4e;
	text-align: center;
	font-size: 16pt;
	font-weight: normal;
	background-color: #FFFFFF;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.kontaktdaten {
	color: #fff;
	float: left;
	margin: 0px;
	padding-top: 70px;
	padding-left: 120px;
	margin-top: 58px;
	width: 450px;
}

.kontaktdaten address{
	font-style: normal;
}

.kontaktdaten address:before {
	content: "";
	display: block;
	background: url(/files/images/start_sprites.png) no-repeat;
	width: 36px;
	height: 56px;
	background-position: -93px 0;
	float: left;
	margin-right: 22px;
}

.kontaktdaten p:before {
	content: "";
	display: block;
	background: url(/files/images/start_sprites.png) no-repeat;
	width: 49px;
	height: 54px;
	background-position: 0 0;
	float: left;
	margin-right: 10px;
	margin-top: 8px;
}

.kontaktform {
	width: 300px;
	float: left;
	padding-top: 60px;
}

.kontaktform .submit_container  input {
	font-size: 16px;
	border: 1px solid #fff;
	background-color: transparent;
	color: #fff;
	border-radius: 5px;
	margin-top: 8px;
	width: auto;
	display: inline;
	line-height: 20px;
}


.kontaktform .submit_container input:hover {
	cursor: pointer;
}

.form label {
	display: none;
}

.kontaktform input {
	font-family: "Open Sans";
	margin: 5px 0;
	height: 25px;
	width: 300px;
}

.kontaktform textarea {
	font-family: "Open Sans";
	font-size: 13px;
	margin: 5px 0;
	height: 50px;
	width: 300px;
}

.impressum {
	text-align: center;
	background-image: url('/files/images/footer-background.png');
	color: #fff;
	padding-top: 110px;
/*	padding-bottom: 60px; */
	margin-top: -1px;
}

.impressum a, .kontakt-module a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
}
.kontakt-module a {
	text-decoration: underline;
}
.impressum p {
	margin: 10px 0 0 0;
	padding: 0;
	color: #454a4e;
	font-size: 13px;
}

/*
*
*	Textseite Automotive
*
*/

/* backstretch container */
.backstretch-automotive {
	margin-top: 100px;
	height: 560px;
}

.backstretch-automotive2 {
	height: 1093px;
}

.relative {
	position: relative;
}

.teasertext {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #454a4e;
}
.teasertext p a{
    color: #454a4e;
    text-decoration: none;
}

.teasertext.teaser1 {
	width: 515px;
	height: 150px;
	margin-left: 45%;
	margin-top: 230px;
	line-height: 2em !important;
}
.teasertext p{
	line-height: 1.5em !important;
}

.teasertext.teaser2 {
	color: #454a4e;
	width: 515px;
	height: 150px;
	margin-left: 10%;
	margin-top: 50px;
}

.teasertext h1 {
	color: #454a4e;
	z-index: 2000;
	text-shadow: 1px 1px 1px #fff;
}

.teasertext.teaser1 p {
	padding-left: 128px;
	text-shadow: 1px 1px 1px #fff;
}

.teaser1 h1:before {
	content: "";
	display: block;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 10px;
	float: left;
	background: url(/files/images/automotive_sprites.png) no-repeat;
	width: 96px;
	height: 37px;
	background-position: -104px 0;
}
.hotel h1:before{
	background: url(/files/images/loesungen/hotel/icon_big.png) no-repeat;
	height: 96px;
	margin-top: -13px;
}
.hotel{
	margin-left: 21% !important;
}
.flughafen{
	margin-left: 52% !important;
	margin-top: 42px !important;
}
.flughafen h1:before{
    background: url(/files/images/loesungen/flughafen/icon_big.png) no-repeat;
    height: 96px;
    margin-top: -13px;
}
.industrieTeaser{
    margin-left: 52% !important;
    margin-top: 42px !important;
}
.industrieTeaser h1:before{
    background: url(/files/images/loesungen/industrie/icon_big.png) no-repeat;
    height: 96px;
    margin-top: -13px;
}
.oeffnetlichTeaser{
    margin-left: 52% !important;
    margin-top: 42px !important;
}
.oeffnetlichTeaser h1:before{
    background: url(/files/images/loesungen/oeffentlicher_dienst/icon_big.png) no-repeat;
    height: 96px;
    margin-top: -13px;
}

.bankenTeaser{
    margin-left: 26% !important;
    margin-top: 42px !important;
}
.bankenTeaser h1:before{
    background: url(/files/images/loesungen/banken-sparkassen/icon_big.png) no-repeat;
    height: 96px;
    margin-top: -13px;
}


/* slide show artikel */
.slideshow-container, .kalkulator-container {
	background: rgb(241,242,242); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(241,242,242,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,242,242,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(241,242,242,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(241,242,242,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(241,242,242,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(241,242,242,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f2f2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.slideshow {
	height: 570px;
	margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 1000px;
	padding-top: 80px;
	text-align: center;
}

.slideshow  h2, .slideshow  h3,
.textBlock h2, .textBlock h3,
.partner h2, #kalkulator h2 {
	color: #115da4;
	text-align: left;
	margin-top: 0px;
}

.slideshow > h2,
.textBlock > h2,
.partner h2 {
	color: #115da4;
	text-align: center;
	margin-top: 0px;
}
h1.textBlock{
	text-align: center;
    text-align: center;
    color: #115DA4;
    margin-top: 30px;
    margin-bottom: 20px;
}
h2.textBlock{
	margin-bottom: 0px !important;
	clear: both;
    float: none;
}
.slideshow .previous-button {
	height: 70px;
	width: 35px;
	position: absolute;
	top: 290px;
	left: 0px;
	background-image: url('/files/images/icons/arrow_left.png');
	cursor: pointer;
	z-index: 10;
}

.slideshow .next-button {
	height: 70px;
	width: 35px;
    position: absolute;
    top: 290px;
	left: 975px;
	background-image: url('/files/images/icons/arrow_right.png');
	cursor: pointer;
	z-index: 10;
}

.slide {
	width: 600px;
}
.slide ul,
.textBlock ul{
	text-align: left;
	float: right;
	display: inline;
	width: 310px;
	font-size: 14px;
	line-height: 2em;
	list-style-image: url('/files/images/list-icon.png');
}
.textBlock ul{
    float: none;
    display: block;
    width: 100%;
}
.slide ul li{
	line-height: 1.2em;
	margin-bottom: 12px;
}
.slide figure {
	display: block;
	float: left;
	margin-left: 55px;
	margin-right: 0px;
	margin-top: 0;
}

.slide h3, .slide p {
	width: 320px;
	display: block;
	float: right;
	margin-right: 15px;
	margin-bottom: 5px;
	line-height: 1.7em;
}

.slide p,
.textBlock p {
	text-align: left;
	font-size: 14px;
	line-height: 1.7em;
}

.slide h2 {
	color: #115da4;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 0px;
}

.slidemenu {
	display: inline-block;
	float: bottom;
    margin-bottom: 45px;
    margin-top: 10px;
	padding: 0;
	height: 20px;
}

.slidemenu li {
	display: block;
	float: left;
	margin-left: 25px;
    margin-right: 25px;
	font-size: 14px;
	color: #454a4e;
	cursor: pointer;
}

.slidemenu li.active {
	text-decoration: underline;
}

.textBlock h1{
    text-align: center;
    color: #115DA4;
    margin-bottom: 0;
}
.textBlock{
	margin: 0 auto;
	width: 1000px;
	margin-bottom: 100px;
	overflow: hidden;
}
.textBlock h2{
	color: #454A4E;
	font-weight: normal;
}
.textBlock .image_container img{
	text-align: center;
	float: none;
}
.textBlock .image_container{
    text-align: center;
    float: none;
}

/* image text teaser */
.teaser-area {
	background-color: #F0F2F3;
    width: 100%;
	padding-bottom: 30px;
	overflow: hidden;
}

.image-text-teaser{
	float: left;
	width: 250px;
	height: 260px;
	margin-bottom: 0px;
	color: #00519e;
	text-align: center;
	margin: 15px 41px;
}
.image-text-teaser p {
	text-align: left;
	font-size: 14px;
	margin: 0 10px;
}

.service .image-text-teaser{
    height: 330px;
}

/**
*
*	Kontakt Widget
*	m
**/

.contact-widget, .alertWidget {
	color: #454a4e;
	background-color: #ffffff;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 520px;
	width: 300px;
	-webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.27);
	-moz-box-shadow:    0px 0px 6px 3px rgba(0, 0, 0, 0.27);
	box-shadow:         0px 0px 6px 3px rgba(0, 0, 0, 0.27);
	z-index: 14000;
	border-radius: 5px;
}
.alertWidget {
	width: auto;
	position: absolute;
	left: 50%;
	top: 10%;
	z-index: 100000;
	display: none;
}
.contact-widget .contact-header,
.alertWidget .header {
	width: 100%;
	height: 78px;
	padding-top: 15px;
}

.contact-widget .contact-header h2,
.alertWidget .header h2 {
	font-size: 20px ;
	font-weight: normal;
	padding-left: 20px;
	margin-top: 0px;
	line-height: 23px;
	width: 80%;
}

.contact-widget .contact-image {
	width: 100%;
}
.contact-widget .contact-image img{
	width: 100%;
	height: 150%;
}

.contact-widget .contact-person {
	width: 100%;
	height: 45px;
	padding-top: 30px;
	margin-left: 15px;
}

.contact-widget .contact-person span {
	font-size: 13px;
	padding-left: 0px;
	padding-right: 0px;
}

.contact-widget .contact-person span.number{
	font-size: 15px;
	font-weight: bold;
    margin-left: 6px;
}

.contact-widget .contact-person span.icon{
	width: 30px;
	height: 30px;
	background-image: url('/files/images/icons/telefon-widget.png');
	background-position: right bottom;
    background-repeat: no-repeat;
	font-size: 17px;
	padding-left: 12px;
	padding-right: 10px;
	margin: 0px;
	margin-left: 10px;
}

.contact-widget .contact-options {
	width: 100%;
	height: 102px;
}

.contact-widget .contact-options ul,
.alertWidget .options ul {
	height: 102px;
	padding: 0 16px;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.contact-widget .contact-options li, .contakt-frame .back {
	border: 1px solid #454a4e;
    border-radius: 5px;
    display: block;
    float: left;
    height: 26px;
    margin-right: 10px;
	margin-top: 10px;
    width: 112px;
	line-height: 27px;
	padding: 1px 8px 1px 8px;
	cursor: pointer;
}
.contact-widget .captcha_text,
.contact-widget .widget-explanation{
	margin: 0 15px;
	display: block;
}

.contact-widget .widget-explanation {
	font-size: 0.8em;
}

.contakt-frame .back {
	background-color: #fff;
    width: 60px;
	color: #454a4e;
	line-height: 12px;
	font-size: 15px;
	margin: 0 15px;
}

.contakt-frame .mandatory label,
.contakt-frame .error p.error{
    margin-left: 15px;
}

.widget-container .contact-pin {
	display: none;
	position: absolute;
	right: 30px;
	bottom: -6px;
	width: 30px;
	height: 30px;
	background-image: url('/files/images/icons/contact-pin.png');
	background-position: right bottom;
    background-repeat: no-repeat;
	font-size: 17px;
	padding-left: 12px;
	padding-right: 10px;
	margin: 0px;
	margin-left: 20px;
	z-index: 1800;
}

.widget-container .close,
.alertWidget .close {
	position: absolute;
	right: 15px;
    top: 5px;
	font-weight: bold;
	cursor: pointer;
	z-index: 2000;
}

.widget-container {
	position: fixed;
	height: 430px;
	width: 300px;
	right: 40px;
    bottom: 195px;
	z-index: 10000;
	display: none;
}

.contact-button {
	position: fixed;
	border-radius: 50px;
	width: 57px;
	height: 57px;
	padding: 0;
	bottom:  50px;
	right: 50px;
	cursor: pointer;
	background: #01529e; /* Old browsers */
	background: -moz-linear-gradient(top, #1e78ce 0%, #01529e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e78ce), color-stop(100%,#01529e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1e78ce 0%,#01529e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1e78ce 0%,#01529e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1e78ce 0%,#01529e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1e78ce 0%,#01529e 100%); /* W3C */
	display: block;
	overflow: hidden;
}

.contact-button .telephone-icon {
	display: block;
	background-image: url('/files/images/icons/telefon-widget-white.png');
	width: 57px;
	height: 57px;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center;
}

.contakt-frame.frontpage, .contakt-frame.rueckruf, .contakt-frame.email, .contakt-frame.empfehlen  {
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
	left: 0;
	height: 430px;
	width: 300px;
}

.contakt-frame.rueckruf, .contakt-frame.email, .contakt-frame.empfehlen   {
	left: 300px;
}

.contakt-frame .rueckruf-form {
	width: 100%;
}

.contakt-frame.email, .contakt-frame.empfehlen  {
	color: #454a4e;
}

.contakt-frame.email input, .contakt-frame.email textarea, .contakt-frame.rueckruf input, .contakt-frame.rueckruf textarea, .contakt-frame.empfehlen input, .contakt-frame.empfehlen textarea {
	width: 260px;
	height: 15px;
	margin: 5px 15px;
	border: 1px solid #f0f2f3;
	font-family: "Open Sans";
	font-size: 13px;
	border-radius: 3px;
	padding: 5px;
	color: #454a4e;
}

.contakt-frame.email textarea, .contakt-frame.rueckruf textarea, .contakt-frame.empfehlen textarea{
	height: 150px;
}

.contakt-frame.email .contact-header, .contakt-frame.rueckruf .contact-header, .contakt-frame.empfehlen .contact-header {
	height: 50px;
}

.email .formbody .submit_container .submit, .rueckruf .formbody .submit_container .submit, .empfehlen .formbody .submit_container .submit {
	font-size: 14px;
	border: 1px solid #f0f2f3;
	background-color: #fff;
	border-radius: 5px;
	margin-top: 8px;
	width: 70px;
	line-height: 20px;
	height: 25px;
	padding: 0px;
	color: #454a4e;
}

.contakt-frame .rueckruf h2 {
	margin-left: 10px;
}

.contakt-frame.empfehlen .captcha_text {
	margin-left: 15px;
}

input.submit:hover {
	background-color: #00519e !important;
	color: #fff !important;
	border: 1px solid #454a4e !important;
	pointer: cursor;
}


/**
	Nachrichtenleser
*/

#news {
    background-color: #FFFFFF;
    min-height: 500px;
}

.mod_newsreader .layout_full {
	padding-top: 100px;
}
.mod_newsreader p.info{
	text-align: center;
	margin-top: 0;
}
.mod_newsreader .back {
	display: none;
}

.mod_newsreader .layout_full h1 {
	text-align: center;
	color: #115da4;
	margin-top: 50px;
	margin-bottom: 0px;
}


.bigImageRightText{
	margin-left: 51% !important;
}

/* Referenzen */
.referenzBlock {
	margin-top: 120px;
    overflow: hidden;
    width: 1025px;
}
.referenzBlock .ce_text,
.referenzBlock .ce_image,
.partner li{
    width: 225px;
    height: 150px;
    border: 3px solid #f0f2f3;
    float: left;
    display: inline;
    margin-right: 25px;
    margin-top: 25px;
    text-align: center;
}
.referenzBlock .ce_text img,
.referenzBlock .ce_image img,
.partner ul li img{
	margin-top: 42px;
}
.referenzBlock .ce_text p{
	text-align: center;
}
.referenzBlock .ce_text p a{
	color: #454A4E;
	font-size: 10pt;
	text-decoration: none;
}
.referenzBlock .ce_text p a:hover{
    text-decoration: underline;
}
.referenzBlock h2{
	padding-top: 70px;
}

/* Partner */
.partner{
	width: 1025px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 100px;
}
.partner ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* Only text */
.onlyText {
    margin-top: 150px;
}

/* Graue box */
.greyBox{
	background-color: #F0F2F3;
	width: 440px;
	padding: 25px;
	overflow: hidden;
	float: left;
	display: inline;
	height: 250px;
}

.greyBox.termsOfContract {
    margin-top: 20px;
}


@media screen and (min-width: 768px) {
	.greyBox.termsOfContract {
		margin-left: 25%;
	}
}

.greyBox h2,
.greyBox p{
    float: right;
    width: 245px;
    margin-top: 0;
}

@media screen and (min-width: 768px) {
	.greyBox.termsOfContract h2,
	.greyBox.termsOfContract p {
		width: 100%;
	    float: left;
	    padding-left: 100px;
	}
}
.greyBox h2 {
	font-weight: normal;
	margin-bottom: 0;
}
.greyBox p{
	font-size: 10pt;
	margin-top: 5px;
	text-align: left;
	margin-bottom: 0px;
}
.greyBox .image_container{
	float: left;
	display: inline;
	padding: 0;
	margin: 0;
}
.greyBoxWithoutIcon p,
.greyBoxWithoutIcon h2{
	float: none;
	width: 100%;
}
.rightMargin20{
	margin-right: 20px;
}

/* Button */
a.button,
input.button,
.mod_login .submit {
	border: 1px solid #454a4e;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    display: block;
    float: left;
    height: 26px;
    line-height: 27px;
    margin-right: 10px;
    margin-top: 10px;
    padding: 1px 8px;
    text-decoration: none;
    color: #454a4e;
}
a.button:hover,
input.button:hover,
.mod_login .submit:hover {
    text-decoration: underline;
}
input.button,
.mod_login .submit {
	background-color: #fff;
}

/* Downloads */
.download{
	margin-top: 50px;
}
.download h1{
	margin-bottom: 30px;
}
.download ul{
	float: none;
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: block;
	width: 100%;
}

.download ul li{
	background: url('/files/images/icons/download_20_20.gif') no-repeat 10px 10px;
    border-top: 1px solid #F0F2F3;
    padding: 5px 10px 5px 45px;
}
.download ul li a{
	color: #454a4e;
    text-decoration: none;
}
.download ul li a:hover{
    text-decoration: underline;
}

.headlineLeft h1,
.headlineLeft h2,
.headlineLeft h3,
.headlineLeft h4 {
	text-align: left;
	margin-top: 30px;
}

/* Standorte */
.standortKarte {
	float: left;
	display: inline;
}

/* Standort */
.location{
	color: #878A8C;
	font-family: "Open Sans";
    font-size: 12px;
    position: absolute;
    left: 385px;
    top: 3px;
    font-weight: bold;
}
.location a{
	cursor: pointer;
}
#locationWindow {
	margin-left: -140px;
	width: 283px;
	height: 124px;
	position: fixed;
}
#locationWindow .header{
	height: auto;
}
.alertWidget .options ul{
	height: auto;
	overflow: hidden;
}
.overlay{
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 99999;
	display: none;
}


/* Formular */
.formular table{
    font-size: 11pt;
    width: 100%;
}
.formular .col_0{
    width: 33%;
}
.formular .col_1{
    width: 67%;
}
.formular input.text,
.formular textarea,
.formular select,
.mod_login input.text {
    width: 98%;
    margin: 5px 15px 5px 0;
    border: 1px solid #dcddde;
    font-family: "Open Sans";
    font-size: 13px;
    border-radius: 3px;
    padding: 5px;
    color: #454a4e;
}
.formular fieldset {
    border: 1px solid #dcddde;
    padding: 15px;
}
.formular fieldset legend {
    color: #7b7f83;
    font-weight: bold;
}
.formular .error,
.mod_login p.error{
    color: #df4442;
    font-weight: bold;
}
.formular input.error,
.formular textarea.error,
.formular select.error {
    border: 1px solid #df4442;
}

#partnerportal  {
	width: 450px;
	margin: 200px auto 0 auto;
	border: 1px solid ;
	border: 1px solid #dcddde;
	border-radius: 5px;
	padding: 25px;
	margin-bottom: 150px;
	box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.15);
}
#partnerportal h1{
	margin-top: 0;
}
#partnerportal .mod_login table{
	width: 100%;
}

.angebot a{
    text-decoration: none;
}
.contact-options li:hover{
	text-decoration: underline;
}

/* Float block */
.leftBlock {
	float: left;
	display: inline;
	overflow: hidden;
	width: 50%;
}

/* Map */
.kontakt-module .map{
	  pointer-events: none;
}


/* Mac kompatibel*/
.mac {
    margin: 70px 0;
}
.mac .image_container{
    text-align: center;
}


.kundenkarte-container {
    padding-top: 100px;
}


/*
	KALKULATOR
*/


.kalkulator-container {
    padding-top: 100px;
}

.kalkulator-container .ce_text {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

i.calculator {
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    font-weight: bold;
    height: 30px;
    line-height: 31px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 300px;
}

i.calculator:hover {
	cursor: pointer;
}


#kalkulator {
	display: none;
	padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}

#kalkulator h2, .kalkulator-container .ce_text h2 {
	text-align: center;
}

.kalkulator-container .ce_text p {

}

#kalkulator input {
    border: 1px solid #CBD0D6;
    margin-left: 700px;
    margin-top: 20px;
    width: 100px;
}

#kalkulator table input {
    background-color: #FFFFFF;
    border: 1px solid #CBD0D6;
    margin: 0;
    padding: 3px;
    text-align: right;
    width: 70px;
}

#kalkulator table {
    width: 800px;
}

#kalkulatior table td {
	font-size: 13px;
}

#kalkulator table tr.odd td {
    background-color: #EDEDF0;
}

#kalkulator table td.title {
    padding: 5px;
	font-size: 13px;
}

#kalkulator p , .kalkulator-container .ce_text p {
	font-size: 14px;
}

.ergebnisZeile, .ergebnisZeileGes, .ergebnisZeileRot {
	font-size: 13.5px;
	font-weight: bold;
}

#kalkulator .calc h2, .ce_downloads.last.block h2, .kalkulator-container .ce_text h2 {
	color: #115da4;
    font-size: 16px;
    margin: 20px 0 5px;
    padding: 0;
    margin-bottom: 10px;
}


.ce_downloads.block, .video-container {
	margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
	height: 100px;
	text-align: center;
}

.ce_downloads.block ul {
	margin-left: 110px;
}

.ce_downloads.block h2, .kalkulator-container .ce_text h2, .video-container h2{
    font-size: 26px;
}

.ce_downloads.block li {
    display: block;
    float: left;
    margin: 20px;
}

.video-container {
	height: 280px;
    margin-bottom: 140px;
}

.video-container figcaption {
    font-size: 11pt;
}

.video-container .ce_lightbox4ward {
	float: left;
	width: 300px;
	margin-left: 45px;
	margin-right: auto;
}

.fancybox-inner {
    height: auto;
    overflow: hidden !important;
    width: 820px;
}

/* Product selection on support page */
.productSelectionForm {
    float: right;
    display: inline;
    width: 245px;
}
.productSelectionForm select,
.productSelectionForm label {
    display: block;
    clear: both;
}
.productSelectionForm select {
    padding: 5px;
    border: 1px solid #454a4e;
}
.productSelectionForm label {
    font-size: 10pt;
    font-weight: bold;
}
.productSelectionForm br {
	display: none;
}
.carTimeStarTimeMTZ,
.other {
	display: none;
}

/*Anpassung Referenzen 01042016*/
#text-34 h2{
	padding-top:60px;
}

#text-34 .partner{
	margin-bottom:0px;
}

#text-33 .ce_gallery .image_container, #text-34 .image_container{
	height:120px;
    white-space: nowrap;
}

#text-34 .referenzBlock .ce_text img, .referenzBlock .ce_image img, .partner ul li img{
	margin-top:0px;
	vertical-align: middle;
}

#text-33 .helper, #text-34 .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#text-34 .referenzBlock .ce_text p{
	margin-top:-40px;
}

/* Info popup */
#infoPopup {
	width: 540px;
	height: 330px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 23px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 23px -1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 23px -1px rgba(0,0,0,0.75);
	position: absolute;
	left: 50%;
	margin-left: -290px;
	top: 200px;
	padding: 0 20px 20px 20px;
	display: none;
}
#infoPopup .header {
	overflow: hidden;
	margin-top: 10px;
}
#infoPopup .close{
	text-decoration: none;
	float: right;
	font-weight: bold;
  font-size: 17pt;
	cursor: pointer;
}
a.button.soft-active {
	border: 0;
	color: #fff;
}

/* Video overlay */
#overlayVideo {
    background-color: white;
    opacity: 1;
    width: 100%;
    height: 100%;
    left: 0px;
    position: relative;
    top: -2000px;
    
    z-index: 9999;

    transition: visibility 2s, opacity 2s ease; /* explorer 10 */
    -webkit-transition: visibility 2s, opacity 2s ease; /* chrome & safari */
    -moz-transition: visibility 2s, opacity 2s ease; /* firefox */
    -o-transition: visibility 2s, opacity 2s ease; /* opera */

    -webkit-transition-delay: 7s; /* Safari */
    transition-delay: 7s;
}
.overlayVideoPosition {
    position: fixed !important;
    top: 0px !important;
}
.hidden {
    opacity: 0 !important;
    visibility: hidden !important;

}

#videoContainer {
    margin: 0 auto;
    height: 420px;
    width: 800px;
    position: relative;
    top: 50%;
    transform: translateY(-70%);
}

.referenceBulb {
   border-bottom: 25px solid #34af51;

   border-left: 25px solid transparent;

   border-right: 25px solid transparent;
   transform: rotate(45deg);
   height: 0;
   color: #fff;
   position: relative;
   right: -140px;
   z-index: 100;
   margin-bottom: -35px;
   top: 4px;
   width: 60px;
   font-size: small;
}


.teaser-right {
    float: right;
    margin-right: 3px;
}

.teaser-left {
    float: left;
    margin-left: 3px;
}

.teaser {
    position: relative;
    margin-bottom: 30px;

    height: 300px;
    width: 480px;
    background-size: cover;
    background-position: 50% 50%;
    background-color: lightgray;
}

.tableAdjustment {
    display: table;
}

.tableFullWidth {
    width: 100%;
}

.teaser-text {
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.teaser-textbox {
    display: block;
    position: absolute;
    bottom: 0;
    background: #115da4;
    right: 0;
    left: 0;
    opacity: 0.8;
    top: 70%;
    color: white !important;
    cursor: pointer;
    overflow: hidden;

    transition: all  .75s ;
    -moz-transition: all .75s ;
    -webkit-transition: all .75s ;
}

.teaser-textbox:hover {
    top: 0px !important;
    height: 300px !important;

}

.teaser-textbox:hover .teaser-text {
    visibility: visible;
    height: 300px !important;
    opacity: 1 !important;
}


.teaser-textbox a { color: white; text-decoration: none; }
.teaser-textbox h3 { color: white; padding: 20px; }
.teaser-textbox p { padding-left: 20px; padding-right: 20px; }


.teaser-textbox-button {
    display: initial;
    clear: both;
    padding: 7.5px 15px;
    border: 1px solid #2c2276;
    text-transform: uppercase;
    margin-top: 0px;
    margin-right: 10px;
    background-color: white;
    float: right;
}

.teaser-textbox-button a { color: #454a4e; }

.ul-invisible ul {
	display: none;
}

