:root {
    --main-color: #F5C6C8;
    --btn-bg-color: #F5C6C8;
    --btn-bg-hover: #DCADAF;
    --secondary-color: #2d3e50;
    --purple: #BDB8D7;
    --purple-hover: #A49FBE;
    --link: #377b67;
    --link-hover: #1E624E;
    --white: #EBE7E6;
}

/*
    --secondary-color: #696969;
*/

@font-face {
    font-family: 'RelativeMono';
    src: url('/css/fonts/Relative Mono 10 Pitch.otf');
    font-weight: 100 900;
}

@font-face {
    font-family: 'TWKLausanne';
    src: url('/css/fonts/TWKLausanne-300.otf');
    font-weight: 200 500;
}

@font-face {
    font-family: 'TWKLausanne';
    src: url('/css/fonts/TWKLausanne-800.otf');
    font-weight: 600 900;
}

#header *, .breadcrumb *, .main-footer *{
    font-family: 'TWKLausanne', sans-serif;
    font-weight: 300;
}

.filter {
    font-family: 'FontAwesome', sans-serif;
}

.btn {
    font-family: 'TWKLausanne', sans-serif;
    font-weight: 300;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-family: 'TWKLausanne', sans-serif;
}

q:before, q:after {
    content: '';
}

html {
    height: 100%;
}

body {
    font-family: 'TWKLausanne', sans-serif;
    font-size: 1em;
    line-height: 1.8em;
    color: #2d3e50;
    text-align: left;
}

#main::after {
    content: "";
    background: #f9f9f9 url(/images/pattern.png) repeat center;
    background: white;
    opacity: .3;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: -1;
}

#editor {
    background: none;
    background-color: white;
}

a {
    color: var(--link);
    text-decoration: none;
}

a:hover, .sel {
    /*color: var(--main-color);*/
}

a, .login-details .pri-color, .login-details a:hover, .event .links a:hover, .pri-color, .event-full-width h3 a:hover, .event-detail h3 a:hover, .meta a:hover, #aside .top-ppost .title a:hover, .speakers .speaker-content .meta a:hover, .search button:hover, #contactform span, .blog .event-content .title:hover a, .single-blog .title a:hover, .event .title a:hover, .itemlist .event-content .meta li a:hover, #aside .widget .widget-list a:hover, #aside .top-ppost .meta:hover {
    /* color: var(--link);*/
}

#content p a {
    color: var(--link);
}

#content p a:hover {
    color: var(--link-hover);
}

p {
    margin-bottom: 20px;
}

strong {
    font-weight: bold;
}

i, em {
    font-style: italic;
}

table td {
    vertical-align: top;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
    margin: 10px 0px 10px 20px;
}

ul li {
    list-style: disc;
    list-style-position: inside;
}

ol li {
    list-style: decimal;
    padding-left: 2px;
    margin: 0px;
}

th {
    font-weight: bold;
}

form p {
    margin: 0 !important;
}

img {
    display: block;
    border: 0px;
}

input, textarea, select {
    color: #2d3e50;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-family: 'TWKLausanne', sans-serif;
    line-height: 1.2em;
    font-size: 0.9em;
    padding: 5px;
    margin: 1px 0px 1px 0px;
    background-color: white;
    /*border-radius:5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;*/
}

input[type="text"] {
    width: 220px;
}

input[type="submit"], .sbtn {
    background-color: var(--btn-bg-color);
    color: var(--secondary-color);
    cursor: pointer;
}

.sfullcontent input[type="submit"] {
    margin-top: 20px;
}

input[type="submit"]:hover, .sbtn:hover {
    background-color: var(--btn-bg-hover);
}

#header input[type="submit"], #header .sbtn {
    background-color: var(--btn-bg-color);
    color: var(--secondary-color);
    cursor: pointer;
}

#header input[type="submit"]:hover, #header .sbtn:hover {
    background-color: var(--btn-bg-hover);
}

h1 {
    font-size: 30px;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 20px;
    line-height: 1.2;
}

h2 {
    font-weight: bold;
    color: #2c3e50;
    font-size: 1.3em;
    margin: 0px 0px 0px 0px;
}

h2 a {
    color: #253C51;
}

h3 {
    color: #253C51;
    font-size: 1.1em;
    line-height: 1.2;
    margin: 0px 0px 10px 0px;
}

h4 {
    color: #253C51;
    font-size: 1em;
    font-weight: bold;
    margin: 15px 0px 10px 0px;
}

.cls {
    clear: both;
    font-size: 1px;
    line-height: 1px;
}

.infoMsg {
    color: #45A316;
    background: url(/images/ico/info.gif) no-repeat 10px 7px;
    margin-bottom: 15px;
    border: 1px solid #9A9A9C;
    padding: 5px 5px 5px 35px;
    background-color: #EAFFF0;
}

.infoMsg a {
    color: #45A316 !important;
}

.errMsg {
    color: #D60729;
    background: url(/images/ico/warning.png) no-repeat 10px 5px;
    margin-bottom: 15px;
    border: 1px solid #9A9A9C;
    padding: 5px 5px 5px 35px;
    background-color: #ffe8cc;
}

.warningMsg {
    color: #2F818E;
    background: url(/images/ico/warning.png) no-repeat 10px 5px;
    margin-bottom: 15px;
    border: 1px solid #FF8040;
    padding: 5px 5px 5px 35px;
    background-color: #FFF8F4;
}

table td {
    font-size: 1em;
}

table {
    font-size: 1em;
}

/*a[href$='.pdf'],.pdf{
	display:inline-block;
	padding-left:22px;
	background:transparent url(/images/ico/pdf.png) center left no-repeat;
}*/

a[href$='.xls'], a[href$='.csv'], a[href$='.xlt'], a[href$='.xlw'], a[href$='.xlsx'], .xls, .csv, .xlt, .xlw, .xlsx {
    display: inline-block;
    padding-left: 22px;
    background: transparent url(/images/ico/excel.png) center left no-repeat;
}

a[href$='.ppt'], a[href$='.pps'], a[href$='.pptx'], a[href$='.ppsx'], .ppt, .pps, .pptx, .ppsx {
    display: inline-block;
    padding-left: 22px;
    background: transparent url(/images/ico/powerpoint.png) center left no-repeat;
}

a[href$='.doc'], a[href$='.rtf'], a[href$='.txt'], a[href$='.wps'], a[href$='.docx'], .doc, .rtf, .txt, .wps, .docx {
    display: inline-block;
    padding-left: 22px;
    background: transparent url(/images/ico/word.png) center left no-repeat;
}

a[href$='.zip'], a[href$='.gzip'], a[href$='.rar'], .zip, .gzip, .rar {
    display: inline-block;
    padding-left: 22px;
    background: transparent url(/images/ico/zip.png) center left no-repeat;
}

/*a[href$='.jpg'], a[href$='.gif'], a[href$='.jpeg'],a[href$='.png'],.jpg,.gif,.jpeg{
	display:inline-block;
	padding-left:22px;
	background:transparent url(/images/ico/image.png) center left no-repeat;
}*/

a[href$='.iso'], .iso {
    display: inline-block;
    padding-left: 22px;
    background: transparent url(/images/ico/iso.png) center left no-repeat;
}

a[href$='.ai'], .ai {
    display: inline-block;
    padding-left: 22px;
    background: transparent url(/images/ico/ai.png) center left no-repeat;
}

a[href$='.psd'], a[href$='.eps'], .eps, .psd {
    display: inline-block;
    padding-left: 22px;
    background: transparent url(/images/ico/ps.png) center left no-repeat;
}

a[class='noico'] {
    display: block;
    padding-left: 0px !important;
    background-image: none !important;
}

