/* General styles */
html,body {
	font-family:'Open Sans';
	overflow-x:hidden;
}

h1,h2,h3,h4,h5,h6 {
	margin-top:0;
	margin-bottom:10px;
}

h3 {
	margin-bottom:10px;
}

.container {
	max-width:960px;
}

.space-30 {
	width:100%;
	height:25px;
}

.space-20 {
	width:100%;
	height:20px;
}

.mb40 {
	margin-bottom:40px;
}

img {
	max-width:100%;
}

.mb30 {
	margin-bottom:30px;
}

.mr15 {
	margin-right:15px;
}

.padt50 {
	padding-top:0;
}

.mob-mb30 {
	margin-bottom:30px;
}

.mob-mb20 {
	margin-bottom:20px;
}

.mob-text-center {
	text-align:center;
}

.hide-mobile {
	display:none;
}


.mob-center {
	text-align:left;
}
.mob-center img {
	margin: 0 auto;
}

.show-mobile {
	display:block;
}

.mob-center .mr15 {
	margin-right:0;
}

.navbar-brand {
	display:block;
	width:100%;
	height:150px;
	text-indent:-9999px;
	background:url(../images/logo2.png) no-repeat center center;
	background-size: contain;
	margin-right:50px;
	margin-top:20px;
}




.mobnavSide ul {
	margin-bottom:0;
}

.navbar-default {
	height:265px;
}

.fakeNav {
	display:none;
}

.mobile-nav {
	display:block;
}

.mobile-nav .container {
	padding:20px 10px;
}

.navbar-default {
	display:none;
}

.mobnavSide li ul li:first-child {
	border-top:1px solid #1ea9a5;
}

.text-center img {
	margin:0 auto;
}

.fullwidth {
	padding:35px 0;
}

.fullwidth2 {
	padding:30px 0;
}

.green {
	background:#91E100;
	color:#fff;
}

.yellow {
	background:#FFB400;
	color:#fff;
}

.yellow-bg {
	background:#FFB400 url(../images/yellow-bg.png) center 60% repeat-x;
}

.blue {
	background:#0096FF;
	color:#fff;
}

.pink {
	background:#e6347c;
	color:#fff;
}
.green {
	background:#91E100;
	color:#fff;
}

.pink-color {
	color:#e6347c;
}

