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

body {
    overflow-x: hidden;
    font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
	background-color:#F5F8E2;
	margin-bottom: 200px;
}

.text-muted {
    color: #254422;
	line-height: 20px;
}

.img-circle {
	background-color: #A0BF37;
	margin: 0 auto;
	border: 7px solid #fff;
}
img{
	text-align:center;
	color:#FFFFFF;
}

.text-primary {
    color: #a0bf38;
}

p {
	font-size: 16px;
	line-height: 1.75;
}

p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
	color: #8E7249;
}

a:hover,
a:focus,
a:active,
a.active {
	color: #EC1313;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: capitalize;
	font-family: "ff-market-web","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
}
h2,.h2 {
	font-family: "ff-market-web", Helvetica, Arial, sans-serif;
	color: #254422;
	margin-bottom: 15px;
	font-size: 40px;
	text-transform: lowercase;
	text-align: center;
}
.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-light-green {
    background-color: #E1ECBD;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-primary {
    border-color: #a0bf38;
    text-transform: uppercase;
    font-family: "grafolita-script","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #a0bf38;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #f6bf01;
    color: #fff;
    background-color: #fec503;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #a0bf38;
    background-color: #a0bf38;
}

.btn-primary .badge {
    color: #a0bf38;
    background-color: #fff;
}

.btn-xl {
    padding: 15px 40px;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: rgba(37,68,34,1.00);
    background-color: #A0BF37;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
	border-color: rgba(37,68,34,1.00);
	color: #fff;
	background-color: rgba(37,68,34,1.00);
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #a0bf38;
}

.btn-xl .badge {
    color: #a0bf38;
    background-color: #fff;
}

header {
    text-align: center;
    color: #c20344;
    background-attachment: scroll;
    background-image: url(../img/hb-header-bg.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#langnav{
	background-color: #A0BF37;
	height: 20px;
	display: block;
}
.navbar-default {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
}

.navbar-default .navbar-brand {
    font-family: "grafolita-script","Helvetica Neue",Helvetica,Arial,cursive;
    color: #a0bf38;
	padding-top: 0px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #fec503;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border-color: #254422;
    background-color: #254422;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color:#EC1313;
}

.navbar-default .nav li a {
	text-transform: lowercase;
	font-family: "grafolita-script","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
	letter-spacing: 0px;
	color: #254422;
	font-size: 26px;
	text-shadow:0px 2px 0px rgba(63,107,169, 0.25); 
	padding: 10px 20px 10px 20px;
}
.navbar-default .nav li .active {
	color:#ffffff;
	background-color:#FF0004;
	}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
	outline: 0;
	color: #ffffff;
	background-color: #EC1313;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #c20344;
}

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

.navbar-brand img{
	padding-top: 0px;
	margin-top:0px;
	height: 100px;
	width: 125px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a, .navbar-default .dropdown .dropdown-menu li a{
		color: #254422;
		font-size:22px;
		width: 100%;
		text-align:center;
		padding: 5px;
		border-bottom: solid 1px #254422;
	}
.navbar-default .dropdown .dropdown-menu li a:hover{
		background-color: rgba(184,14,14,1.00);
	}
	
.navbar-default .dropdown .dropdown-menu li a:focus{
		background-color:#254422;
	}
.navbar-default .nav-pills{
}
.navbar-default .nav-pills > li{
	display:block;
	margin-right: 5px;
}
.navbar-default .nav-pills > li > a{
	 font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	 color:rgba(255,255,255,1.00);
	 font-size:16px;
	 padding: 5px;
}
.navbar-brand img{
	padding-top: 0px;
	margin-top:0px;
	height: 163px;
	width: 190px;
}
.navbar-default {
	padding: 0px 0;
	border: 0;
	background-color: transparent;
	-webkit-transition: padding .4s;
	-moz-transition: padding .4s;
	transition: padding .4s;
    }

.navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
		padding-top: 0px;
    }

.navbar-default .navbar-nav>.active>a {
		color: #ffffff;
		background-color:rgba(236,19,19,1.00);
        border-radius: 3px;
    }
   
.navbar-nav{
	padding-top: 95px;
}	
	
