@import url("bootstrap.min.css");
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,800');
@import url('https://use.fontawesome.com/releases/v5.2.0/css/all.css');

html { scroll-behavior: smooth; }
body {
	color: #404040;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
    background: #f8f9fa;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a { color: #404040; }
a:hover { color: #00e09f; text-decoration: none; }

ul { list-style: none; margin: 0; padding: 0; }

h1 { font-weight: 800; display: inline-block; }
h2 { font-weight: 800; font-size: 27px; margin-bottom: 20px; }

.wrap { height: 170px; width: 300px; }

.shadow { -webkit-box-shadow: 0 0.25rem 0.125rem 0 rgba(0,0,0,0.05); box-shadow: 0 0.25rem 0.125rem 0 rgba(0,0,0,0.05); }

.box { padding: 30px; background: #fff; overflow: hidden; }
.box-inline {
    padding: 30px;
    background: rgba(255, 255, 255, 0.95);
    overflow: hidden;
    display: inline-block;
    border-radius: .25rem;
}

header { 
    width: 100%; 
    position: fixed; 
    text-align: center;
    z-index: 999;
    background: #00e09f;
        -webkit-box-shadow: 0 0.25rem 0.125rem 0 rgba(0,0,0,0.05);
    box-shadow: 0 0.25rem 0.125rem 0 rgba(0,0,0,0.05);
}

.top-container {
    padding: 40px 30px 30px;
    margin-bottom: 60px;
    background: #00c894;
    color: #fff;
}

.navbar-brand { margin: 15px 0; transition: .2s; }
.navbar-brand:hover { margin-top: 16px; }

.scrolled { background: #fff !important; transition: 0.3s; }
.scrolled .logo { display: none; }
.scrolled .scrolled-logo { display: block !important; }
.scrolled .navbar-dark .navbar-toggler, .scrolled .top-social a { color: #000; }

.main { padding: 80px 0 0; }

.scrolled-logo { display: none; }

/* Home */

.home .home-logo { display: block !important; }
.home .main { padding: 0; }
.home header { background: none; box-shadow: none; }
.home h1 { color: #fff; margin: 90px 0 0; }

.top-social { margin: 27px 15px 0; position: absolute; }
.navbar-dark .navbar-toggler, .top-social a { text-transform: uppercase; color: #fff; border: 0; }
.navbar-dark .navbar-nav .nav-link { color: #fff; }
.navbar {
    right: 0;
    top: 0;
    font-weight: 800;
    border: 0;
    position: fixed;
    margin-top: 20px;
}

.navbar-collapse {
    background: #000;
    opacity: .9;
    position: fixed;
    z-index: 999;
    right: 0;
    top: 0;
    bottom: 0;
    left: 50%;
    height: 100% !important;
    text-align: left;
    z-index: 9999;
}
.navbar-collapse ul { margin: 60px 0 0 60px; font-size: 18px; }

.navbar-toggler-close {
    border: 0;
    background: none;
    margin: 30px;
    color: #FFF;
    float: right;
    cursor: pointer;
}
.dropdown-menu { background: none; border: 0; }
.dropdown-item { color: #fff; font-weight: 700; }
.dropdown-item:before {
    content: "\f054";
    font-size: 12px;
    font-family: FontAwesome;
    left: 6px;
    line-height: 27px;
    position: absolute;
}
.dropdown-item:focus, .dropdown-item:hover { background: transparent; }

.language-picker { margin: 30px 60px; }

.block-header {
    padding: 180px 0;
    background: url(../images/header-2.jpg);
    background-size: cover;
    color: #fff;
    background-position: center;
}
.block-header a { color: #fff; }
.block-header .text-danger {
    color: #fff !important;
    background: #dc3545;
    width: 300px;
    margin: 1px auto 0;
    font-size: 12px;
}

.block-header .btn-primary {
    line-height: 48px;
    font-weight: 800;
    width: 300px;
    text-align: center;
    padding: 0 15px;
}
.block-header .btn-primary i {
    float: none;
    border-left: 0;
    padding: 0 5px 0 0;
    margin: 0;
}
.block-header .form-group { margin-bottom: 1px; }

.block-header .more { margin-top: 180px; display: block; }
.block-header .more i { clear: both; display: block; }
.block-header .more:hover i { -webkit-transform: translateY(8px); transform: translateY(8px); transition-duration: 0.3s; }

.block-header .form-control {
    text-transform: uppercase;
    border: 1px solid #efefef;
    font-weight: 300;
    text-align: center;
    margin: 0 auto 5px;
    width: 300px;
    padding: 12px 15px;
}

.block-text { padding: 120px 0; }
.block-form { padding: 120px 0; background: #fff; }

.block-items { padding: 120px 0; background: #fff; }
.block-items .col-sm-4 { background: url(../images/arrow-right.png) no-repeat right 0 top 140px; }
.block-items .col-sm-4:last-child { background: none; }

.block-items span {
    font-weight: 800;
    text-transform: uppercase;
    display: block;
    clear: both;
    margin: 30px 0 120px;
} 
.btn:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus { box-shadow: none; }

.btn-primary, .btn-save, .btn-default {
    background: #00e09f;
    border: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    line-height: 42px;
    font-weight: 800;
    text-align: left;
    padding: 0 15px;
    border-top: 1px solid #25c79d;
    border-left: 1px solid #25c79d;
    border-right: 1px solid #25c79d;
    border-bottom: 3px solid #25c79d;
}
.btn-primary:hover { background: #404040; border-bottom: 3px solid #333; }
.btn-primary:active { transform: scale(.97); background: #404040 !important; border: 0; } 
.btn-primary i { float: right; padding: 15px 0 15px 15px; margin-left: 15px; }
.btn-secondary { background: #404040; }

.btn-logout {
    background: none;
    border: 0;
    padding: 5px 0;
    cursor: pointer;
    font-weight: 900;
    color: #fff;
    text-align: left;
}

.btn-save {
    color: #b5b5b5;
    background: #f3f3f3;
    height: 47px;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 3px solid #e6e6e6;
}
.btn-save:before { 
    font-family: FontAwesome;
    content: '\f0c7';
    padding-right: 5px;
    position: relative; 
}
.btn-save:hover { background: #4a9df0; color: #fff; }
.btn-default {
    border: 1px solid #ddd;
    border-bottom: 3px solid #ddd;
    background: #fff;
    color: #999;
}

.chckt-button, .chckt-pm:first-child .chckt-pm__header { border-radius: 0 !important; }

.help-block-error { color: #db4553; font-size: 10px; }

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    opacity: 1; /* Firefox */
}
/*.block {
    padding: 15px;
    box-shadow: 0px 0px 10px #DDD;
    background: #fff;
    overflow: hidden;
}*/

/* Winkelwagen */

.product-item {
    margin-bottom: 15px;
    border-radius: 3px;
    padding: 15px;
    background: #fff;
    transition: .2s;
}
.product-item img { border-radius: 3px; margin-right: 15px; float: left; }

.item-remove { color: #d1d1d1; margin-left: 15px; }

.box-cart, .chckt-sdk { margin-bottom: 90px; }
.box-cart .total { padding: 15px; font-size: 18px; }
.box-cart-details { background: #f9f9fb; padding: 30px; margin-bottom: 30px; }

/* Foto overzicht */

.summary { display: none; }

.photo {
    margin-bottom: 30px;
    border-radius: 3px;
    padding: 15px;
    background: #fff;
    transition: .2s;
}
.photo i { width: 20px; display: inline-block; text-align: center; }
.photo:nth-last-child(1) { margin-right: 0; }
.photo img { width: 100%; border-radius: 3px; display: block; overflow: hidden; -webkit-transition: all .4s ease; }
.photo:hover img { transform: scale(1.02); }

.photo .btn { text-align: center; margin-top: 10px; }
.photo .btn-primary { width: 60%; }
.photo .btn-save { width: 38.7%; }
.photo .btn-save:hover { background: #e6e6e6; }
.photo .btn-primary:before {
    font-family: FontAwesome;
    content: '\f218';
    padding-right: 5px;
    position: relative; 
}

.photo-name { padding: 15px 0 5px; }
.photo-name span { display: block; }
.photo-name .park-name { font-weight: 700; }
.photo-name .attraction-title { color: #b5b5b5; margin-top: 5px; font-size: 12px; }

.photo-code { 
    display: block;
    border-radius: 3px;
    margin-top: 5px;
    position: absolute;
    font-size: 12px;
    margin: 179px 15px 15px;
    color: #fff;
    padding: 5px 10px;
    background: #49494990;
}

.search-top .form-group { float: left; }
.search-top .form-control {
    height: 45px !important;
    text-transform: uppercase;
    border: 0;
    font-size: 15px;
}
.search-top .btn { margin-left: 3px; height: 45px; border: 0; font-weight: 700; }
.search-top .btn-secondary i { float: none; padding: 0; margin-right: 5px; }
.search-top .text-danger {
    background: #dc3545 !important;
    color: #fff !important; 
    font-size: 11px; 
    text-align: center;
    margin-top: 3px;
    border-radius: 3px;
}

/* Overzicht */

.pagination { text-align: center; display: block;}
.pagination li.active { background: #000 !important; }
.pagination li { padding: 5px 10px; background: #00e09f; display: inline-block; }
.pagination li a { color: #fff; }
.pagination .prev, .pagination .next { background: none; }
.pagination .prev a, .pagination .next a { color: #000; }

.search input {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.search .form-group { width: 96%; float: left; }

/* Alert */

.photo .alert-info {
    color: #1a5b67;
    background-color: #d1ecf1;
    border: 1px solid #add4db;
    text-align: center;
    border-radius: 3px;
    padding: 5px 10px;
    width: 100%;
    display: inline-block;
}

/* Loginpagina */

.site-login {
    max-width: 500px;
    background: #fff;
    border-radius: 3px;
    margin: 90px auto;
    padding: 30px;
}
.site-login a { text-decoration: underline; }

footer {
    background: #00e09f;
    color: #fff;
    font-size: 12px;
    padding: 60px 0;
    margin-top: 60px;
}
footer a { color: #fff; }
footer a:hover { color: #fff; }
footer li { margin: 0 15px; } 
footer .copyright {
    margin-top: 30px;
    padding-top: 30px;
    opacity: .3;
    text-align: center;
    border-top: 1px solid #fff;
}

@media screen and (max-width: 1200px) {
    .photo-desc { margin-top: 100px; font-size: 10px; }
}

@media screen and (max-width: 1024px) {
    .photo-desc { margin-top: 130px; font-size: 10px; }
}
@media screen and (max-width: 800px) {
    .photo-desc { margin-top: 80px; font-size: 10px; }
}
@media screen and (max-width: 720px) {
    .main { padding-top: 70px; }
	.navbar-brand { float: left; margin: 15px; }
	.navbar-brand img { width: 150px; }
    
    .navbar-collapse { width: 100%; left: 0; }
    .navbar-toggler span, .top-social { display: none; } 
    
    .top-container { margin-bottom: 30px; padding: 30px 15px; }
    
    h1 { margin-bottom: 0; font-size: 30px; }
    .btn-primary { width: 100%; }
 
    .block-header { padding: 120px 0 60px; }
    .block-header .more { margin-top: 60px; }
    .block-form { padding: 60px 0; overflow: hidden; }
    
    .search-top { clear: both; float: none !important; }
    .search-top form { margin-bottom: 15px; } 
    .search-top .form-group { width: 100%; height: 34px; margin-bottom: 15px; }
    
    .block-text, .block-items { padding: 30px 0; }
    .block-text { text-align: center; }
    .block-text img { margin-bottom: 30px; width: 100%; }
    .block-items span { margin: 15px 0 30px; }
    .block-items .col-sm-4 { background: none; }
    
    .product-item { margin: 0 5px; }
    .product-item div:first-child { width: 100% !important; }

    .pay { width: 100%; }
        
    footer li { display: block; }
}