/*decor*/
#noctambus-ch {
	width: auto;
	height: 180px;
	background-image: url(../images/noctambus-1249.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #2652aa;
}

.sub-menu {
	position: absolute;
	z-index: 10;
	left: 68.3%;
	top: -22px;
}

.sub-menu li {
	list-style: none;
	border-bottom: 1px solid white;
}

.sub-menu li a {
	padding: 10px 15px;
	display: block;
	font-size: 1em;
	color:white;
	background-color: #54c9fd;
	text-decoration: none;
}

.sub-menu li a:hover {
	background-color: #3fa8e6;
}

/* strcuture*/
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	 -khtml-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
}

#track-wrapper {
	margin: 0 auto;
	/*width: 1260px;*/
	overflow: hidden;
	background-color: white;
}

#track-inner {
	position: relative;
	padding: 50px 10px;
	margin: 0 auto;
	max-width: 960px;
}

.stop-wrapper {
	position: relative;
	margin: 25px auto;
	padding-left: 25px;
}

.stop-title {
	cursor: pointer;
}

.stop-description {
	max-width: 800px;
	padding: 0 40px 10px 40px;
	margin-top: -2%;
}

.stop-description.description-h {
	top: 40px;
}

.segment-group {
	position: relative;
	line-height: 0.75em;
}

.segment-group--1 {
	left: -40px;
	margin-right: -40px;
}

.segment-group--2 {
	left: -80px;
	margin-right: -80px;
}

.segment-group--3 {
	left: -120px;
	margin-right: -120px;
}

.segment-group--4 {
	left: -160px;
	margin-right: -160px;
}

.segment-group-1 {
	left: 0;
	margin-right: 0;
}

.segment-group-2 {
	margin-left: 40px;
}

.segment-group-3 {
	margin-left: 80px;
}

.segment-group-4 {
	margin-left: 120px;
}

.segment-group-5 {
	margin-left: 160px;
}

.segment-group-6 {
	margin-left: 200px;
}

.segment-group-7 {
	margin-left: 240px;
}

.segment-group-8 {
	margin-left: 280px;
}

.segment-group-top {
	top: -40px;
	margin-bottom: -40px;
}

.stop-wrapper.segment-group-top {
	top: -60px;
	margin-bottom: -60px;
}

.segment {
	position: relative;
	display: inline-block;
	width: 0;
	height: auto;
	border-width: 20px;
	border-style: solid;
	line-height: 1.5em; 
}

.stop-button {
	position: relative;
	z-index: 1;
}

.stop-button.data-toggle {
	cursor: pointer;
}

.stop-button .inner-button {
	content: '';	
	line-height: 70px;
	position: absolute;
	width: 0;
	height: 0;
	left: -40px;
	top: -40px;
	border-width: 5px;
	width: 80px;
	height: 80px;

	border-style: solid;
	border-radius: 50%;
	-webkit-transition: all ease 0.5s;
	 -khtml-transition: all ease 0.5s;
	   -moz-transition: all ease 0.5s;
	    -ms-transition: all ease 0.5s;
	     -o-transition: all ease 0.5s;
			transition: all ease 0.5s;
}

.expanded .stop-button .inner-button {
	top: -32px;
	left: -32px;
	width: 64px;
	height: 64px;
}

.segment-v {
	display: block;
	min-height: 50px;
}

.segment-dash {
	border-style: dashed;
}

.segment-v.segment-dash {
	padding-bottom: 50px;
}

.segment-text-right {
	border: none;
	border-left-width: 20px;
	width: auto;
	height: auto;
}

.segment-text-right .inner {
	padding: 20px;
	margin-left: 20px;
	margin-top: -50px;
}

.segment-text-right.segment-v {
	width: auto;
	position: relative;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left-style: solid; 
}

.segment-text-right.segment-dash {
	position: relative;
	border-left-style: dashed;
}

.segment-text-right.segment-v:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	border-left-style: solid;
	border-width: 20px; 
}

.segment-text-right.segment-dash:after {
	border-left-style: dashed;
	border-width: 20px; 
}

.corner-top-right {
	border-radius: 0 10px 0 0;
}

.corner-top-left {
	border-radius: 10px 0 0 0;
}

.corner-bottom-right {
	border-radius: 0 0 10px 0;
}