* {
    box-sizing: border-box;
}

/*
hr{
	border:none;
	height:1px;
	border:none;
	margin:15px 0px 15px 0px;
	line-height:1px;
	font-size:1px;
	background:url(/images/hr2.png) no-repeat bottom left;
}
*/
/* EDITOR STYLES */

/* CUSTOM CSS*/
.sitewidth {
    width: 1170px;
    max-width: 1170px;
    margin: 0 auto;
}

#main {
    position: relative;
    width: 100%;
    margin: auto;
    text-align: left;
}


/* HEADER */
#topheader {
    font-size: 0.9em;
    /*background: var(--main-color);*/
    min-height: 50px;
    color: var(--secondary-color);
    overflow: visible;
}

#header {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    overflow: visible;
}

#headerpad_wrapper {
    background-color: var(--main-color);
    padding: 20px;
    overflow: visible;
    min-height: 180px;
}

#headright {
    float: right;
    width: auto;
}

#headaddress {
    font-size: 0.8em;
    line-height: 1.5em;
    text-align: right;
    float: right;
    width: auto;
    color: var(--secondary-color);
}

#headaddress a {
    color: var(--secondary-color);
}

.hbold {
    font-weight: bold;
}

#hmmargin {
    margin-top: 10px;
}

#logo {
    float: left;
}

#logo40jaar_small {
    display: none;
    margin-left: 68px;
}

#logo40jaar_small img {
    width: auto;
    height: 60px;
}

#logo40jaar {
    display: block;
    position: absolute;
    margin-left: -200px;
    top: 0;
}

#menuwrap {
    float: right;
    margin-right: 15px;
}

/* Social icons */
#topadreswrap {
    float: left;
    margin: 10px 0;
}

#topadreswrap a {
    color: var(--secondary-color);
    text-decoration: none;
}

#topadreswrap a:hover {
    color: #e9f2f7;
}

#topsocialwrap {
    width: 30%;
    float: right;
}

.social-icon a {
    margin-right: 10px;
    font-size: 18px;
    color: var(--secondary-color);
    width: 30px;
    height: 27px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
}

#topsocialwrap .social-icon {
    height: 17px;
}

#topsocialwrap .social-icon .fa {
    font-size: 1.2em;
}

.social-icon a, .social-icon a:hover {
    -webkit-transition: background ease-in-out 0.5s;
    -moz-transition: background ease-in-out 0.5s;
    -o-transition: background ease-in-out 0.5s;
    transition: background ease-in-out 0.5s;
}

.social-icon {
    margin-bottom: 20px;
}

.social-icon a:last-child {
    margin-right: 0px;
}

.social-icon a:hover {
    color: var(--secondary-color) !important;
}

.instagram {

}

#topsocialwrap .social-icon a {
    color: #6c6e71;
}

.instagram:hover {
    background-color: #fdc35d;
}

/*.instagram{
	background:url('/images/instagram.png') no-repeat center center;
}*/

.facebook:hover {
    background-color: #3b5998;
}

.twitter:hover {
    background-color: #00aeef;
}

/*.twitter{
	background:url('/images/twitter-logo-silhouette.png') no-repeat center center;
}
.facebook{
	background:url('/images/facebook-logo.png') no-repeat center center;
}*/

#bnrw {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    position: relative;
    width: 100%;
    /* max-height: 300px;*/
    overflow: hidden;
    margin-bottom: 20px;
    /*height: 300px;*/
}

#blk {
    border: 1px solid red;
}

#bnr {
    width: 100%;
    position: relative;
}

#bnrw .banimg {
    display: block;
    position: absolute;
    width: 100%;
}

#bnrw img {
    max-height: 416px;
    display: block;
    width: 100%;
    height: auto;
}

#bnrw banimg.hide {
    display: none;
}

#banl {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 10px;
    text-align: right;

}

#bnrb {
    position: relative;
}

#banl a {
    text-decoration: none;
    font-size: 45px;
    padding: 0px 2px 0px 2px;
    color: #c2c4cb;
}

#banl a:hover, #banl .sel {
    color: var(--main-color);
}

.banoverlay {
    width: auto;
    color: var(--secondary-color);
    display: block;
    position: absolute;
    bottom: 0;
    background-color: rgb(193, 38, 44);
    background-color: rgba(193, 38, 44, 0.85);
    filter: alpha(opacity=85);
}

.banoverlaypad {
    display: block;
    padding: 5px 10px;
}

/* banner buttons */

#btnwrapper {
    display: table;
    min-height: 1px;
    height: 1px;
    width: 100%;
    height: 100%;
}

#btnalign {
    min-height: 1px;
    display: table-cell;
    vertical-align: middle;
}

.bbutton {
    position: absolute;
    z-index: 150;
    /*background-color: #ffffff;*/
    margin-top: -20px;
}

.bbutton:hover {
    /*background-color: #2daae1;*/
}

#bleft {
    left: 0px;
}

#bright {
    right: 0px;
}

#bright span {
    width: 70px;
    height: 50px;
    background: #e30613 url(/images/bright.png) no-repeat center center;
    display: block;
    border-top: 3px solid white;
    border-bottom: 3px solid white;
    border-left: 3px solid white;

    border-bottom-left-radius: 100px;
    border-top-left-radius: 100px;

    -moz-border-bottom-left-radius: 100px;
    -moz-border-top-left-radius: 100px;

    -webkit-border-bottom-left-radius: 100px;
    -webkit-border-top-left-radius: 100px;

}

#bright:hover span {
    background-color: #ff1220;
}

#bleft span {
    width: 70px;
    height: 50px;
    background: #e30613 url(/images/bleft.png) no-repeat center center;
    display: block;
    border-top: 3px solid white;
    border-bottom: 3px solid white;
    border-right: 3px solid white;
    border-bottom-right-radius: 100px;
    border-top-right-radius: 100px;

    -moz-border-bottom-right-radius: 100px;
    -moz-border-top-right-radius: 100px;

    -webkit-border-bottom-right-radius: 100px;
    -webkit-border-top-right-radius: 100px;
}

#bleft:hover span {
    background-color: #ff1220;
}


#listtitle {
    float: left;
    color: var(--main-color);
    margin-top: 20px;
}

/*Nav*/
.main-nav {
    float: right;
    margin-right: 15px;
}

.main-nav li {
    float: left;
    padding: 17px 0 0 0;
    margin-right: 20px;
    position: relative;
    list-style: none;
}

.main-nav a {
    display: block;
    font-size: .95em;
    color: var(--secondary-color);
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding-bottom: 6px;
}

.main-nav a:hover {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.main-nav li.parent > a:after {
    font-family: "FontAwesome";
    content: "\f107";
    padding-left: 4px;
}

.main-nav li:last-child {
    /*margin-right:0px;
    margin-bottom:0px;
    padding-bottom: 0;*/
    border-bottom: none;
}

.main-nav li:hover .sub-menu {
    visibility: visible;
    display: block;
    /*top:50px;*/
}

.main-nav li.active > a {
    color: var(--main-color);
}

/*var(--main-color)*/
.sub-menu {
    position: absolute;
    z-index: 2;
    background: var(--main-color);
    border: 1px solid #fff;
    /*padding:10px;*/
    width: 100%;
    width: 200px;
    visibility: hidden;
    display: none;
    /*border-bottom:2px solid #000;*/
}

.sub-menu li {
    padding: 10px 10px 10px 10px;
    /*margin-bottom: 10px;*/
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-right: 0;
    width: 100%;
}

.sub-menu li a {
    padding-bottom: 0px;
    color: var(--secondary-color);
    /*font-weight:600;*/
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s;
}

.main-nav li:hover .sub-menu li .sub-menu {
    top: 0px;
}

.sub-menu li .sub-menu .arrow {
    left: 10px;
    border-left: 0;
}

.sub-menu li .sub-menu {
    left: 100%;
    top: 0px;
}

.sub-menu li:hover {
    background-color: var(--main-color);
}

.sub-menu li:hover a {
    color: var(--secondary-color);
    padding-left: 5px;
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s;
}

.sub-menu .sel {
    background-color: var(--main-color);
    /*color: var(--main-color);*/
}

.sub-menu .sel a {
    color: var(--secondary-color);
}

.sub-menu .arrow {
    position: absolute;
    border: transparent;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 9px solid #2c3e50;
    width: 0;
    height: 0;
    top: -15px;
    left: 9px;
}

/* Search buttons */


#searchwrap {
    position: relative;
    margin-top: 10px;
    padding-top: 5px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}