.btn-white {
	padding:0 20px;
	font-size:14px;
	display:inline-block;
	line-height:40px;
	text-decoration:none;
	background:#FFF;
	color:#ED4F8D;
	box-shadow:0 1px 2px 0 rgba(0,0,0,0.20);
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

.btn-white:hover {
	text-decoration:none;
	color:#ED4F8D;
}

.btn-pink {
	padding:0 20px;
	font-size:14px;
	display:inline-block;
	line-height:45px;
	text-decoration:none;
	background:#ED4F8D;
	color:#fff;
	box-shadow:0 1px 2px 0 rgba(0,0,0,0.20);
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

.btn-pink.arrow {
	padding-right:50px;
	background:#ED4F8D url(../images/profile-icon.png) right 17px no-repeat;
}

.btn-pink:hover {
	text-decoration:none;
	color:#fff;
}

a.btn-yellow,.footer a.btn-yellow {
	padding:0 35px 0 13px;
	font-size:14px;
	font-weight:700;
	display:inline-block;
	line-height:40px;
	text-decoration:none;
	background:#fdc319 url(../images/change-btn.png) right 17px no-repeat;
	color:#fff;
}

hr {
	background:transparent url(../images/divider.png) no-repeat center 0;
	border:0;
	margin:22px 0;
	height:6px;
}

.btn-gray {
	background:#404040;
	color:#fff;
	padding:20px 40px;
	min-width:300px;
	display:inline-block;
	font-size:24px;
	text-align:center;
	text-decoration:none;
}

.btn-gray:hover {
	color:#fff;
	text-decoration:none;
	background:#505050;
}

.bold {
	font-weight:700;
}

/* Menu adjustments */
.container > .navbar-header {
	margin-right:-15px;
	margin-left:-15px;
	float:none;
}

.mobnavSide {
	display:block;
}

.NederlandSide {
	display:block;
}

.dropdown:hover .dropdown-menu {
	display:block;
}

.flag-dropdown img {
	display:inline-block;
}

.flag-dropdown li {
	display:inline-block;
	width:100%;
}

.flag-dropdown ul {
	min-width:auto;
}

.navbar-right .dropdown-menu {
	margin:0;
	padding:0;
}

.navbar-nav .dropdown-menu > li > a {
	padding:0 10px;
	height:auto;
	font-weight:400;
	font-size:13px;
	margin: 0;
}

.dropdown-menu > li > a:hover {
	color:#29b9b5;
}

.navbar-right .dropdown-menu {
	padding-top:9px;
}

.dropdown-menu {
	top:56px;
	padding-top:9px;
	background:#f2f2f2 url(../images/menu-bg.png) center top no-repeat;
}

.dropdown-menu.has-icons > li > a {
	padding-left:44px;
}

.mi_1 {
	background:url(../images/menu-icon1.png) 15px 11px no-repeat;
}

.mi_2 {
	background:url(../images/menu-icon2.png) 15px 9px no-repeat;
}

.mi_3 {
	background:url(../images/menu-icon3.png) 15px 9px no-repeat;
}

.navbar-default {
	background:#fff;
}

.navbar-fixed-top {
	border:0;
}

.fakeNav {
	height:65px;
	width:100%;
}

/* Footer */
.footer {
	padding:45px 0;
	background: #606060;
	color: #606060;
}

.copyright {
	background:#424242;
	color:#424242;
	text-align:center;
	line-height:36px;
	font-weight:400;
}

.copyright a {
	text-decoration:underline;
}

.footer .btn-yellow {
	margin-top:12px;
}

.footer h2 {
	padding:0;
	margin:0;
	font-size:15px;
	color:#fff;
	font-weight:700;
}

.footer p {
	font-size:14px;
	line-height:21px;
	color:#fff;
	font-weight:400;
	max-width: 280px;
}

.footer a {
	font-size:14px;
	color:#27aea6;
	font-weight:700;
	text-decoration:none;
}

.footer ul {
	margin-top:23px;
	list-style:none;
}

.footer ul li {
	padding:0 7px 0 1px;
	display:inline-block;
}

.footer form {
	margin-top:22px;
}

.footer input {
	padding:0 5%;
	font-weight:600;
	font-size:14px;
	color:#fff;
	float:left;
	width:calc(100% - 41px);
	height:40px;
	border:0;
	background:#424242;
}

.footer input.btn {
	float:left;
	text-indent:-9999px;
	width:41px;
	height:40px;
	border:0;
	cursor:pointer;
	background:url(../images/btn.png) no-repeat;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	padding:0;
}

.footer .col-md-4 {
	margin-bottom:30px;
}

/* Homepage */
/* Team member */
.team-member {
	color:#626262;
	font-size:10px;
}

.team-member .green-color {
	color:#2BC4C2;
	font-size:12px;
}

/* Recensies */
.recensies img {
	margin-bottom:15px;
}

.recensies p {
	color:#775B0A;
	font-size:14px;
	margin-bottom:35px;
}

.recensie-comment {
	color:#775B0A;
	font-size:12px;
	background:rgba(255,255,255,0.4);
	padding:5px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.recensie-comment span {
	background:#fff;
	padding:10px 15px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	display:inline-block;
	position:relative;
}

.recensie-comment span:before {
	content:"";
	position:absolute;
	top:-15px;
	left:50%;
	width:0;
	height:0;
	border-style:solid;
	border-width:0 15px 15px;
	border-color:transparent transparent #fff;
	margin-left:-15px;
}

/* Partners */
.partners .col-md-4 {
	height:70px;
	line-height:70px;
}

.partners .col-md-4 img {
	display:inline-block;
}

/* Header */
.iphone-holder {
	background:url(../images/hand_telefoon.png) no-repeat;
	background-size:contain;
	width:100%;
	height:418px;
	padding-top:46px;
	padding-left:87px;
	position:relative;
	margin:0 auto;
	max-width:338px;
	margin-bottom:30px;
}

.iphone-fingers {
	background:url(../images/vingers.png) no-repeat;
	background-size:70px;
	width:80px;
	height:199px;
	position:absolute;
	bottom:30px;
	left:224px;
	z-index:9;
}

.iphone-inside {
	width:158px;
	height:283px;
}

.iphone-inside img {
	width:100%;
}

/* Pricing */
.green-box,.green-box .price-group-item .price-icon {
	color:#00a6dc;
}

.green-box .price-divider,.green-box .price-btn {
	background:#00a6dc;
}

.blue-box,.blue-box .price-group-item .price-icon {
	color:#fa4124;
}

.blue-box .price-divider,.blue-box .price-btn {
	background:#fa4124;
}

.green-box .price-btn:hover {
	background:#FFB400;
}

.blue-box .price-btn:hover {
	background:#FFB400;
}

.price-btn {
	border:none;
}
.price-btn:hover {
	text-decoration:none;
	color:#fff;
}

.price-box {
	background:#FAFAFA;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	overflow:hidden;
}

.price-group {
	list-style:none;
	margin-top:10px;
	margin-bottom:20px;
}

.price-group-item .price-icon {
	color:#000;
	font-size:20px;
	vertical-align:middle;
	margin-left:8px;
	width:30px;
	margin-left:-25px;
	position:absolute;
	text-align:center;
	left:30px;
	top:inherit;
}

.price-title {
	font-size:40px;
	text-transform:uppercase;
	padding-top:20px;
	padding-left:25px;
	line-height:22px;
	height:60px;
}
.price-title small {
	font-size: 35%;
}

.price-title-register {
	padding-top:0px;
	padding-left:0px;
	color:#FFB400;
}

.price-divider {
	height:5px;
	margin-left:20px;
	margin-right:20px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	background:#000;
}

.price-group-item {
	margin-left:20px;
	margin-right:20px;
	border-bottom:1px solid #DDD;
	padding-top:10px;
	padding-bottom:10px;
	color:#404040;
	font-size:14px;
	position:relative;
	padding-right:35px;
	padding-left:45px;
}

.price-group-item.bb2 {
	border-bottom:3px solid #DDD;
}

.price-group-item .price-info {
	float:right;
	margin-right:8px;
	color:#DDD;
	margin-top:12px;
	font-size:18px;
	position:absolute;
	right:0;
	top:0;
}

.price-group-item .black-bold {
	color:#000;
	font-weight:700;
	float:right;
	margin-right:8px;
	margin-top:8px;
	font-size:12px;
	position:absolute;
	right:0;
	top:3px;
}

.price-footer {
	margin:auto;
	margin-top:15px;
	background:#CED0D2;
	color:#404040;
	text-align:center;
	padding:10px;
	font-size:14px;
}

.price-footer a {
	color:#404040;
	text-decoration:underline;
}

.price-group-item .price-info:hover {
	color:#505050;
}

.price-wrap {
	text-align:center;
}

.price-btn {
	font-size:24px;
	color:#fff;
	text-align:center;
	padding:14px 20px;
	background:#000;
	display:inline-block;
	width:100%;
}



/* Tour */
.tour-lock {
	font-size:192px;
	
}

.background-line {
	position:relative;
	z-index:1;
	margin:0;
	margin-bottom:1em;
}

.background-line.small-margin {
	margin:0;
	margin-bottom:.5em;
}

.background-line span {
	background:#fff;
	line-height:40px;
}

.background-line:before {
	border-top:1px solid #fa4124;
	content:"";
	margin:0 auto;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	z-index:-1;
	display:none;
}

.background-line span {
	color:#fa4124;
}

.blue .background-line:before {
	border-color:#fff;
}

.blue .background-line span {
	background:#fa4124;
	color:#fff;
}

.feature-tour i {
	font-size:30px;
	float:left;
	position:absolute;
	color:#fa4124;
}

.feature-tour {
	margin-bottom:20px;
}

.feature-tour p {
	clear:left;
	padding-left:40px;
}

ol.number-ol li {
	list-style:none;
	margin-bottom:15px;
}

ol.number-ol li span {
	width:34px;
	height:34px;
	vertical-align:middle;
	background:#fff;
	color:#ED4F8D;
	border-radius:34px;
	display:inline-block;
	text-align:center;
	line-height:34px;
	margin-right:30px;
}

.feature-tour ul {
	margin-left:0;
	display:inline-block;
	padding-left:40px;
}

.feature-tour ul li {
	list-style:none;
	margin-bottom:5px;
	padding-left:1.5em;
	font-size:small;
	font-weight:700;
}

.feature-tour a {
	color:#3ac1d8;
}

.feature-tour ul li:before {
	font-family:'FontAwesome';
	content:'\f0a9';
	color:#3ac1d8;
	font-size:normal;
	display:inline-block;
	margin-left:-1.5em;
	width:1.5em;
}

.tour-list {
	list-style:none;
}

.tour-list li {
	list-style:none;
	margin-bottom:5px;
	float:left;
	width:33.33%;
}

.tour-list li:before {
	font-family:'FontAwesome';
	content:'\f054';
	color:#08f;
	display:inline-block;
	width:25px;
}

.tour-item {
	display:none;
}

.tour-item.active {
	display:block;
}

.tour-controller ul {
	list-style:none;
	padding:0;
	margin:0;
	position:relative;
	display:inline-block;
}

.tour-controller ul li {
	display:inline-block;
	margin:0;
	padding:0;
	margin-right:-1px;
	font-weight:400;
	text-align:center;
	border:1px solid transparent;
	transition:.5s all;
	border-radius:4px;
	margin-bottom:10px;
}

.tour-controller ul li a {
	color:#fff;
	font-size:14px;
	background-color: #f9ab37;
	text-decoration:none;
	padding:10px 20px;
	margin:0 5px;
	border-radius:3px;
	border:1px solid #f9ab37;
	display:inline-block;
}

.tour-controller ul li.active {
}

.tour-controller ul li.active a {
	color:#000;
	background:#fff;
}

.features {
	position:relative;
	height:550px;
}

.tour-features .fline {
	color:#424242;
	position:absolute;
	padding-bottom:5px;
	font-weight:400;
	font-size:14px;
	line-height:normal;
	border-bottom:2px solid #424242;
}





.tour-features .end {
	width:8px;
	height:8px;
	background-color:#424242;
	bottom:-5px;
	border-radius:8px;
	position:absolute;
	right:0;
}

.navbar-nav > li > .dropdown-menu.has-icons {
	margin-left:-50px;
}

#flines1,#flines2,#flines3,#flines4 {
	display:none;
	visibility:hidden;
}

/* Tour image 1 */
.tour-features #img1 .fline1 {
	left:50px;
	top:130px;
	padding-right:0;
	width:185px;
	text-align:left;
}

.tour-features #img1 .fline2 {
	right:50px;
	top:130px;
	padding-left:20px;
	width:185px;
	text-align:right;
}