.bio{
		background-color: #A0BF37;
	}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}

header .intro-text .intro-lead-in {
	text-align:left;
	color:#FFFFFF;
    margin-bottom: 25px;
    font-family: 'barmenoroman',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 22px;
    font-style: normal;
    line-height: 22px;
}
header .intro-pic{
	padding-top:150px;
	padding-right: 90px;
	display:none;
	position:relative;
	float:right;
}
header .intro-text .intro-heading {
	text-align:left;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: "grafolita-script","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
	text-shadow:#ffffff 3px 3px 3px;
}
header .carousel-caption{
	top: 75%;
	left: 0%;
	right: 0%;
	width: 100%;
	display:block;
}
header .caption-text{
	width: 100%;
	color: #ffffff;
}
header .caption-text img{
}
.carousel-inner{ 
	height: 480px;
}
.carousel-control.left, .carousel-control.right{
	display: none;
}
.caption-text h4{
	color:rgba(160,191,55,1.00); 
	font-size:50px; 
	text-shadow:none;
	font-family:'grafolita-script';
	}
.caption-text p{
	color: #ffffff; 
	font-size:14px; 
	line-height:20px; 
	text-shadow:none;
	}
section {
    padding: 50px 0;
}
section#services {
	background: url(../img/hb-bedrijf-bg.png);
	background-position: top center;
	background-repeat: no-repeat;
}
section#hammen {
	background: url(../img/hb-hammen-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color:#ffffff;
}
section#conviva {
	background-color: #F5F8E2;
	background-attachment: scroll;
    background-image: url(../img/hb-header-bg.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

section#componenten{
	background-color: #F5F8E2;
}
section#charcuterie {
	background: url(../img/hb-hammen-bg.jpg);
	background-position: top center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-color:#ffffff;
}

@media(min-width:768px) {
body {
	margin-bottom: 100px;
}	
header.carousel-inner{
	height: 570px;
}
.carousel-control.left, .carousel-control.right{
	display: block;
}
header .carousel-caption{
	top:15%;
	left: 45%;
	right:0%;
	width: 50%;
	float:right;
	display:block;
}
header .caption-text{
	float:right;
	display:block;
}
.navbar-nav{
	padding-top: 35px;
}	
.navbar-default .navbar-nav .open .dropdown-menu > li > a, .navbar-default .dropdown .dropdown-menu li a{
		color: #ffffff;
		font-size:22px;
		width: 100%;
		text-align:center;
		padding: 5px;
		border-bottom: solid 1px #254422;
	}
.navbar-default .dropdown .dropdown-menu li a:hover{
		background-color: rgba(184,14,14,1.00);
	}
	
.navbar-default .dropdown .dropdown-menu li a:focus{
		background-color:#254422;
	}
.caption-text h4{
	color:rgba(160,191,55,1.00); 
	font-size:60px; 
	text-shadow:none;
	font-family:'grafolita-script';
	}
.caption-text p{
	color: rgba(37,68,34,1.00); 
	font-size:16px; 
	line-height:20px; 
	text-shadow:none;
	}

section {
    padding: 40px;
}

section#services {
	background: url(../img/hb-bedrijf-bg.png);
	background-position: top center;
	background-repeat: no-repeat;
}
section#hammen {
	background: url(../img/hb-hammen-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color:#ffffff;
}
section#conviva {
	background-color: #F5F8E2;
	background-attachment: scroll;
    background-image: url(../img/hb-header-bg.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

section#componenten{
	background-color: #F5F8E2;
}
section#charcuterie {
	background: url(../img/hb-hammen-bg.jpg);
	background-position: top center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-color:#ffffff;
}
section h2.section-heading {
	font-family: "ff-market-web", Helvetica, Arial, sans-serif;
	color: #254422;
	margin-top: 40px;
	margin-bottom: 15px;
	font-size: 40px;
	text-transform: lowercase;
	text-align: center;
}

section h3.section-subheading {
	margin-bottom: 10px;
	text-transform: none;
	font-family: "grafolita-script","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	color: rgba(160,191,55,1.00);
	text-align: center;
}

