body {
	font-family: 'Source Serif Pro', serif;
}
.container {
	max-width:1100px;
	width:inherit !important;
}
a {
    color:black;
}
a:hover, a:focus {
    color:#666666;
	text-decoration:none;
}
.section-padding {
	padding:65px 0px;
}
.fa {
	color:#666666;
}
.secendfa {
    color:#FFFFFF;
}
/* row height*/
.row-same-height {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
}
.col-full-height {
    display: table-cell;
    float: none;
    height: 100%;
    vertical-align: middle;
}
/**slideanim**/
.slideanim {
    visibility: hidden;
}
.no-margin {
    margin:0px;
}
.no-padding {
    padding:0px;
}
.slide {
    animation-duration:2s;
    animation-name: zoomIn;
    visibility: visible;
}
/**dropdown**/
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color:transparent;
    color:#1F9EC4 !important;
}
.nav > li > a:focus {
    background-color:transparent;
}
.navbar-nav .dropdown-menu {
    min-width:390px;
}
.navbar-nav .dropdown-menu .col-menu {
    float:left;
}
.navbar-nav .dropdown-menu .col-menu > li > a {
    color:black;
    font-size:13px;
    padding: 3px 20px;
}
.navbar-nav .dropdown-menu .col-menu > li > a:hover {
    color:#1F9EC4;
}
.navbar-nav .dropdown-menu ul {
    padding-left:0px;
}
.navbar-nav .dropdown-menu ul li {
    list-style-type:none;
}
.dropdown-menu {
    text-align:left;
    top:120%;
    border:none;
    border-radius:0px;
    border-bottom:1px solid #1F9EC4;
}