.tour-features #img1 .fline2 .end {
	left:0;
}

.tour-features #img1 .fline3 {
	left:50px;
	top:285px;
	padding-right:20px;
	width:185px;
	text-align:left;
	color:#424242;
	text-shadow:none;
	border-color:#424242;
}

.tour-features .fline3 .end {
	background:#424242;
}

.tour-features #img1 .fline4 {
	right:50px;
	top:325px;
	width:185px;
	text-align:right;
	color:#424242;
	text-shadow:none;
	border-color:#424242;
}

.tour-features .fline4 .end {
	left:0;
	background:#424242;
}

/* Tour image 2 */
.tour-features #img2 .fline1 {
	left:50px;
	top:130px;
	padding-right:0;
	width:185px;
	text-align:left;
}

.tour-features #img2 .fline2 {
	right:50px;
	top:130px;
	padding-left:20px;
	width:185px;
	text-align:right;
}

.tour-features #img2 .fline2 .end {
	left:0;
}

.tour-features #img2 .fline3 {
	left:50px;
	top:285px;
	padding-right:20px;
	width:185px;
	text-align:left;
	color:#424242;
	text-shadow:none;
	border-color:#424242;
}

.tour-features .fline3 .end {
	background:#424242;
}

.tour-features #img2 .fline4 {
	right:50px;
	top:325px;
	width:185px;
	text-align:right;
	color:#424242;
	text-shadow:none;
	border-color:#424242;
}