.corner-bottom-left {
	border-radius: 0 0 0 10px;
}

.video-wrapper iframe {
	width: 420px !important;
	height: 315px !important;
	border-width: 20px;
	border-style: solid;
			border-radius: 25px !important;
	-webkit-border-radius: 25px !important;
	 -khtml-border-radius: 25px !important;
	   -moz-border-radius: 25px !important;
	    -ms-border-radius: 25px !important;
	     -o-border-radius: 25px !important;
}

.conclusion {
	padding-top: 40px;
}

#loader {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	background-color: white;
	background-image: url('../images/loader.gif');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 120px 120px;
}

.collapsed * {
	opacity: 0;
	-webkit-transition: 0.5s ease opacity;
	 -khtml-transition: 0.5s ease opacity;
	   -moz-transition: 0.5s ease opacity;
	    -ms-transition: 0.5s ease opacity;
	     -o-transition: 0.5s ease opacity;
			transition: 0.5s ease opacity;
}

.expanded * {
	opacity: 1;
	-webkit-transition: 0.5s ease opacity;
	 -khtml-transition: 0.5s ease opacity;
	   -moz-transition: 0.5s ease opacity;
	    -ms-transition: 0.5s ease opacity;
	     -o-transition: 0.5s ease opacity;
			transition: 0.5s ease opacity;
}

.collapsed .segment-dash,
.expanded .segment-dash {
	opacity: 1
}

.readmore-btn {
	position: relative;
	cursor: pointer;
	-webkit-transition: 0.5s ease color;
	 -khtml-transition: 0.5s ease color;
	   -moz-transition: 0.5s ease color;
	    -ms-transition: 0.5s ease color;
	     -o-transition: 0.5s ease color;
			transition: 0.5s ease color;
}

.readmore-content {
	margin-top: 40px;
	margin-bottom: 40px;
}

/*menu*/
#menu {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 100%;
	padding: 5px;
	width: 240px;
	height: 100%;
	background-color: white;
	border-style: solid;
	border-width: 4px;
	border-right: none;

	-webkit-transition: 0.5s ease margin-left;
	 -khtml-transition: 0.5s ease margin-left;
	   -moz-transition: 0.5s ease margin-left;
	    -ms-transition: 0.5s ease margin-left;
	     -o-transition: 0.5s ease margin-left;
			transition: 0.5s ease margin-left;
}

#menu.menuexpanded {
	margin-left: -240px;
}

#menu-btn {
	position: absolute;
	z-index: 1000;
	left: -39px;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 25px;
	line-height: 34px;
	color: #3fa8e6;
	background-color: white;
	border: 4px solid grey;
	border-right-color: white;
	cursor: pointer;
			border-radius: 5px;
	-webkit-border-radius: 5px;
	 -khtml-border-radius: 5px;
	   -moz-border-radius: 5px;
	    -ms-border-radius: 5px;
	     -o-border-radius: 5px;
}

#menu-content {
	height: 100%;
	overflow: auto;
}

#menu #track-inner {
	padding: 20px 5px;
}

#menu .dash-title {
	cursor: pointer;
}

#menu .expanded .inner-button {
	cursor: pointer;
}

#menu .expanded .inner-button:hover {
	border-color: #3fa8e6;
 	background-color: #3fa8e6;
}

#menu .stop-wrapper {
	margin: 6px auto;
	padding-left: 6px;
}

#menu .stop-description {
	top: -5px;
	left: 15px;
	padding: 3px 10px;
}

#menu .segment {
	display: inline-block;
}

#menu .segment-v {
	display: block;
	min-height: 0;
}

#menu .segment-v.segment-dash {
	padding-bottom: 0;
}

#menu .segment-group--1 {
	left: -10px;
	margin-right: -10px;
}

#menu .segment-group--2 {
	left: -20px;
	margin-right: -20px;
}

#menu .segment-group--3 {
	left: -30px;
	margin-right: -30px;
}

#menu .segment-group--4 {
	left: -40px;
	margin-right: -40px;
}

#menu .segment-group-2 {
	margin-left: 10px;
}

#menu .segment-group-3 {
	margin-left: 20px;
}

#menu .segment-group-4 {
	margin-left: 30px;
}

#menu .segment-group-5 {
	margin-left: 40px;
}

