@charset "utf-8";

main {
    display: block;
	text-align: center;
	color: #272D66;
	height: 36.5rem;
}
main a, main a:active, main a:visited {
	color: #272D66;
}
main a:hover {
	color: #D69B2D;
}

h1 {
	color: #272D66;
}




#dtlayout {
	display: block;
	width: 100%;
}
#dtlayout p {
	display: block;
	line-height: 1.25em;
    margin-block-end: 0.75em;
	-webkit-margin-after: 0.75em;
}

#dtcontent {
	display: block;
}
#dtcontentleft {
	display: block;
	position: absolute;
	left: 0;
	width: 44%;
	padding-top: 1.5rem;
}
#dtintro {
	display: block;
}
#dtdetails {
	display: block;
}
#dtmap, #dtmap a {
	display: inline-block;
	position: relative;
	line-height: 0;
	vertical-align: middle;
}
#dtmap a:hover {
	transition: 0.25s;
	filter: brightness(50%);
}
#dtmap img {
	width: 15.5rem;
	border-radius: 0.5rem;
    border-style: solid;
    border-width: thin;
    border-color: #D69B2D;
}
#dtmaptip {
	display: block;
	position: absolute;
	width: 15.5rem;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	font-size: 0.75rem;
	line-height: 0.75rem;
	color: #FFFFFF;
	background-color: rgba(39,45,102,0.5);
	border-radius: 0rem 0rem 0.5rem 0.5rem;
	padding: 0.25rem 0rem 0.25rem 0rem;
}
#dtmapside {
	display: inline-block;
	vertical-align: middle;
	padding: 0rem 0.75rem 1rem 2.5rem;
}
#dtaddw3w {
	display: block;
}
#dtaddw3w img {
	height: 1.5rem;
}
#dtaddw3w a:hover {
	transition: 0.25s;
	filter: brightness(50%);
}
address {
	display: block;
	width: 100%;
	font-style: normal;
	padding-bottom: 1rem;
}
#dtaddress {
	display: inline-block;
	vertical-align: middle;
	margin: 1rem auto 0.75rem 5rem;
}
#dtaddtext {
	display: block;
	padding-top: 0.75rem;
}
#dtparking {
	display: inline-block;
	vertical-align: top;
}
#dtparking img {
	height: 1.75rem;
	padding: 0.5rem 0rem 0.5rem 0rem;
}
#dtopen {
	display: inline-block;
	vertical-align: top;
	padding-right: 2.75rem;
}
#dtopen img {
	height: 2.5rem;
	padding-bottom: 0.25rem;
}

#dtslides {
	display: inline-block;
	position: absolute;
	right: 0;
	width: 55%;
	line-height: 0;
}
#dtslideshow {
	display: block;
	margin-top: -0.75rem;
}
#dtslideshow > figure {
	display: block;
	animation-name: DTslideAnimation;
	animation-duration: 15s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	background-size: contain;
	background-repeat: no-repeat;
	color: transparent;
	opacity: 0;
	position: absolute;
	margin-top: 0;
	width: 100%;
	height: 38.25rem;
	z-index: 0;
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0;
	margin-inline-end: 0;
}

#dtslideshow > figure:nth-child(1) { background-image: url("image-dt-v6-1.jpg"); }
#dtslideshow > figure:nth-child(2) { animation-delay: 3s; background-image: url("image-dt-v6-2.jpg"); }
#dtslideshow > figure:nth-child(3) { animation-delay: 6s; background-image: url("image-dt-v6-3.jpg"); }
#dtslideshow > figure:nth-child(4) { animation-delay: 9s; background-image: url("image-dt-v6-4.jpg"); }
#dtslideshow > figure:nth-child(5) { animation-delay: 12s; background-image: url("image-dt-v6-5.jpg"); }

@keyframes
DTslideAnimation {
0% { animation-timing-function: ease-in-out; opacity: 0; }
1.667% { animation-timing-function: ease-in-out; opacity: 1; }
18.333% { animation-timing-function: ease-in-out; opacity: 1 }
20% { animation-timing-function: ease-in-out; opacity: 0 }
100% { animation-timing-function: ease-in-out; opacity: 0 }
}




#tzlayout {
	display: block;
	width: 100%;
}
#tzlayout p {
	display: block;
	line-height: 1.25em;
    margin-block-end: 0.75em;
	-webkit-margin-after: 0.75em;
}

#tzslides {
	display: block;
	position: relative;
	line-height: 0;
}
#tzslideshow > figure {
	display: block;
	animation-name: TZslideAnimation;
	animation-duration: 15s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	background-size: contain;
	background-repeat: no-repeat;
	color: transparent;
	opacity: 0;
	position: absolute;
	margin: 0;
	width: 100%;
	height: 37.75rem;
	z-index: 0;
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0;
	margin-inline-end: 0;
}