.tour-features .fline4 .end {
	left:0;
	background:#424242;
}

/* Tour image 3 */
.tour-features #img3 .fline1 {
	left:50px;
	top:130px;
	padding-right:0;
	width:185px;
	text-align:left;
}

.tour-features #img3 .fline2 {
	right:50px;
	top:130px;
	
	width:185px;
	text-align:right;
}

.tour-features #img3 .fline2 .end {
	left:0;
}

.tour-features #img3 .fline3 {
	left:50px;
	top:285px;
	padding-right:20px;
	width:185px;
	text-align:left;
	color:#424242;
	text-shadow:none;
	border-color:#424242;
}

.tour-features .fline3 .end {
	background:#424242;
}

.tour-features #img3 .fline4 {
	right:50px;
	top:325px;
	width:185px;
	text-align:right;
	color:#424242;
	text-shadow:none;
	border-color:#424242;
}

.tour-features .fline4 .end {
	left:0;
	background:#424242;
}

/* Tour image 4 */
.tour-features #img4 .fline1 {
	left:50px;
	top:130px;
	padding-right:0;
	width:185px;
	text-align:left;
}

.tour-features #img4 .fline2 {
	right:50px;
	top:130px;
	
	width:185px;
	text-align:right;
}

.tour-features #img4 .fline2 .end {
	left:0;
}

.tour-features #img4 .fline3 {
	left:50px;
	top:285px;
	padding-right:20px;
	width:185px;
	text-align:left;
	color:#424242;
	text-shadow:none;
	border-color:#424242;
}

.tour-features .fline3 .end {
	background:#424242;
}

.tour-features #img4 .fline4 {
	right:50px;
	top:325px;
	width:185px;
	text-align:right;
	color:#424242;
	text-shadow:none;
	border-color:#424242;
}

.tour-features .fline4 .end {
	left:0;
	background:#424242;
}

.imgwrap {
	line-height:400px;
	text-align:center;
	display:none;
}

.tour-features {
	height:497px;
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
	position:relative;
	margin-top:20px;
}

.tour-features .f-image {
	display:inline-block;
	height:auto;
	vertical-align:top;
}

.features h1 {
	margin-bottom:20px;
	margin-top:0;
	color:#424242;
}

.feature-bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:407px;
	background:#fff;
}

.feature-bg-secondary {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:19px;
	background:#FFB400;
}

