@media (min-width: 960px) {
    header .container {
        max-width:960px;
    }
}

@media (max-width: 600px)  {
	.float{
		position:fixed;
		width:100%;
		max-width: 45px;
		width:45px;
		height:45px;
		bottom:80px;
		right:25px;
		background-color:#25d366;
		color:#FFF;
		border-radius:50px;
		text-align:center;
		font-size:20px;
		box-shadow: 2px 2px 3px #999;
	  z-index:100;
	}

	.my-float{
		margin-top:15px;
	}
	
	
	
	.geleTegels .geleTegel{
		height:145px !important;	
	}
	
	.geleTegels .description{
		display:none;	
	}
	
	.geleTegels .icon{
		background-size: 20px !important;
	}
		
}

div[data-movie] {
    background-color: black;
}

div[data-movie].active {
    background-color: #f5d327; /*main yellow*/
}

.dropdown-menu {
    border:none;
    background-color: #f5d327;
    -webkit-transition: display 0.3s;
    -moz-transition: display 0.3s;
    -ms-transition: display 0.3s;
    -o-transition: display 0.3s;
    transition: display 0.3s;
}

.btn {
  color:#000!important;
  background-color: #f5d327;
  border-color: #f5d327;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  /*white-space: nowrap;*/
  /*padding: 3px 36px;*/
  padding:15px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 5px;
  text-transform: uppercase;
  word-break: break-word;
  white-space: initial;
  /*-webkit-box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.75);
  box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.75);*/
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  text-decoration: none!important;
  background-color:#ffe666;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

.moviebuttons {
    position: absolute;
    z-index: 10000;
    width: 100%;
    bottom: 50px;
}

.widget.blocklink {
    text-align: center;
}

.widget.blocklink > a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.widget.blocklink > a:hover:before {
}

.widget.blocklink > a:hover {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.widget.blocklink > a > input.btn {
    margin-top: -30px;
}

nav div ul {
    padding: 0;
}

nav div ul li {
    display: inline;
}

nav div ul li a {
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px 4px 0 0;
}

nav div ul li a:hover {
    color:#000;
    background-color: #f5d327;
}

/*menu header*/
header {
    width: 100%;
    height: 150px;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}
header img#logo {
    display: inline-block;
    height: 150px;
    /*line-height: 150px;
    float: left;
    font-family: "Oswald", sans-serif;
    font-size: 60px;
    color: white;
    font-weight: 400;*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
header nav {
    display: inline-block;
    float: right;
}
header nav a {
    margin-left: 20px;
    color: #9fdbfc;
    font-weight: 700;
    font-size: 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
header nav a:hover {
    color: white;
}
header.smaller {
    height: 75px;
}
header.smaller img#site-logo {
    width: 150px;
    height: 75px;
    line-height: 75px;
    font-size: 30px;
}
header.smaller nav a {
    line-height: 75px;
}

@media all and (min-width: 768px) {
    #logo-mobile {
        display:none;
    }
	
	.widget.photo-gallery > a {
		margin-bottom: 25px;
	}
}

@media all and (max-width: 767px) {
    #logo-mobile {
        height:35px;
        margin-left: 6px;
        margin-top: -8px;
    }

    .navbar-toggle {
        margin-right:25px;
    }

    .hide-sm {
        display:none;
    }

    .yamm-content .col-sm-3 {
        border-left:none;
    }

    .yamm .yamm-content {
        padding:0;
    }

    /*For sub-menu-items in hamburger-menu-style */
    .arrow-up-yellow {
        margin-top:-33px!important;
    }

    ul.grand-children {
        margin-left:0!important;
    }
	
	.widget.photo-gallery > a > img {
		max-width:92%;
	}
}

@media all and (max-width: 768px) {
    header img#site-logo {
        display: block;
        float: none;
        margin: 0 auto;
        height: 100px;
        line-height: 100px;
        text-align: center;
    }
    header nav {
        display: block;
        float: none;
        height: 50px;
        text-align: center;
        margin: 0 auto;
    }
    header nav a {
        line-height: 50px;
        margin: 0 10px;
    }
    header.smaller {
        height: 0;
    }
    header.smaller img#site-logo {
        height: 40px;
        line-height: 40px;
        font-size: 30px;
    }
    header.smaller nav {
        height: 35px;
    }
    header.smaller nav a {
        line-height: 35px;
    }
}

.text-btn-banner-50-70 {
    padding:0;
}

.text-btn-banner-50-70 h1 {
    margin-top: 100px;
}

.text-btn-banner-50-70 > .container {
    max-width:100%;
}

.moviebuttons > .movie-button.active > a.btn {
    background-color:#f5d327;
}

.moviebuttons > .movie-button > a.btn {
    background-color:gray;
}

ul.linklist > li > strong {
    text-transform: uppercase;
}

footer {
    margin-top:0px!important;
    padding-top:0!important;
}

footer p, footer blockquote, footer li, footer a {
    font-size:0.85rem;
}

footer p:first-child {
    margin-top:12px;
}

.dark[data-dark] {
    padding-top:0;
}

.arrow-down {
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid white;
}

.dropdown .arrow-up-yellow {
    display:none;
}

.dropdown.open .arrow-up-yellow {
    display:block;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #f5d327;
    margin-top: 0px;
}

header {
    overflow:visible;
}

header.smaller .site-brand {
    height: 75px;
    overflow: hidden;
}

.site-brand {
    display: inline-block;
}

header.smaller #logo {
    height: 70px;
}

.logo-background {
    background-color: white;
    border: solid 5px white;
}

