/**
----------------------------------------------------------
VIDEO WRAPPER
----------------------------------------------------------
*/

a.video-preview-image {
    display:block;
    position: relative;
}

a.video-preview-image span {
    background-image: url('http://www.hannesarch.com/images/button-play.png');
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    z-index: 100;
    width:90px;
    height: 97px;
    margin: -42px 0 0 -42px;
}

a.video-preview-image:hover span {
    background-image: url('http://www.hannesarch.com/images/button-play-hover.png');
}

.ytbWrapper {
    position: relative;
    padding-bottom: 56%; /* video dimensions - width/height */
    padding-top: 0px;
    height: 0;
    z-index: 2;
}

.ytbWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    z-index: 1;
}

.lt-ie8 .ytbWrapper iframe {
    width: 920px;
    height: 517px !important;
}


 .bcoveVideoWrapper {
    width: 100%;
}

.bcoveVideoWrapper .bcoveVideo {
    position: relative;
    padding-bottom:56.25%;
    height:0;
    overflow:hidden;
    z-index:0;

}

.bcoveVideoWrapper .bcoveVideo div,
.bcoveVideoWrapper .bcoveVideo object {
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    z-index: 0;
}

.bcoveVideoWrapper .bcoveVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    z-index: 1;
}

.lt-ie8 .bcoveVideoWrapper .bcoveVideo iframe {
    width: 920px;
    height: 517px !important;
}



/**
 * VIDEO JS / see zoat_dam -> generateImage -> Video -> brightcove
 */

.videoWrapper {
    position: relative;
    padding-bottom: 56%; /* video dimensions - width/height */
    padding-top: 0px;
    height: 0;
    z-index: 1;
}

video.video-js {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
}

.video-js .vjs-controls {
    z-index: 1002;
}

.video-js .vjs-big-play-button {
    z-index: 1002;
}

.videoWrapper .video-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 2;
}


.videoWrapper .vjs-no-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    overflow-y: hidden;
    z-index: 1;
}

.videoWrapper object,
.videoWrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    z-index: 2;
}

.vjs-spinner {
    display: none !important;
}

img.vjs-poster {
    position: absolute !important;
    /*height: 100% !important;
    width: 100% !important;*/
    z-index: 2 !important;
}






img.responsive {
	max-width: 100%;
	height: auto;
	display: inline-block;
}

img.responsive[data-service="cropfit"] {
    position: relative;
    max-height: none;
    max-width: none;
    display: inline-block;
    width: auto;
    height: auto;
}

.lt-ie9 img.responsive {
	width: 100%;
	max-width: none !important;
}

/** centered Images */
.responsive-wrapper.centeredImage {
	display:inline-block;
	text-align: center;
	vertical-align: middle;
	background: url('http://www.hannesarch.com/fileadmin/setup/images/rbx-centerimage-pattern.png') left top repeat;
}

.responsive-wrapper.centeredImage:hover {
	background: url('http://www.hannesarch.com/fileadmin/setup/images/rbx-centerimage-pattern-over.png') left top repeat;
}

.responsive-wrapper.centeredImage span {
	font-size: 0 !important;
    visibility: visible;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.responsive-wrapper.centeredImage img,
.responsive-wrapper.centeredImage a img {
	display: inline-block;
}

.lt-ie9 .responsive-wrapper.centeredImage img {
	width: auto;
}



.news-list article.topnews {
    border: 1px solid #CCC;
    padding: 10px;
}

.news-detail article {
    padding-bottom: 20px;
}

.news-detail .lead-media-item {
    margin-bottom: 20px;
}

.news-detail .media-items {
    margin-bottom: 10px;
}

.news-detail .news-related-wrap {
    margin: 0;
}

.news-list-view .load-more {
	border: 1px solid #000;
	padding: 7px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.5em;
	display: block;
	max-width: 180px;
}

.news-list .load-more:hover {
	cursor: pointer;
	background: #000;
	color: #fff;
}

.news-list-item div {
    margin-bottom: 10px;
}

.news-list-item div:last-child {
    margin-bottom: 0;
}

.slide-list {
	width: 100%;
}

.news-side-list article.news-list-side-item {
    border-bottom: 1px dashed #CCC;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.news-side-list article.news-list-side-item .title {
    font-weight: bold;
}

.slide-list .bx-wrapper .bx-controls {
    position: static;
    bottom: auto;
}


/* Preload images */


body.lb-disable-scrolling {
  overflow: hidden;
}

.lightbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox a:focus {
    outline: none;
}

.lightbox .lb-image {
  display: block;
  height: 100%;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox img.responsive.loading {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}

.lightbox img.responsive[data-service="bestfit"] {
    height: 100%;
}

.lightbox a img {
  border: none;
}

.lb-outer-container {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outer-container:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
  position: relative;
  height: 100%;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url('vhs-assets-css-6ec69c2794ee83d9bb47e3e8d9efdf8f.gif') no-repeat;
}


.lb-container > .nav {
  left: 0;
}

.lb-nav {
  position: absolute;
  top: 0;
}

.lb-prev, .lb-next {
    width: 50px;
    top: 50px;
    bottom: 50px;
    cursor: pointer;
    display: block;
}

.lb-nav.lb-prev {
  width: 100px;
  left: 0;
  background: url('vhs-assets-css-a9d7f8ffc601af5368631d8aec54cac9.png') left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav.lb-next {
  width: 100px;
  right: 0;
  background: url('vhs-assets-css-8435eae59448af9b6719b58eb5a8b87d.png') right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav.lb-close-container {
    top: 0;
    right: 0;
}

.lb-close {
  display: block;
  width: 30px;
  height: 30px;
  background: url('vhs-assets-css-74eaf3c289e146450ff96fd74d57f3d0.png') top right no-repeat;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}


.lb-data-container {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-data-container:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
}

.lb-data .lb-details {
}

.lb-data .lb-caption {
}

.lb-data .lb-number {
}

.lb-data .lb-close {
}

.lb-image .bcoveVideoWrapper .bcoveVideo,
.lb-image .ytbWrapper
 {
    z-index: 10000;
}


.main-calendar-list {
	min-height: 550px;
	max-height: 550px;
	width: 100%;
	padding: 40px 60px;
}

.main-calendar-list .calendar-item {
	margin-bottom: 20px;
}

.main-calendar-list .calendar-item:last-child {
	margin-bottom: 0;
}

.main-calendar-list .calendar-item .calendar-date,
.main-calendar-list .calendar-item .calendar-title {
	font-size: 2em;
}

.main-calendar-list .calendar-item .more {
	font-size: 2em;
}



#socialfeed {
    
}

.gallery ul{margin:0;padding:0;list-style-type:none}.gallery__item{vertical-align:top}.gallery__image--justified{position:relative;transition:all 0.35s ease-out}.gallery__image--justified.loading{opacity:0;transform:scale(0.9)}.gallery__image--justified img.responsive{display:inline-block}


#google-map {
    width: 100%;
    height: 450px;
}

@media (max-width: 420px) {
    #google-map {
	    height: 196px;
	}
}

@media (min-width: 421px) and (max-width: 768px) {
    #google-map {
	    height: 350px;
	}
}

.mapIconLabel {
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    font-family: 'DINNextRoundedLTProMediumRegular';
}

#google-map-filter {
    width: 100%;
    display: block;
    text-align: center;
}

#google-map-filter .filter-button {
    
}

#google-map-filter .filter-button.active {
    
}