/*
Theme Name: Theme
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: Danny Marquering
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

#wpadminbar {
	display: none;
}

.yt .yt-item {
	height: 150px;
	width: 100%;
}

.yt .yt-item .img {
	width: 100%;
	height: 100%;
	background-size: cover!important;
	background-position: center center!important;
	position: relative;
}

.yt .yt-item .img:after {
	content: '\f01d';
	font-family: FontAwesome;
	font-size: 50px;
	color: #fff;
	position: absolute;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	width: 100%;
	height: 100%;
	text-align: center;
}

body {
	font-family: Roboto, Open Sans, Roboto, Arial;
	font-weight: 300;
	font-size: 16px;
}

a {
	outline: 0 none;
	color: #f32d35;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	outline: 0 none;
	color: #222;
}

p {
	margin: 0 0 25px;
}

.contain {
	width: 90%;
	margin: 0 auto;
}

h1, h2, h3, h4, h5 {
	font-weight: 700;
	font-family: Montserrat;
	text-transform: uppercase;
}

h2 {
	font-size: 27px;
}

@font-face {
	font-family: "Arch";
	font-style: normal;
	font-weight: normal;
	src: url("fonts/archive-wf.eot?#iefix"), url("fonts/archive-wf.woff"), url("fonts/archive-wf.ttf"), url("fonts/archive-wf.svg#archiveregular");
}

.btn {
	font-weight: 700;
	font-family: Montserrat;
	text-transform: uppercase;
	border-width: 0px;
	padding: 15px 30px;
	border-radius: 0;
}

.yellow {
	background: #fccd01;
	color: #111;
}

.red {
	background: #f32d35;
	color: #fff;
}

.white {
	background: #fff;
	color: #111;
}

.btn-default {
	background: #f26432;
	border-radius: 50em;
	color: #fff;
	padding: 20px 30px;
}

.btn-primary {
	background: #eee;
	border-radius: 50em;
	color: #222;
	padding: 20px 30px;
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
	background-color: #fff;
	border-color: #204d74;
	border-width: 0px;
	color: #ff0000;
}

header.head {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 9999;
}

.topbar {
	background: #fccd01;
	height: 50px;
	line-height: 50px;
	color: #222;
}

.topbar #menu-submenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.topbar #menu-submenu li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.topbar #menu-submenu li a {
	border-right: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: -1px 0 0 rgba(255, 255, 255, 0.1) inset;
    color: #111;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.1px;
    padding: 10px;
    text-decoration: underline;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}

.navmenu {
	background: rgba(255, 255, 255, 1.0) none repeat scroll 0 0;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	z-index: 4;
	position: relative;
	height: 85px;
	line-height: 85px;
}

.navbar-default {
	background: transparent;
	border-radius: 0px;
	border-width: 0px;
	margin: 0px;
}

.navbar-brand {
	height: 72px;
	background: ;
	width: 175px;
	margin-top: 6px;
	margin-right: 18px;
	color: #fff;
	background:url('../../../wp-content/themes/hvanklinken/img/logo.jpg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 10px;
}

.navbar-default .navbar-nav li {
	background: ;
	font-weight: 800;
	font-size: 14px;
	letter-spacing: -0.3px;
	text-transform: uppercase;
	font-family: 'Roboto';
	border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.navbar-default .navbar-nav li a {
	background: ;
	color: #444;
	line-height: 84px;
	padding: 0px 12px;
}

.navbar-default .navbar-nav li.active a {
	color: #111;
	background-color: #eee;
}

.navbar-default .navbar-nav li a:after {
	backface-visibility: hidden;
	background: #c9cbc4 none repeat scroll 0 0;
	transform-origin: 50% 50% 0;
	transition: width 0.3s ease 0s, transform 0.3s ease 0s;
	width: 9px;
}

.navbar-default .navbar-nav li .dropdown-menu {
}

.navbar-default .navbar-nav li .dropdown-menu li {
	
}

.navbar-default .navbar-nav li .dropdown-menu li a {
	padding: 20px 25px;
	line-height: 28px;
}

header #socials {
	padding: 0;
	text-align: right;
	font-size: 17px;
}

header #socials i {
	background: transparent;
	border: 3px solid #ccc;
	border-radius: 50em;
	color: #999;
	font-size: 14px;
	height: 27px;
	line-height: 22px;
	margin-right: 5px;
	text-align: center;
	width: 27px;
}

header #socials .btn {
	padding: 3px 18px;
}

header .socialicon {
	background: transparent;
	border-radius: 50%;
	color: #111;
	display: inline-table;
	font-size: 18px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	width: 27px;
}

header .socialicon i {
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

header .socialicon:hover i {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

header #socials .phone {
	font-weight: 800;
	font-size: 19px;
	letter-spacing: -0.3px;
	text-transform: uppercase;
	font-family: 'Roboto';
}

#socials #searchform {
	display: inline-table;
	position: absolute;
	left: 0;
}

#socials #searchform-header {
	transition: all 0.5s ease 0s;
}

#socials #searchform-header .search-icon {
	color: #fff;
	left: 15px;
	position: absolute;
	top: -1px;
	z-index: 1;
}
#socials #searchform-header .headersearch {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	//background: #000 url("img/search.png") no-repeat;
	content: '\f01d';
	font-family: FontAwesome;
	background-size: 21px 21px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-color: transparent transparent transparent #000;
	border-image: none;
	border-radius: 0;
	border-style: solid;
	border-width: 1px 1px 1px 20px;
	color: #222;
	cursor: pointer;
	font-size: 14px;
	padding: 0px;
	position: relative;
	margin-left: 0px;
	top: 0px;
	transition: all 0.5s ease 0s;
	width: 39px;
	z-index: 3;
	box-shadow: none;
}

#socials #searchform-header .headersearch:hover {
	background: #000 url("img/search.png") no-repeat;
	background-size: 21px 21px;
	color: #ff4f00;
}
#socials #searchform-header .headersearch:focus {
	background-color: #222;
	border: 1px solid #fff;
	color: #fff;
	cursor: auto;
	padding-left: 40px;
	transition: all 0.5s ease 0s;
	width: 260px;
	z-index: 1;
}

#socials #searchform-header .headersearch:focus .search-icon {
	z-index: 5;
}

#socials #searchform-header button {
	background-color: #000000;
	border-width: 0;
	color: #999;
	font-size: 11px;
	padding: 0px;
	margin-left: -28px;
	position: absolute;
	top: 0px;
	transition: all 0.5s ease 0s;
	z-index: 1;
	display: none;
}

.headersearch:focus #socials #searchform-header button {
	color: #ff0000;
	float: right;
	position: absolute;
	right: 0;
	display: block!important;
	z-index: 1;
}


/* Slides */

