#nd_booking_tab_rates{
	font-family: 'Gilda Display' !important;
}

#nd_booking_tab_rates a{
	font-family: 'Gilda Display' !important;
}

.tabs {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding:3.8em 0.55em;
	width: 100%;
	font-weight: 300;
	font-size: 1.25em;
	
}

/* Nav */
.tabs nav {
	text-align: center;
}

.tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.tabs nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.tabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2.5;
}

.tabs nav a span {
	vertical-align: middle;
	font-size: 0.75em;
}

.tabs nav li.tab-current a {
	color: #74777b;
}

.tabs nav a:focus {
	outline: none;
}

/* Icons */
.icon::before {
	z-index: 10;
	display: inline-block;
	margin: 0 0.4em 0 0;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	font-size: 1.3em;
	font-family: 'stroke7pixeden';
	line-height: 1;
	speak: none;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-upload::before {
	content: "\e68a";
}
.icon-tools::before {
	content: "\e60a";
}
.icon-plane::before {
	content: "\e625";
}
.icon-joy::before {
	content: "\e6a4";
}
.icon-plug::before {
	content: "\e69a";
}
.icon-home::before {
	content: "\e648";
}
.icon-gift::before {
	content: "\e652";
}
.icon-display::before {
	content: "\e65e";
}
.icon-date::before {
	content: "\e660";
}
.icon-config::before {
	content: "\e666";
}
.icon-coffee::before {
	content: "\e669";
}
.icon-camera::before {
	content: "\e66f";
}
.icon-box::before {
	content: "\e674";
}

/* Content */
.content-wrap {
	position: relative;
}

.content-wrap section {
	display: none;
	margin: 0 auto;
	padding: 1em 0;
	max-width: 1200px;
	text-align: center;
}

.content-wrap section.content-current {
	display: block;
	overflow: auto;
}

.content-wrap section p {
	margin: 0;
	padding: 0.75em 0;
}

/* Fallback */
.no-js .content-wrap section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}

.no-flexbox nav ul {
	display: block;
}

.no-flexbox nav ul li {
	min-width: 15%;
	display: inline-block;
}

@media screen and (max-width: 58em) {
	.tabs nav a.icon span {
		display: none;
	}
	.tabs nav a:before {
		margin-right: 0;
	}
}

/*****************************/
/* Moving Line */
/*****************************/

.tabs-style-linemove nav {
	background: #fff;
}

.tabs-style-linemove nav li:last-child::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #2e3331;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

/* Move the line */
.tabs-style-linemove nav li:first-child.tab-current ~ li:last-child::before {
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

/*
.tabs-style-linemove nav li:nth-child(2).tab-current ~ li:last-child::before {
	-webkit-transform: translate3d(-300%,0,0);
	transform: translate3d(-300%,0,0);
}

.tabs-style-linemove nav li:nth-child(3).tab-current ~ li:last-child::before {
	-webkit-transform: translate3d(-200%,0,0);
	transform: translate3d(-200%,0,0);
}

.tabs-style-linemove nav li:nth-child(4).tab-current ~ li:last-child::before {
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}
*/

.tabs-style-linemove nav a {
	padding: 1em 0;
	color: #cecece;
	line-height: 1;
	-webkit-transition: color 0.3s, -webkit-transform 0.3s; 
	transition: color 0.3s, transform 0.3s;
}

.tabs-style-linemove nav li.tab-current a {
	color: #2e3331;
	-webkit-transform: translate3d(0,8px,0);
	transform: translate3d(0,8px,0);
}

.tabs-style-linemove nav a span {
	font-weight: 700;
}

.tabs table{
	font-size:1em;
}

.tabs table {
    font-size: 0.6em;
    text-align:left;
}			

.tabs table td{
	padding:0.5em 5em 0.5em 0;
}

.tabs table .rate-title{
	color:#777;
	font-size:0.8em;
}

.tabs table tr{
	border-bottom:1px #fefefe solid;
}

#section-linemove-2{
	max-width:700px;
}

@media only screen and (max-width: 750px){
		.tabs table{
		max-width:404px;
		white-space:nowrap;
	}
	
	.tabs section{font-size:0.65em;}
}

@media only screen and (min-width: 751px){
		.tabs table{
		max-width:800px;
	}
	
	.tabs section{font-size:1.4rem;}
}

.tooltip {
	position: relative;
	display: block;
	font-size: 0.9rem;
 }

.tooltip__trigger {
	cursor: pointer;
	position: relative;
	margin:0px auto 0 auto;max-width:230px;text-align:center;background:#24a7d7;
}

.tooltip__trigger-text {
	display: block;
	pointer-events: none;
	font-family: 'Gilda Display';
	
}

.tooltip__base {
	width: 230px;
	height: 200px;
	display: flex;
    align-items: center;
    justify-content: center;
	opacity: 0;
	pointer-events: none;
}

.tooltip__content {
	color: #000;
	display: block;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 65%;
	opacity: 0;
	font-size: 1.4em;
}

.tooltip__shape,
.tooltip__deco {
	display: none;
}

.tooltip__shape {
	fill: #141514;
}

/* Walda */
.tooltip--walda .tooltip__base {
	margin: 0 auto 0 auto;
	width: 230px;
	height:50px;
}

.tooltip--walda .tooltip__trigger-text {
	    color: #fff !important;
}

.tooltip--walda .tooltip__content {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	align-items: flex-start;
	text-align: center;
	font-size: 1.4em;
	line-height: 3;
	opacity: 1;
	justify-content: flex-start;
	font-family: 'Gilda Display';
}

.tooltip--walda .tooltip__letters span {
	display: inline-block;
	white-space: pre;
	opacity: 0;
}

.tooltip--walda .tooltip__deco {
	width: 4px;
	height: 100%;
	background: #24a7d7;
	transform-origin: 50% 100%;
}


