html {
    position: relative;
	height:100%;
    min-height: 100%;
}

body {
    position: relative;
    padding-top: 145px;
    /* Margin bottom by footer height */
	padding-bottom:320px;
	min-height:100%;
    overflow-y: scroll;
    background:#fff;
}

.top-bar{
	min-height:40px;
	width:100%;
	background:#262626;
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
}

.top-bar .col-md-6{
	padding-top:10px;
}

.top-bar .col-md-6.talen{
	padding-top:8px;
}

.navbar-brand{
	padding:11px 15px;
}

.navbar-brand img{
	height:79px !important;
}


/* Menu */
.navbar-default{
	background:#000;
    border: 0;
	border-radius:0;
	border-bottom: 5px solid #ffeb0b;
	margin-bottom:0;
    padding:0;
	width:100%;
}

.navbar-nav{
    margin-right:0;
	height:100px;
}


.navbar-default .navbar-nav > li:hover > a.dropdown-toggle{
	cursor:context-menu;
}

.dropdown-menu li:before,
.navbar-default .navbar-nav > li:before{
    content: "";
    font-size: 14px;
    display: none;
    margin-left: 0;
    width: 0;
}

.navbar-default .navbar-nav > li {

	border-top: 5px solid #000;
	padding:35px 15px 39px;
}

.navbar-default .navbar-nav > li:hover,
.navbar-default .navbar-nav > li.active  {

	border-top: 5px solid #ffeb0b;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a{
	font-family: 'Roboto Slab', serif;
    color: #fff;
    display:inline;
	font-weight: bold;
	font-size:18px;
	padding:0;
	text-decoration: none !important;
}


.navbar-default .navbar-nav > .active,
.navbar-default .navbar-nav > li:hover{
	color: #ffffff;
}


.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover  {
    background: none;
    color: #ffffff;
}

.navbar-default .navbar-nav > li.open > a:hover,
.navbar-default .navbar-nav > li.open.active > a{
    background: none;
    color: #ffffff;
}

.navbar-default .navbar-nav li:hover a{
	color:#ffffff;
}

.navbar-default .navbar-nav li:hover .dropdown-menu li a{
	color:#333333;
	text-decoration: none !important;
}

.navbar-default .navbar-nav li:hover .dropdown-menu li:hover a{
	color:#333333;
}

.navbar-default .navbar-nav li.active .dropdown-menu li.active a,
.navbar-default .navbar-nav li.active .dropdown-menu li:hover a{
	color:#ffffff;
}

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

/* Dropdown */

.navbar-nav > li > .dropdown-menu {
    margin-top: 10px;
    border-radius:0;
}

.navbar-right .dropdown-menu {
    right: auto;
}

.dropdown:hover .dropdown-menu {
	display:block;
}

.dropdown-menu {
    width: 230px;
    margin: 0px;
    background: #ffffff;
    border: 0;
	border-top:5px solid #ffeb0b;
	border-bottom:1px solid #e5e5e5;
	padding:0;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	top:85px;
	margin-left:-15px !important;
}

.navbar-right li:nth-last-child(-n+2) .dropdown-menu {
	right:0;
	left: auto;
}

.dropdown-menu li{
    list-style-image: none;
	list-style-type:none;
	border-right:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	padding: 0;
}

.dropdown-menu li:hover a{
    color:white !important;
}

.dropdown-menu > li > a {
    padding: 7px 10px;
    color: #262626;
    font-size:14px;
	white-space: normal;
}
.dropdown-menu > li.lijn{
	border-bottom:1px solid #e5e5e5 !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #ffffff;
    background-color: #1a1a1a;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #ffffff;
    background-color: #1a1a1a;
}


/* Band */
@keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 2000px 0; }
}

#band{
	width:100%;
	height:300px;
	position:relative;
	background:#595959;
}

#band-pattern{
	width:100%;
	height:285px;
	position:absolute;
	top:7px;
		
	background-image:  url(/templates/zbsbv.nl/gfx/pattern.png);
	background-position: 50% 50%;
	background-size: auto 100%;
	background-repeat: repeat-x;

	animation: animatedBackground 80s linear infinite;
}

#band.band-small{
	height:125px;
}

#band.band-small #band-pattern{	
	height:120px;
	top:3px;
	padding-top:38px;
}

#band.band-small h1{
	color:#ffffff;
	padding:0;
	text-transform:uppercase;
}

#band-images{
	width:100%;
	height:250px;
	position:absolute;
	top:50px;
}

.list_carousel,
.caroufredsel_wrapper{
	height:100% !important;
	width:100% !important;
}
.list_carousel img{
	margin-right:30px !important;
	margin-left:30px !important;
	height:200px !important;
	border:3px solid #ffffff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}


/* Body; home */
#bodyPage,
#body{
	width:100%;
	padding:60px 0;
}