.tour-list-panel {
	border-style:solid;
	border-width:1px;
	border-color:#badfff;
	margin-bottom:1.25rem;
	padding:1.25rem;
	background:#f0f8ff;
	color:#666;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

ol.number-ol li {
	font-size:14px;
}

.feature-tour h4 {
	padding-left:40px;
	color:#fa4124;
	font-weight:700;
	margin-bottom:10px;
	padding-top:5px;
}

.mob-npt {
	padding-top:0;
}

.nmmb20 {
	margin-bottom:0;
}

@media (min-width: 992px) {
	.mob-center {
		text-align:left;
	}

	.mob-center .mr15 {
		margin-right:15px;
	}

	.price-btn {
		width:330px;
	}

	.tour-list li {
		width:100%;
	}

	.nmmb20 {
		margin-bottom:20px;
	}

	.background-line:before {
		display:block;
	}

	.background-line span {
		padding:0 30px;
	}

	.background-line {
		margin:1em 0;
	}

	.background-line.small-margin {
		margin:10px 0;
	}

	.mob-npt {
		padding-top:35px;
	}

	.tour-features .f-image {
		vertical-align:bottom;
	}

	.show-mobile {
		display:none;
	}

	.container > .navbar-header {
		margin-right:0;
		margin-left:0;
		float:left;
	}

	.mobnavSide {
		display:none;
	}

	.NederlandSide {
		display:none;
	}

	.hide-mobile {
		display:block;
	}
	
	.only-mobile {
		display: none;
	}
	
	.only-mobile2 {
		height: 80%;
	}

	.padt50 {
		padding-top:50px;
	}

	#flines1,#flines2,#flines3,#flines4 {
		visibility:visible;
	}

	.feature-bg-pink {
		height:29px;
	}

	.tour-features {
		margin-top:20px;
	}

	.feature-bg {
		height:382px;
	}

	.imgwrap {
		line-height:510px;
	}

	.features {
		height:700px;
	}

	.tour-features .f-image {
		height:500px;
	}

	.feature-tour {
		margin-bottom:10px;
	}

	.feature-tour h4 {
		margin-bottom:10px;
	}

	.navbar-default {
		height:auto;
		display:block;

	}

	.mobile-nav {
		display:none;
	}

	.fakeNav {
		display:block;
	}

	.navbar-brand,.navbar-nav li a {
		line-height:15px;
		margin-top:23px;
		padding: 0
	}

	.navbar-brand {
		display:block;
		width:231px;
		height:55px;
		text-indent:-9999px;
		background:url(../images/logo_org.png) no-repeat left center;
		background-size: 145px 40px;
		margin-right:50px;
		margin-top:0;
	}

	.footer .col-md-4 {
		text-align:left;
		margin-bottom:0;
	}

	.footer p {
		max-width:250px;
	}

	ol.number-ol li {
		font-size:18px;
	}

	.mob-mb30 {
		margin-bottom:0;
	}

	.mob-mb20 {
		margin-bottom:0;
	}

	.mob-text-center {
		text-align:left;
	}

	.iphone-holder {
		margin-bottom:-36px;
	}
}

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
	background:#fff;
	color:#000;
	border:1px solid #ccc;
	border:1px solid rgba(0,0,0,0.2);
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);
	box-shadow:0 5px 10px rgba(0,0,0,0.2);
	-webkit-background-clip:padding-box;
	-moz-background-clip:padding;
	background-clip:padding-box;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
	font-size:14px;
	line-height:20px;
	padding:8px 10px;
	overflow:hidden;
	color:#777;
}

.tooltipster-default .tooltipster-content b {
	margin-bottom:5px;
	display:inline-block;
}

.tooltipster-default .tooltipster-content a {
	color:#18bcf2;
	display:inline-block;
	margin-top:5px;
	text-decoration:none;
}

/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
	cursor:help;
	margin-left:4px;
}

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
	padding:0;
	font-size:0;
	line-height:0;
	position:absolute;
	left:0;
	top:0;
	z-index:9999999;
	pointer-events:none;
	width:auto;
	overflow:visible;
}

.tooltipster-base .tooltipster-content {
	overflow:hidden;
}

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
	display:block;
	text-align:center;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
}

.tooltipster-arrow span,.tooltipster-arrow-border {
	display:block;
	width:0;
	height:0;
	position:absolute;
}

.tooltipster-arrow-top span,.tooltipster-arrow-top-right span,.tooltipster-arrow-top-left span {
	border-left:8px solid transparent!important;
	border-right:8px solid transparent!important;
	border-top:8px solid;
	bottom:-7px;
}

.tooltipster-arrow-top .tooltipster-arrow-border,.tooltipster-arrow-top-right .tooltipster-arrow-border,.tooltipster-arrow-top-left .tooltipster-arrow-border {
	border-left:9px solid transparent!important;
	border-right:9px solid transparent!important;
	border-top:9px solid;
	bottom:-7px;
}

.tooltipster-arrow-bottom span,.tooltipster-arrow-bottom-right span,.tooltipster-arrow-bottom-left span {
	border-left:8px solid transparent!important;
	border-right:8px solid transparent!important;
	border-bottom:8px solid;
	top:-7px;
}

.tooltipster-arrow-bottom .tooltipster-arrow-border,.tooltipster-arrow-bottom-right .tooltipster-arrow-border,.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	border-left:9px solid transparent!important;
	border-right:9px solid transparent!important;
	border-bottom:9px solid;
	top:-7px;
}

.tooltipster-arrow-top span,.tooltipster-arrow-top .tooltipster-arrow-border,.tooltipster-arrow-bottom span,.tooltipster-arrow-bottom .tooltipster-arrow-border {
	left:0;
	right:0;
	margin:0 auto;
}