/**loader**/
#loader-container {
	background:#FFFFFF;
	position: fixed;
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 99999;
}
.loader-content {
	background:#FFFFFF;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 3;
	text-align: center;
}
.loader1 {
	background-color: #FFFFFF;
	display:inline-block;
	padding:5px;
	border-radius:50%;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.loader {
	margin:0px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 2px solid rgba(7, 172, 167, 1);
  border-right: 2px solid rgba(7, 172, 167, 0.2);
  border-bottom: 2px solid rgba(7, 172, 167, 0.2);
  border-left: 2px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/**header**/
.header {
    background-color:white;
	padding:20px 0px;
	border:0px;
	border-radius:0;
	position:fixed;
	width:100%;
	z-index:999;
}
.sticky {
	padding:0px 0px;
	background-color: #FFFFFF;
	transition: all 0.7s ease 0s;
    box-shadow: 0 16px 16px -21px rgba(0, 0, 0, 0.75);
}
.sticky .nav li a {
    color:#000000;
}
/**nav**/
.navbar {
	margin-bottom:0px;
	padding:10px 0px;
}
.navbar-nav {
    display: table;
    float: none;
    margin: 0 auto;
}
.navbar-nav li a {
	color:black;
	padding:15px;
	font-size:18px;
}
.nav li a:hover {
	background-color:transparent;
	color:#1F9EC4;
	transition: all 0.7s ease 0s;
}
.navbar-brand {
	margin-left:0px;
	float:none;
	position:absolute;
	top:-12px;
}
/**burger**/
.navbar-toggle {
    background-color: transparent !important;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 10px;
    margin-right: 15px;
    margin-top: 10px;
    padding: 9px 10px;
    position: absolute;
	left:20px;
	top:18px;
	transition: all 0.7s ease 0s;
}
.navbar-toggle:hover {
	background:transparent !important;
}
.navbar-toggle span {
    display: block;
    position: absolute;
    border-radius: 5px;
    background-color: #58453f;
    height: 3px;
    width: 25px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
.navbar-toggle span:nth-child(1) {
    top: 0;
  }
  .navbar-toggle span:nth-child(2),
   .navbar-toggle span:nth-child(3) {
    top: 3px;
  }
 .navbar-toggle span:nth-child(4) {
    top: 10px;
  }
 .navbar-toggle.active  {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
	transition: all 0.7s ease 0s;
  }
.navbar-toggle.active  {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
	transition: all 0.7s ease 0s;
 }
.bar-width1 {
	width:6px !important;
}
.bar-width2 {
	width:13px !important;
}
/**social**/
.social {
	position: absolute;
    right: 10px;
    top: 15px;
}
.social-box {
    border: 2px solid #1F9EC4;
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    margin: 5px;
    padding: 4px;
    text-align: center;
    width: 30px;
}
.social-box:hover {
    background-color:#1F9EC4;
}
.social-box:hover i {
    color:#FFFFFF;
}

/**home**/
.home {
	padding:120px 0px 80px;
    position:relative;
}
.home h1 {
	font-size:45px;
	text-transform:uppercase;
	margin:0px 0px 40px;
	font-weight:600;
    max-width:600px;
    color:#111111;
}
.home-img {
    width:100%;
}
.home h2 {
    color: #111111;
}
.event {
	display:table;
	padding:20px;
	background-color:rgba(218, 223, 226, 0.6);
    max-width:450px;
    border-top:3px solid #1F9EC4;
    -webkit-box-shadow: 0px 9px 8px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 9px 8px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 9px 8px -3px rgba(0,0,0,0.75);
}
.home span {
	font-size:18px;
	color:#000000;
}
h1 {
	font-size:46px;
	display:table;
	margin:0px auto 15px;
}
.title::after {
    background-color: #1F9EC4;
    content: "";
    display: block;
    height: 3px;
    margin:8px auto 0px;
    position: relative;
    max-width: 60%;
}

h3 {
    margin-bottom:20px;
}
p {
	font-size:20px;
}
.date, .time, .location, .place,::before {
	font-family: FontAwesome;
}
.date::before {
	content:"\f073";
	margin-right:5px;
}
.time::before {
	content:"\f017";
	margin-right:5px;
}
.location::before {
	content:"\f041";
	margin-right:5px;
}
.place::before {
	content:"\f277";
	margin-right:5px;
}
.btn {
	background-color:#1F9EC4;
	border:1px solid #FFFFFF;
	color: #FFFFFF;
	font-size:18px;
	text-transform:uppercase;
	border-radius:0px;
}
.home a.btn {
    padding:15px 35px;
	margin:40px 0px;
}
.btn:hover {
	opacity:0.5;
	transition: all 0.7s ease 0s;
    color:#FFFFFF;
}

.toggle {
    position:absolute;
    right:30px;
    bottom:30px;
}
/**about**/
.subtitle {
    margin:30px 0px;
    color:#000000;
    display:inline-block;
}
.subtitle::after {
    background-color: #1F9EC4;
    content: "";
    display: block;
    height: 2px;
    margin:8px auto 0px;
    position: relative;
    max-width: 60%;
}
.about p {
    text-align: justify;
}
.about .maintext {
    text-align:justify;
}
ul.reward {
    padding-left:0px;
}
ul.reward li {
    font-size:19px;
    margin: 5px auto;
    display:table;
    color:#000000;
    list-style-type:circle;
}
ul.reward li::before {
    content:"\f192";
    font-family: FontAwesome;
    margin-right:10px;
    font-size:15px;
    color:#ded639;
}
.margin-top {
    margin-top:70px;
}
.other-text {
    font-size:17px;
    color:#797979;
}
.price-img {
    max-width:200px;
    border:2px solid #dadfe2;
    padding:5px;
    margin:0px auto 20px;
}

.team-type-content {
	margin:40px 0px 0px;
	cursor:pointer;
}
.team-box {
    height: 128px;
    margin: 40px auto;
    width: 128px;
}
.team-box-inner {
    background: #dadfe2 none repeat scroll 0 0;
    border-radius: 84px;
    box-shadow: 0 0 13px 0 rgba(87, 103, 116, 0);
    height: 128px;
    left: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    transition: padding 0.5s ease 0s, left 0.5s ease 0s, top 0.5s ease 0s, box-shadow 0.5s ease 0s;
    width: 128px;
}
.team-box-inner img {
    display: block;
    margin-top: 0px;
    opacity: 1;
    position: relative;
    transition: margin 0.5s ease 0s, opacity 0.5s ease 0s;
}
.contact-wrapper:hover .team-box-inner img {
	margin-top: -128px;
    opacity: 1;
}
.contact-wrapper:hover .team-box-inner {
	-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
	transform:scale(1.1,1.1);
	transition: all 500ms ease-in-out 0s;
}
.team-box-inner table td {
    height: 128px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 128px;
	color:#000000;
}
.load-mere-row {
	display:none;
}
.load-mere-row1 {
	display:none;
}
.load-btn {
    color:#1F9EC4;
    font-size:18px;
    display:table;
    margin:20px auto;
    border-bottom:1px solid transparent;
}
.load-btn .caret {
    margin-left:5px;
}
.load-btn:hover {
    border-bottom:1px solid #1F9EC4;
    transition: all 0.7s ease 0s;
}
/**galery**/
.gallery-home {
    background-color:#1F9EC4;
    color:#FFFFFF;
    padding-top: 20%;
}
.gallery h2 {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: 0;
    right: 0;
    text-align: center;
    font-size: 46px;
    display: table;
    margin: 0px auto 15px;
}
.gallery-item {
	float:left;
	width:20%;
	position:relative;
    overflow:hidden;
}
/**--------galery new----------**/
.gallery-item:hover img {
    transform:scale(1.1);
}
.image-hover {
	background-color:#222222;
	opacity:0;
	transition: all 0.7s ease 0s;
	position:absolute;
	width:100%;
	height:100%;
	text-align:center;
    z-index:1;
}
.image-hover i {
	text-align:center;
    margin-top:113px;
}
.gallery-item:hover .image-hover {
	opacity:0.8;
	cursor:pointer;
}
.gallery-item img {
	width:100%;
	height:100%;
    transition: all .7s ease 0s;
}
/**video**/
.video {
	margin:20px 0px;
    border:none;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
}
#video h3 {
    color:#000000;
}

/**contact**/
.contact {
	color:black;
}

.contact h3 {
    margin-bottom:40px;
}
.row-same-height {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
}
.col-full-height {
    display: table-cell;
    float: none;
    height: 100%;
}
.contact-wrapper {
	background-color: #F0F0F0;
	padding:30px 20px;
	margin: 0 auto;
    max-width: 300px;
	height:100%;
}
.contact .contact-wrapper:hover {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	cursor:pointer;
	transition: all 0.7s ease 0s;
}
.contact-wrapper h3 {
	color:#1F9EC4;
	text-transform:uppercase;
}
.contact-wrapper p {
	font-size:18px;
	color: #4F4F4F;
}
.img-box {
	padding:25px;
	border:1px solid #1F9EC4;
	display:inline-block;
	border-radius:50%;
}
/*map**/
#map {
    -webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.75);
}
#map-canvas {
    height: 450px;
    width: 100%;
}

