@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:700,600,400);

::selection      { color: #222;  background: #fed136; } 

.normalText  {
    font-family: "Josefin Sans",sans-serif;
    color: #5c5c5b;
    font-size: 20px;
}

.navbar-upper.affix {
  bottom: 45px;
  width:100%;  
}

.navbar-form {
   padding-left: 0;
}

.navbar-collapse{
   padding-left:0; 
}

/* set a max-width for horizontal fluid layout and make it centered */
.container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1600px; /* or 950px */
}

.hoverTable{
	width:100%; 
	border-collapse:collapse; 
	background-color: white;
	font-family: "Josefin Sans", sans-serif;
    font-size: 17px;
}
.hoverTable td{ 
	padding-left:5px; padding-right:5px; padding-top: 3px; padding-bottom:3px;
	/* padding-left:5px; padding-right:5px; padding-top: 3px; padding-bottom:3px; border:#FFFFF0 1px solid; */
}
/* Define the default color for all the table rows */
.hoverTable tr{
	/* background: #FFFFF0; */
}
/* Define the hover highlight color for the table row */
.hoverTable tbody tr:hover {
	  background-color: #ffff99;
}
.noHover tbody tr:hover {
	  background-color: inherit !important;
}

iframe {
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
}
input[type=checkbox].largeCheckbox{
    width: 25px; 
    height: 25px; 
}
input[type=checkbox].largeCheckbox:not(:checked){ 
	border: 1px solid #bababa;
	border-radius: 4px;
	background-color: white;
	-moz-appearance:none;
	-webkit-appearance:none;
}

button{
	color: #222 !important; /* Moet important zijn, anders gaat de css van bootstrap nog altijd voorrang krijgen */
}
.btn{
	color: #222; /* black */
	z-index:99999 !important;
}

.btn.small{
    padding: 5px 5px;
    margin-top: 4px;
    margin-right: 15px;
    margin-left: 0px;
    margin-bottom: 4px;
    border: 1px solid transparent;
    border-radius: 4px;
	font-family: Montserrat,Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size:14px;
	font-weight: normal;
}

/* responsive queries */
@media (max-width: 480px) {
  h2{
	font-size:30px !important;
  }
}
@media (max-width: 992px) {
  .btn.small {
    padding: 9px 9px;
    margin-top: 8px;
    margin-left: 15px;
	font-size:12px;
  }
}

.btn.medium{
    padding: 10px 10px;
    margin-top: 4px;
    margin-right: 15px;
    margin-left: 0px;
    margin-bottom: 4px;
    border: 1px solid transparent;
    border-radius: 4px;
	font-family: Montserrat,Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size:14px;
	font-weight: normal;
}

/* responsive queries */
@media (max-width: 992px) {
  .btn.medium {
    padding: 10px 10px;
    margin-top: 8px;
    margin-left: 15px;
	font-size:12px;
  }
}

/* responsive queries */
@media (max-width: 992px) {
  .btn.large {
    padding: 20px 20px;
    margin-top: 8px;
    margin-left: 15px;
    margin-bottom: 8px;
	font-size:14px;
  }
}

@media (max-width: 992px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-fixed-top.affix-top {
      background-color: transparent;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
	  background-color: #222;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
	  margin-left: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}

@media (min-width: 992px) {
	.nav.OneRow {
		white-space: nowrap;
		overflow: auto;
	}

	ul.nav.horizontal li {
		display: inline-block;
		float: none;
	}
}
header{
	background-color: #222222; /* in case image doesnt load (no white text on white background))*/
}
/* Grootte van de header image */
header .intro-text{
	padding-top:18em;
	padding-bottom:13em;
}
@media (max-width: 992px) {
	/* Grootte van de header image */
	header .intro-text{
		padding-top:10em;
		padding-bottom:5em;
	}
}
body .large{
	min-width: 100px;
}

a.active, a:active, a:focus, a:hover {
    color: #222;
}
a {
    color: #222;
}
.navbar-custom .nav li a:focus, .navbar-custom .nav li a:hover {
    background-color: transparent;
}

section{
	padding-top:3em;
	padding-bottom:3em;
	width: 100%; 
	height: 100%;
	overflow: auto;
}
#contact{
	padding-top:15em;
}
#contact h3{
	color: white;		
}


/* Icon when the collapsible content is shown */
.accordion:after {
font-family: "Glyphicons Halflings";
content: "\e114";
float: left;
margin-right: 1em;
margin-top: 5px;
}
/* Icon when the collapsible content is hidden */
.accordion.collapsed:after {
content: "\e080";
}
#accordion .panel-title > a, #accordion_feestmenu .panel-title > a {
	display: block;
}

