

.menu-list {
	
	display:inline-flex;
	
}
.temp-list li:only-child .temp {
	font-size:9rem;
	margin-top: -1.5rem;
	}
.temp-list {
	display:flex;
	}
.bold {
	font-weight:700;
}
.menu-list li {
	margin: 0 2rem;
	
}

.menu-list li:last-child {
	margin-right: 8rem;
	
}
.closed {
	font-size: 3.4rem;
	min-height: 12.5rem;
}
.logo img {
	height: auto;
	
	position: relative;
	bottom: 0.6rem;
}

img {
	vertical-align: middle;
}


.logo {
	text-align: left;
	line-height: 6.4rem;
}

.icon-info {
	/* background-color: red; */
	width: 3rem;
	height: 3rem;
	display: inline-block;
	
	color: #aaa;
	content: "i";
	line-height: 3rem;
	font-style: normal;
	font-size: 2.7rem;
	font-weight: 600;
	border: 1px solid  #aaa;
	border-radius: 50%;
	font-family: serif;
}
.icon-info:before {
	content: "i";
}
.icon-ticket  {
	fill: #aaa;
	border: 1px solid  #aaa;
	border-radius: 50%;
	
	width: 2.08rem;
	height: 2.08rem;
	display: inline-block;
	padding: 0.52rem;
	line-height: 2.08rem;
}
.card-icons a:hover {
	text-decoration:none;
	fill: #ee413e;
	
	color: #ee413e;
	border-color:#ee413e;
}

.card {
	box-shadow: 3px 6px 9px 0 rgba(0, 0, 0, 0.2);
	background-color: --var(--bg-color);
	margin: 0 auto 5rem auto;
	position:relative;
	
	
}
.card-wrapper {
	perspective:800px;
}


.card-type-list {
	/*! justify-content: start !important; */
	min-width: 100%;
}
.card-type-list > * {
	
	/*! width: 100%; */
}
.website {
	background-color: var(--bg-color);
	padding-top:0;
	min-height: 82vh;
	padding-bottom: 8vw;
	overflow-x: hidden;
	
}

header {
	height: 6rem;
	line-height: 6rem;
	width:100%;
	background-color: var(--bg-color);
	
}
.card-column:not(:last-child) {
	border-right: 1px solid #ccc;
}
/* separator (colored line border) between card column */
.bordered-list  li:not(:last-child) {
	/*! border-bottom: 1px solid #ccc; */
	
}
.bordered-list  li {
	 /* same value as height for vertical center text */
	height: 4rem;
	/*! display: flex; */
	/*! justify-content: space-between; */
	padding: 0 1.86rem;
	margin: 0;
}


.temp {
	font-size: 4.4rem;
	/*! line-height: 3rem; */
	/*! margin-bottom: 2rem; */
}
.number {
	font-size: 9rem;
	text-align: center;
	min-height: 12.5rem;
}
.container h2 {
	margin: 3rem auto 1.7rem auto;
}
.subtitle {
	text-align: center;
	
	font-size: 2.7rem;
}
.subsubtitle {
	font-size: 1.5rem;
}

.card-title {
	/*! width: 100%; */
	/*! min-width: 11rem; */	 /* Global width of the box */
	text-align: center;
	padding: 8px 0px;
	font-size: 2.2rem;
	font-weight:600;
	background-color: var(--bg-color);
	border-bottom: 1px solid #ccc;
	display: flex;
	justify-content: space-between;
	
}
.card-icons {
	/*! width:14rem; */
	margin-right: 0.9rem;
	height: 0;
}
.card-title > span {
	margin-left:2rem;
	
}
.page-title {
	float: right;
	font-size: 2.2rem;
	font-weight: 400;
	padding:0 !important;
}

#goback {
	position: absolute;
	top: 41px;
	right: 22px;
}



.text-muted {
	float: right;
	margin-top: 14px;
	color: #c6c6c6;
	font-size: 13px;
}

/* iPhone in landscape */
@media screen and (orientation:landscape) and (max-width: 800px) {
	.website {
		padding: 2rem 1rem !important;
	}
	
	#goback {
		position: absolute;
		top: 26px;
		right: 22px;
	}
	.card-title {
		font-size:22px;
		
	}
	.subtitle {
		font-size: 17px;
	}
	
	.logo {
		text-align: left;
		margin-top: 19px;
	}
	
	.page-title {
		
		
		font-size: 1.8rem;
	}
	
}

/* iPad in portrait */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.website {
		padding: 5rem 2rem !important;
	}
	
	.page-title {
		font-size: 19px;
	}
	
	
	
	
}
/*
	/* iPhone 7 plus 
	@media only screen 
	and (min-width : 414px) 
	and (max-width : 736px) 
	and (orientation : portrait) {
	.row {
	flex-direction: column;
	margin-left: inherit;
	width: inherit;
	}
	.row .column {
	margin-bottom: inherit;
	padding: inherit;
	}
	}
*/

/* iPad in landscape */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.website {
		padding: 5rem 2rem !important;
	}
	
	.page-title {
		font-size: 19px;
	}
	.flex-item {
	}
	
}

@media only screen and (max-width: 600px) {
	.page-title {
		font-size: 1.9rem;
	}
	.card-column {
		
		width: 100vw;
	}
}

/* Desktop */
@media (min-width: 1023px) {
	
}


/* Grid system */
.flex-container {
	display: flex;
	/* When there is more columns than defined, they go to the next line */
	flex-wrap: wrap;
	justify-content: center;
	max-width: 91vw;
	margin: 0 auto;
}

.card-body {
	margin: 2rem auto;
	min-height: 23rem;
	display: flex;
	/*! align-items: center; */
	/*! flex-direction: column; */
	justify-content: center;
	max-width: 27rem;
	/*! width: 100%; */
}
.flex-item {
	
	min-height: 16vw;
	margin: 1rem 1rem;
	text-align: center;
	/*! min-width: 15vw; */
	display: flex;
	flex-wrap: wrap;
	max-width: 89vw;
	/*! min-width: 29vw; */
}
.card-column {
	min-width: 18.15vw;
}
/* columns width */
.col2 .flex-item {
	width: 50%;
}

.col4 .flex-item {
	width: 25%;
}
.col5 .flex-item {
	width: 20%;
}
.col6 .flex-item {
	width: 16.66%;
}

/* Reset default margin */
ul {
	margin: 0;
	padding: 0;
}	