#info-window h1 {
    font-size: 16px;
    margin:0 0 10px 0;
}

#info-window p {
    font-size: 14px;
    margin: 0;
}

/**footer**/
.footer {
	background-color:#343434;
	color: #FFFFFF;
    padding:50px 0px 20px;
}
.footer p {
    text-align:center;
}
.footer ul {
	padding-left:0px;
	margin:20px 0px 40px;
}
.footer ul > li {
	list-style-type:none;
	margin:5px 0px;
    font-size:20px;
}
.footer ul li a {
    color:white;
}
.footer ul li a:hover {
    text-decoration:underline;
}
ul.towns {
    margin:0px;
    padding-bottom: 20px;
}
ul.towns li {
    float:left;
    max-width:250px;
    margin:2px;
    background-color:#dadfe2;
    color:#000000;
    padding:0px 5px;
    position:relative;
    bottom:0;
    font-size:14px;
}
ul.towns li a {
    color:black;
    font-size:14px;
}

ul.towns .text {
    display:inline-block;
    margin-top:0px;
}
.footer p  {
	font-size:15px;
	max-width:none;
    margin-top:10px;
	text-shadow: none;
}
.footer .by {
    margin:10px 0px;
}
.footer .by a {
    color:#e8e8e8;
    text-decoration:underline;
}
.footer .social {
    position:relative;
    float:right;
}