/* Place holder text */
form .form-control::-moz-placeholder {
  color: #C3C3C3 !important;
  opacity: 1;
}
form .form-control:-ms-input-placeholder {
  color: #C3C3C3 !important;
}
form .form-control::-webkit-input-placeholder {
  color: #C3C3C3  !important;
}
form .form-control {
  font-size: 16px !important;
}

/* Transparant buttons */

.btn-outline {
    background:rgba(254,209,54,0.7)  !important;
    color: white  !important;
    transition: all .5s  !important;
	border-color: white !important;
	border-width: 3px;
}
.btn-outline:hover {
    background:rgba(254,209,54,1)  !important;
	color: black !important;
	border-color: rgba(254,209,54,1) !important;
	text-shadow: none;
}
.btn-primary.btn-outline {
    color: #428bca  !important;
}

.btn-success.btn-outline {
    color: #5cb85c  !important;
}

.btn-info.btn-outline {
    color: #5bc0de  !important;
}

.btn-warning.btn-outline {
    color: #f0ad4e  !important;
}

.btn-danger.btn-outline {
    color: #d9534f  !important;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff  !important;
}


.business-hours {
	background: #222; 
	padding: 5px 14px;
	position: relative;
	font-family: "Josefin Sans", sans-serif;
    color: white;
    font-size: 16px;
	font-weight: bold;
}
.business-hours .title {
	font-size: 20px;
	color: white;
	text-transform: uppercase;
	padding-left: 5px;
	border-left: 4px solid #fed136; 
	text-align: left;
}
.business-hours li {
	color: white;
	line-height: 30px;
	border-bottom: 1px solid #333; 
	text-align: left;
}
.business-hours li:last-child {
	border-bottom: none; 
}
.business-hours .opening-hours li.today {
	color: #fed136; 
}

.section-heading:after {
    content: "";
    display: block;
    position: relative;
    height: 3px;
    width: 3em;
    background-color: #f9c56a;
    margin: 0px auto;
	margin-top: 0.2em;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
  color: #fed136;
  outline: none;
}
@media (min-width: 992px) {
	.navbar-custom .navbar-nav > .active > a {
	  border-radius: 0;
	  background-color: transparent;
	  border-top: 6px solid #fed136;
	}
	.navbar-custom .navbar-nav > .active > a:hover,
	.navbar-custom .navbar-nav > .active > a:focus {
	  color: #fed136;
	  background-color: transparent;
	  border-top: 6px solid #fed136;
	}
}

p{
    font-family: "Josefin Sans", sans-serif;
    color: #5c5c5b;
    font-size: 20px;
}

u.dotted{
  border-bottom: 1px dashed #999;
  text-decoration: none; 
}
u.dotted:hover{
    text-decoration-color: #fed136; 
    text-decoration: underline;
	border-bottom: 0px;
	color:#fed136;
}
@media (max-width: 768px){
	section#contact {
	  background-image: url('../img/map-image_mobile.png');
	}
	#contact{
		padding-top:5em;		
	}
}

/* photoswipe */
.my-gallery {
  width: 100%;
  display:inline-block;
}
.my-gallery img {
  width: 100%;
  height: auto;
}
.my-gallery figure {
  display: block;
  display:inline-block;
  margin: 0 5px 5px 0;
  width: 150px;
}
.my-gallery figcaption {
  display: none;
}
/* /photoswipe */

