header {
	width:100%;
	height:70px;
	position:relative;
	top:0;
	left:0;
	display:flex;
	align-items:center;
	/*background: #2a9ae2;*/
	background: #fcfcfc;
	z-index: 100000;
	/*box-shadow: 0 0px 2px rgba(48,48,48,0.6);*/
}
.cn-header-logo {
	height: 50px;
	vertical-align: top;
}

.container {
	width: 100%;
	max-width: 1800px;
	margin: auto;
	padding: 32px 60px;
}

/*.template-content-wrapper {
	margin-top:60px;
}*/

.text-content {
	margin: 32px;
}

footer {
	display:relative;
	color:#fff;
	background: #3a3a3a;
}
.footer-item h1, .footer-item h2, .footer-item h3, .footer-item h4, .footer-item h5, .footer-item h6 {
	color: #fff;
}
.footer-flex {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	padding:32px 0 16px 0;
	margin:auto;
}

.footer-item-wrapper {
	min-width:200px;
	text-align:center;
}
.footer-item {
	text-align:left;
	display:inline-block;
}

.footerlogo {
	margin-bottom: 16px;
}

.nav-list {
	color: #2a9ae2;
	list-style: disc;
	margin-left: 16px;
	text-align: left;
}
.nav-list a {
	color:#fff;
}
.nav-list a:hover {
    color: #fbc156;
}

.testimonials {
	font-size:0.8rem;
	padding:1rem;
}
.testimonials span{
	font-style: italic;
}

.menu-item {
	margin:0px;
	cursor:pointer;
	list-style-type: none;
	padding:0px;
	color:#333;
	text-shadow: none;
	font-weight: bold;
}

.menu-item a{
	padding: 14px 20px 13px 20px;
	line-height: 45px;
	color: #333;
	text-decoration:none;
	vertical-align: middle;
	text-align: center;
}
.menu-item a:hover{
	color: #2a9ae2;
}
.menu-item-login {
	vertical-align: middle;
}
span.menu-item-login {
	font-size: 32px;
}
img.menu-item-login {
	height: 50px;
	max-width: 50px;
	object-fit: contain;
}
.drop-down-button {
	vertical-align: middle !important;
}
.drop-down-menu {
	position: fixed;
	width: 100%;
	height: 16rem;
	top: 0px;
	left: 0;
	padding: 16px;
	background: #fefefe;
	text-align: center;
	z-index: 100000;
	transition: transform 0.4s ease-out;
	transform: translate(0,-100%);
}
.ddopen {
	transform: translate(0,0) !important;
}
.drop-down-menu-item {
	padding: 8px;
}
.drop-down-curtain {
	position: absolute;
	top: 16rem;
	width: 100%;
	height: 5000px;
	margin: 0 -16px;
	transition: background 0.4s;
	background: none;
	pointer-events: none;
}
.ddopen .drop-down-curtain {
	background: rgba(0,0,0,0.8) !important;
	pointer-events: all !important;
}

.drop-down-search {
	display: inline-block;
	padding: 0;
	margin: 8px;
}
#drop-down-login {
	font-size: 0.8rem;
}
#drop-down-home {
	position: absolute;
	top: 20px;
	left: 20px;
	color: #303030;
}
#drop-down-home a {
	color: #333;
}
#drop-down-home a:hover {
	color: #2a9ae2;
}
#drop-down-close {
	position: absolute;
	top: 20px;
	right: 20px;
}
#drop-down-close:hover {
	color: #2a9ae2;
}

.search-wrapper {
	position: relative;
	white-space: nowrap;
	flex: 0 1 150px;
	text-align:right;
}
.search-wrapper input{
	display:inline-block;
	height:30px;
	margin:0px;
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 0 34px 0 4px;
	vertical-align:middle;
	background:#fff;

	visibility: hidden;
	width: 30px;
	transition: all 0.4s ease-out;
	opacity: 0;
}
.search-wrapper.open input{
	visibility: visible;
	width: 150px;
	opacity: 1;
}
.search-wrapper span {
	position: absolute;
	right: 0px;
	top: 0x;
	padding: 3px;
	
	border-radius: 0 4px 4px 0;
	background: rgba(0,0,255,0);
	transition: background 0.4s;
}
.search-wrapper.open span{
	/*background: rgba(0,0,255,1);*/
	color: #bbb;
}