.content-slider {
	margin-top: 103px;
	//padding-top: 135px;
	height: 450px;
	position: relative;
	z-index: 3;
}

.cap {
	background: rgba(0,0,0,0.4);
	position: absolute;
	width: 100%;
	height: 60px;
	line-height: 60px;
	bottom: 0;
	left: 0;
	color: #fff;
	text-align: center;
	z-index: 1;
}

.content-slider .carousel-caption {
	//background: rgba(0,0,0,0.35);
	//display: none;
	padding: 0px;
	font-weight: 400;
	margin-left: 0px;
	text-align: left;
	text-shadow: none;
	left: 0%;
	width: 55%;
	bottom: auto;
	margin-top: 90px;
	position: relative;
}

.content-slider .carousel-indicators {
	display: noneeeeeee;
	bottom: 80px;
}

.content-slider .carousel-indicators li {
	//height: 75px;
	//width: 135px;
	//border-radius: 0em;
	//border-color: #111;
	//border-width: 0px;
	//background-size: cover!important;
}

.content-slider .carousel-indicators li.active {
	//border: 5px solid #f26432;
}

.content-slider .carousel .carousel-inner {
	height: 450px;
	width: 100%;
	position: relative;
}

.content-slider .carousel .item {
	height: 100%;
	width: 100%;
	background-size: cover!important;
	background-position: center center!important;
}

.content-slider .item:after {
	background: rgba(0, 0, 0, 0) linear-gradient(135deg, rgba(0, 0, 0, 0.9) 0px, rgba(0, 0, 0, 0.6) 40%, transparent 65%, transparent 100%) repeat scroll 0 0;
	height: 100%;
	width: 100%;
	content: '';
	left: 0;
	top: 0;
	position: absolute;
}

.content-slider .item h1 {
	background: transparent;
	padding: 0px;
	font-size: 55px;
	color: #fff;
	margin: 0px;
	font-weight: 700;
	letter-spacing: -0.7px;
	line-height: 58px;
	font-family: Montserrat;
	text-transform: none;
}