/* Search */
.animate {
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.bootsnipp-search {
	display: none;
}
/*
.bootsnipp-search .form-control {
	background-color: #757575;
	border-radius: 0px;
	border-width: 0px;
	font-size: 24px;
	padding: 30px 0px;
	color:white;
}
.bootsnipp-search .form-control {
	background-color: #757575;
	border-radius: 0px;
	border-width: 0px;
	font-size: 24px;
	padding: 25px 0px;
}
.bootsnipp-search .form-control:focus {
	border-color: transparent;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.bootsnipp-search .input-group-btn > .btn {
	padding: 14px 16px;
	border-radius: 0px;
	margin-right: 10px;
}
.bootsnipp-search .input-group-btn > .btn.active,
.bootsnipp-search .input-group-btn > .btn:hover,
.bootsnipp-search .input-group-btn > .btn:focus {
	padding: 14px 16px 14px 15px;
}
.bootsnipp-search .input-group-btn > .btn-default {
	background-color: rgb(245, 245, 245);
}
*/
.nav-padding {
	padding-top: 61px;
}

.bootsnipp-search {
	background-color: #222;
	display: block;
	position: absolute;
	top: 100%;
	width: 100%;
	padding: 5px;
	padding-top: 5px;
	/* border-bottom: thick solid #dff0d8;
	border-bottom-width: 2px; */
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 0 0 0;
	-moz-transform-origin: 0 0 0;
	-o-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	visibility: hidden;
}
.bootsnipp-search.open {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	visibility: visible;	
}
.bootsnipp-search > .container {
	padding: 0px;
}    
/* /Search */

@media (max-width: 992px) {
	select {
		-moz-appearance: window;
		-webkit-appearance: none;
		padding: 0px;
	}
}
@media (max-width: 480px) {
.table-hover > thead > tr.success,
.table-hover > tbody > tr.success,
.table-hover > tfoot > tr.success,
.table-hover > thead > tr.success,
.table-hover > tbody > tr.success,
.table-hover > tfoot > tr.success,
.table-hover > thead > tr.success ,
.table-hover > tbody > tr.success,
.table-hover > tfoot > tr.success,
.table-hover > thead > tr.success,
.table-hover > tbody > tr.success,
.table-hover > tfoot > tr.success {
  background-color: #dff0d8;
  border-left: 4px solid #fed136;
  }
}
@media (min-width: 480px) {
.table-hover > thead > tr.success,
.table-hover > tbody > tr.success,
.table-hover > tfoot > tr.success,
.table-hover > thead > tr.success,
.table-hover > tbody > tr.success,
.table-hover > tfoot > tr.success,
.table-hover > thead > tr.success ,
.table-hover > tbody > tr.success,
.table-hover > tfoot > tr.success,
.table-hover > thead > tr.success,
.table-hover > tbody > tr.success,
.table-hover > tfoot > tr.success {
  background-color: #dff0d8;
  border-left: 6px solid #fed136;
  }
}
.form-horizontal .control-label{
  text-align:left !important;
  font-size: 16px;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 30px;
    display:none;
	z-index: 100 !important;
}
@media (min-width: 480px){
	.winkelmandje {
		cursor: pointer;
		position: fixed;
		bottom: 20px;
		right: 100px;
		display:none;
		z-index: 100 !important;
	}
}
@media (max-width: 480px){
	.winkelmandje {
		cursor: pointer;
		position: fixed;
		bottom: 80px;
		right: 30px;
		display:none;
		z-index: 100 !important;
	}
}
.textShadow{
    text-shadow: 1px 1px 0 rgba(0,0,0,.25);
}

/* Loader */

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
	background-color: #222;
	opacity: 0.9;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #3498db;
		
        -webkit-animation: spin 1s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #222222;
        z-index: 1000;
        -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(0);  /* IE 9 */
        transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }
    
    .loaded #loader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;  
                transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;  
		opacity: 0;
		transition: visibility 0s 1s, opacity 1s linear;
    }
    
    /* JavaScript Turned Off */
    .no-js #loader-wrapper {
        display: none;
    }
    .no-js h1 {
        color: #222222;
    }

    #content {
        margin: 0 auto;
        padding-bottom: 50px;
        width: 80%;
        max-width: 978px;
    }  
/* /Loader */

/* Tabs */
/* http://bootsnipp.com/snippets/featured/panels-with-nav-tabs */
.panel-default{
	border-color: #ccc;
}