.searchBtn {
    background: url("/images/search-icon.svg") no-repeat;
    background-size: auto;
    background-position: center;
    text-indent: 50px;
    border: 1px solid var(--main-color);
    margin-left: 2px;
}

.searchBtn1, .searchBtn2 {
    border: none;
    padding: 0px;
    background: url(/images/search1.jpg) no-repeat center;
    text-indent: 50px;
    width: 20px;
    height: 21px;
    margin-left: 10px;
}

.searchBtn2 {
    background: url(/images/search2.gif) no-repeat center;
}

.ftag {
    display: none;
}

#searchwrap {
    float: right;
}

#searchwrapcontent {
    position: absolute;
    right: 0;
}

/* SIDEBAR SEARCH */

.form-input select {
    width: 100%;
    margin-left: 0px;
}

.sorteerselect {
    padding: 0;
}

.form-input select option {
    border: 0;
    width: 80%;
}

.eventform-con .form-input input, .eventform-con .form-input .styled-select {
    width: 100%;
    height: 40px;
    border: none;
    outline: none;
    padding: 0px 15px;
    font-family: 'TWKLausanne', sans-serif;
    border-radius: 3px;
    font-size: 14px;
}


.eventform-con .form-input input, .eventform-con .form-input .styled-select {
    width: 100%;
    height: 40px;
    border: none;
    outline: none;
    padding: 0px 15px;
    font-family: 'TWKLausanne', sans-serif;
    border-radius: 3px;
    font-size: 14px;
}

.eventform-con .form-input .styled-select select {
    background: none repeat scroll 0% 0% transparent;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 1;
    border: 0px none;
    border-radius: 0px;
    height: 40px;
    cursor: pointer;
    outline: medium none;
    width: 100%;
}

.eventform-con .form-input .styled-select select option {
    border: 1px solid #c3c8cd;
}

.eventform-con .form-input .styled-select {
    padding: 0px;
    width: 100%;
    height: 40px;
    overflow: hidden;
    background: url('../img/arrow-2.png') no-repeat scroll right center #FFF;
    border-radius: 3px;
}

.eventform-con .form-input {
    border: 1px solid #c2c4cb;
    border-radius: 3px;
}


#searchsidebar {

}

.submitWithLink {
    position: relative;
}

/*background*/
.btn-pri, #aside .testimonials .testimonials-content, .ticket-resgister .btn-pri, .both-btn .find-events a, .bx-wrapper .bx-controls-direction a:hover {
    background: var(--btn-bg-color);
}

.btn-pri:hover {
    color: var(--btn-bg-hover);
}

/*background-color-Two*/
.eventform, #aside .header, .both-btn .but-ticket a, .sb-search.sb-search-open .sb-icon-search, .background .eventform-con .btn {
    background: var(--main-color);
}

.eventform-con .form-input input::-moz-placeholder {
    color: var(--main-color);
}

.eventform-con .form-input input:-ms-input-placeholder {
    color: var(--main-color);
}


/* CONTENT */
#content {
    width: 100%;
}

#contentpad {
    padding: 30px 0 30px 0;
}

#sidebar {
    float: left;
    width: 25%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
}

.scontent {
    width: 100%;
    float: right;
    /*padding: 10px 15px;*/
    background-color: white;
}

.sfullcontent {
    padding: 10px 15px;
    background-color: white;
}

/* SIDEBAR */

#newssubscribe {
    color: var(--secondary-color);
    position: relative;
    margin-bottom: 20px;
    background-color: var(--main-color);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#newssubscribe a {
    padding: 10px;
    text-align: center;
    display: block;
    font-size: 16px;
    margin-bottom: 3px;
    display: block;
    color: var(--secondary-color);
    font-weight: 900;
}

#newssubscribe .fa {
    margin-right: 5px;
}

#newssubscribe:hover {
    background-color: var(--main-color);
}

/*aside*/
#aside {
    border: 1px solid #c2c4cb;
    text-align: left;
    background: #fff;
    display: block;
    position: relative;
}

#aside .title {
    margin-bottom: 25px;
    font-size: 18px;
    color: #2c3e50;
    font-weight: normal;
}

#aside .title:after {
    content: "\f04b";
    font-family: "FontAwesome";
    float: right;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 15px;
    margin-top: 2px;
    color: #d0d6d9;
    margin-right: 5px;
}

#aside .header {
    padding: 10px;
    color: var(--secondary-color);
    position: relative;
    margin-bottom: 20px;
}

#aside .header .title {
    color: var(--secondary-color);
    margin-bottom: 0px;
    font-weight: 900;
    font-size: 21px;
    text-transform: uppercase;
}

#aside .header .title:after, #aside .top-ppost .title:after {
    content: "";
}

#aside .title a {
    color: var(--secondary-color);
}

#aside .header .arrow-down {
    border-top: 10px solid var(--main-color);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -10px;
    z-index: 9;
    left: 50%;
    margin-left: -16px;
}

#aside .widget {
    padding: 10px 10px 0px 10px;
    margin-bottom: 25px;
}

#aside .widget:last-child {
    margin-bottom: 0px;
}

#aside .widget .form-input {
    width: 100%;
    margin-bottom: 15px;
}

.aside-bar-style-two#aside .widget .form-input input {
    padding: 0px 15px;
}

.aside-bar-style-two#aside .widget .form-input {
    margin-bottom: 0px;
}

#aside .widget .form-input .icon {
    font-size: 18px;
}

#aside .widget .eventform-con {
    border: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#aside .widget .datepicker {
    width: 46%;
    margin-right: 15px;

}

#aside .widget .datepicker input {
    padding-left: 7px;
}

#aside .widget .datepicker + .datepicker {
    margin-right: 0px;
}

#aside .categories {
    margin-bottom: 25px !important;
}

#aside .categories li {
    list-style: none;
    background: #f8f8f8;
    margin-bottom: 5px;
    min-height: 26px;
}

#aside .categories li a:hover, #aside .categories a:hover:before {
    color: var(--main-color);
}


#aside .categories a:before {
    content: "\f067";
    font-family: "FontAwesome";
    padding-right: 15px;
    color: #c3c8cd;
}

#aside .categories a {
    display: block;
    color: #2c3e50;
    padding: 7px 5px;
}

#aside .categories a .numbers {
    float: right;
    color: #c3c8cd;
    font-size: 14px;
    padding: 3px 4px;
    line-height: 15px;
    margin-top: 4px;
}

#aside .categories a:hover .numbers {
    background: var(--main-color);
    padding: 3px 4px;
    border-radius: 10px;
    color: var(--secondary-color);
}


#aside small {
    font-size: 18px;
    margin-bottom: 3px;
    display: block;
}


#aside .tag a {
    padding: 6px 11px;
    display: inline-block;
    background: #e1e3e6;
    border-radius: 3px;
    color: #2c3e50;
    margin-right: 13px;
    margin-bottom: 10px;
}