.content-slider .item .date {
	background: #f26432;
	color: #000;
	text-transform: uppercase;
	display: table;
	margin-left: 15px;
	padding: 10px;
	font-size: 20px;
	font-family: Rakesly;
}

.content-slider .item .text {
	color: #fccd01;
	display: table;
	margin-left: 0px;
	margin-top: 7px;
	padding: 0px;
	font-size: 16px;
}

.content-slider .carousel-control {
	font-size: 90px;
	padding-top: 10%;
	display: none;
}

.content-slider .num-comments {
	background: #f26432;
	padding: 15px;
	color: #000;
}



.mainimg {
	background:url('https://www.hvanklinken.nl/wp-content/uploads/2015/11/13.jpg');
	background-size: cover!important;
	background-position: center center!important;
	height: 400px;
	width: 100%;
	position: relative;
}

/* Diensten */
.wrapper-diensten {
	background: #222;
	padding: 35px 0px;
}

.overflow {
	overflow: hidden;
	margin-left: -15px;
	margin-right: -15px;
}

.todo-image {
	height: 150px;
	width: 100%;
	position: relative;
	overflow: hidden!important;
	transition: all 0.5s ease 0s;
}

.todo-image:hover {
	transform: scale(1.15, 1.15);
}

.todo-image .bgimage {
    background-color: #ff4f00;
    background-position: center center !important;
    background-size: cover !important;
	transform: scale(1, 1);
    height: 100%;
    position: relative;
    width: 100%;
}
.todo-image .bgimage::before{
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#02273a+0,02273a+46,02273a+100&0.54+0,0.9+100 */
background: -moz-linear-gradient(top, rgba(2,39,58,0.54) 0%, rgba(2,39,58,0.71) 46%, rgba(2,39,58,0.9) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(2,39,58,0.54)), color-stop(46%,rgba(2,39,58,0.71)), color-stop(100%,rgba(2,39,58,0.9))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(2,39,58,0.54) 0%,rgba(2,39,58,0.71) 46%,rgba(2,39,58,0.9) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(2,39,58,0.54) 0%,rgba(2,39,58,0.71) 46%,rgba(2,39,58,0.9) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(2,39,58,0.54) 0%,rgba(2,39,58,0.71) 46%,rgba(2,39,58,0.9) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(2,39,58,0.54) 0%,rgba(2,39,58,0.71) 46%,rgba(2,39,58,0.9) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a02273a', endColorstr='#e602273a',GradientType=0 ); /* IE6-9 */
    height: 100%;
    width: 100%;
	content: '';
	position: absolute;
}
.todo-image .caption {
    background: transparent;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 18px 22px;
    position: absolute;
    transition: all 0.5s ease 0s;
    width: 100%;
	font-family: "Encode Sans Compressed", sans-serif;
	text-transform: uppercase;
}
.todo-image .caption h3 {
	font-family: Montserrat;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 17px;
	color: #fff;
}

.todo-image .caption a {
    background: #ff4f00 none repeat scroll 0 0;
    border-radius: 20px;
    color: #fff;
    font-weight: 300;
    padding: 3px 12px;
}

.todo-image:hover .caption {
    color: #ff4f00;
}

.todo-image:hover .bgimage::before{
	background: transparent;
}

/* Home headlines */

.wrapper {
	background: #eee;
	padding: 25px 0;
}

.wrapper .content-area {
	background: #fff;
	padding: 35px;
	font-size: 17px;
	line-height: 30px;
}

.wrapper .content-area h1 {
	font-size: 28px;
	margin-bottom: 25px;
}

.wrapper .content-area img {
	max-width: 100%;
	height: auto!important;
}

.wrapper .content-area .gallery-item {
	width: 23%;
	display: inline-block;
	margin: 1%;
}

.wrapper .openingstijden {
	background: #fff;
	padding: 35px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	font-size: 15px;
}

.wrapper .openingstijden h3 {
	margin-top: 0;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}

.wrapper .openingstijden h3 i {
	color: #ccc;
	margin-right: 7px;
}

.wrapper .openingstijden table td {
	padding: 7px;
}