.tooltipster-arrow-top-left span,.tooltipster-arrow-bottom-left span {
	left:6px;
}

.tooltipster-arrow-top-left .tooltipster-arrow-border,.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	left:5px;
}

.tooltipster-arrow-top-right span,.tooltipster-arrow-bottom-right span {
	right:6px;
}

.tooltipster-arrow-top-right .tooltipster-arrow-border,.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
	right:5px;
}

.tooltipster-arrow-left span,.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top:8px solid transparent!important;
	border-bottom:8px solid transparent!important;
	border-left:8px solid;
	top:50%;
	margin-top:-7px;
	right:-7px;
}

.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top:9px solid transparent!important;
	border-bottom:9px solid transparent!important;
	border-left:9px solid;
	margin-top:-8px;
}

.tooltipster-arrow-right span,.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top:8px solid transparent!important;
	border-bottom:8px solid transparent!important;
	border-right:8px solid;
	top:50%;
	margin-top:-7px;
	left:-7px;
}

.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top:9px solid transparent!important;
	border-bottom:9px solid transparent!important;
	border-right:9px solid;
	margin-top:-8px;
}

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
	opacity:0;
	-webkit-transition-property:opacity;
	-moz-transition-property:opacity;
	-o-transition-property:opacity;
	-ms-transition-property:opacity;
	transition-property:opacity;
}

.tooltipster-fade-show {
	opacity:1;
}

.tooltipster-grow {
	-webkit-transform:scale(0,0);
	-moz-transform:scale(0,0);
	-o-transform:scale(0,0);
	-ms-transform:scale(0,0);
	transform:scale(0,0);
	-webkit-transition-property:-webkit-transform;
	-moz-transition-property:-moz-transform;
	-o-transition-property:-o-transform;
	-ms-transition-property:-ms-transform;
	transition-property:transform;
	-webkit-backface-visibility:hidden;
}

.tooltipster-grow-show {
	-webkit-transform:scale(1,1);
	-moz-transform:scale(1,1);
	-o-transform:scale(1,1);
	-ms-transform:scale(1,1);
	transform:scale(1,1);
	-webkit-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1);
	-webkit-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);
	-moz-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);
	-ms-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);
	-o-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);
	transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);
}

.tooltipster-swing {
	opacity:0;
	-webkit-transform:rotateZ(4deg);
	-moz-transform:rotateZ(4deg);
	-o-transform:rotateZ(4deg);
	-ms-transform:rotateZ(4deg);
	transform:rotateZ(4deg);
	-webkit-transition-property:-webkit-transform,opacity;
	-moz-transition-property:-moz-transform;
	-o-transition-property:-o-transform;
	-ms-transition-property:-ms-transform;
	transition-property:transform;
}

.tooltipster-swing-show {
	opacity:1;
	-webkit-transform:rotateZ(0deg);
	-moz-transform:rotateZ(0deg);
	-o-transform:rotateZ(0deg);
	-ms-transform:rotateZ(0deg);
	transform:rotateZ(0deg);
	-webkit-transition-timing-function:cubic-bezier(0.230,0.635,0.495,1);
	-webkit-transition-timing-function:cubic-bezier(0.230,0.635,0.495,2.4);
	-moz-transition-timing-function:cubic-bezier(0.230,0.635,0.495,2.4);
	-ms-transition-timing-function:cubic-bezier(0.230,0.635,0.495,2.4);
	-o-transition-timing-function:cubic-bezier(0.230,0.635,0.495,2.4);
	transition-timing-function:cubic-bezier(0.230,0.635,0.495,2.4);
}

.tooltipster-fall {
	top:0;
	-webkit-transition-property:top;
	-moz-transition-property:top;
	-o-transition-property:top;
	-ms-transition-property:top;
	transition-property:top;
	-webkit-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1);
	-webkit-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);
	-moz-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);
	-ms-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);
	-o-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);
	transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);
}

.tooltipster-fall-show {
}

.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property:all;
	-moz-transition-property:all;
	-o-transition-property:all;
	-ms-transition-property:all;
	transition-property:all;
	top:0!important;
	opacity:0;
}

.tooltipster-slide {
	left:-40px;
	-webkit-transition-property:left;
	-moz-transition-property:left;
	-o-transition-property:left;
	-ms-transition-property:left;
	transition-property:left;
	-webkit-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1);
	-webkit-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);
	-moz-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);
	-ms-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);
	-o-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);
	transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);
}

.tooltipster-slide.tooltipster-slide-show {
}

.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property:all;
	-moz-transition-property:all;
	-o-transition-property:all;
	-ms-transition-property:all;
	transition-property:all;
	left:0!important;
	opacity:0;
}

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
	opacity:.5;
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
}

.owl-carousel div.imgh {
	width:159px;
	height:283px;
}

.owl-carousel .animated {
	-webkit-animation-duration:1000ms;
	animation-duration:1000ms;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}

.owl-carousel .owl-animated-in {
	z-index:0;
}