#aside .tag a:hover {
    background: var(--main-color);
    color: var(--secondary-color) !important;
}

#aside .testimonials .testimonials-content {
    padding: 10px;
    color: var(--secondary-color);
    position: relative;
    margin-bottom: 10px;
    border-radius: 2px;
}

#aside .testimonials-content p {
    margin-bottom: 0px;
}

#aside .testimonials-content .arrow-down {
    border-top: 9px solid var(--main-color);
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    position: absolute;
    bottom: -8px;
    z-index: 9;
    left: 20%;
    margin-left: -16px;
}

#aside .testimonials .name {
    margin: 0px;
    font-weight: bold;
    color: #2d3e50;
}

#aside .testimonials small {
    /*font-weight:300;*/
}

#aside .news .form-group {
    position: relative;
}

#aside .news .form-group input {
    position: relative;
    width: 100%;
    border: 1px solid #c2c4cb;
    border-radius: 2px;
    height: 40px;
    padding: 0px 10px;
    outline: none;
}

#aside .news .form-group .icon {
    left: auto;
    top: 23px;
    right: 1px;
    height: 38px;
    margin-top: -22px;
    border: 0;
    width: 40px;
    font-size: 19px;
    outline: none;
    background: #f8f8f8;
    position: absolute;
    text-align: center;
    line-height: 38px;
    color: #c6cbd0;
}

#aside .news button {
    border: 0px;
    margin-bottom: 10px;
}

#aside .top-ppost {
    margin-bottom: 20px;
}

#aside .top-ppost:last-child {
    margin-bottom: 5px;
}

#aside .top-ppost .date {
    background: #2c3e50;
    display: inline-block;
    width: 65px;
    border-radius: 2px;
    /*font-weight: 300;*/
    text-align: center;
    padding: 5px 0;
    color: var(--secondary-color);
    float: left;
    margin-right: 18px;
    font-family: 'RelativeMono', sans-serif;
}


#aside .top-ppost .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.4;
}

#aside .top-ppost .title a {
    color: #54667a;
}

#aside .top-ppost .meta {
    color: #c2c4cb;
}


#aside .top-ppost p {
    font-size: 14px;
    /* line-height: 1; */
    margin-bottom: 0;
}

#aside .top-ppost span {
    display: block;
    line-height: 1;
    font-size: 30px;
    padding-bottom: 5px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

#aside.aside-bar-style-two {
    border: 0;
    background: none;
    padding: 0px;
}

#aside.aside-bar-style-two .widget {
    padding: 13px;
    border: 1px solid #c2c4cb;
    border-radius: 2px;
    background: #fff;
}


#aside .widget .map {
    background: #ccc;
    border: 4px solid #c2c4cb;
    height: 250px;
    border-radius: 4px;
}

#aside .cound-date img {
    max-width: 100%;
    margin-bottom: 20px;
}

#aside .btn-full {
    height: 50px;
    line-height: 35px;
    width: 100%;
    margin-bottom: 10px;
}


/*widget-social-icon*/
#aside .widget .social-icon li {
    list-style: none;
    margin-bottom: 10px;
    min-height: 40px;
    line-height: 40px;
    font-size: 14px;
}

#aside .widget .social-icon li a {
    color: #445261;
}

#aside .widget .social-icon .facebook a:hover .icon,
#aside .widget .social-icon .email a:hover .icon,
#aside .widget .social-icon .twitter a:hover .icon,
#aside .widget .social-icon .instagram a:hover .icon {
    border: none;
    color: var(--secondary-color);
    border-right: 1px solid #fff;
    border-radius: 0;
}

#aside .widget .social-icon .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    border-radius: 3px;
    border: 1px solid #c2c4cb;
    float: left;
    margin-right: 10px;
    color: #c3c8cd;
}

#aside .widget .social-icon .content {
    overflow: hidden;
}

#aside .contact-button {
    margin: 10px 0px 20px 0px;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
}

#aside .widget li {
    list-style: none;
    margin-bottom: 5px;
    font-size: 14px;
    color: #8f919d;
}

#aside .widget .widget-list a {
    /*font-weight:300;*/
    color: #8f919d;
}

#aside .widget .blod {
    font-size: 18px;
    font-weight: bold;
}


#aside .border-remove {
    background: none !important;
    border: none !important;
    padding: 0px !important;
}

#aside .nomargin {
    margin-bottom: 0;
}

.fb-page {
    width: 100% !important;
    margin-top: 20px !important;
}

#aside {
    margin-bottom: 25px;
}

#sfb {
    display: block;
}

#sfbmobile {
    display: none;
}

.border-remove .form-group {
    margin-bottom: 0px !important;
}

#countdown-3 {
    height: 70px;
    margin-bottom: 20px
}

#countdown-3 div {
    width: 25px !important;
    height: 50px !important;
    margin-right: 5px !important;
    border: 1px solid #9e9e9e;
    background: #272727;
    border-radius: 3px;

}

#countdown-3 div:after {
    background: #343434;
    height: 1px;
    display: inline-block;
    position: absolute;
    width: 40px;
    content: '';
    top: 50%;
}

/* EVENTS */

/*events*/
.events {
    text-align: center;
}

.events .title {
    font-size: 48px;
    /*font-weight:300;*/
    color: #54667a;
    margin-bottom: 10px;
}

.contentcenter {
    width: 60%;
    margin: 0 auto 35px;
    font-size: 18px;
    color: #54667a;
    /*font-weight:300;*/
}

.eventcontainer {
    margin-bottom: 30px;
}


.eventsicon {
    width: 100px;
    height: 100px;
    text-align: center;
    border: 1px solid var(--main-color);
    line-height: 100px;
    margin: 25px auto 0px;
    font-size: 45px;
    color: var(--main-color);
    display: inline-block;
}

.event {
    background: #fff;
    font-size: 14px;
    /*font-weight:300;*/
    text-align: center;

}

.eventsimg {
    overflow: hidden;
}

.event img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}

.event:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}

.event .title {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 8px;
    color: #2c3e50;
}

.related-events .event .title {
    font-size: 20px;
}

.event .title a {
    color: #2c3e50;
}

.event-content {
    font-family: 'TWKLausanne', sans-serif;
    font-size: 1.1em;
    font-weight: normal !important;
    padding: 15px 10px 15px 25px;
}


.eventsimg {
    position: relative;
    display: inline-block;
}

.eventsimg .video-icon {
    margin-left: -30px;
    margin-top: -20px;
}

.eventsimg .video-length {
    bottom: 6px;
    right: 8px;
}

.eventsimg:hover .video-icon, .eventsimg:hover .video-length {
    visibility: visible;
    display: block;
}

.eventsimg img {
    max-width: 100%;
    width: 100%;
}

.events .eventform-con {
    clear: both;
    padding-bottom: 30px;
    border-bottom: 1px solid #c3c8cd;
    margin-top: 0px;
    margin-bottom: 30px;
}


.events .form-input {
    border: 1px solid #c2c4cb;
    border-radius: 3px;
}

.events .eventform-con .form-input .icon, .events .eventform-con .form-input input, .events .eventform-con .form-input .styled-select select {
    color: #c3c8cd;
}

.events .eventform-con .form-input input::-webkit-input-placeholder {
    color: #c3c8cd;
}

.events .eventform-con .form-input input::-moz-placeholder {
    color: #c3c8cd;
}

.events .eventform-con .form-input input:-ms-input-placeholder {
    color: #c3c8cd;
}

.events .form-input.search-location {
    width: 23%;
}

.events .event-filter {
    text-align: center;
}