.wrapper .welcome {
	position: relative;
	width: 100%;
	height: 405px;
	padding: 20px;
	left: 0;
	top: 0;
	background:url('https://www.hvanklinken.nl/wp-content/uploads/2017/05/foodmarket.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	margin-bottom: 20px;
}

.wrapper .welcome:after {
	background: rgba(255, 255, 255, 0) linear-gradient(280deg, rgba(255, 255, 255, 0.9) 0px, rgba(255, 255, 255, 0.6) 40%, transparent 65%, transparent 100%) repeat scroll 0 0;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.wrapper .welcome .caption {
	background: rgba(0,0,0,0.65);
	position: absolute;
	right: 0px;
	color: #fff;
	top: 0px;
	padding: 45px;
	font-size: 17px;
	width: 50%;
	line-height: 27px;
	z-index: 1;
}

.wrapper .welcome .caption h4 {
	color: #fccd01;
	margin-bottom: 15px;
	font-size: 25px;
	line-height: 30px;
}

.wrapper .tabicons ul {
	background: #666;
	height: 100px;
	border-width: 0px!important;
}

.wrapper .tabicons ul li {
	border-width: 0;
	box-shadow: none;
	border-right: 1px solid #888;
	width: 33.3%;
}

.wrapper .tabicons ul li a {
	display: inline-block;
	background: #666;
	color: #fff;
	width: 100%;
	height: 100px;
	line-height: 50px;
	font-size: 30px;
	border-width: 0;
	box-shadow: none;
	border-radius: 0;
	text-align: center;
}

.wrapper .tabicons ul li a:hover {
	border-width: 0px;
	background: #555;
}

.wrapper .tabicons ul li a span {
	display: block;
	font-size: 17px;
	font-weight: 600;
	line-height: 1px;
	margin-top: 12px;
	text-transform: uppercase;
}

.wrapper .tabicons ul li.active {
	border-width: 0;
	box-shadow: none;
}

.wrapper .tabicons ul li.active a {
	background: #fff;
	color: #222;
	border-width: 0;
	box-shadow: none;
}

.wrapper .tabicons .tab-content {
	padding: 25px;
	background: #fff;
	min-height: 170px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.wrapper .folder {
	height: 270px;
	background: #fccd01;
	color: #111;
	position: relative;
}

.wrapper .folder img {
	position: absolute;
	bottom: -30px;
	max-height: 85%;
	max-width: 100%;
	left: 27px;
	width: auto!important;
}

.wrapper .folder .text {
	position: absolute;
	right: 0;
	top: 0;
	padding: 25px;
	width: 58%;
}

.wrapper .folder .text h2 {
	border-radius: 10px 0px 0px 10px;
	margin-right: 25px;
	margin-top: 0;
}

.wrapper .folder .text .btn {
	margin-top: 15px;
}
	

.homeheadlines {
	margin-left: 15px;
}

.homeheadlines h4 {
	margin-bottom: 20px;
}

.homeheadlines .item {
	background: #fff;
	box-shadow: 1px 1px 0px rgba(0,0,0,0.05);
}

.homeheadlines .item .image {
	height: 150px;
	background-size: cover!important;
	background-position: center center!important;
}

.homeheadlines .item .image .blockicon {
	background: #fff;
	color: #888;
	padding: 8px;
	opacity: 0;
	right: 0px;
	transition: all 0.5s;
}

.homeheadlines .item .image:hover .blockicon {
	opacity: 1;
	right: 0px;
}

.homeheadlines .item .itemcontent {
	padding: 35px;
}

.homeheadlines .item .itemcontent .post-categories {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.homeheadlines .item .itemcontent .post-categories li {
}

.homeheadlines .item .itemcontent h3 {
	color: #222;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 25px;
	letter-spacing: -0.4px;
	font-weight: 900;
	margin-top: 0px;
	margin-bottom: 15px;
	font-family: Montserrat;
}

.homeheadlines .item .itemcontent .date {
	font-size: 12.5px;
	color: #888;
	font-weight: 500;
	text-transform: uppercase;
}

.homeheadlines .item .itemcontent .text {
	display: block;
	font-size: 17px;
	font-weight: 300;
	line-height: 29px;
	color: #555;
	margin-top: 10px;
}

#map-canvas {
    width: 100%;
    height: 400px;
    border-top: 1px solid rgba(0,0,0,0.1);
}

#map-canvas .gm-style-iw {
        padding: 10px;
}

#map-canvas h4 {
	margin-top: 0;
	margin-bottom: 6px;
	margin-right: 35px;
	font-size: 22px;
}
#map-canvas p {
	margin: 0;
	font-size: 16px;
	line-height: 29px;
}







.vuurwerk {
	background: #111;
	color: #fff;
	position: relative;
	height: 300px;
	padding: 30px;
	margin-left: 15px;
	margin-top: 50px;
}

