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

a:hover, a:focus {
    color: #f00;
    text-decoration: underline;
}

html, body {
	font-family: 'Arial';	
    max-width: 100%;
    overflow-x: hidden;
	font-size: 18px;
}

h1,h2,h3,h4,h5{
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-weight: 700;
}

h1{
	font-size: 34px;	
}

h2{
	font-size: 26px;	
}

h3{
	font-size: 20px;	
}


.intro{
	font-size: 24px;
	color: #000;	
}

.prodbox{
    padding: 15px;
    box-shadow: 0px 0px 10px #909090;
    margin: 15px 0px;
}

.but_order_big{
    cursor: pointer;
    width: 100%;
    background: #f00;
    border: none;
    color: #fff;
    padding: 5px;
    margin-left: 10px;
    display: block;
    text-align: center;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #dddfe2;
}
.product_aantal{
    width: 100%;
    padding: 4px;
}

.prod-title{
    font-size: 14px;
}

.gm-style .gm-style-iw {
    font-weight: 300;
    font-size: 13px;
    overflow: hidden;
}

.knop{
    background: #f00;
    padding: 10px 20px;
    color: #fff;
    font-size: 20px;
    border-radius: 15px;	
}

.home-page .content{
	margin-top: 40px;
}	

.topbar {
height: 45px;
    background-color: rgb(255, 0, 0);
    background-position: center;
    z-index: 200;
    width: 100%;
    top: 0;
    padding: 20px 0px;
    margin-bottom: 50px;
}

#header_slider {
    position: relative;
    max-height: 400px;
    width: 100%;
    zoom: 1;
    display: block;
    z-index: 10;
    top: 0;
	overflow: hidden;
}

.dropdown:hover{
	background: #e8e8e6;
	padding-bottom: 5px;
	color: #fff;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 240px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #e8e8e6;
    border: none;
}

.dropdown-menu > li > a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #000;
    white-space: nowrap;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: #000;
}

.navbar-inverse {
    background: transparent;
    border: #none; 
	color: #333;
}

.navbar-inverse .navbar-nav > li > a {
	font-family: 'neo_sansregular';	
	font-weight: 700;
	font-size: 16px;
    color: #f00;
	text-align: right;
    padding: 0px 10px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px 10px 30px;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #f00;
    background-color: transparent;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

.cycle-slide{
	width:100%;	
}

.box-brown {
    background-color: #f00;
    padding: 20px;
    margin-bottom: 20px;
}

.box_home_grey {
    position: absolute;
    background: #aaa297;
    box-shadow: 0px 0px 5px #333;
    padding: 15px;
    margin-top: -40px;
    z-index: 1000;
}

.box_home_white {
    position: absolute;
    background: #e8e8e6;
    box-shadow: 0px 0px 5px #333;
    padding: 15px;
    margin-top: -40px;
    z-index: 1000;
}

.merkbox{
    border: 1px solid #dddfe2;
    padding: 15px;
    vertical-align: middle;
}

.box{
	background: #dddfe2;
	padding: 15px;
}

.login{
    position: absolute;
    text-align: right;
    z-index: 1;
    padding: 0px 45px;
    top: 8px;
}

.logo_home{
position: absolute;
    z-index: 1000;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	text-align:center;
}

.logo{
    position: absolute;
    z-index: 100;
}

.slogan{
font-family: 'Open Sans', sans-serif;
    color: #f00;
    text-align: right;
    font-size: 26px;
    padding-top: 30px;
	font-weight:800;
}	


.clear{
	clear: both;	
}

.home-page{
    position: relative;
    z-index: 100;
    margin-top: 0px;
}

.home-page .box-beige, .home-page .box-brown{
    box-shadow: 0px 0px 5px #333;
	margin-top: -40px;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #333;
}

  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: 	#000; }

.form-control{
	margin: 5px 0px;
	}
	
	.footer{
		margin-top: 40px;
		background-color: #dddfe2;	
		padding: 20px 0px;
		min-height: 100px;
		color:#000;
	}
	
	.footer li{
	    list-style: none;	
	}
	
	.footer p, .footer a{
			color:#000;	
			    list-style: none;
	}


textarea.form-control {
    height: 170px;
}
	
.btn-info {
    color: #009390;
    background-color: #e8e8e6;
    border-color: #e8e8e6;
}	

.btn-info:hover,.btn-info:active, .btn-info:focus{
    color: #fff;
    background-color: #aaa297;
    border-color: #aaa297;
}	

.form-signin{max-width:330px;padding:15px;margin:0 auto}

.dashboardicon{
    text-align: center;
    padding: 40px;
    border-radius: 20px;	
}

.next{
	position: absolute;
	top: 50%;
	right:0;
	width: 50px;
	z-index: 990;
}

.prev{
	position: absolute;
	top: 50%;
	left:0;
	width:50px;
	z-index: 990;
}

.cycle-pager span{
	font-size: 40px;
	cursor: pointer;

}

#header_slider_home .cycle-pager {
    position: absolute;
    top: 410px;
    left: 46%;
    z-index: 10000;
    color: #aaa297;
}

