.glide__arrows {
  position: absolute;
}
.glide--horizontal .glide__arrows {
  top: 50%;
  width: 100%;
  margin-left: 0%;
}
.glide--vertical .glide__arrows {
  left: 50%;
  height: 88%;
  margin-top: 6%;
}
.glide--horizontal .glide__arrow {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.glide--horizontal .glide__arrow.prev {
  left: 0;
}
.glide--horizontal .glide__arrow.next {
  right: 0;
}
.glide--vertical .glide__arrow {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.glide--vertical .glide__arrow.prev {
  top: 0;
}
.glide--vertical .glide__arrow.next {
  bottom: 0;
}
.glide__arrows .glide__arrow:focus {
	outline: none;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  list-style: none;
}
.glide--horizontal .glide__bullets {
  left: 0;
  width: 100%;
  text-align: center;
}
.glide--vertical .glide__bullets {
  top: 50%;
  right: 8%;
  width: 12px;
  height: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.glide__bullets > * {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
  width: 12px;
  height: 12px;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out;
}
.glide--horizontal .glide__bullets > * {
  margin: 0 5px;
}
.glide--vertical .glide__bullets > * {
  vertical-align: middle;
}
.glide__bullets > *.active {
  background-color: white;
}
.glide__bullets > *:focus {
  outline: none;
}
.glide__bullets > *:hover,
.glide__bullets > *:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide--slider .glide__arrow {
  opacity: 0.5;
  -webkit-transition: opacity 150ms ease;
          transition: opacity 150ms ease;
}
.glide:hover .glide__arrow {
  opacity: 1;
}
.glide--slider .glide__arrow.disabled {
  opacity: 0;
}

.glide {
	display: block;
	overflow: visible;
	position: relative;
	width: 100%;
	height: 600px;
	text-align: center;
    margin: 0px;
    padding: 0px;
	border-bottom: 20px solid #f29400;
}
	
.glide,
.glide img,
.glide #Map, .glide #Map * {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
	
.glide--title {
	height: 300px !important;
}
	
.glide__wrapper {
	position: absolute;
	width: auto;
	height: auto;
	overflow: hidden;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 100;
	margin: 0px;
	background-color: #FFFFFF;
	border-collapse: collapse;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.glide__slide {
    position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: left;
}

.glide__overlay,
.glide__background {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 10;
	overflow: hidden;
	width: auto;
	height: auto;
	text-align: left;
	margin: auto;
}
.glide__background img {
	width: 100%;
	min-width: 100%;
	height: auto;
	min-height: 100%;
	max-height: 100%;
	margin: auto;
    object-fit: cover;
}

.glide__overlay {
	opacity: 0;
	z-index: 20;
	background: transparent url(../../images/layout/bg_glider_overlay.png) top left;
	
	-webkit-transition: opacity 0.4s 1.2s ease-in-out;
	-moz-transition: opacity 0.4s 1.2s ease-in-out;
	-ms-transition: opacity 0.4s 1.2s ease-in-out;
	-o-transition: opacity 0.4s 1.2s ease-in-out;
	transition: opacity 0.4s 1.2s ease-in-out;
}

.glide__slide.active .glide__overlay {
	opacity: 1;
}

.glide--title .glide__overlay {
	opacity: 1;
	z-index: 200;
	background: transparent url(../../images/layout/bg_title_overlay.png) top left;
}

.glider__content {
	position: absolute;
	display: block;
	width: 255px;
	height: 310px;
	top: 0px;
	left: 575px;
	z-index: 50;
	padding: 0px;
	text-align: left;
	background: transparent url(../../images/layout/bg_glider_content.png) repeat-y top left;
}

.glider__contentsub {
	position: absolute;
	display: block;
	margin: 20px;
	bottom: 0px;
	left: 0px;
	width: 215px;
}

.glider__title,
.glider__subtitle {
	position: absolute;
	display: block;
    bottom: 65%;
    left: 20%;
	z-index: 100;
    max-width: 40%;
	
	-webkit-transition: left 0.4s 0.4s ease-in-out, bottom 0.4s 0.8s ease-in-out, top 0.4s 0.8s ease-in-out;
	-moz-transition: left 0.4s 0.4s ease-in-out, bottom 0.4s 0.8s ease-in-out, top 0.4s 0.8s ease-in-out;
	-ms-transition: left 0.4s 0.4s ease-in-out, bottom 0.4s 0.8s ease-in-out, top 0.4s 0.8s ease-in-out;
	-o-transition: left 0.4s 0.4s ease-in-out, bottom 0.4s 0.8s ease-in-out, top 0.4s 0.8s ease-in-out;
	transition: left 0.4s 0.4s ease-in-out, bottom 0.4s 0.8s ease-in-out, top 0.4s 0.8s ease-in-out;
}

.glider__subtitle {
	bottom: auto;
	top: 35%;
}

.glider__title {
	left: -40%;
}
.glide__slide.active .glider__title {
    left: 20%;
}

.glide__slide.glider__invers h1,
.glide__slide.glider__invers h2,
.glide__slide.glider__invers span {
	color: #000000;
	text-shadow: 2px 2px 3px rgba(255, 255, 255, 1);
}

.glider__subtitle {
	top: 100%;
}
.glide__slide.active .glider__subtitle {
    top: 35%;
}

.glider__title h1,
.glider__subtitle h2,
.glider__subtitle span {
	display: block;
	font-size: 40px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 48px;
    letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}

.glider__subtitle h2 {
    margin: 10px 0px 0px 0px;
	font-size: 24px;
	line-height: 30px;
}

.glider__subtitle span {
    margin: 10px 0px 0px 0px;
	font-size: 20px;
	line-height: 28px;
	text-transform: none;
}

a.glider__title,
a.glider__subtitle {
	text-decoration: none;
}

a.glider__title:hover h1,
a.glider__subtitle:hover h2,
a.glider__subtitle:hover span {
	text-decoration: none;
	opacity: 0.7;
}

.GliderSubtitle {
	display: block;
	font-size: 17px;
	font-weight: normal;
	text-decoration: none;
	color: #004d34;
	line-height: 25px;
	text-align: left;
}

.GliderSubtitleLink {
	display: block;
	font-size: 17px;
	font-weight: normal;
	text-decoration: none;
	color: #004d34;
	line-height: 25px;
	text-align: left;
}
.GliderSubtitleLink:link {}
.GliderSubtitleLink:visited {}
.GliderSubtitleLink:hover {
	text-decoration: none;
	color: #000000;
}

.GliderText {
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	line-height: 19px;
	text-align: left;
}

.glide__arrow {
	position: absolute;
	width: 40px;
	height: 80px;
    border: none;
	display: block;
	overflow: hidden;
	left: 0px;
    margin: 40px 0px 0px 0px;
	padding: 0px;
	cursor: pointer;
	z-index: 200;
}

.glide__arrow.prev {
    margin-left: 20px;
	background: transparent url(../../images/layout/bg_glider_previous.png) no-repeat center;
}
.glide__arrow.prev:hover {
	background: transparent url(../../images/layout/bg_glider_previous_over.png) no-repeat center;
}

.glide__arrow.next {
	left: auto;
	right: 0px;
    margin-right: 20px;
	background: transparent url(../../images/layout/bg_glider_next.png) no-repeat center;
}
.glide__arrow.next:hover {
	background: transparent url(../../images/layout/bg_glider_next_over.png) no-repeat center;
}

.glide__bullets {
	position: absolute;
	width: 575px;
	height: 20px;
	display: block;
	right: 275px;
	bottom: 15px;
	z-index: 300;
	text-align: right;
	padding: 0px;
	margin: 0px;
	background: none;
	list-style-image: none;
}

.glide__bullets.long {
	right: 10px;
	width: 810px;
	text-align: right;
}

.glide__bullets .glide__bullet {
	margin: 0px 5px;
	width: 20px;
	height: 20px;
	font-size: 20px;
	line-height: 20px;
	padding: 0px 10px;
	border-radius: none;
	border: none;
	background: transparent url(../../images/layout/bg_glider_bullet.png) no-repeat center;
}
.glide__bullets .glide__bullet.active {
	background: transparent url(../../images/layout/bg_glider_bullet_over.png) no-repeat center;
}
.glide__bullets .glide__bullet:hover {
	background: transparent url(../../images/layout/bg_glider_bullet_over.png) no-repeat center;
}
	
.glide--map {
	height: 600px !important;
}

@media only screen and (max-width: 900px) {
	.glide {
		display: block;
		position: relative;
		z-index: 3000;
		top: 0px;
		left: 0px;
		width: auto;
		height: auto;
		padding: 0px;
		margin: 90px 0px 110px 0px;
		overflow: hidden;
		clear: both;
		-webkit-transition: margin-top 0.4s ease-in-out;
		-moz-transition: margin-top 0.4s ease-in-out;
		-ms-transition: margin-top 0.4s ease-in-out;
		-o-transition: margin-top 0.4s ease-in-out;
		transition: margin-top 0.4s ease-in-out;
	}
	
	.Minimized .glide {
		margin-top: 60px !important;
	}
	
	.glide__background img {
		margin: auto;
	    width: auto !important;
	    height: 100% !important;
		object-fit: cover;
	}
	
	.glide--title {
		height: 130px !important;
	}
	
	.glide--map {
		height: 300px !important;
	}
}