.vuurwerk .img {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	background-size: cover!important;
	background-position: center center!important;
	background-repeat: no-repeat;
	opacity: 0.2;
}

.vuurwerk .cont {
	position: relative;
}

.vuurwerk .cont p {
	margin-bottom: 25px;
}

.vuurwerk .cont h3 {
	color: #fff;
}







.modelbouw {
	background: #ccc;
	box-shadow: 1px 1px 0px rgba(0,0,0,0.2);
	padding: 35px;
	margin-left: 15px;
	margin-top: 25px;
}

.modelbouw h3 {
	margin-top: 0px;
}

.modelbouw .cont {
	max-width: 60%;
}

.modelbouw .cont a {
	margin-top: 15px;
	display: block;
	color: #f32d35;
}

.modelbouw img {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 40%;
	height: auto!important;
}









.referenties {
	height: 60px;
	margin-top: 65px;
	margin-bottom: 65px;
}

.referenties .referentie {
	height: 60px;
}

.referenties .referentie .thumbnail {
	border-width: 0;
}

.referenties .referentie img {
	//height: 50px!important;
	//width: auto!important;
	//max-width: 95%!important;

	width: auto!important;
	max-height: 50px;

	border-width: 0;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.35;
}




.sidebar {
	font-family: 14px;
}

.sidebar aside {
	margin-bottom: 25px;
	padding: 35px;
}

.sidebar aside .textwidget {
	margin: -35px;
}

.sidebar aside .textwidget img {
	max-width: 100%;
}

.sidebar aside#vuurwerk-1, .sidebar aside#vuurwerk-2, .sidebar aside#vuurwerk-3, .sidebar aside#vuurwerk-4, .sidebar aside#vuurwerk-5 {
	margin: 0;
	margin-bottom: 25px;
	padding: 0;
}

.sidebar aside#vuurwerk-1 .vuurwerk, .sidebar aside#vuurwerk-2 .vuurwerk, .sidebar aside#vuurwerk-3 .vuurwerk, .sidebar aside#vuurwerk-4 .vuurwerk, .sidebar aside#vuurwerk-5 .vuurwerk {
	margin-left: 0;
	margin-top: auto;
}

.sidebar aside h3 {
	margin-top: 0;
}

.sidebar aside:nth-child(1n) {
	background: #dfdfdf;
}

.sidebar aside:nth-child(2n) {
	background: #fccd01;
}

.sidebar aside:nth-child(2n) table td {
	border-color: rgba(0,0,0,0.25);
}

.sidebar #menu-modelbouwmenu {
	list-style-type: none;
	padding: 0;
	margin-bottom: 25px;
}

.sidebar #menu-modelbouwmenu li {
	padding: 0;
	margin-bottom: 5px;
}

.sidebar #menu-modelbouwmenu li a {
	display: block;
	padding: 15px;
	background: #fccd01;
	color: #222;
	transition: all 0.5s;
}

.sidebar #menu-modelbouwmenu li a:hover {
	padding: 15px 20px;
}

.sidebar #menu-modelbouwmenu li.current-menu-item a {
	background: #444;
	color: #fff;
}



.footer {
	background: #eee;
	color: #444;
	font-size: 17px;
	font-weight: 300;
	line-height: 28px;
	padding: 65px 0;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.2);
}

.footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

footer.sub-menu {
	display: none;
}

.footer ul li {
    padding: 0;
    margin: 0;
}

.footer ul li a {
    color: #444;
    text-decoration: none;
}

.footer ul li a:hover, .footer ul li a:focus, .footer ul li a:active {
    color: #ff0000;
}

.footer .sub-menu {
    display: none;
}

.footer .company-info span {
	display: block;
}

.footer .socialicon {
	color: #999;
	font-size: 22px;
	margin-right: 5px;
	display: inline-block;
}

.footer .socialicon:hover {
	color: #666;
}

.footer .footlogo {
}

.footer .footlogo img {
	max-width: 70%;
	height: auto;
	opacity: 0.35;
}

.copy {
	padding: 25px 0;
	width: 100%;
	text-align: center;
	color: #999;
	box-shadow: inset 1px 1px 0px rgba(0,0,0,0.2);
}

.copy a {
	text-decoration: underline;
	color: #999;
}

.copy span {
	margin-right: 25px;
}

.copy span:last-child {
	margin-right: 0;
}

.hvk-webshop-menu { 
  background-color: #FCCD01;
  border-radius:5px;
}



.navbar-default .navbar-nav .hvk-webshop-menu a {
	color: red;
}