#menu .segment-group-6 {
	margin-left: 50px;
}

#menu .segment-group-7 {
	margin-left: 60px;
}

#menu .segment-group-8 {
	margin-left: 70px;
}

#menu .segment-group-top {
	top: -10px;
	margin-bottom: -10px;
}

#menu .stop-wrapper.segment-group-top {
	top: -15px;
	margin-bottom: -15px;
}

#menu .segment {
	border-width: 5px;
}

#menu .stop-button .inner-button {
	left: -10px;
	top: -10px;
	border-width: 2px;
	width: 20px;
	height: 20px;
	line-height: 15px;
	cursor: pointer;
}

#menu .expanded .stop-button .inner-button {
	left: -8px;
	top: -8px;
	width: 16px;
	height: 16px;
}

#menu .segment-text-right {
	border-left-width: 5px;
}

#menu .segment-text-right .inner {
	padding: 5px;
	margin-top: -12px;
	margin-left: 5px;
}

#menu .segment-text-right .inner:hover {
	color: grey;
}

#menu .segment-text-right.segment-dash:after,
#menu .segment-text-right.segment-v:after {
	border-width: 5px; 
}

#menu .corner-top-right {
	border-radius: 0 3px 0 0;
}

#menu .corner-top-left {
	border-radius: 3px 0 0 0;
}

#menu .corner-bottom-right {
	border-radius: 0 0 3px 0;
}

#menu .corner-bottom-left {
	border-radius: 0 0 0 3px;
}


@media (min-width: 1420px) {
	#noctambus-ch {
		height: 180px;
		background-image: url(../images/noctambus-1393.png);
	}

	.sub-menu {
		left: 70.9%;
	}

	#track-wrapper {
		/*width: 1420px;*/
	}
}

@media (max-width: 1260px) {
	#noctambus-ch {
		height: 180px;
		background-image: url(../images/noctambus-960.png);
	}

	.sub-menu {
		left: 63.3%;
		top: -41px;
		font-size: 0.8em;
	}

	#track-wrapper {
		/*width: 980px;*/
	}

	.video-wrapper iframe {
		width: 320px !important;
		height: 240px !important;
	}
}

@media (max-width: 980px) {
	#noctambus-ch {
		height: 150px;
		background-image: url(../images/noctambus-750.png);
	}

	.sub-menu {
		left: 61.5%;
		top: -40px;
	}

	#track-wrapper {
		/*width: 767px;*/
	}

	.video-wrapper iframe {
		width: 320px !important;
		height: 240px !important;
	}
}

@media (max-width: 767px) {
	#noctambus-ch {
		height: 180px;
		background-image: url(../images/noctambus-480.png);
	}

	.sub-menu {
		left: -27px;
		top: -32px;
		width: 100%;
	}

	#track-wrapper {
		/*width: 480px;*/
	}

	.stop-wrapper {
		margin: 12px auto;
		padding-left: 12px;
	}

	.stop-description {
		top: -10px;
		left: 30px;
		padding: 5px 15px;
	}

	.segment-group--1 {
		left: -20px;
		margin-right: -20px;
	}

	.segment-group--2 {
		left: -40px;
		margin-right: -40px;
	}

	.segment-group--3 {
		left: -60px;
		margin-right: -60px;
	}

	.segment-group--4 {
		left: -80px;
		margin-right: -80px;
	}

	.segment-group-2 {
		margin-left: 20px;
	}

	.segment-group-3 {
		margin-left: 40px;
	}

	.segment-group-4 {
		margin-left: 60px;
	}

	.segment-group-5 {
		margin-left: 80px;
	}

	.segment-group-6 {
		margin-left: 100px;
	}

	.segment-group-7 {
		margin-left: 120px;
	}

	.segment-group-8 {
		margin-left: 140px;
	}

	.segment-group-top {
		top: -20px;
		margin-bottom: -20px;
	}

	.stop-wrapper.segment-group-top {
		top: -30px;
		margin-bottom: -30px;
	}

	.segment {
		border-width: 10px;
	}

	.stop-button .inner-button {
		left: -20px;
		top: -20px;
		border-width: 4px;
		width: 40px;
		height: 40px;
		line-height: 30px;
	}

	.expanded .stop-button .inner-button {
		left: -16px;
		top: -16px;
		width: 32px;
		height: 32px;
	}

	.segment-text-right {
		border-left-width: 10px;
	}

	.segment-text-right .inner {
		padding: 10px;
		margin-top: -25px;
	}

	.segment-text-right.segment-dash:after,
	.segment-text-right.segment-v:after {
		border-width: 10px; 
	}

	.corner-top-right {
		border-radius: 0 5px 0 0;
	}

	.corner-top-left {
		border-radius: 5px 0 0 0;
	}

	.corner-bottom-right {
		border-radius: 0 0 5px 0;
	}

	.corner-bottom-left {
		border-radius: 0 0 0 5px;
	}

	.video-wrapper iframe {
		width: 240px !important;
		height: 180px !important;
		border-width: 20px;
				border-radius: 12px !important;
		-webkit-border-radius: 12px !important;
		 -khtml-border-radius: 12px !important;
		   -moz-border-radius: 12px !important;
		    -ms-border-radius: 12px !important;
		     -o-border-radius: 12px !important;
	}
}