.text-align-center {
    text-align: center!important;
}

[data-background-image] {
    background-size:cover;
    background-position: center;
}

nav div > ul {
    line-height: 80px;
}

.column {
    margin-bottom:20px;
}

.movie-banner-array .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.margin-bottom-none {
    margin-bottom:0!important;
}

#banner {
    margin-top:150px;
    height: 360px;
}

.no-banner {
    margin-top:150px;
    height: 200px;
    background-color: #f5d327;
    padding-top: 40px;
    /*-webkit-box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.75);*/
}

/* Menu overrules */
.navbar-default {
    background:none;
    border:none;
}

#li-logo {
    margin-top: -15px;
    width: 250px;
}

#logo-mobile {
    background-color:#fff;
    border:solid 2px #fff;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color:#fff;
}

.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover {
    color:#fff;
    background:none;
}

/*https://css-tricks.com/triangle-breadcrumbs/*/
ul.uniq-breadcrumb { 
	list-style: none; 
	overflow: hidden; 
	font: 18px Helvetica, Arial, Sans-Serif;
    margin-left: 0;
}
.uniq-breadcrumb li { 
	float: left; 
}
.uniq-breadcrumb li a {
	color: white;
	text-decoration: none; 
	padding: 10px 0 10px 65px;
	background: #484848;                   /* fallback color */
	background: hsla(34,0%,35%,1);
	position: relative; 
	display: block;
	float: left;
}

.uniq-breadcrumb li a:after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid hsla(34,0%,35%,1);
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	left: 100%;
	z-index: 2; 
}

.uniq-breadcrumb li a:before { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;       
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	margin-left: 1px;
	left: 100%;
	z-index: 1; 
}

.uniq-breadcrumb li:first-child a {
	padding-left: 10px;
}
.uniq-breadcrumb li:nth-child(2) a       { background:        hsla(34,0%,45%,1); }
.uniq-breadcrumb li:nth-child(2) a:after { border-left-color: hsla(34,0%,45%,1); }
.uniq-breadcrumb li:nth-child(3) a       { background:        hsla(34,0%,55%,1); }
.uniq-breadcrumb li:nth-child(3) a:after { border-left-color: hsla(34,0%,55%,1); }
.uniq-breadcrumb li:nth-child(4) a       { background:        hsla(34,0%,65%,1); }
.uniq-breadcrumb li:nth-child(4) a:after { border-left-color: hsla(34,0%,65%,1); }
.uniq-breadcrumb li:nth-child(5) a       { background:        hsla(34,0%,75%,1); }
.uniq-breadcrumb li:nth-child(5) a:after { border-left-color: hsla(34,0%,75%,1); }
.uniq-breadcrumb li:last-child a {
	background: transparent !important;
	color: black;
	pointer-events: none;
	cursor: default;
}

#navbar-collapse-1 {
    width: 1080px;
    margin: 0px auto;
}

.balk {
    position:fixed;
    width:25px;
    height:10000px;
    z-index:1000000;
}

#rightBalk.balk {
    right:0;
}

@media (max-width: 959px) {
    .balk {
        display:none;
    }
}

.row {
    /*margin:30px 20px;*/
    margin-top:20px;
    margin-bottom:20px;
}

ul.grand-children {
    list-style-type: none;
    padding:0; margin:0;
    margin-left:-20px;
}

ul.grand-children > li > a {
    font-size:12px;
}

.h1-white h1 {
    color:#fff!important;
}

@media (max-width: 768px) {
    .navbar-collapse {
        background-color: #f5d327;
    }

    .navbar-collapse #li-logo {
        display: none;
    }

    .navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
        color:#000;
    }

    .umb-grid {
        padding-top:0;
    }

    header {
        height:0;
    }

    #banner {
        margin-top:0;
    }
}

ul.uniq-breadcrumb-saai {
    list-style: none;
    overflow: hidden;
    margin-left: 0;
    font-style:italic;
}

ul.uniq-breadcrumb-saai li {
    float:left;
    margin-right:10px;
}

ul.uniq-breadcrumb-saai li.link:after{
    content: '>';
    margin-left: 10px;
    font-size: 10px;
    font-style: normal;
}

ul.uniq-breadcrumb-saai li a {
    font-size:10px;
}

footer strong {
    margin-bottom: 10px;
    display: block;
}

footer img {
    margin-top:0;
}

.uniq-breadcrumb-saai a {
    color:black;
}

.uniq-breadcrumb-saai .link a {
    color:gray;
}

.contactpersoon-label.btn {
	text-transform:none;
}

.contactpersoon .row {
    margin-top:-40px;
}

.contactpersoon-label {
    margin-bottom:20px;
}

.ekko-lightbox {
    z-index:1000000;
}

.modal-backdrop {
    z-index:0;
}

.geleTegels {
    width: 75%;
    margin: 0 auto;
}

.geleTegel {
	display:block;
	background-color: #f5d327;
	margin-top: 15px;
	padding-bottom: 5px;
}

a.geleTegel {
	white-space: normal;
}

a.geleTegel:hover {
    text-decoration: none;
	background-color:#ffe666;
}

.geleTegel-corner {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 0;
	border-color: #fff transparent transparent transparent;
}

.geleTegels div .geleTegel div.icon {
	height:50px;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position-x: center!important;
}

.geleTegels div .geleTegel p.title {
	color:#000;
	margin-bottom:20px;
}

.geleTegels div .geleTegel p.description {
	margin: 20px 30px 25px 30px;
	font-size: small;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */