.cbp-rfgrid {
	margin top: 35px 0 0 0;
	list-style: none;
	position: relative;
	width: 100%;
	padding: 50px;
}

.cbp-rfgrid li {
	position: relative;
	float: left;
	overflow: hidden;
	width: 50%; /* Fallback */
	width: -webkit-calc(100% / 2);
	width: calc(100% / 2);
	padding: 10 10 10 10 ;
}

.cbp-rfgrid li a,
.cbp-rfgrid li a img {
	display: block;
	width: 100%;
	cursor: pointer;

}

.cbp-rfgrid li a img {
	max-width: 100%;
}

/* Flexbox is used for centering the heading */
.cbp-rfgrid li a div {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(255,255,255,0.8);
	margin: 10 10 10 10 ;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;

    flex-direction: column;
    justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
    align-items: center;
    text-align: center;
    opacity: 0;

}


.cbp-rfgrid li a div h3 {
	width: 100%;
    color: #000000;
    font-family: 'Dosis', sans-serif;
	text-transform: lowercase;
	font-weight: 400 ;
	font-size: 15px;
	letter-spacing: 1px;
	word-spacing: 2px;
	padding: 0px;
   	line-height: 20px;
   	padding-left: 10px;
	padding-right: 10px;
}






/* Example for media query: change number of items per row */

@media screen and (max-width: 1190px) {
	.cbp-rfgrid li {
		width: 33.3333334%; /* Fallback */
		width: -webkit-calc(100% / 3);
		width: calc(100% / 3);
	}
}

@media screen and (max-width: 945px) {
	.cbp-rfgrid li {
		width: 25%; /* Fallback */
		width: -webkit-calc(100% / 2);
		width: calc(100% / 2);
	}
}

@media screen and (max-width: 660px) {
	.cbp-rfgrid li {
		width: 50%; /* Fallback */
		width: -webkit-calc(100% / 2);
		width: calc(100% / 2);
	}
}

@media screen and (max-width: 660px) {
	.cbp-rfgrid li {
		width: 100%; /* Fallback */
		width: -webkit-calc(100% / 1);
		width: calc(100% / 1);
	}
}

@media screen and (max-width: 400px) {
	.cbp-rfgrid li {
		width: 100%; /* Fallback */
		width: -webkit-calc(100% / 1);
		width: calc(100% / 1);
	}
}

@media screen and (max-width: 300px) {
	.cbp-rfgrid li {
		width: 100%;
	}
}

.menu-item {
	text-align: center;
	display:inline ;
	margin-left: 20px;
    margin-right: 20px;
	font-style: thin ;
	font-size: 16px;
	letter-spacing: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
}

@media screen and (max-width: 480px) {
	.menu-item {
		display: block;
	}
}


.menu-item-footer {
	text-align: center;
	display:inline ;
	margin-left: 10px;
    margin-right: 10px;
	font-style: thin ;
	font-size: 12px;
	letter-spacing: 3px;
	padding-top: 5px;
	padding-bottom: 30px;
	margin-bottom: 60px;
	margin-top: 40px;
}

.footer-content{
	text-align: center;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 16px;
	padding-bottom: 16px;
	margin: 0 auto;
	font-family: 'Dosis', sans-serif;
	letter-spacing: 1px;
	font-size: 13px;
	text-transform:none;
	background: #77a479;
	color: #fafafa;
	margin-top: 50px;
}




@media screen and (max-width: 660px) {
	.imagecompetences {
		width: 100%; /* Fallback */
		width: -webkit-calc(100% / 1);
		width: calc(100% / 1);
	}
}

@media screen and (max-width: 400px) {
	.imagecompetences {
		width: 100%; /* Fallback */
		width: -webkit-calc(100% / 1);
		width: calc(100% / 1);
	}
}