.highlight {
    font-size: 13px;
    background-color: #A9EBFF;
    border-radius: 100px;
    padding: 0 3px;
}

    .highlight .highlight-tekst {
        background-color: transparent;
        font-size: 45px;
    }


@media only screen and (max-width:991px) {
/**galery**/
.gallery-item {
	width:50%;
}
.gallery-home {
    padding-top: 50%;
}
.col-full-height, .row-same-height {
    display: block;
}

.contact-wrapper {
	margin-bottom:10px;
}

ul.towns {
    position:relative;
    text-align:center;
    margin-bottom:20px;
}
ul.towns li {
    float:none;
    display:inline-block;
}
.footer .social {
    text-align:center;
    position:relative;
    right:inherit;
}
}
@media only screen and (max-width:767px) {
/**header**/
.header {
	padding:0px 0px;
    background-color:white;
}
.navbar {
	padding:5px 0px;
}
.navbar .nav li a {
	color:#000000;
}
.navbar-brand {
	padding:0px;
	position: inherit;
	top:-8px;
}
.btn {
    font-size:15px;
}
.navbar-nav .dropdown-menu {
    min-width:160px;
}
.navbar-nav .dropdown-menu .col-menu {
    float:none;
}

.navbar-collapse {
	margin-top:5px;
	background-color:#FFFFFF;
}
.header .social {
    display:none;
}
/**home**/
.home {
    background-position:right;
	padding:110px 0px 20px;
	text-align:center;
}
h1 {
	font-size:35px;
}
.home h1 {
	font-size:25px;
	margin:0px auto 25px;
}
.home h2 {
	font-size:20px;
}
.event {
    margin:0px auto;
}
p{
	font-size:18px;
}
.home p {
	font-size:18px;
}
.home span {
	font-size:13px;
}
.home a.btn {
    padding: 15px 15px;
    margin: 20px 0px;
}
/**galery**/
.gallery-item {
	width:50%;
}
.gallery-home {
    padding-top: 50%;
}
.gallery-home h1 {
    font-size:25px;
}
/**contact**/
.col-full-height, .row-same-height {
    display: block;
}
/**footer**/
.footer p  {
	font-size:15px;
	max-width:none;
	text-shadow: none;
    position:relative;
    margin:5px 0px;
    bottom: inherit;
}
.footer .by {
    margin:2px 0px 10px;
}
.footer .social {
    position:relative;
    float:none;
    margin-bottom:20px;
}
ul.towns {
    margin:0px;
    padding-bottom:0px;
}

    .highlight {
        font-size: 13px;
        background-color: #A9EBFF;
        border-radius: 100px;
        padding: 0 3px;
    }

        .highlight .highlight-tekst {
            background-color: transparent;
            font-size: 29px;
        }
}

video {
    width:100%;
    height:100%;
}



.form-content {
    margin-top:50px;
}
input, textarea {
    background-color: transparent;
    border: 2px solid black;
    border-radius: 0;
    color: black;
    font-size: 16px;
    font-weight: 300;
    height: 40px;
    margin-bottom: 22px;
    opacity: 0.9;
    outline: medium none;
    padding-left: 18px;
    width: 100%;
}

textarea {
    height: 160px;
}