.events .event-filter li {
    float: left;
    list-style: none;
    width: 40px;
    height: 40px;
    border: 1px solid #c3c8cd;
    line-height: 40px;
    margin-left: 2%;
    color: #c3c8cd;
    cursor: pointer;
    color: #c3c8cd;
    font-size: 18px;
    border-radius: 3px;
}

.events .event-filter li.active {
    color: var(--secondary-color);
    background: var(--main-color);
    border: 0px;
}

.event .links {
    background: #fff;
}

.event .links li {
    float: left;
    list-style: none;
    width: 33.3%;
    text-align: center;
    height: 40px;
    line-height: 39px;
    border-top: 1px solid #f3f3f5;
    border-right: 1px solid #f3f3f5;
}

.event .links li:last-child {
    border-right: none;
}


.event .links a {
    color: #c3c8cd;
    font-weight: 400;
    cursor: pointer;
    position: relative;
}

.event .links .icon {
    margin-right: 5px;
}

.event .social-icon a {
    color: #c3c8cd;
    border-top: 1px solid #f3f3f5;
    border-right: 1px solid #f3f3f5;
    width: 52px;
    height: 40px;
    line-height: 40px;
    margin-right: 0px;
    font-size: 18px;
    text-align: center;
}

.event .social-icon a:last-child {
    border-right: 0px;
}

.eventform-con .form-input .icon, .eventform-con .form-input input, .eventform-con .form-input .styled-select select {
    color: #c3c8cd !important;
}

#aside .widget .form-input .icon {
    font-size: 18px;
}

/*.eventform-con .form-input .icon, .eventform-con .form-input input, .eventform-con .form-input input::-webkit-input-placeholder, .eventform-con .form-input .styled-select select {
    color: var(--main-color);
}*/
.eventform-con .form-input .icon {
    position: absolute;
    top: 50%;
    background: #f8f8f8;
    border: 0;
    width: 40px;
    height: 100%;
    right: 0;
    margin-top: -20px;
    font-size: 18px;
    outline: none;
    cursor: pointer;
    height: 40px;
}

.eventform-con .form-input .icon.icon-s {
    right: 0px;
    left: 0px;
    background: transparent;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    width: 40px;
    cursor: default;
}

/* NIEUWS */

.blog .eventsimg {
    float: left;
    width: 40%;
    margin-top: 15px;
    /*margin-left: 15px;*/
    margin-bottom: 15px;
}

.blog .event-content {
    overflow: hidden;
    text-align: left;
    width: 58%;
    float: right;
    padding-right: 0;
}

.blog .event-content .btn {
    margin-top: 5px;
}

.blog .meta, .blog .meta a {
    margin: 5px 0;
    color: #c2c4cb;
}

.blog .text {
    width: 100%;
    display: block;
    margin: 10px 0;
}


.blog .event-container {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c3c8cd;
}

.blog .event-content .btn {
    margin-top: 5px;
}

.btn-disabled:hover {
    color: var(--secondary-color);
}

.btn:hover {
    color: var(--secondary-color);
    background-color: var(--btn-bg-hover);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

body .btn:hover, .btn:focus {
    color: var(--secondary-color);
    text-decoration: none;
}

.btn-disabled {
    background: var(--purple);
    color: var(--secondary-color);
}

.btn-disabled:hover {
    background: var(--purple-hover);
}

.btn {
    text-transform: uppercase;
    padding: 9px 20px;
    color: #444;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    border-radius: 2px;
    border: none;
    color: var(--secondary-color);
    outline: none;
    white-space: normal;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.nsolo {
    text-align: left;
}

/*filter-item*/

.grid-list .event-content {
    padding: 15px 10px 15px 10px;
}

.grid-list .row {
    margin-left: -10px;
    margin-right: -10px;
}

.events .grid-list {
    margin-bottom: 0;
}

.grid-list .event {
    text-align: left;
}

.grid-list .links {
    text-align: center;
    font-weight: 600;
    font-family: 'RelativeMono', sans-serif;
}

.itemgrid, .itemlist {
    overflow: hidden;
}

.itemgrid .meta, .itemgrid .btn {
    display: none;
}

.itemgrid #tickets {
    display: inline-block;
}

.itemgrid #eventlinkwrap {
    text-align: center;
}

.itemgrid .event-border {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}


.itemgrid .event-border:after, .itemlist .event-border:after {
    content: "";
    border-bottom: 1px solid #e6e6e6;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0px;
}

.itemlist .btn {
    margin: 5px 20px 0 0;
}

.btn-border {
    background: var(--purple);
    color: var(--secondary-color);
    /*border: 1px solid #c2c4cb;*/
}

.btn-border:hover {
    background: var(--purple-hover);
}


.itemlist .eventsimg {
    float: left;
    margin-right: 20px;
    width: 40%;
    margin-top: 15px;
    /* margin-left: 15px;*/
    margin-bottom: 15px;
}

.itemlist .links {
    display: none;
}

.itemlist .event-content {
    padding: 12px 10px;
    overflow: hidden;
    text-align: left;
}

.itemlist .event-content .meta {
    list-style: none;
    margin: 6px 0;
}

.itemlist .event-content .meta li, .itemlist .event-content .meta li a {
    color: #c2c4cb;
}

.itemlist .btn {
    margin: 5px 20px 0 0;
}


.events .eventform-con {
    margin-bottom: 30px;
}

.itemgrid .event-border {
    /*min-height: 456px;*/
    padding-bottom: 30px;
    margin-bottom: 30px
}

.itemlist .event-border {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #c3c8cd;
}

/*.itemgrid .event-border:nth-child(5),.col-md-9 .itemgrid .event-border:nth-child(4n){
	clear:both;
}*/
/*.col-md-9 .itemgrid .event-border:nth-child(5){
	clear:none;
}*/

.itemgrid .col-md-4 {
    width: 33.33333333%;
    float: left;
}

.itemlist .col-md-4 {
    width: 100%;
}

/*single-blog*/
.single-blog {
    text-align: left;
}

.single-blog .title {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
}

.single-blog .title a {
    color: #2c3e50;
}

.single-blog .event {
    background: none;
    text-align: left;
}

.single-blog .eventsimg {
    width: 80%;
    float: none;
    margin-bottom: 25px;
    margin-top: 20px;

}

.single-blog .meta {
    border-bottom: 1px solid #c2c4cb;
    display: block;
    padding-bottom: 10px;

}

.single-blog .event-content {
    padding: 0px;
}

.single-blog .event-container {
    margin-bottom: 0px;
}

.single-blog .event-container .sep {
    margin: 30px 0;
}

.single-blog blockquote {
    margin: 20px 0;
}

.single-blog p:last-child {
    margin-bottom: 0px;
}

.event-container {
    margin-bottom: 40px;
}

/*event-detail-container*/
.event-detail-container {
    text-align: left;
}

.event-detail .meta {
    margin: 0 0 15px 0;
    font-size: 14px;
    display: inline-block;
}

.event-detail .meta li {
    float: none;
    display: inline-block;
}

.event-detail .main-title {
    font-size: 30px;
    font-weight: bold;
    color: #2c3e50;
}

.event-detail .title {
    font-size: 30px;
    /*font-weight:300;*/
    margin-bottom: 20px;
}

.event-detail .main-title a {
    color: #2c3e50;
}

.event-detail p {
    font-size: 16px;
    /*font-weight:300;*/
}

.event-detail img {
    /*max-width: 100%;*/
}


.event-detail .main-title {
    margin-bottom: 15px;
}

.event-detail-img {
    /*padding-bottom:40px;
    margin-bottom:20px;
    border-bottom:1px solid #c3c8cd;*/
    /* float: right;*/
    /*margin-left: 15px;*/
    margin-bottom: 15px;
    /*max-width: 50%;*/
}