section h3.section-subheading img{
	border: none;
	box-shadow:none;
}

section#contact h3.section-subheading {
	color: #E4E4E4;    
}

section#contact iframe{
	border-radius: 5px;
}

#contact .btn-xl{
	background-color:rgba(40,72,34,1.00);
	border: none;
	color: #ffffff;
}
#contact .btn-xl:hover{
	background-color:rgba(255,0,4,1.00);
	color: #ffffff;
}
}
@media(min-width:768px) {
    section {
	padding: 70px 0;
    }
}
@media(min-width:320px) {
section h3.section-subheading {
	padding-top: 40px;
	margin-bottom: 10px;
	text-transform: none;
	font-family: "grafolita-script","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	color: rgba(160,191,55,1.00);
	text-align: center;
}
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}
h4.service-heading {
	font-size: 24px;
	color: #026540;
	font-family: "grafolita-script";
	font-weight: 100;
   }

#hammen .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#hammen .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#hammen .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #A0BF37;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#hammen .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#hammen .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 10%;
    width: 100%;
    height: 20px;
    margin: 10px auto;
    text-align: center;
    color: #fff;
}
#hammen .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content p{
	padding: 10px;
	font-size: 16px;
	line-height: 14px;
}

#hammen .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#hammen .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#hammen .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#hammen .portfolio-item .portfolio-caption {
	margin: 0 auto;
	padding: 25px;
	max-width: 400px;
	text-align: center;
}

#hammen .portfolio-item .portfolio-caption h4 {
	font-family: "grafolita-script";
	color: #254422;
	margin: 0;
	text-transform: none;
}

#hammen .portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: "barmenoroman","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: normal;
	line-height: 16px;
}

.portfolio-caption h2{
	color:#C20244;
	line-height: 0px;
	font-size:28px;
}

#hammen * {
    z-index: 2;
}
#hammen .portfolio-item img{
	border:solid 8px #ffffff;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.50);
}

@media(min-width:767px) {
    #hammen .portfolio-item {
        margin: 0 0 30px;
    }
}

#conviva .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#conviva .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#conviva .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #A0BF37;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#conviva .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#conviva .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 10%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    color: #fff;
}
#conviva .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content p{
	padding: 10px;
	font-size: 16px;
	line-height: 14px;
}

#conviva .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#conviva .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#conviva .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#conviva .portfolio-item .portfolio-caption {
	margin: 0 auto;
	padding: 25px;
	max-width: 400px;
	text-align: center;
}

#conviva .portfolio-item .portfolio-caption h4 {
	font-family: "grafolita-script";
	color: #254422;
	margin: 0;
	text-transform: none;
}

#conviva .portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: "barmenoroman","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: normal;
	line-height: 16px;
	color:#FFFAFA;
}

#conviva p{
	color:#FFFFFF;
}

#conviva p.text-muted{
	color:#254422;
}

#conviva h4{
	color:#A0BF37;
}

#conviva .btn-xl {
    padding: 15px 40px;
    border-color: rgba(236,19,19,1.00);
    border-radius: 5px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    background-color: #EC1313;
}


#conviva .portfolio-caption h2{
	color:#C20244;
	line-height: 0px;
	font-size:28px;
}

#conviva .portfolio-caption h4{
	font-family: "grafolita-script";
	color: #ffffff;
	text-align: center;
	line-height: 28px;
	font-size: 28px;
}

#conviva * {
    z-index: 2;
}
#conviva .portfolio-item img{
	border:solid 8px #ffffff;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.50);
}

@media(min-width:767px) {
    #conviva .portfolio-item {
        margin: 0 0 30px;
    }
}

#charcuterie .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#charcuterie .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#charcuterie .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #A0BF37;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#charcuterie .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#charcuterie .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 10%;
    width: 100%;
    height: 20px;
    margin: 10px auto;
    text-align: center;
    color: #fff;
}
#charcuterie .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content p{
	padding: 10px;
	font-size: 16px;
	line-height: 14px;
}

#charcuterie .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#charcuterie .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#charcuterie .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#charcuterie .portfolio-item .portfolio-caption {
	margin: 0 auto;
	padding: 25px;
	max-width: 400px;
	text-align: center;
}