.menu-icon span {
	margin-left:0.2rem;
	width:1.2rem;
	display: block;
	-webkit-box-shadow: 2px 12px 0 1px #fff, 2px 18px 0 1px #fff, 2px 24px 0 1px #fff;
	box-shadow: 2px 16px 0 1px #fff, 2px 22px 0 1px #fff, 2px 28px 0 1px #fff;
}

div.off-canvas-wrap {
	max-width: 70em;
}

.move-right a.exit-off-canvas {
	box-shadow: none;
	background: rgba(0, 0, 0, 0.5);
}

.embedmap-placeholder {
	background-image: url("/graphics/clusterMap.jpg");
	height: 8rem;
	background-repeat: no-repeat;
	background-position: center -70px;
	padding: 0;
	margin: 0;
}
.embedmap-placeholder-content {
	margin-top:5rem;
	height: 6rem;
	margin: 0;
	padding: 16px;
	background-color: rgba(255,255,255,0.65);
}
.embedmap-placeholder-content h3 {
	border-bottom: 0px;
	color: #2a9ae2;
	font-weight: bold;
	text-shadow: 1px 1px 1px #333;
}
.embedmap-placeholder-content p {
	text-shadow: 1px 1px 1px #333;
}

.route-list-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-top:1rem;
}
.route-list-item-wrapper {
	min-width: 360px;
	max-width: 500px;
	margin: 5px;
}
.route-list-item {
	height: 250px;
	box-sizing: border-box;
	border: 1px	solid #bbb;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	padding: 0;
	background-color: #f2f2f2;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.route-list-item:hover {
	cursor:pointer;
	background-blend-mode: multiply;
}
.route-list-item-details {
	height: 114px;
	padding: 10px 35px 10px 14px;
	margin: 105px 30px 30px 30px;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 4px;
	border: 1px #bbb solid;
}
.route-list-item-languages {
	position: absolute;
	right: 30px;
	bottom: 0px;
	max-width:90%;
	cursor:pointer;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	white-space: nowrap;
}
.route-list-item-languages:hover {
	background-color: #fff;
}
.route-list-item-meta-info {
	display:flex;
	align-items:center;
	margin-left:8px;
}
.route-list-item-meta-info p {
	margin:5px 0px;
	padding:0px;
}
.route-list-item-meta-info span {
	color:#888;
}

.list-routes {
	margin-top:2rem;
	padding-left:0px;
	padding-right:0px;
}
.route-list-item-icon {
	box-sizing: content-box;
	width:64px;
	height:64px;
	padding: 1px;
	border: 1px #ddd solid;
	border-radius: 4px;
	background-color: #fff;
	position: absolute;
	right: 30px;
	top: 25px;
	z-index: 10;
}
.route-list-item-icon img{
	width: 64px;
	height: 64px;
	object-fit: scale-down;
}
.route-list-item-title {
	width:100%;
	color: #202020;
	font-weight:bold;
	margin-bottom:0.25rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.route-list-new-window {
	position:absolute;
	right:35px;
    top:110px;
	font-size:18px !important;
	color:#888;
}
.route-list-new-window:hover {
	color:#fbc156;
}
.route-list-info-icon {
	position:absolute;
	right:37px;
	top:143px;
	font-size:28px !important;
	color:#888;
}
.route-list-info-icon:hover{
	color:#fbc156;
}
.route-list-edit-icon {
	position:absolute;
	right: 38px;
	top: 180px;
	color:#888;
}
.route-list-edit-icon:hover{
	color:#fbc156;
}

#citynomadi-elsewhere-icons {
	margin-top: 16px;
}

.social-container {
	width:100%;
	text-align:center;
}

.ios-scroll-fix {
		overflow-y:hidden;
	}

@media only screen and (max-width: 500px) {
	/* Allow smaller item width for very small screens to avoid overflow */
	.route-list-item-wrapper {
		min-width: 270px;
	}
}
@media only screen and (max-width: 750px) {
/* Small screens */
	.container {
		/*width:100%;*/
		padding: 32px 2px;
	}
	.footer-item-wrapper {
		/*min-width:100%;*/
		margin-bottom:32px;
	}
	.footer-item {
		text-align:center;
	}
	#citynomadi-elsewhere-icons {
		margin: 16px auto 0 auto;
	}
}
@media only screen and (max-width: 965px) and (min-width: 750px) {
/* Medium screens */
	.container {
		/*width:90%;*/
		padding: 32px 30px;
	}
}
@media only screen and (min-width: 965px) {
/* Large screens */
	
}