.owl-carousel .owl-animated-out {
	z-index:1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name:fadeOut;
	animation-name:fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity:1;
	}

	100% {
		opacity:0;
	}
}

@keyframes fadeOut {
	0% {
		opacity:1;
	}

	100% {
		opacity:0;
	}
}

.owl-height {
	-webkit-transition:height 500ms ease-in-out;
	-moz-transition:height 500ms ease-in-out;
	-ms-transition:height 500ms ease-in-out;
	-o-transition:height 500ms ease-in-out;
	transition:height 500ms ease-in-out;
}

.owl-carousel {
	display:none;
	width:100%;
	-webkit-tap-highlight-color:transparent;
	position:relative;
	z-index:1;
}

.owl-carousel .owl-stage {
	position:relative;
	-ms-touch-action:pan-Y;
}

.owl-carousel .owl-stage:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}

.owl-carousel .owl-stage-outer {
	position:relative;
	overflow:hidden;
	-webkit-transform:translate3d(0px,0,0);
}

.owl-carousel .owl-controls .owl-dot,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-nav .owl-prev {
	cursor:pointer;
	cursor:hand;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

.owl-carousel.owl-loaded {
	display:block;
}

.owl-carousel.owl-loading {
	opacity:0;
	display:block;
}

.owl-carousel.owl-hidden {
	opacity:0;
}

.owl-carousel .owl-refresh .owl-item {
	display:none;
}

.owl-carousel .owl-item {
	position:relative;
	min-height:1px;
	float:left;
	-webkit-backface-visibility:hidden;
	-webkit-tap-highlight-color:transparent;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

.owl-carousel .owl-item img {
	display:block;
	width:100%;
	-webkit-transform-style:preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select:auto;
	-moz-user-select:auto;
	-ms-user-select:auto;
	user-select:auto;
}

.owl-carousel .owl-grab {
	cursor:move;
	cursor:-webkit-grab;
	cursor:-o-grab;
	cursor:-ms-grab;
	cursor:grab;
}

.owl-carousel.owl-rtl {
	direction:rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float:right;
}

.no-js .owl-carousel {
	display:block;
}

.owl-carousel .owl-item .owl-lazy {
	opacity:0;
	-webkit-transition:opacity 400ms ease;
	-moz-transition:opacity 400ms ease;
	-ms-transition:opacity 400ms ease;
	-o-transition:opacity 400ms ease;
	transition:opacity 400ms ease;
}

.owl-carousel .owl-item img {
	transform-style:preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position:relative;
	height:100%;
	background:#000;
}

.owl-carousel .owl-video-play-icon {
	position:absolute;
	height:80px;
	width:80px;
	left:50%;
	top:50%;
	margin-left:-40px;
	margin-top:-40px;
	background:url(owl.video.play.png) no-repeat;
	cursor:pointer;
	z-index:1;
	-webkit-backface-visibility:hidden;
	-webkit-transition:scale 100ms ease;
	-moz-transition:scale 100ms ease;
	-ms-transition:scale 100ms ease;
	-o-transition:scale 100ms ease;
	transition:scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition:scale(1.3,1.3);
	-moz-transition:scale(1.3,1.3);
	-ms-transition:scale(1.3,1.3);
	-o-transition:scale(1.3,1.3);
	transition:scale(1.3,1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
	display:none;
}

.owl-carousel .owl-video-tn {
	opacity:0;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size:contain;
	-moz-background-size:contain;
	-o-background-size:contain;
	background-size:contain;
	-webkit-transition:opacity 400ms ease;
	-moz-transition:opacity 400ms ease;
	-ms-transition:opacity 400ms ease;
	-o-transition:opacity 400ms ease;
	transition:opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position:relative;
	z-index:1;
}

.owl-theme .owl-controls {
	margin-top:58px;
	text-align:center;
	-webkit-tap-highlight-color:transparent;
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
	color:#fff;
	font-size:14px;
	margin:5px;
	padding:4px 7px;
	background:#d6d6d6;
	display:inline-block;
	cursor:pointer;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background:#869791;
	color:#fff;
	text-decoration:none;
}

.owl-theme .owl-controls .owl-nav .disabled {
	opacity:.5;
	cursor:default;
}

.owl-theme .owl-dots .owl-dot {
	display:inline-block;
	zoom:1;
	*display:inline;
}

.owl-theme .owl-dots .owl-dot span {
	width:10px;
	height:10px;
	margin:5px 3px;
	background:#fff;
	opacity:.5;
	display:block;
	-webkit-backface-visibility:visible;
	-webkit-transition:opacity 200ms ease;
	-moz-transition:opacity 200ms ease;
	-ms-transition:opacity 200ms ease;
	-o-transition:opacity 200ms ease;
	transition:opacity 200ms ease;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
	opacity:1;
}
.bg-red {
	background-color: #FF4000;
	color: #fff;
}
.bg-green {
	background:#91e100;
	color:#fff;
}
.bg-blue {
	background-color: #0096FF;
	color: #fff;
}
.bg-orange {
	background-color: #FFB400;
	color: #555;
}

.litepro {
	color: #fff;
	padding: 0;
}
.fullwidth .litepro {
	/*background: linear-gradient(to right, rgb(37, 73, 147), rgb(1, 170, 229), rgb(37, 73, 147));*/
}
.litepro .row {
	padding: 10px;
}
.litepro div {
	padding: 45px;
}
@media screen and (min-width: 767px) {
	.litepro div {
		height: 350px;
	}
	#benefits .benefits-list {
		margin-left: 25px;
	}
}
.litepro-blue ul {
	padding-left: 150px;
}
.litepro ul li {
	font-size: 20px;
	text-align: left;
}
.litepro h3 {
	font-size: 45px;
	margin-bottom: 1px;
}
.litepro i {
	font-size: 18px;
	text-transform: uppercase;
}
.litepro-red ul li {
	margin-left: 25px;
}
ul.ul-inline li {
	display: inline-block;
	margin-left:25px;
}
ul.ul-inline li:before {
	content:"";
	display: list-item;
	position: absolute;
}
#benefits {
	color: #fff;
}
.navbar-nav > li > a {
	padding-bottom: 5px;
	margin-bottom: 0px;
}
.navbar-default .navbar-nav > .active > a {
	border-bottom: 2px solid #FA4124;
}
#benefits ul {
	margin-left: 17px;
}
.navbar-default  .navbar-nav > li > a:not(.dropdown-toggle):hover {
	border-bottom: 2px solid #FA4124;
}
.navbar-default .navbar-nav > li > a.dropdown-toggle {
	padding-bottom: 15px;
}