#tzslideshow > figure:nth-child(1) { background-image: url("image-tz-1.jpg"); }
#tzslideshow > figure:nth-child(2) { animation-delay: 3s; background-image: url("image-tz-2.jpg"); }
#tzslideshow > figure:nth-child(3) { animation-delay: 6s; background-image: url("image-tz-3.jpg"); }
#tzslideshow > figure:nth-child(4) { animation-delay: 9s; background-image: url("image-tz-4.jpg"); }
#tzslideshow > figure:nth-child(5) { animation-delay: 12s; background-image: url("image-tz-5.jpg"); }

@keyframes
TZslideAnimation {
0% { animation-timing-function: ease-in-out; opacity: 0; }
1.667% { animation-timing-function: ease-in-out; opacity: 1; }
18.333% { animation-timing-function: ease-in-out; opacity: 1 }
20% { animation-timing-function: ease-in-out; opacity: 0 }
100% { animation-timing-function: ease-in-out; opacity: 0 }
}

#tzcontent {
	display: block;
	padding-top: 39.25rem;
}
#tzintro {
	display: block;
}

#tzlower {
	display: block;
}
#tzmap, #tzmap a {
	display: inline-block;
	position: relative;
	line-height: 0;
	vertical-align: middle;
}
#tzmap a:hover {
	transition: 0.25s;
	filter: brightness(50%);
}
#tzmap img {
	width: 25rem;
	border-radius: 0.5rem;
    border-style: solid;
    border-width: thin;
    border-color: #D69B2D;
}
#tzmaptip {
	display: block;
	position: absolute;
	width: 25rem;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	font-size: 0.75rem;
	line-height: 0.75rem;
	color: #FFFFFF;
	background-color: rgba(39,45,102,0.5);
	border-radius: 0rem 0rem 0.5rem 0.5rem;
	padding: 0.25rem 0rem 0.25rem 0rem;
}
#tzlowerside {
	display: inline-block;
	vertical-align: middle;
	padding: 0rem 0rem 1rem 4.75rem;
}
#tzopen {
	display: block;
}
#tzopen img {
	height: 2.5rem;
	padding-bottom: 0.25rem;
}
#tzparking {
	display: block;
	padding: 1.5rem 0rem 1.5rem 0rem;
}
#tzparking img {
	height: 1.75rem;
	padding-bottom: 0.25rem;
}
address {
	display: block;
	width: 100%;
	font-style: normal;
}
#tzaddress {
	display: inline-block;
	vertical-align: middle;
	margin: 1rem auto 0.75rem 5rem;
}
#tzaddtext {
	display: block;
	padding-top: 0.25rem;
}
#tzaddw3w {
	display: block;
}
#tzaddw3w img {
	height: 1.5rem;
}
#tzaddw3w a:hover {
	transition: 0.25s;
	filter: brightness(50%);
}




#tplayout {
	display: block;
	width: 100%;
}
#tplayout p {
	display: block;
	line-height: 1.25em;
    margin-block-end: 0.75em;
	-webkit-margin-after: 0.75em;
}

#tpslides {
	display: block;
	position: relative;
	line-height: 0;
}
#tpslideshow > figure {
	display: block;
	animation-name: TPslideAnimation;
	animation-duration: 15s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	background-size: contain;
	background-repeat: no-repeat;
	color: transparent;
	opacity: 0;
	position: absolute;
	margin: 0;
	width: 100%;
	height: 29.5rem;
	z-index: 0;
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0;
	margin-inline-end: 0;
}

#tpslideshow > figure:nth-child(1) { background-image: url("image-tp-1.jpg"); }
#tpslideshow > figure:nth-child(2) { animation-delay: 3s; background-image: url("image-tp-2.jpg"); }
#tpslideshow > figure:nth-child(3) { animation-delay: 6s; background-image: url("image-tp-3.jpg"); }
#tpslideshow > figure:nth-child(4) { animation-delay: 9s; background-image: url("image-tp-4.jpg"); }
#tpslideshow > figure:nth-child(5) { animation-delay: 12s; background-image: url("image-tp-5.jpg"); }

@keyframes
TPslideAnimation {
0% { animation-timing-function: ease-in-out; opacity: 0; }
1.667% { animation-timing-function: ease-in-out; opacity: 1; }
18.333% { animation-timing-function: ease-in-out; opacity: 1 }
20% { animation-timing-function: ease-in-out; opacity: 0 }
100% { animation-timing-function: ease-in-out; opacity: 0 }
}