.panel.with-nav-tabs .panel-heading{
    padding: 10px 10px 0 10px;
	background-color: #ddd;
}
.panel.with-nav-tabs .panel-bottom{
    padding: 0 10px 10px 10px;
	background-color: #ddd;
}
.panel.with-nav-tabs .nav-tabs{
	border-bottom: none;
	/* Deze border weg halen bij nav onderaan */
}
.panel.with-nav-tabs .nav-justified{
	margin-bottom: -1px;
}
/********************************************************************/
/*** PANEL DEFAULT ***/
.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
}
.with-nav-tabs.panel-default .nav-tabs > .open > a,
.with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #555;
	background-color: #bbb;
	border-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
	color: #555;
	background-color: #fff;
	border-color: #ccc;
	border-bottom-color: transparent;
	border-top-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #777;   
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #555;
}
/********************************************************************/
/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
}
.with-nav-tabs.panel-primary .nav-tabs > .open > a,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
	color: #fff;
	background-color: #3071a9;
	border-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
	color: #428bca;
	background-color: #fff;
	border-color: #428bca;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #428bca;
    border-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #fff;   
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    background-color: #4a9fe9;
}
/********************************************************************/
/*** PANEL SUCCESS ***/
.with-nav-tabs.panel-success .nav-tabs > li > a,
.with-nav-tabs.panel-success .nav-tabs > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li > a:focus {
	color: #3c763d;
}
.with-nav-tabs.panel-success .nav-tabs > .open > a,
.with-nav-tabs.panel-success .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-success .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-success .nav-tabs > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li > a:focus {
	color: #3c763d;
	background-color: #d6e9c6;
	border-color: transparent;
}
.with-nav-tabs.panel-success .nav-tabs > li.active > a,
.with-nav-tabs.panel-success .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.active > a:focus {
	color: #3c763d;
	background-color: #fff;
	border-color: #d6e9c6;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #3c763d;   
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #d6e9c6;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #3c763d;
}
/********************************************************************/
/*** PANEL INFO ***/
.with-nav-tabs.panel-info .nav-tabs > li > a,
.with-nav-tabs.panel-info .nav-tabs > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li > a:focus {
	color: #31708f;
}
.with-nav-tabs.panel-info .nav-tabs > .open > a,
.with-nav-tabs.panel-info .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-info .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-info .nav-tabs > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li > a:focus {
	color: #31708f;
	background-color: #bce8f1;
	border-color: transparent;
}
.with-nav-tabs.panel-info .nav-tabs > li.active > a,
.with-nav-tabs.panel-info .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.active > a:focus {
	color: #31708f;
	background-color: #fff;
	border-color: #bce8f1;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #31708f;   
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #bce8f1;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #31708f;
}
/********************************************************************/
/*** PANEL WARNING ***/
.with-nav-tabs.panel-warning .nav-tabs > li > a,
.with-nav-tabs.panel-warning .nav-tabs > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
	color: #8a6d3b;
}
.with-nav-tabs.panel-warning .nav-tabs > .open > a,
.with-nav-tabs.panel-warning .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-warning .nav-tabs > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
	color: #8a6d3b;
	background-color: #faebcc;
	border-color: transparent;
}
.with-nav-tabs.panel-warning .nav-tabs > li.active > a,
.with-nav-tabs.panel-warning .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.active > a:focus {
	color: #8a6d3b;
	background-color: #fff;
	border-color: #faebcc;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #8a6d3b; 
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #faebcc;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #8a6d3b;
}
/********************************************************************/
/*** PANEL DANGER ***/
.with-nav-tabs.panel-danger .nav-tabs > li > a,
.with-nav-tabs.panel-danger .nav-tabs > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li > a:focus {
	color: #a94442;
}
.with-nav-tabs.panel-danger .nav-tabs > .open > a,
.with-nav-tabs.panel-danger .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-danger .nav-tabs > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li > a:focus {
	color: #a94442;
	background-color: #ebccd1;
	border-color: transparent;
}
.with-nav-tabs.panel-danger .nav-tabs > li.active > a,
.with-nav-tabs.panel-danger .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.active > a:focus {
	color: #a94442;
	background-color: #fff;
	border-color: #ebccd1;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f2dede; /* bg color */
    border-color: #ebccd1; /* border color */
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #a94442; /* normal text color */  
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ebccd1; /* hover bg color */
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff; /* active text color */
    background-color: #a94442; /* active bg color */
}

/* /Tabs */

#OrderButton{  
	-webkit-animation: bounce .3s infinite alternate;
	-moz-animation: bounce .3s infinite alternate;
	animation: bounce .3s infinite alternate;
	-webkit-animation-iteration-count: 10;
	-moz-animation-iteration-count: 10;
	animation-iteration-count: 10;
}
@-webkit-keyframes bounce {
	to { -webkit-transform: scale(1.1); }
}
@-moz-keyframes bounce {
	to { -moz-transform: scale(1.1); }
}
@keyframes bounce {
	to { transform: scale(1.1); }
}

.red-tooltip + .tooltip > .tooltip-inner {
	background-color: #f00;
}
.red-tooltip + .tooltip > .tooltip-arrow { 
	border-top-color:#f00; 
	border-bottom-color:#f00; 
}
.tooltip{
	z-index: 1049; /* Zodat het onder modals blijft */
	font-size: 16px;
}

.thumbnail {
	padding:0px;
}
@media (min-width: 992px) { /*not mobile*/
	.sticky {
	  position: fixed;
	  top: 75px;
	  width: 80% !important;
	}
}
@media (max-width: 992px) { /*mobile*/
  .sticky {
	position: fixed;
	top: 60px;
	width: 100% !important;
	  }
}