/* Register page */

.register-btn {
	font-size:24px;
	color:#fff;
	text-align:center;
	padding:14px 20px;
	background:#f9ab37;
	display:inline-block;
	width:97%;
}
.register-btn:hover {
	text-decoration:none;
	color:#fff;
}


/* Contact page */
.contact-btn {
	font-size:24px;
	color:#fff;
	text-align:center;
	padding:14px 20px;
	background:#FA4124;
	display:inline-block;
	width:100%;
}
#contactform input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color:    #CED0D2;
}
#contactform input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:    #CED0D2;
	opacity:  1;
}
#contactform input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    #CED0D2;
	opacity:  1;
}
#contactform input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:    #CED0D2;
}
.contactheader {
	text-align: center;
}
.contactheader h3:first-of-type {
	font-style: italic;
}
.contactheader h2:nth-of-type(1) {
	font-weight: bold;
	text-transform: uppercase;
}
.contactbody .table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: #00a6dc;
}
.contactbody table tr > td, .contactbody table tr > th {
	border: 0;
}
.contactbody table thead tr {
	font-size: 16px;
}
.contactbody .table > tbody > tr > td {
	padding: 12px 8px;
	vertical-align: middle;
}
.contactbody .teamimgwrap {
	height: 65px;
	width: 65px;
}
.contactbody .name {
	font-weight: bold;
}
.contact-btn:hover {
	background-color: #FFB400;
}
.pager a {
	width:11px;
	height:11px;
	display:inline-block;
	background: #ffffff;
	background: rgba(245, 245, 245, 0.5);
	cursor:pointer;
	text-indent:-9999px;
	-webkit-box-shadow:inset 0 0 3px rgba(117, 117, 117, 0.3);
	-moz-box-shadow:inset 0 0 3px rgba(117, 117, 117, 0.3);
	-o-box-shadow:inset 0 0 3px rgba(117, 117, 117, 0.3);
	box-shadow:inset 0 0 3px rgba(117, 117, 117, 0.3);
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	margin-right: 10px;
}
.pager a.selected {
	background-color: #838383;
	-webkit-box-shadow:inset 0 0 3px rgba(56, 56, 56, 0.3);
	-moz-box-shadow:inset 0 0 3px rgba(56, 56, 56, 0.3);
	-o-box-shadow:inset 0 0 3px rgba(56, 56, 56, 0.3);
	box-shadow:inset 0 0 3px rgba(56, 56, 56, 0.3);
}
.pager a span {
	display: none;
}
.pager a {
	outline:0;
}
.topbar {
	display: none;
	width:100%;
	height:40px;
	text-align: center;
	background: black;
}
.topbar span {
	font-size: 18px;
	line-height: 40px;
	display: inline-block;
	color:#fff
}
.topbar span img {
	display: inline-block;
}
.topbar span span i {
	font-size:20px;
	color:#fff
}

/* Dit is extra voor miobile site */
/* Geschreven door tom */

@media (max-width: 570px) {

img.tour_image1 {
    width: 100%;
    height: auto;
}
img.tour_image2 {
display:none;
}
.mobile_nondisplay {
display:none;
}

.tekst {
	font-size:16px;
		
.pis {
	font-size:16px !important;
line-height: 1.42857143 !important;

}
}




}