#body .content{
	background:none;
}

#body .content p{
	line-height:28px;
}

.nTitel{
	font-weight: bold;
}

.nDatum{
	font-style: italic;
}

.nLink{
	font-weight: bold;
}

.nLinkTitel{
	text-decoration: none;
}

.nLinkTitel:hover{
	text-decoration: underline;
}


.footer {
	border-top: 5px solid #ffeb0b;
    bottom: 0;
    color: white;
    position: absolute;
    width: 100%;
	background:#1a1a1a;
}

.footer  p{
    color: #ffffff;
}

.footer-top{
	padding:50px 0;
    height: 295px;
}

.footer-top{
	padding:50px 0 30px;
    height: 275px;
}

.footer-bottom{
	width:100%;
	min-height:40px;
	padding:10px 0 0;
	text-align:right;
}

.footer-top .fa{
	padding:8px 0;
	margin-right:1px;
	font-size:24px;
	background:#ffffff;
	width:40px;
	height:40px;
	text-align:center;
}

.footer-top a .fa{
	color:#1a1a1a;
}

.footer-top a:hover .fa-facebook{
	color:#3b5998;
}

.footer-top a:hover .fa-twitter{
	color:#00aced;
}

.footer-top a:hover .fa-linkedin{
	color:#007bb5;
}

.footer-top a:hover .fa-google-plus{
	color:#dd4b39;
}

.footer-top a:hover .fa-youtube-play{
	color:#bb0000;
}

.footer-top a:hover .fa-pinterest{
	color:#cb2027;
}

#webshop a,
.footer-bottom a{
	color:white;
}


/***** Forms *****/
input:focus,
textarea:focus {
    border: 1px solid #333333;
    outline: none
}

::-webkit-input-placeholder { color:#a6a6a6 !important;padding-top:0; }
::-moz-placeholder { color:#a6a6a6 !important;padding-top:0;  } /* firefox 19+ */
:-ms-input-placeholder { color:#a6a6a6 !important;padding-top:0;  } /* ie */
input:-moz-placeholder { color:#a6a6a6 !important;padding-top:0;  }

button,
input,
textarea,
select {
    background: #fff;
    border: 1px solid #cccccc;
    color: #727272;
    padding: 6px 12px 6px;
    margin-bottom: 10px;
	border-radius:5px;
}

textarea{
	padding-top:6px;
}

.input, number, select, .form-control {
    height: 40px;
    width: 100%;
}

.input, textarea, .textarea{
    margin-bottom:10px;
    width: 100%;
}

.form-group{
	margin-bottom:0;
}

textarea.input{
	height:201px;
	margin-bottom:5px;
}

.verplicht{
    color:#BCBCBC;
    float:left;
    margin-top:10px;
}

.error{
    border: 1px dotted #e3001b;
    color: #e3001b;
}

p.error{
    display:none !important;
}

input.error, textarea.error{
    border: 1px dotted #e3001b;
}

div.error{
	border:0 !important;
}
	

::-webkit-input-placeholder { color:#d2d3d5; }
::-moz-placeholder { color:#d2d3d5; } /* firefox 19+ */
:-ms-input-placeholder { color:#d2d3d5; } /* ie */
input:-moz-placeholder { color:#d2d3d5; }

img{
	max-width:100%;
	height:auto !important;
}

/* Overig */
#map_canvas{
	height: 300px;
	width: 100%;
	margin-bottom: 5px;
	border-radius:0;
}

#routeOmschrijving .input{
	margin-top:6px;
}

#routeOmschrijving .btn{
	float:right;
}


/* Niews */


.nieuws-img{
	width:100px;
	margin-right:20px;
	float:left;
}

.nieuws-info{
	width:calc(100% - 120px);
	float:left;
}

.nieuws-info h2{
	padding-bottom: 0;
}

.nieuws-info small{
	font-size: 90%;
	font-style:italic;
}

.nieuws-info p{
	margin: 0;
	padding: 0;
}

.nieuws-item{
	border-radius:5px;
	border:1px solid #e5e5e5;
	padding:20px;
	margin-bottom:25px;
}

.newsHomeTitle{
	padding: 0;
	font-size:15px;
	font-family: Arial, serif;
}

.product-form{
	padding:10px 15px 15px;
	border: 5px solid #ffeb0b
}

.product-form h2{
	display:none;
}

.product-form .fa-check{
	font-size:30px;
	color: #f29100;
}

.product-form p{
	margin:0;
}

.product-form form{
	margin-top: 15px;
}