#charcuterie .portfolio-item .portfolio-caption h4 {
	font-family: "grafolita-script";
	color: #254422;
	margin: 0;
	text-transform: none;
}

#charcuterie .portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: "barmenoroman","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: normal;
	line-height: 16px;
}

#charcuterie * {
    z-index: 2;
}
#charcuterie .portfolio-item img{
	border:solid 8px #ffffff;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.50);
}

@media(min-width:767px) {
    #charcuterie .portfolio-item {
        margin: 0 0 30px;
    }
}


#componenten .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#componenten .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#componenten .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #A0BF37;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#componenten .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#componenten .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 10%;
    width: 100%;
    height: 20px;
    margin: 10px auto;
    text-align: center;
    color: #fff;
}
#componenten .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content p{
	padding: 10px;
	font-size: 16px;
	line-height: 14px;
}

#componenten .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#componenten .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#componenten .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#componenten .portfolio-item .portfolio-caption {
	margin: 0 auto;
	padding: 25px;
	max-width: 400px;
	text-align: center;
}

#componenten .portfolio-item .portfolio-caption h4 {
	font-family: "grafolita-script";
	color: #254422;
	margin: 0;
	text-transform: none;
}

#componenten .portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: "barmenoroman","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: normal;
	line-height: 16px;
}

#componenten * {
    z-index: 2;
}
#componenten .portfolio-item img{
	border:solid 8px #ffffff;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.50);
}

@media(min-width:767px) {
    #componenten .portfolio-item {
        margin: 0 0 30px;
    }
}

section#jobs {
	background-position: center;
	background-repeat: no-repeat;
	background-color:#A0BF37;
}

section#jobs h2.section-heading {
	color: #E4E4E4;    
}
section#jobs p{
	color:#FFFFFF;
}
section#jobs h4{
	font-family: "grafolita-script";
	color:#A0BF37;
}
section#jobs ul{
	list-style-image:none;
	list-style:none;
	line-height:16px;
	color:#FFFFFF;
	margin: 0px;
	padding-left: 10px;
}
section#jobs li{
	color:#FFFFFF;
	margin: 0px;
	padding: 0px;
}
.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #a0bf38;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}

@media(min-width:768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px;
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media(min-width:992px) {
    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media(min-width:1200px) {
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}

.team-member {
    margin-bottom: 50px;
    text-align: center;
}

.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member p {
    margin-top: 0;
}

aside.clients img {
    margin: 50px auto;
}

section#contact {
	background-color: #A0BF37;
	background-position: center;
	background-repeat: no-repeat;
}

section#contact .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: #a0bf38;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

input#datum.form-control{
	color: #999999 !important;
}

section#contact .text-danger {
    color: #e74c3c;
}

footer {
	width: 100%;
    padding: 25px 0;
    text-align: center;
	background-color:rgba(37,68,34,1.00);
	position: absolute;
  bottom: 0;
  height: auto;
}

footer span.copyright {
	color:rgba(255,255,255,1.00);
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
	color:rgba(255,255,255,1.00);
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #a0bf38;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

.recepten-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.recepten-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.recepten-modal .modal-content p {
    margin-bottom: 30px;
}

.recepten-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

.recepten-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.recepten-modal .modal-content img {
    margin-bottom: 30px;
}

.recepten-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.recepten-modal .close-modal:hover {
    opacity: .3;
}

.recepten-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.recepten-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.recepten-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

#bestelForm p{
	font-family:"proxima-nova";
}

#bestelForm h3{
	color:rgba(160,191,55,1.00);
	text-align:left;
	font-family:"grafolita-script";
	padding-top: 10px;
}

#bestelForm ul{
	text-align:left;
	list-style:none;	
	padding: 0px;
}

#bestelForm label{
	float:left;
	padding: 5px 5px 0px 0px;
}

#bestelForm select{
	width:25%;
}

#bestelForm .radio-inline{
	padding: 0px 25px;
}

::-moz-selection {
    text-shadow: none;
    background: #a0bf38;
}

::selection {
    text-shadow: none;
    background: #a0bf38;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #a0bf38;
}
