@font-face {
    font-family:'Gunplay';
    font-weight:normal;
    font-style:normal;
    src:url('../font/gunplay.eot');
    src:url('../font/gunplay.eot?#iefix') format('embedded-opentype'), 
    url('../font/gunplay.woff') format('woff'),
    url('../font/gunplay.ttf') format('truetype');
}


body{
color:#444;
}


table {
    margin-top: 30px;
    line-height: 1.8;
}

h2{
    font-family: 'Gunplay';
    text-transform: uppercase;
}

table td {
    width: 50%;
}

.header img {
    width: 100%;
}

.header {
    margin-top: 22px;
}

.header-title {
    background: #ffba00;
    padding: 15px;
    font-family: 'Gunplay';
}

.red-balk {
    background: #c61626;
}

.red-balk .inner{
    max-width:1200px;
    width:100%;
    padding:20px;
    margin:auto;
    text-align:center;
}

.inner.icons li span {
    color: #fff;
    bottom: -12px;
    position: absolute;
    text-align: center;
    left: 0px;
    width: 100%;
}

.inner.icons li {
    position: relative;
}

.red-balk .inner ul {
    list-style: none;
     display:flex;
     padding: 0px;
}

.red-balk .inner ul img {
    width:50%;
    margin-bottom: 20px;
}

.red-balk .inner.footer {
    text-align: left!important;
    color:#fff;
}

.inner.footer .col-sm-4:nth-child(1),
.inner.footer .col-sm-4:nth-child(2) {
    border-right: 2px dashed;
    min-height: 125px;
}

.inner.footer .col-sm-4 a{
	color:#fff;
}

.cat-block {
    position:relative;
    font-family: 'Gunplay';
}
.cat-block img {
    width: 100%;
}

h2 span {
    color: #e21a2d;
}

.cat-block span {
    position: absolute;
    bottom: 20px;
    padding: 5px 10px 5px 20px;
    background: #ffbc00;
    color: #444;
    text-transform: uppercase;
    font-size: 22px;
    left: 0px;
    z-index: 99;
}

.container {
    margin-bottom: 25px;
}

.main{
    max-width: 1170px;
    margin: auto;
    width: 100%;
}

.red-balk h3 {
    color: #fff;
    font-size: 20px;
}

.main-openingstijdens .title {
    background: #fb0;
    padding: 15px;
    margin: -15px;
    font-family: 'Gunplay';
    font-size: 22px;
}

.main-openingstijdens {
    background: #eae9e4;
    padding: 15px;
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
.inner.icons li span{
	font-size: 8px;
}

.col-sm-4 {
    margin-bottom: 20px;
}

}