.cycle-pager span .cycle-pager-active, .cycle-pager-active{
	color: #f00;!important
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #fff;
}


.btn-primary {
    color: #f00;
    background-color: #fff;
    border-color: #fff;
}


 @media (max-width: 768px){
	.topbar {
    position: relative;
    min-height: 75px;
    background-color: rgba(255,255,255,1.0);
    width: 100%;
    top: 0;
} 

.box_home_grey {
    position: relative;
    background: #aaa297;
    box-shadow: 0px 0px 5px #333;
    padding: 15px;
    margin-top: 50px;
    z-index: 0;
}

.box_home_white {
    position: relative;
    background: #e8e8e6;
    box-shadow: 0px 0px 5px #333;
    padding: 15px;
    margin-top: 20px;
    z-index: 1000;
}

.btn-primary {
    color: #fff;
    background-color: #f00;
    border-color: #f00;
    margin: 5px;
}

#header_slider_home{
display: -webkit-inline-box;	
}

#header_slider_home .cycle-pager{
	position:absolute;
	top: 180px;
	left:35%;
	z-index:1000;
	color: #aaa297;	
}

#header_slider .cycle-pager{
	position:absolute;
	top: 150px;
	left:35%;
	z-index:1000;
	color: #aaa297;	
}
#header_slider .cycle-slide{
    height: auto;
    width: 100%;
}

#header_slider_home .cycle-slide{
    height: auto;
    width: 100%;
}

.navbar-header {
    float: none;
    padding-top: 0px;
}

.logo {
    position: relative;
    z-index: 100;
	margin:auto;
	text-align: center;
}

.navbar-inverse .navbar-nav > li > a {
    font-family: 'neo_sansregular';
    font-weight: 700;
    font-size: 16px;
    color: #f00;
    text-align: left;
    padding: 10px 10px;
}

.dropdown > .active > a, .dropdown > .active > a:hover, .dropdown > .active > a:focus {
  color: #000;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }
  
  .dropdown:hover {
    background: #fff; 
    padding-bottom: 5px;
    color: #000;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #f00;
}

.navbar-collapse{
     margin: 0px; 	
}

 }

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	#header_slider_home {
    position: relative;
    height: auto;
    width: 100%;
    zoom: 1;
    display: block;
    z-index: 10;
    top: 0;
	overflow:hidden;
}	

#header_slider_home .cycle-pager{
	position:absolute;
	top: 310px;
	left:49%;
	z-index:1000;	
	color: #aaa297;
}
#header_slider .cycle-pager{
	position:absolute;
	top: 180px;
	left:49%;
	z-index:1000;	
	color: #aaa297;
}
 }
 

/* Medium devices (desktops, 992px and up) */
@media (min-width: 1025px) {
	
	.navbar-inverse{
	padding-top: 10px;	
}
		#header_slider_home {
    position: relative;
    height: auto;
    width: 100%;
    zoom: 1;
    display: block;
    z-index: 10;
    top: 0;
	overflow:hidden;
}	

.logo_home {
    position: absolute;
    z-index: 1000;
    top: 56%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#header_slider_home .cycle-pager{
	position:absolute;
	top: 410px;
	left:46%;
	z-index:1000;
	color: #aaa297;	
}

#header_slider .cycle-pager{
	position:absolute;
	top: 270px;
	left:46%;
	z-index:1000;
	color: #aaa297;	
}
#footer_slider .cycle-slide{
	margin: 0px 20px;
	width: 200px;
	overflow: hidden;
	height: 150px;	
}

.navbar-nav{
	float:left;
	margin: 3px 0px;	
}

	  }
@media (max-width: 1199px) {

    .navbar-header {
        float: none;
		padding-top:0px;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
		background-color: rgba(255,255,255,0.90);
    }
	
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border: none;
}

.navbar-inverse .navbar-nav > li > a {
    font-family: 'neo_sansregular';
    font-weight: 700;
    font-size: 16px;
    color: #f00;
    text-align: left;
    padding: 15px 10px;
}
	
    .navbar-collapse.collapse {
        display: none!important;
		
    }

    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
	.navbar-collapse{
		padding-top: 0px;	
		width: 100%;
    	padding-left: 10px;
	}
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
		    width: 100%;
    padding-left: 10px;
	}
    
    .collapsing {
        overflow: hidden!important;
    }

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1400px) { 

	.navbar-nav {
    float: left;
    margin-top: -10px;
}
	
#header_slider_home {
    position: relative;
    height: auto;
    width: 100%;
    zoom: 1;
    display: block;
    z-index: 10;
    top: 0;
	overflow:hidden;
}

#header_slider_home .cycle-pager{
	position:absolute;
	top: 550px;
	left:46%;
	z-index:1000;
	color: #aaa297;	
}

#header_slider .cycle-pager{
	position:absolute;
	top: 350px;
	left:49%;
	z-index:1000;	
	color: #aaa297;
}
.navbar-inverse{
	padding-top: 18px;	
}
#footer_slider .cycle-slide{
	margin: 0px 20px;
	width: 200px;
	overflow: hidden;
	height: 250px;	
}
 }