#tpcontent {
	display: block;
	padding-top: 31rem;
}
#tpintro {
	display: block;
}
#tpparking {
	display: inline-block;
	vertical-align: top;
}
#tpparking img {
	height: 1.75rem;
	padding: 0.5rem 0rem 0.5rem 0rem;
}
#tpopen {
	display: inline-block;
	vertical-align: top;
	padding-right: 5rem;
}
#tpopen img {
	height: 2.5rem;
	padding-bottom: 0.25rem;
}
#tpaddressholder {
	display: inline-block;
	padding: 0rem 1.5rem 0rem 3rem;
}
address {
	display: block;
	width: 100%;
	font-style: normal;
	padding-bottom: 1rem;
}
#tpaddtext {
	display: inline-block;
	vertical-align: middle;
}
#tpaddw3w {
	display: block;
}
#tpaddw3w img {
	height: 1.5rem;
	padding-bottom: 0.25rem;
}
#tpaddw3w a:hover {
	transition: 0.25s;
	filter: brightness(50%);
}
#tpmap, #tpmap a {
	display: inline-block;
	position: relative;
	line-height: 0;
	margin: auto;
	vertical-align: middle;
}
#tpmap a:hover {
	transition: 0.25s;
	filter: brightness(50%);
}
#tpmap img {
	width: 17.5rem;
	border-radius: 0.5rem;
    border-style: solid;
    border-width: thin;
    border-color: #D69B2D;
}
#tpmaptip {
	display: block;
	position: absolute;
	width: 17.5rem;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	font-size: 0.75rem;
	line-height: 0.75rem;
	color: #FFFFFF;
	background-color: rgba(39,45,102,0.5);
	border-radius: 0rem 0rem 0.5rem 0.5rem;
	padding: 0.25rem 0rem 0.25rem 0rem;
}




#mlayout {
	display: block;
	width: 100%;
}
#mlayout p {
	display: block;
	line-height: 1.25em;
    margin-block-end: 0.75em;
	-webkit-margin-after: 0.75em;
}

#mslides {
	display: block;
	position: relative;
	line-height: 0;
}
#mslideshow > figure {
	display: block;
	animation-name: MslideAnimation;
	animation-duration: 15s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	background-size: contain;
	background-repeat: no-repeat;
	color: transparent;
	opacity: 0;
	position: absolute;
	margin: 0;
	width: 100%;
	height: 15.75rem;
	z-index: 0;
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0;
	margin-inline-end: 0;
}

#mslideshow > figure:nth-child(1) { background-image: url("image-m-1.jpg"); }
#mslideshow > figure:nth-child(2) { animation-delay: 3s; background-image: url("image-m-2.jpg"); }
#mslideshow > figure:nth-child(3) { animation-delay: 6s; background-image: url("image-m-3.jpg"); }
#mslideshow > figure:nth-child(4) { animation-delay: 9s; background-image: url("image-m-4.jpg"); }
#mslideshow > figure:nth-child(5) { animation-delay: 12s; background-image: url("image-m-5.jpg"); }

@keyframes
MslideAnimation {
0% { animation-timing-function: ease-in-out; opacity: 0; }
1.667% { animation-timing-function: ease-in-out; opacity: 1; }
18.333% { animation-timing-function: ease-in-out; opacity: 1 }
20% { animation-timing-function: ease-in-out; opacity: 0 }
100% { animation-timing-function: ease-in-out; opacity: 0 }
}

#mcontent {
	display: block;
	padding-top: 17rem;
}
#mintro {
	display: block;
}
#mopen {
	display: block;
}
#mopen img {
	height: 2.5rem;
	padding-bottom: 0.25rem;
}
#mpark {
	display: block;
	padding-top: 0.75rem;
}
#mpark img {
	height: 1.75rem;
	padding-bottom: 0.25rem;
}
address {
	display: block;
	width: 100%;
	font-style: normal;
	padding-bottom: 1rem;
}
#maddtext {
	display: inline-block;
	vertical-align: middle;
	padding-left: 0.75rem;
}
#maddw3w {
	display: inline-block;
}
#maddw3w img {
	height: 1.5rem;
	vertical-align: middle;
}
#maddw3w a:hover {
	transition: 0.25s;
	filter: brightness(50%);
}
#mmap, #mmap a {
	display: block;
	position: relative;
	line-height: 0;
	margin: 0.25rem auto 1.5rem auto;
}
#mmap a:hover {
	transition: 0.25s;
	filter: brightness(50%);
}
#mmap img {
	width: 20.5rem;
	border-radius: 0.5rem;
    border-style: solid;
    border-width: thin;
    border-color: #D69B2D;
}
#mmaptip {
	display: block;
	position: absolute;
	width: 20.5rem;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	font-size: 0.75rem;
	line-height: 0.75rem;
	color: #FFFFFF;
	background-color: rgba(39,45,102,0.5);
	border-radius: 0rem 0rem 0.5rem 0.5rem;
	padding: 0.25rem 0rem 0.25rem 0rem;
}




@media screen and (min-width: 1280px) {
#tzlayout {
	display: none;
}
}

@media screen and (max-width: 1279px) {
#dtlayout {
	display: none;
}
main {
	height: auto;
}
}

@media screen and (min-width: 850px) {
#tplayout {
	display: none;
}
}

@media screen and (max-width: 849px) {
#tzlayout {
	display: none;
}
}
	
@media screen and (min-width: 450px) {
#mlayout {
	display: none;
}
}
	
@media screen and (max-width: 449px) {
#tplayout {
	display: none;
}
}