.eveimages {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.eveimages img {
    max-width: 49%;
}


#evesolotext {
    position: relative;
    text-align: left;
}

.event-detail .social-icon {
    margin-top: 40px;

}

.event-detail .social-icon a {
    border: 1px solid #c3c8cd;
    color: #c3c8cd;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 3px;
    text-align: center;
    margin-right: 10px;
    font-size: 18px;
}

.event-detail .social-icon a:hover {
    border: 1px solid;
}

/*.gallery-event*/
.gallery .col-md-3:nth-child(5n) {
    clear: both;
}

.event-gallery .title {
    font-size: 30px;
    /*font-weight:300;*/
    margin-bottom: 25px;
}

.event-gallery .content .title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 5px;
}

.event-gallery-content {
    color: #2c3e50;
    text-align: center;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #c2c4cb;
    border-top: 0px;

}

.gallery-event-img {
    overflow: hidden;
}

.sponsored-logo img, .speaker-img img, .flicker img, .single-event-img img {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 400ms;
    transition-timing-function: ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}

.event-gallery-content:hover img, .sponsored-logo:hover img, .speaker:hover img, .flicker a:hover img, .single-event-img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}

.event-gallery .content {
    padding: 14px 10px 8px;
}

.event-gallery img {
    max-width: 100%;
    width: 100%;
}


.sb-search {
    /*position: relative;
    margin-top: 10px;
    width: 30px;
    height: 35px;
    float: right;
    overflow: hidden;*/
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}

.sb-search-input {
    width: 150px;
    height: 33px;
    margin: 0;
    z-index: 10;
    padding: 0px 10px;
    font-family: inherit;
    font-size: 14px;
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: none !important;
    margin-top: 1px;
    text-transform: uppercase;
}


.sb-icon-search,
.sb-search-submit {
    width: 36px;
    height: 35px;
    display: block;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    float: right;
}

.sb-icon-search:before {
    content: "\f002";
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
    width: 180px;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    color: var(--secondary-color);
    z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
    z-index: 90;
}


/*sep*/
.sep {
    height: 1px;
    background: #e6e6e6;
    display: block;
    margin: 5px -10px 8px;
}

/*fielder-items */

.fielder-items {
    padding-bottom: 15px !important;
}

.fielder-items .form-input {
    width: 230px;
    margin-right: 15px;
}

.fielder-items .form-input.arrow-up-down {
    width: auto;
    border: none;
}

.fielder-items .event-filter {
    float: right;
}

.fielder-items .event-filter li:last-child {
    margin-right: 0px;
}

.fielder-items .event-filter li {
    margin-right: 20px;
    margin-left: 0px;
}

.fielder-items .form-input.arrow-up-down .btn {
    padding: 11px 14px;
    border-radius: 3px;
    font-size: 13px
}

/*meta*/
.meta {
    list-style: none;
    display: block;
    font-family: 'RelativeMono', sans-serif;
}

.meta a:hover {
    color: var(--main-color);
}

.meta li {
    float: left;
    margin-right: 10px;
    font-weight: normal;
    display: list-item;
    text-align: -webkit-match-parent;
    list-style-type: none;
}

.meta a {
    color: #2c3e50;
    margin-right: 5px;
}

.meta .icon {
    margin-right: 8px;
}

/*sep*/
.sep {
    height: 1px;
    background: #e6e6e6;
    display: block;
    margin: 5px -10px 8px;
}

/* evenement afbeelding */

#hnewsinnerwrap {
    white-space: nowrap;
    width: 100%;
    height: 340px;
    margin: 0 auto;
    overflow: hidden;
    height: fit-content;
}

#hnewsitemswrap {
    width: 100%;
    white-space: nowrap;
    height: fit-content;
}

#hnewsouterwrap {
    width: 100%;
    height: auto;
}

#hnewshiddenwrap {
    position: relative;
}

.hnewsitem {
    position: relative;
    vertical-align: top;
    width: 50%;
    white-space: normal;
    font-size: 0.90em;
    display: inline-block;
}

.itemHeight {
    position: relative;
    overflow: hidden;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 0px;
    margin-bottom: 20px;
    /* height: 340px;*/
    height: fit-content;
}

.itemHeight a {
    padding-left: 0;
    background: none;
}

.event-gallery .content {
    display: block;
    color: #2c3e50;
    text-align: center;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #fff;
    border: 1px solid #c2c4cb;
    background: none;
    padding-left: 0;
    border-top: 0;
}

.hnewsitem .title a {

    font-family: 'TWKLausanne', sans-serif;
    color: #20282F;
    text-decoration: none;
    text-transform: uppercase;
}

.hnewsitem .rlink a {
    font-size: 0.9em;
}

.catlinks {
    position: absolute;
    left: 0;
    width: 4%;
    height: 260px;
    top: 0;
    background: url(/images/catleft.png) no-repeat left top;
}

.catrechts {
    position: absolute;
    height: 260px;
    right: 0;
    width: 4%;
    top: 0;
    background: url(/images/catright.png) no-repeat right top;
}

/* knoppen */
.event-gallery {
    position: relative;
    width: 100%;
    display: block;
    padding-top: 15px;
}

.bcontrols {
    position: absolute;
    top: 15px;
    right: 0;
    width: 82px;
    text-align: center;
}

.bcontrols .bnav div {
    float: right;
    margin: 0px;
    width: 30px;
    height: 31px;
    border-radius: 3px;
    padding: 0;
    margin-right: 10px;
    font-size: 15px;
    line-height: 32px;
    background: #d6d9dc;
    color: var(--secondary-color);
    display: inline-block;
    cursor: pointer;
}

.bcontrols .bnav div:hover {
    background: var(--main-color);
}

.bcontrols .bnav .catlinks:after {
    font-family: "FontAwesome";
    content: "\f053";
}

.bcontrols .bnav .catrechts:after {
    font-family: "FontAwesome";
    content: "\f054";
}

#videos {
    padding-top: 20px;
}

.youtube-player {
    height: 350px;
    width: 49%;
    display: block;
    margin-bottom: 25px;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

/* FOOTER */

#footer {
    width: 100%;
}

/* CONTACTFORMULIER */
#contactform {
    /*margin-top: 0px;*/
}

#contactform input, .righttable input {
    width: 97%;
}

#contactform textarea, .righttable textarea {
    width: 97% !important;
}

.righttable {
    float: right;
    width: 48%;
}

#contactform {
    float: left;
    width: 48%;
}

.tdinput {
    float: left;
    width: 100%;
}

.tdtitle {
    float: left;
    width: 100%;
}

.spamtr {
    float: left;
    width: 100%;
}

.sbtn {
    cursor: pointer;
}

#validator {
    padding: 4px !important;
    height: 26px;
    margin-left: 20px;
}

.back {
    text-decoration: none;
}

.tdinput textarea {
    height: 172px;
}


#editor {
    text-align: left;
}

input:focus, textarea:focus {
    box-shadow: 0px 0px 1px 1px var(--main-color) !important;
    -webkit-transition: all ease-in-out 0.25s;
    -moz-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
}

.femail a {
    color: var(--secondary-color);
}

/*SUB-BANNER*/
.sub-banner {
    /*background:#e9f2f7;*/
    padding: 20px 0 5px 0;
    /*border-bottom: 1px solid #c2c4cb;
    box-shadow: inset 0px 1px 1px #d7dfe4;*/
}

.sub-banner h2 {
    float: left;
    /*font-weight:300;*/
    font-size: 30px;
}

.sub-banner .sitewidth {

}

/* Breadcrumb */
/*.newsection {
    margin-bottom: 20px;
}*/

