@font-face {
 font-family: 'Affiche';
 src: 	url('../fonts/ufonts.com_bernard-mt-condensed.eot') /* EOT file for IE */,
         url('../fonts/ufonts.com_bernard-mt-condensed.ttf'); /* TTF file for CSS3 browsers */
}
.affiche{
    font-family: Affiche, Glyphicons Halflings;
}

#noty-holder{    
    width: 100%; 
	top: 50px;   
    z-index: 1031; /* Max Z-Index in Fixed Nav Menu is 1030*/
    text-align: center;
    position: fixed;
}

/*PageAlerts*/

.palert{
    margin-bottom: 0px;
	padding-bottom: 20px;
    border-radius: 0px;
}

/* [CSS3] Neon Glow */
.animate{
	-webkit-animation: neon1 1.5s ease-in-out infinite alternate;
	-moz-animation: neon1 1.5s ease-in-out infinite alternate;
	animation: neon1 1.5s ease-in-out infinite alternate;
}

/*glow for webkit*/

@-webkit-keyframes neon1 {
  from {
    text-shadow: 
		0 0 6px #ac2925, 0 0 12px #ac2925, 0 0 18px #ac2925, 0 0 24px #ac2925,
		0 0 42px #ac2925, 0 0 48px #ac2925,
		0 0 60px #ac2925, 0 0 90px #ac2925;
  }
  to {
    text-shadow:
		0 0 2px #ac2925, 0 0 4px #ac2925, 0 0 6px #ac2925, 0 0 8px #ac2925,
		0 0 14px #ac2925, 0 0 16px #ac2925,
		0 0 20px #ac2925, 0 0 30px #ac2925;
  }
}
@-moz-keyframes neon1 {
  from {
    text-shadow: 
		0 0 6px #ac2925, 0 0 12px #ac2925, 0 0 18px #ac2925, 0 0 24px #ac2925,
		0 0 42px #ac2925, 0 0 48px #ac2925,
		0 0 60px #ac2925, 0 0 90px #ac2925;
  }
  to {
    text-shadow:
		0 0 2px #ac2925, 0 0 4px #ac2925, 0 0 6px #ac2925, 0 0 8px #ac2925,
		0 0 14px #ac2925, 0 0 16px #ac2925,
		0 0 20px #ac2925, 0 0 30px #ac2925;
  }
}
@keyframes neon1 {
  from {
    text-shadow: 
		0 0 6px #ac2925, 0 0 12px #ac2925, 0 0 18px #ac2925, 0 0 24px #ac2925,
		0 0 42px #ac2925, 0 0 48px #ac2925,
		0 0 60px #ac2925, 0 0 90px #ac2925;
  }
  to {
    text-shadow:
		0 0 2px #ac2925, 0 0 4px #ac2925, 0 0 6px #ac2925, 0 0 8px #ac2925,
		0 0 14px #ac2925, 0 0 16px #ac2925,
		0 0 20px #ac2925, 0 0 30px #ac2925;
  }
}

body{
overflow-x: hidden;
overflow-y: visible;
}

a#prodVideo:hover, a#prodImage:hover{ text-decoration: none; }
a#prodVideo>h3, a#prodImage>h3{ font-size: 2vh; margin-top: 1vh;}

img.scenes {
    margin: 10px 10px 10px 10px;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s; /* Safari */
    }

img.scenes:hover {
    cursor: pointer;
    -webkit-transform: scale(2, 2);
    -ms-transform: scale(2, 2);
    transform: scale(2, 2);
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s; /* Safari */
    box-shadow: 10px 10px 5px #888888;
    z-index: 1;
    }

/* Navigatiebalk */


.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
  font-weight: bolder;
}
.navbar-inverse .navbar-text {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
/*  background-color: transparent;*/
  background-color: #444;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* Definition list - horizontal */

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 100px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 120px;
  }
}

@media (min-width: 768px) {
  .dl-medewerkers dt {
    float: left;
    width: 130px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-medewerkers dd {
    margin-left: 160px;
  }
}
@media (min-width: 768px) {
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,
.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,
h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,
.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,
h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small {
  font-size: 65%;
}
h4,.h4,h5,.h5,h6,.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,
h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,.h2 {
  font-size: 30px;
}
h3,.h3 {
  font-size: 24px;
}
h4,.h4 {
  font-size: 18px;
}
h5,.h5 {
  font-size: 14px;
}
h6,.h6 {
  font-size: 12px;
}
}

@media (max-width: 767px) {
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,
.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,
h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,
.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,
h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small {
  font-size: 65%;
}
h4,.h4,h5,.h5,h6,.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,
h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 8vh;
}
h2,.h2 {
  font-size: 7vh;
}
h3,.h3 {
  font-size: 6vh;
}
h4,.h4 {
  font-size: 5vh;
}
h5,.h5 {
  font-size: 4vh;
}
h6,.h6 {
  font-size: 3vh;
}
}