body {
    width: 100%;
    height: 100%;
    font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #656565;
    background-color: #fff;	
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 5px 0;
	text-align:left;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing: 1px;
}

p {
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 1.5;
	text-align:justify;
}

a {
    color: #000;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #000;
}

.content-section {
    padding: 70px 0px 0px 0px;
}

#contact {
	padding-bottom:60px;
}



/* Menu */
.icon-header {
	 height:30px;
	 float:left;
	 margin:-2px 5px 0 25px; 
}

.menu-bar {
	 color:#FFFFFF;
}

.navbar-custom {
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
    background-color: rgba(73,93,42,0.90);
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #FFFFFF;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #FFFFFF;
}

.navbar-custom .nav li a {
	margin-left:10px;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: #f1f1f1;
	text-decoration:underline;
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    color: #f1f1f1;
}

.navbar-custom .nav li.active a:hover {
    color: #f1f1f1;
}

.afbeelding-text {
	 width:100%; 
	 padding-bottom:25px;
}



/* Intro */
.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    text-align: center;
    ccolor: #000;
    background: url(../img/BackgroundKunstgrasKenner.jpeg) no-repeat bottom right scroll;
    background-color: #f1f1f1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: bottom;
	padding-bottom:2%;
}

.intro .intro-body .brand-heading {
    font-size: 16px;
	margin:10px;
	color: #bf1e2d;
}

.intro .intro-body .intro-text {
    font-size: 18px;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align:center;
	color:#fff;
}

.logo-intro {
	 height:75px;
	 margin-top:100px;
}



/* Circle Button */
.btn-circle {
    width: 55px;
    height: 55px;
    border: 2px solid #C0D73A;
    border-radius: 100%!important;
    font-size: 40px;
    color: #FFF;
    background: 0 0 #C0D73A;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
	margin-bottom:10px;
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #056839;
    color: #42dca3;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 5px solid #fff;
    outline: 0;
    color: #000;
    background-color: #056839;
}

.btn-down {
	margin-top: 15px;
    padding: 0px 14px;
}

.btn-up {
	margin-top: -25px;
    padding: 0px 2px;
}

.btn-circle:hover{
    outline: 0;
    color: #fff;
    background: rgba(255, 255, 255, 0.0);
	border: 2px solid #fff;
}

.btn-circle:focus {
    outline: 0;
    color: #f1f1f1;
    background: 056839;
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}



/* Assortiment */
.assortiment-image {
	width:100%;
}

.assortiment-item {
	width:80%;
	margin:auto;
}

.assortiment-info {
	width:80%;
	text-align:left;
	margin:auto;
}

.assortiment-title {
	margin-top:25px;
}

.break {
	clear:both;
}



/* Footer */
footer {
	margin:0px;
	background: rgba(73,93,42,0.90);
	color: #f1f1f1;
	padding-bottom:10px;
}

#footer-icon {
	margin-top:-66px;
	width:300px;
}

.logo-footer {
	height:60px;
	margin:-20px 10px 10px 0px;
}	

.ref-footer {
	font-family:Verdana, Geneva, sans-serif;
	text-transform:none;
	color: #FFFFFF;
	font-size: 12px;
}

footer p {
    margin: 0;
}

footer a, footer a:hover, footer a:active, footer a:focus {
	color: #FFFFFF;
}

.footer-wrapper {
	padding:20px 0px 10px 0px;
}






::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

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

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}



@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

/* Minimal width 400px  */
@media(min-width:400px) {
#footer-icon {
	margin-top:-71px;
	width:380px;
}	
}

/* Minimal width 768px */
@media(min-width:768px) {
p {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 1.6; 
}

.content-section {
	padding: 80px 0px 0px 0px;
}

#contact {
	padding-bottom:100px;
}


/* Menu */
.icon-header {
	height:45px;
	float:left;
	margin:-15px 50px;
}

.navbar-custom {
	padding: 5px 0;
	border-bottom: 0;
    letter-spacing: 1px;
    background: rgba(73,93,42,0.90);
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
}
	
	
/* Intro */	
.icon-footer {
	height:75px;
	margin:-30px 10px 10px 0px;
}

.intro {
    display: table;
    width: 100%;
    height: 100%;
    padding: 0;
    text-align: center;
    color: #000;
    background: url(../img/BackgroundRoyalFields.jpg) no-repeat center right scroll;
    background-color: #f1f1f1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body{
    font-size: 30px;
	color: #bf1e2d;
}

.intro .intro-body .intro-text {
     font-size: 28px;
	 text-align:left;
	 padding-left:35px;
}

.logo-intro {
	 height:195px; 
	 padding-bottom:20px;
}



/* Assortiment */
.assortiment-image {
	width:100%;
}

.assortiment-item {
	width:48%;
	float:left;
}

.assortiment-right {
	margin-right:2%;
}

.assortiment-left {
	margin-left:2%;
}

.assortiment-info {
	width:80%;
	text-align:left;
	margin:auto;
}

.assortiment-title {
	margin-top:25px;
}

.break {
	clear:both;
}


/* Footer */
.logo-footer {
	height:80px;
	margin:-20px 10px 10px 0px;
}

#footer-icon {
	margin-top:-114px;
	width:680px;
}

.ref-footer {
	font-size:15px;
}
}


/* Minimal width 1600px */
@media(min-width:1600px) {
.logo-intro {
	height:220px; 
	padding-bottom:20px;
}
	
footer {
	margin-top:50px;
}

.logo-footer {
	height:100px;
	margin:-20px 10px 10px 0px;
}
	
#footer-icon {
	margin-top:-170px;
	height:200px;
}

.ref-footer {
	font-size:18px;
}
}