.breadcrumb {
    float: none;
    margin: 0px;

    background: var(--main-color);
    padding: 10px;
    color: var(--secondary-color);
}


.breadcrumb > li {
    margin-right: 5px;
    font-size: 18px;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > li a {
    color: var(--secondary-color);
    font-size: 18px;
}

.breadcrumb > li + li:before {
    margin-right: 7px;
    font-family: "FontAwesome";
    content: "\f105";
    padding: 0px;
    color: #ccc;
    background: #fff;
    width: 15px;
    height: 15px;
    display: inline-block;
    text-align: center;
    line-height: 15px;
    font-size: 12px;
    border: 1px solid #c2c4cb;
    border-radius: 3px;
}

/*main-footer*/
.main-footer {
    background: var(--main-color);
    padding: 30px 0 15px 0;
    color: var(--secondary-color);
    line-height: 1.4em;
}

.main-footer .email_link {
    color: var(--secondary-color);
}

.main-footer a:hover {
    color: var(--secondary-color);
    text-decoration: underline;
}

.main-footer p, .main-footer .fa-ul li {
    font-size: 16px;
}


.main-footer .fa-li {
    margin-top: 3px;
}

.main-footer h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--secondary-color);
}

.main-footer h2 .border {
    height: 1px;
    background: var(--secondary-color);
    display: block;
    width: 45px;
    margin-top: 10px;
}

.main-footer .about {
    border-bottom: 1px solid var(--secondary-color);
    padding-bottom: 8px;
    margin-bottom: 14px;
}

.main-footer .widget {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.main-footer p, .main-footer .fa-ul li {
    font-size: 16px;
}

#fsitemap {
    float: right;
    width: auto;
    margin-right: 20px;
    color: var(--secondary-color);
    font-size: 90%;
}

#fpopcom {
    float: right;
    width: auto;
    /* background: url(/images/fpopcom.png) no-repeat right center;*/
    padding-right: 25px;
    color: var(--secondary-color);
    font-size: 90%;
}

.lastest-tweets {
    width: 50%;
}

.lastest-articles {
    display: flex;
    justify-content: end;
    width: 75%;
    align-items: center;
    margin-top: 80px;
    padding-right: 30px !important;
    flex-wrap: wrap;
}

@media screen and (max-width: 585px) {
    .lastest-articles {
        justify-content: start;
        align-items: center;
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

.logo-menen {
    max-height: 50px;
    width: auto;
}

.fcontact {
    width: 25%;
}

.fcontact a {
    color: var(--secondary-color);
}


.flicker a {
    margin-bottom: 12px;
    display: inline-block;
    margin-right: 8px;
}

.flicker a:nth-child(3n) {
    margin-right: 0px;
}

.flicker img {
    width: 80px;
    height: 80px;
    border-radius: 3px;
}

.fa-ul {
    margin-left: 0px;
}

.fa-ul {
    padding-left: 0;
    /*margin-left: 2.14285714em;*/
    list-style-type: none;
}

.fa-ul > li {
    list-style-type: none;
    padding-left: 25px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--secondary-color);
    padding-bottom: 10px;
}

.fa-li {
    left: 0px;
    width: 15px;
}

.lastest-tweets .fa-twitter {
    color: #5bb4e1;
}

.lastest-tweets .fa-twitter:hover {
    background: none
}

.lastest-tweets li {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.recent-img {
    width: 70px;
    height: 70px;
    background: #ccc;
    border-radius: 2px;
    float: left;
    margin-right: 15px;
    overflow: hidden;
}

.recent-img img {
    width: 100%;
}

.recent-blog {
    border-bottom: 1px solid #374959;
    margin-bottom: 16px;
    padding-bottom: 8px;
}

.recent-content {
    overflow: hidden;
}

.recent-blog .title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}

.recent-blog .title a {
    color: var(--secondary-color);
}

.recent-content .date {
    margin-bottom: 0px;
    font-size: 12px;
}

.recent-content .icon {
    margin-right: 10px;
    font-size: 12px;
}

.recent-content .comment a {
    color: var(--secondary-color);
    font-size: 12px;
}

#zielzoekers {
    margin-top: 0px;
    margin-bottom: 40px;
}

#zielzoekers a {
    display: block;
}

#zielzoekers a img {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 100%;
}

/*SCROLL MENU */
.main-nav-scrolled {
    position: fixed !important;
    width: 100% !important;
    top: 0;
    z-index: 1000;
    background-color: rgb(255, 255, 255);
    /*background-color: rgba(255, 255, 255, 0.95);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff)";
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=88)";
	filter: alpha(opacity=95);*/
    border-bottom: 1px solid var(--main-color);
    padding: 0;
}

.main-nav-scrolled {
    padding: 5px 0 !important;
}

.main-nav-scrolled #logo {
    /*width: 66px;*/
}

.main-nav-scrolled #logo img {
    width: 100%;
}

.main-nav-scrolled #headaddress {
    display: none;
}

.main-nav-scrolled #logo40jaar {
    margin-left: -115px;
    top: 12px;
}

.main-nav-scrolled #logo40jaar img {
    height: 90px;
}

.main-nav-scrolled #headerpad_wrapper {
    min-height: auto;
}


/* RESPONSIVE MENU */
.toggle-nav {
    display: none;
    position: absolute;
    right: 0;
    margin-top: 0px;
    height: 35px;
    overflow: hidden;
}

.tn_btn {
    /*background-color: #fff;*/
    /*border-radius: 4px;*/
    /*margin: 5px 5px 6px;*/
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

.tn_btn {
    cursor: pointer;
    display: block;
    line-height: 1.2em;
    padding: 0.37em 0.6em;
    position: relative;
    vertical-align: middle;
}

.tn_icon-bar {
    /* background-color: #00b4d8;*/
    background-color: #fff;
}

.tn_icon-bar {
    border-radius: 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    display: block;
    height: 0.25em;
    width: 2.1em;
}

.tn_icon-bar + .tn_icon-bar {
    margin-top: 0.40em;
}

#sub1 {
    display: none;
}


/*#sub1 li{
	list-style-type: square;
	display: inline-block;
	margin-right: 15px;
}

#sub1 li a:hover,#sub1 li .sel{
	color:var(--main-color);

}*/
#tinynav1, #tinynav2 {
    display: none;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/

.clearfix {
    *zoom: 1;
}


/* PRINT */
@media print {
}

/* RESPONSIVE */

@media screen and (min-width: 1200px) {
    .main-nav {
        display: block !important;
    }
}


@media screen and (max-width: 1550px) {
    #logo40jaar_small {
        display: block;
    }

    #logo40jaar {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    #logo40jaar_small {
        margin-left: 60px;
    }

    #main {
        width: 100%;
    }

    img {
        max-width: 100%;
    }

    .sitewidth {
        width: 96%;
    }

    #header {
        background-color: var(--main-color);
        padding: 20px 0;
    }

    #headerpad_wrapper {
        position: relative;
        background-color: transparent;
        padding: 0;
    }
}

@media screen and (max-width: 1160px) {
    .main-nav li {
        margin-right: 18px;
    }
}