@media (max-width: 480px) {
	#noctambus-ch {
		height: 180px;
		background-image: url(../images/noctambus-320.png);
	}

	#track-wrapper {
		/*width: 320px;*/
	}

	.stop-description {
		padding: 5px 0;
	}

	.segment-group--1,.segment-group--2,.segment-group--3,.segment-group--4,.segment-group-2,.segment-group-3,.segment-group-4,.segment-group-5,.segment-group-6,.segment-group-7,.segment-group-8 {
		margin-left: 0;
		left: auto;
		margin-right: 0;
		right: auto;
	}

	.segment {
		display: block;
	}

	.segment-h {
		border-width: 0;
	}

	.corner-top-right {
		border-radius: 0 0 0 0;
	}

	.corner-top-left {
		border-radius: 0 0 0 0;
	}

	.corner-bottom-right {
		border-radius: 0 0 0 0;
	}

	.corner-bottom-left {
		border-radius: 0 0 0 0;
	}
}

/*@media (min-width: 1920px) {
	body {
		font-size: 24px;
	}

	#track-wrapper {
		width: 1920px;
	}

	.stop-wrapper {
		margin: 50px auto;
		padding-left: 50px;
	}

	.stop-description {
		top: -40px;
		left: 120px;
		width: 640px;
		padding: 20px 80px;
	}

	.stop-description.description-h {
		top: 80px;
	}

	.stop-title h2 {
		margin-bottom: 20px;
	}

	.segment-group--1 {
		left: -80px;
		margin-right: -80px;
	}

	.segment-group--2 {
		left: -160px;
		margin-right: -160px;
	}

	.segment-group--3 {
		left: -240px;
		margin-right: -240px;
	}

	.segment-group--4 {
		left: -320px;
		margin-right: -320px;
	}

	.segment-group-2 {
		margin-left: 80px;
	}

	.segment-group-3 {
		margin-left: 160px;
	}

	.segment-group-4 {
		margin-left: 240px;
	}

	.segment-group-5 {
		margin-left: 320px;
	}

	.segment-group-6 {
		margin-left: 400px;
	}

	.segment-group-7 {
		margin-left: 480px;
	}

	.segment-group-8 {
		margin-left: 560px;
	}

	.segment-group-top {
		top: -80px;
		margin-bottom: -80px;
	}

	.stop-wrapper.segment-group-top {
		top: -120px;
		margin-bottom: -120px;
	}

	.segment {
		border-width: 40px;
	}

	.stop-button .inner-button {
		top: -80px;
		left: -80px;
		border-width: 80px;
	}

	.expanded .stop-button .inner-button {
		top: -64px;
		left: -64px;
		border-width: 64px;
	}

	.segment-text-right {
		border-left-width: 40px;
		width: 640px;
	}

	.segment-text-right .inner {
		padding: 40px;
		margin-left: 40px;
		margin-top: -100px;
	}

	.segment-text-right.segment-v:after {
		border-width: 40px; 
	}

	.corner-top-right {
		border-radius: 0 20px 0 0;
	}

	.corner-top-left {
		border-radius: 20px 0 0 0;
	}

	.corner-bottom-right {
		border-radius: 0 0 20px 0;
	}

	.corner-bottom-left {
		border-radius: 0 0 0 20px;
	}
}*/