@font-face {
  font-family: 'AkzidenzGroteskBE-Bold';
  src: url('AkzidenzGroteskBE-Bold.eot?#iefix') format('embedded-opentype'),  url('AkzidenzGroteskBE-Bold.otf')  format('opentype'),
	     url('AkzidenzGroteskBE-Bold.woff') format('woff'), url('AkzidenzGroteskBE-Bold.ttf')  format('truetype'), url('AkzidenzGroteskBE-Bold.svg#AkzidenzGroteskBE-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
} 
/* 
 *  Core Owl Carousel CSS File
 */
 #banner-slider{
 	position: relative; 
 }

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden; 
  /* change overflow to show left right image -  fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}



.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  /*-webkit-transform-style: preserve-3d;*/
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel .owl-rtl {
  direction: rtl;
}
.owl-carousel .owl-rtl .owl-item {
  float: right;
}
.slidetext{
	position: absolute; bottom:45%; left:0; width:100%; text-align: center; height: 10%;z-index: 999; 
}
.slidetext .linkslide i{
	color: #00a5d3;
}
.slide img{
	width: 100%; height: 100% !important;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}



@media only screen and  (max-width: 1199px) {

	
}
@media only screen and  (max-width: 959px) {


}
@media only screen and  (max-width: 767px) {

}
@media only screen and (max-width: 479px) {

}