@media screen and (max-width: 1100px) {
    .toggle-nav {
        display: block;
        top: 100px;
        right: 10px;
        z-index: 999;
    }

    #header {
        padding: 10px;
    }

    #aside {
        display: none;
    }

    #searchwrap {
        /*margin-top: 50px;*/
        margin-right: 60px;
    }

    .main-nav {
        display: none;
        position: absolute;
        width: 100%;
        float: left;
        left: 0;
        top: 160px;
        background-color: var(--main-color);
        z-index: 900;
        padding-bottom: 5px;
        border-bottom: 1px solid var(--main-color);
    }

    .main-nav ul {
        width: 100%;
    }

    .main-nav ul li {
        line-height: 1em !important;
        text-align: right;
        width: 100%;
        padding: 10px 25px 10px 0;
        margin-right: 0px;
        float: right;
    }

    .main-nav ul li a {
        font-weight: bold;
    }

    .sub-menu {
        display: none !important;
        position: relative;
        visibility: visible;
        display: block;
        border: none;
        background-color: var(--secondary-color);
    }

    .main-nav li:hover .sub-menu {
        visibility: visible;
        display: block;
        top: 0;
    }

    .main-nav .sub-menu li {
        margin-bottom: 4px;
        padding: 2px 0;
        text-align: right;
        border: none;
    }

    .main-nav .sub-menu li a {
        font-size: 14px;
        color: #6d7a83;
        position: relative;
        font-weight: normal;
    }

    .main-nav .sub-menu li:hover a {
        color: var(--main-color);
    }

    .main-nav-scrolled #searchwrap {
        margin-top: 10px;
        margin-right: 60px;
    }

    .main-nav-scrolled .toggle-nav {
        top: 28px;
    }

    .main-nav-scrolled .main-nav {
        top: 75px;
    }

    #tinynav2 {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 980px) {

    .lastest-tweets {
        padding: 0;
        margin-top: 20px;
        width: 100%;
    }

    .fcontact, .lastest-articles {
        width: 50%;
    }

    .sub-banner {
        padding: 30px 0 10px 0;
    }

    #contentpad {
        padding: 15px 0;
    }
}

@media screen and (max-width: 900px) {
    /*body{
        background-size: 100%;
    }*/
    #sidebar {
        padding-right: 0;
        width: 100%;
    }

    .numbers {
        display: none;
    }

    .l_tinynav1, .l_tinynav2 {
        display: none;
    }

    #tinynav1, #tinynav2 {
        width: 100%;
        background: none repeat scroll 0% 0% transparent;
        padding: 10px 15px;
        font-size: 14px;
        line-height: 1;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-color: rgb(169, 169, 169);
        height: 40px;
        cursor: pointer;
        outline: medium none;
        width: 100%;
    }

    #tinynav1 option {
        color: #c3c8cd !important;
    }

    #aside .categories {
        padding: 10px 0px 0px 0px;
    }

    #aside .title {
        margin-bottom: 10px;
    }

    #aside .widget .form-input {
        margin-bottom: 5px;
    }

    .scontent {
        width: 100%;
        padding: 10px;
        float: left;
    }

    #tinynav1 {
        display: block;
    }

    .events .eventform-con {
        padding-left: 5px;
        padding-right: 5px;
    }

    .sitewidth {
        width: 98%;
    }

    .nieuwscat {
        display: none;
    }

    #aside .widget {
        padding-left: 5px;
        padding-right: 5px;
    }

    .single-blog .eventsimg {
        width: 100%;
        float: none;
        margin-bottom: 25px;
        margin-top: 20px;
    }

    #zielzoekers {
        width: 50%;
        margin: 20px auto;
    }

    #sfb {
        display: none;
    }

    #sfbmobile {
        display: flex;
        width: 100% !important;
        margin-top: 40px;
        height: fit-content !important;
    }

    #sfbmobile iframe, #sfbmobile span {
        width: 100% !important;
    }
}

@media screen and (max-width: 850px) {
    .youtube-player {
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
    .blog .event-content {
        padding: 12px 10px;
        width: 54.5%;
    }
}

@media screen and (max-width: 670px) {
    #contactform input, .righttable input {
        width: 95%;
    }

    #contactform textarea, .righttable textarea {
        width: 95% !important;
    }
}

@media screen and (max-width: 630px) {
    .itemlist .eventsimg {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .blog .eventsimg {
        float: left;
        width: 100%;
        margin-top: 15px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .blog .event-content {
        width: 100%;
        margin-left: 0px;
        margin-right: 0;
    }
}

@media screen and (max-width: 585px) {
    .fcontact, .lastest-articles {
        width: 100%;
    }
}

@media screen and (max-width: 380px) {
    #logo {
        position: absolute;
        left: 10px;
    }
}

@media screen and (max-width: 340px) {
    /*#searchwrap {
        margin-top: 0px;
        margin-right: 0px;
        width: 100%;
    }
    #qt{
        width: 80%;
    }*/
}


@media screen and (max-width: 480px) {
    #evesolotext img {
        width: 100%;
        max-width: 100% !important;
    }

    #logo {
        margin-left: 5px;
    }
}

@media screen and (max-width: 590px) {
    .hnewsitem {
        width: 100%;
    }
}

@media screen and (max-width: 350px) {
    .main-nav-scrolled #searchwrap {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    #zielzoekers {
        width: 90%;
        margin: 20px auto;
    }
}

@media screen and (max-width: 440px) {
    #logo {
        width: 80px;
    }

    #searchwrap {

    }
}

/*Application-form*/

.error-input {
    border: 1px solid var(--main-color);
}

.error-color {
    color: var(--main-color);
}

.application-form {
    padding-bottom: 25px;
    overflow: auto;
}

.application-form > .row {
    overflow: auto;
    display: flex;
    padding-bottom: .5rem;
    flex-wrap: wrap;
}

.application-form > .form-group > input, .application-form > .form-group > label {
    width: 100%;
}

.application-form > .row > .col {
    width: 50%;
    padding-right: 15px;
}

.application-form > .row > select.col {
    width: calc(50% - 15px);
    padding-right: 15px;
}

@media screen and (max-width: 650px) {
    .application-form > .row > .col {
        width: 100%;
        padding-right: 15px;
    }

    .application-form > .row > select.col {
        width: calc(100% - 15px);
        padding-right: 15px;
    }
}

.application-form > .row > .col-100 {
    width: 100%;
    margin-right: 15px;
}

.application-form > .row > * > * {
    width: 100%;
}

.application-form .inline-form > input {
    width: 50px;
    margin-right: 8px;
}

.application-form p.col-100 {
    padding: 10px 0;
}

.homeevents {
    margin-bottom: 20px;
    padding-bottom: 35px;
    border-bottom: 1px solid #c3c8cd;
}

.homeevents .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2px;
    margin-right: -2px;
}

.homeevents .col-30 {
    width: 30%;
}

.homeevents .col-50 {
    width: 50%;
}

.homeevents .col-100 {
    width: 100%;
}

.homeevents .item {
    padding: 2px;
    min-height: 380px;
    overflow: hidden;
}

.homeevents .item .container {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    border-radius: 2px;
}

@media screen and (max-width: 750px) {
    .homeevents .item {
        width: 100%;
        height: 350px;
    }
}

.homeevents .item .bg-img {
    display: flex;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    tab-index: -1;
    position: absolute;
}


.homeevents .item:hover .bg-img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    filter: brightness(40%);
}

.homeevents .item .content {
    position: absolute;
    bottom: 50px;
    left: 0;
    margin: 20px;
}

.homeevents .title {
    padding-bottom: 10px;
    color: var(--white);
    font-size: 25px;
    text-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

.homeevents .title:hover {
    text-decoration: underline;
}

.homeevents .loc {
    padding-bottom: 10px;
    color: var(--white);
    text-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

.homeevents .date {
    padding-bottom: 10px;
    color: var(--white);
    text-shadow: 0 0 10px rgb(0 0 0 / 50%);
    font-family: 'RelativeMono', sans-serif;
}

.homeevents .btn-ticket {
    position: absolute;
    bottom: -50;
    left: 0;
}

.btn-ticket:hover {
    background-color: var(--btn-bg-hover);
}