<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* DEFAULTS */
*,*:before,*:after{
	box-sizing:border-box;
}

body{
	font-family:'Arimo', sans-serif;	font-size:14px;	font-weight:normal;	color:#363636;	background:#ffffff;	line-height:24px;}

h1,h2,h3{
	color:#e24c3f;	font-family:'Open Sans Condensed', sans-serif;}

h1{
	font-size:28px;	font-weight:bold;}

h2{
	font-size:22px;	font-weight:bold;}

h3{
	font-size:18px;	font-weight:bold;}

a{
	color:#e24c3f;}

img{
	max-width:100%;
}

.container{
	max-width:1200px;}

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

.centerText{
	text-align:center;
}

.marginTopBot{
	margin:20px 0;
}

.mTruncate-hidden {
    display: none;
}

.displayFlex{
	display:flex;
	float:left;
	width:100%;
}

/* COLUMNS */
.col_66{
	float:left;
	width: 66.666666666666%;
}

.col_33{
	float:left;
	width: 33.333333333333%;
}

.col_50{
	float:left;
	width: 50%;
}

/* PADDINGS */
.blockPadding{
	padding:20px;
}

.sidePadding{
	padding: 0 20px;
}

.vertPadding{
	padding: 20px 0;
}

.rightPadding{
	padding-right: 20px;
}

.leftPadding{
	padding-left: 20px;
}

/* BACKGROUNDS */
.bgLightGray{
	background: #eee;
}

.bgGray{
	background: #ccc;
}

.bgDarkGray{
	background: #aaa;
}

/* HEADER */
#header{
		float:left;
	width:100%;
	z-index:2;
		background:#0e0640;}

#header #logo{
	float:left;
	width:100%;
	margin: 0 0 0px 0;
	padding: 20px 0;
	text-align:center;
}

@media (min-width: 760px) {
	
			#header #logo{
				width:30%;
				margin: 0;
				text-align:left;
			}
			#header #logo img{
				float:left;
				display:block;
			}
		}

/* NAVIGATION */
#navigation ul{
	float:right;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	}

#navigation ul li{
	float:left;
	margin:0;
	position:relative;
}

#navigation ul li a{
	float:left;
	padding-left:15px;
	padding-right:15px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-decoration:none;
	text-transform:uppercase;	}


#navigation ul li a:active{
	background: rgba(0,0,0,0.3);
}

#navigation ul li ul{
	display:none;
	list-style:none;
	/*max-width:100%;*/
	position:absolute;
	padding:0;
	margin:0;
	left:0;
	border-top: 1px dashed #e5e5e5;
	background:#e24c3f;}

#navigation ul li ul li{
	width:100%;
	float:left;
}

#navigation ul li ul li a{
	width:100%;
	padding: 10px 20px;
	transition: background 0.3s;
	border-bottom: 1px dashed #e5e5e5;
	border-left: 0px solid #e5e5e5;
	border-right: 0px solid #e5e5e5;
}

#navigation ul li ul li a:hover{
	background: rgba(255,255,255,0.3);
}

#navigation ul li ul li a:active{
	background: rgba(0,0,0,0.3);
}

#navigation ul li:hover ul{
	display:block;
}

@media (min-width: 760px) {
	#header #navigation ul{
		max-width:70%;
		width:auto;
	}
}

#header #fullNavigation{
	background:#e24c3f;	float:left;
	width:100%;
}
#header #fullNavigation #navigation ul{
	width:100%;
	float:left;
	max-width:100%;
}

#header #navigation ul{
	background:#e24c3f;	}

#header #navigation ul a{
	color:#ffffff;	
}

#header #navigation ul li a:hover{
	color:#ffffff;	background: rgba(255,255,255,0.3);
}
#header #navigation ul li ul{
	max-width:none;
	min-width:100px;
}
#menuToggle {
    cursor: pointer;
    display: none;
    float: right;
    padding: 12px;
    width: 20%;
	background: rgba(0,0,0,0.4);
}
#menuToggle span.linecont {
    float: right;
    max-width: 55px;
    padding: 5px 0 0;
    width: 100%;
}
#menuToggle span.nav {
    color: #fff;
    display: none;
    float: left;
    font-weight: bold;
    padding: 1px 0 0;
    text-align: left;
    text-transform: uppercase;
    width: 80%;
}
#menuToggle span.linecont span {
    background: #fff none repeat scroll 0 0;
    float: left;
    height: 2px;
    margin: 0 0 5px;
    width: 100%;
}
#navigation span.nav {
    color: #fff;
    cursor: pointer;
    display: none;
    float: left;
    font-size: 18px;
    font-weight: 300;
    padding: 12px 0;
    text-align: left;
    text-transform: uppercase;
    width: 80%;
}

#header #navigation.mobile-menu ul{
	border-left:0px;
}

#navigation.mobile-menu ul{
    display: none;
	border-left:0px;
}
#navigation.mobile-menu ul{
    float: left;
    width: 100%;
}
#navigation.mobile-menu ul li {

    border-top: 1px solid rgba(255,255,255,0.5);
    float: left;
    width: 100%;
}
#navigation.mobile-menu ul li ul{
	top:0 !important;
	position:relative;
}
#navigation.mobile-menu ul li a {
    float: left;
    width: 100%;
    border-left: 0 none;
    border-right: 0 none;
}
#navigation.mobile-menu ul.containerNav li a{
	padding:10px 0 !important;
	text-align:center;
}
#navigation.mobile-menu ul li:hover ul {
    display: none;
}

/* MAIN CONTENT */
#mainContent{
	padding: 30px 0;
	float:left;
	width:100%;
}

#bannerContent{
	padding: 0;
	margin: 30px 0 0px 0;
	float:left;
	width:100%;
}

/* BANNER */
#bannerSlider{
	float:left;
	width:100%;
	position:relative;
	z-index:1;
}

#bannerSlider .banner{
	float:left;
	width: 100%;
	padding: 80px 0;
	background-size: cover !important;
}

#bannerSlider .banner .bannerBig{
	float:left;
	width:100%;
	font-size: 40px;
	overflow:hidden;
	line-height:1em;
	height:65px;
	font-weight: bold;
	text-transform:uppercase;	padding: 0 15%;
	color: #ffffff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
	;
}

#bannerSlider .banner .bannerSmall{
	float:left;
	width:100%;
	padding: 0 15%;	
	font-size: 24px;
	color: #FFFFFF;
	overflow:hidden;
		height:65px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
	;
}

#bannerSlider .banner .bannerButton{
	margin: 0 0 0 15%;
}

/* STATIC BANNER */
.staticBanner{
	float:left;
	width:100%;
	margin: 0 0 0px 0;
	min-height:250px;
	padding:30px;
	text-align:center;
	position:relative;
}

.staticBanner{
	float:left;
	width: 100%;
	padding: 80px 0;
	background-size: cover !important;
}

.staticBanner.parallax{
	background-attachment: fixed !important;
}

.staticBanner .bannerBig{
	float:left;
	width:100%;
	font-size: 40px;
	overflow:hidden;
	/*height:65px;*/
	line-height:1em;
	font-weight: bold;
	text-transform:uppercase;	padding: 0 15%;
	color: #ffffff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
	;
}

.staticBanner .bannerSmall{
	float:left;
	width:100%;
	padding: 0 15%;	
	font-size: 24px;
	color: #FFFFFF;
		overflow:hidden;
	height:65px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
	;
}

.staticBanner .bannerButton{
	margin: 0 35%;
	width:30%;
}

/* FULL BANNER */
.fullBanner{
	float:left;
	width:100%;
	padding:50px 0;
	min-height: 250px;
	margin: 0 0 0 0;
}

.fullBanner.pageBanner{
	padding:25px 0;
	min-height: 0;
}


.fullBanner .bannerBig{
	float:left;
	width:100%;
	font-size: 40px;
	overflow:hidden;
	/*height:65px;*/
	line-height:1.2em;
	font-weight: bold;
	text-transform:uppercase;	color: #ffffff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
	;
}

.fullBanner .bannerSmall{
	float:left;
	width:100%;
	font-size: 24px;
	color: #FFFFFF;
		overflow:hidden;
	height:65px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
	;
}


/* FULL BANNER */
.fullBannerParallax{
	float:left;
	width:100%;
	padding:100px 0;
	min-height: 250px;
	margin: 0 0 0 0;
	background-attachment:fixed !important;
}

.fullBannerParallax.pageBanner{
	padding:50px 0;
}

.fullBannerParallax .bannerBig{
	float:left;
	width:100%;
	font-size: 40px;
	/*overflow:hidden;
	height:65px;*/
	font-weight: bold;
	line-height:1em;
	text-transform:uppercase;;
	color: #ffffff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
	;
}

.fullBannerParallax .bannerSmall{
	float:left;
	width:100%;
	font-size: 24px;
	color: #FFFFFF;
		/*overflow:hidden;
	height:65px;*/
	margin: 10px 0 0 0;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
	;
}

/* BANNER BUTTON */

.bannerButton{
	float:left;
	padding: 8px 15px;
	color:#ffffff;
	background: #B51F24;
	text-transform:uppercase;
	text-decoration:none;
	transition: transform 0.3s;
}

.bannerButton:hover{
	transform: scale(1.05);
	color:#fff;
}

.bannerButton:active{
	transform: scale(0.8);
}

/* TEXT */
#text{
	background: #fff;
	border-radius: 6px;
	padding: 0 20px;
	margin: 30px 0 0 0;
}

#text p{
	color:#444;
}

.readMore{
	float:right;
	color:#e24c3f;	cursor:pointer;
}

#textLoose{
	float:left;
	width:100%;
	padding: 20px 0;
	background:#ffffff;		margin: 0 0 20px 0;
}

.homeRightLinks{
	float:right;
	width:20%;
	margin: 0 0 20px 20px;
}

.homeRightLinks a:first-of-type{
	border-top: 1px dashed #ddd;
}

.homeRightLinks a{
	float:left;
	width:100%;
	padding:8px 0;
	text-decoration:none;
	border-bottom: 1px dashed #ddd;
	text-align:center;
}

.homeRightLinks a:hover{
	background: #ddd;
}

.homeBottomLinks{
	float:left;
	width:100%;
	margin:20px 0 0;
}

.homeBottomLinks a{
	float:left;
	padding:10px 15px;
	text-decoration:none;
	background:#fff;
	text-align:center;
	border: 1px solid #ed3155;
	border-radius:3px;
	margin: 0 10px 10px 0;
}

.homeBottomLinks a:hover{
	background: #ed3155;
	color:#fff;
}


/* BLOCK LAYOUTS */
#blocksOne, #blocksTwo, #blocksThree, #blocksFour{
	float:left;
	width:100%;
	margin: 0 0 30px 0;
}

.rowOne, .rowTwo{
	float:left;
	width:100%;
}

/* FIRST BLOCK LAYOUT */
.blockOne{
	float:left;
	width:100%;
	border-bottom: 1px solid #fff;
	height: 300px;
	overflow:hidden;
	position:relative;
}

.blockOne .category{
	float:left;
	width:75%;
	padding: 15px 0;
	text-align:center;
	text-transform: uppercase;
	color:#ffffff;
	background: #1f1f1f;
	position:absolute;
	left:0;
	top:0;
	transition: all 0.3s;
}

.blockOne .image{
	float:left;
	width:100%;
	height: 160px;
	transition: all 0.3s;
}

.blockOne .shortText{
	float:left;
	width:100%;
	padding: 15px;
	color:#ffffff;
	background: #e24c3f;
	transition: all 0.3s;
}

.blockOne .shortText .title{
	float:left;
	width:100%;
	text-transform:uppercase;
	font-size: 2em;
	color: #e24c3f;
	margin: 0 0 10px 0;
}

.blockOne .shortText .text{
	float:left;
	width:100%;
}

.blockOne .fadeText{
	background: -moz-linear-gradient(top, rgba(226,76,63,0) 0%, rgba(226,76,63,1) 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,76,63,0)), color-stop(50%,rgba(226,76,63,1)));
	background: -webkit-linear-gradient(top, rgba(226,76,63,0) 0%,rgba(226,76,63,1) 50%);
	background: -o-linear-gradient(top, rgba(226,76,63,0) 0%,rgba(226,76,63,1) 50%);
	background: -ms-linear-gradient(top, rgba(226,76,63,0) 0%,rgba(226,76,63,1) 50%);
	background: linear-gradient(to bottom, rgba(226,76,63,0) 0%,rgba(226,76,63,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00222222', endColorstr='#222222',GradientType=0 );
	bottom: 0;
    height: 25px;
    left: 0;
    position: absolute;
    right: 0;
	transition: all 0.3s;
}

.blockOne:hover .category{
	top: -80px;
}

.blockOne:hover .fadeText{
	opacity:0;
}

.blockOne:hover .image{
	height: 300px;
}

/* SECOND BLOCK LAYOUT */
.blockTwo{
	float:left;
	width:100%;
	margin: 0 0 30px 0;
	color:#ffffff;
}

.blockTwo .image{
	float:left;
	width:100%;
	height: 180px;
	margin: 0 0 15px 0;
}

.blockTwo .title{
	float:left;
	width:100%;
	text-transform:uppercase;
	color:#e24c3f;
	font-size: 2em;
	font-weight: bold;
	margin: 0 0 15px 0;
}

.blockTwo .text{
	float:left;
	width:100%;
	margin: 0 0 15px 0;
}

.blockTwo a{
	float:left;
	padding: 9px 15px 8px 15px;
	border-radius: 3px;
	border: 1px solid #e24c3f;
	color:#e24c3f;
	text-transform:uppercase;
	text-decoration: none;
	transition: all 0.3s;
}

.blockTwo a:hover{
	color:#fff;
	background: #e24c3f;
}

/* THIRD BLOCK LAYOUT */
#blocksThree .columnBlock{
	width:100%;
	max-width:1280px;
	float:left;
}

.blockThree{
	display:block;
	float:left;
	width:30%;
	background:#fff;
	margin-bottom:20px;
	background: gray;
}

.gutter-sizer{
	width: 3%; 
}

@media (max-width: 800px) {
	.blockThree{
		width:47%;
	}
}

@media (max-width: 500px) {
	.blockThree{
		width:100%;
	}
	.gutter-sizer{
		width: 0%; 
	}
}

.blockThree .image{
	float:left;
	width:100%;
}

.blockThree .shortText{
	background:#fff;
	padding:15px;
	float:left;
	width:100%;
}

.blockThree .shortText .title{
	color: #1eaedb;
	font-size: 1.3em;
	float:left;
	width:100%;
	margin: 0 0 10px 0;
}

.blockThree .shortText .text{
	float:left;
	width:100%;
	color: #444;
}

.blockThree .blockLogo{
	background: url(../images/logo.svg) no-repeat center center #eee;
	float:left;
	width:100%;
	height: 50px;
}

/* FOURTH BLOCK LAYOUT */
.blockFour{
	float:left;
	width:32%;
	margin: 0 2% 0 0;
	border-bottom: 1px solid #fff;
	height: 300px;
	overflow:hidden;
	position:relative;
	background-size:110% !important;
	transition: background 0.3s;
}

.blockFour:nth-of-type(3n){
	float:right;
	margin:0;
}

.blockFour:hover{
	background-size:120% !important;
}

.blockFour .shortText{
	float:left;
	width:100%;
	padding: 15px;
	color:#ffffff;
	background: #e24c3f;
	transition: all 0.3s;
	position:absolute;
	bottom:0;
}

.blockFour .shortText .title{
	float:left;
	width:100%;
	text-transform:uppercase;
	font-size: 2em;
	color: #e24c3f;

}

.blockFour .shortText .text{
	float:left;
	width:100%;
	opacity:0;
	transition: all 0.3s;
	height:0;
}
.blockFour:hover .shortText .text{
	opacity:1;
	height: 45px;
	overflow:hidden;
	margin: 10px 0 0px 0;
}

/* CAT PAGE CSS */
.categoryText{
	float:left;
	width:100%;
	margin: 0 0 30px 0;
}

.blogsContainer{
	float:left;
	width:100%;
	padding: 0;
	margin: 0 0 30px 0;
	border-top: 1px dashed #ccc;
}
@media (min-width: 950px) {
	/* HALF PAGE BLOGCAT */
	.categoryText.halfPage{
		width:49%;
	}

	.blogsContainer.halfPage{
		float:right;
		width:49%;
	}

	.blogsContainer.halfPage a .blogOverviewImage{
		min-height:100px;
	}

	/* 2/3 PAGE BLOGCAT */
	.categoryText.twoThirdPage{
		width:69%;
	}

	.blogsContainer.twoThirdPage{
		float:right;
		width:29%;
	}

	.categoryText.twoThirdPage{
		width:69%;
	}

	.blogsContainer.twoThirdPage a .shortText{
		width:100%;
		padding:0;
	}

	.blogsContainer.twoThirdPage a .blogOverviewImage{
		width:100%;
		min-height:100px;
	}

	.blogsContainer.twoThirdPage.noText a .shortText .text{
		display:none;
	}

	.blogsContainer.twoThirdPage.noImage a .blogOverviewImage{
		display:none;
	}
	
	.categoryText.ticketLeft{
		float:right;
		width:39%;
	}
	
	.blogsContainer.ticketLeft{
		float:left;
		width:59%;
		border:none;
	}
	.blogsContainer.ticketLeft .blogOverviewBlog{
		float:left;
		padding:0;
		margin:1px 0 20px 0;
		border-top: 1px dashed #ccc;
		border-bottom: 1px dashed #ccc;
	}
	.blogsContainer.ticketLeft .shortText{
		float:right;
		padding: 20px 3% 0 !important;
		width:59%;
	}
	.blogsContainer.ticketLeft .blogOverviewImage{
		float:left;
		height:200px;
		width:40%;
		margin:-1px 0;
	
	}
	.blogsContainer.ticketLeft .readMore{
		float:right;
		margin:-40px 0 0;

	}
}

/* DEFAULT BLOG PAGE */
.blogsContainer a{
	float:left;
	width:100%;
	padding: 30px;
	border-bottom: 1px dashed #ccc;
	transition: background 0.3s;
	color:#444;
}

.blogsContainer a:hover{
	background:#eee;
}

@media (max-width: 950px) {
	.blogsContainer a .blogOverviewImage{
		min-height: 100px;
	}
}
.blogsContainer a .blogOverviewImage{
	float:right;
	width:20%;
}
.displayFlex{
	display:flex;
}
.blogsContainer a .shortText{
	float:left;
	width:80%;
	padding: 0 30px 0 0;
}

.blogsContainer a .title{
	float:left;
	width:100%;
	font-size: 1.5em;
	text-transform:uppercase;
	font-weight: bold;
	overflow:hidden;
	margin: 0 0 15px 0;
}

.blogsContainer a .readMore{
	float:left;
	padding: 8px 15px;
	color:#fff;
	background: #e24c3f;
	margin: 20px 0 0 0;
	clear:left;
}

/* BLOG PAGE CSS */
.blogImage{
	float:right;
	margin: 0 0 20px 20px;
}
@media (min-width: 500px) {
	.blockOne{
		width: 50%;
		border-right: 1px solid #fff;
	}
	
	.blockOne:nth-of-type(2n){
		border-right: 0px solid #fff;
	}
	
	.blockOne:nth-of-type(3n){
		display:none;
	}
	
	.blockOne:nth-of-type(4n){
		display:none;
	}
	
	.blockTwo{
		width: 50%;
		padding: 0 2% 0 0;
	}
	
	.blockTwo:nth-of-type(2n){
		padding: 0 0 0 2%;
	}
	
	.blockTwo:nth-of-type(3n){
		display:none;
	}
}

@media (min-width: 750px) {
	.blockOne{
		width: 33.333333333%;
		border-bottom: 0px solid #fff;
		border-right: 1px solid #fff;
	}
	
	.rowOne{
		border-bottom: 1px solid #fff;
	}
	
	.blockOne:nth-of-type(2n){
		border-right: 1px solid #fff;
	}
	
	.blockOne:nth-of-type(3n){
		display:block;
	}
	
	.blockTwo{
		width: 33.333333333%;
	}
	
	.blockTwo:nth-of-type(2n){
		padding: 0 2% 0 0;
	}
	
	.blockTwo:nth-of-type(3n-1){
		padding: 0 1%;
	}
	
	.blockTwo:nth-of-type(3n){
		display:block;
		padding: 0 0 0 2%;
	}
}

@media (min-width: 1000px) {
	.blockOne{
		width:25%;
	}
	
	.blockOne:nth-of-type(4n){
		border-right: 0px;
		display:block;
	}
}

/* PLUGIN BOXES */
.pluginBox{
	float:right;
	width:30%;
	clear:right;
	margin:20px 0 20px 20px;
	min-width:320px;
}

.pluginBox.landingspages a{
	float:left;
	opacity:0.8;
	margin: 0 10px 10px 0;
	text-decoration:none;
	background:#000000;	padding: 8px 16px 10px;
	color:#e6e6e6;	border-radius:6px;
	transition: all 0.3s;
}

.pluginBox.landingspages a:hover{
	opacity:1;
}

.pluginBox.gallery, .pluginBox.productfeed, .pluginBox.randomBlogs, .pluginBox.shop{
	width:100%;
	margin:20px 0;
}

.pluginBox.randomBlogs .container{
	width:100%;
}

/* FOOTER */
#footer{
	float:left;
	width:100%;
		padding: 20px 0;
	text-align:center;
	background:#000000;	color:#e6e6e6;}

#footer a{
	color:#e6e6e6;}

.footerLinks{
	float:right;
	border-right: 1px solid rgba(255,255,255,0.5);
}

.footerLinks a{
	border-left: 1px solid rgba(255,255,255,0.5);
	float:left;
	padding: 0 8px;
}

/* LOGIN PAGE */
.fullContainerAdmin{
	float:left;
	background: #212025;
	width:100%;
	position:relative;
}

.headerAdmin{
	margin: 0 auto;
	width:960px;
}

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

.loginBlock{
	float:left;
	box-sizing: border-box;
	width:32%;
	padding: 2%;
	margin: 50px 33%;
	border: 1px solid #212025;
	background: #212025;
	color: #fff;
}

.loginBlock h1{
	text-align:center;
	float:left;
	width:100%;
}

.loginBlock strong{
	float:left;
	margin: 0 0 5px 0;
	width:100%;
}

.loginBlock input{
	float:left;
	box-sizing: border-box;
	padding: 5px 8px;
	width:100%;
	margin: 0 0 10px 0;
}

.copyright{
	float:left;
	width:100%;
	text-align:center;
	position: relative;
	bottom:0;
	background: #fff;
	padding: 20px 0;
	box-shadow: 0 -4px 4px -4px rgba(0, 0, 0, 0.5);
}

.loginBlock input[type="submit"]{
	float:right;
	cursor:pointer;
	padding: 9px 20px 8px 20px;
	border:0;
	text-transform:uppercase;
	border-radius:3px;
	font-size: 16px;
	font-weight: 700;
	background: #b51f24;
	color: #fff;
	width:100%;
	text-align:center;
	font-family: 'Lato',sans-serif;
}

.loginBlock input[type="submit"]:hover{
	background: #d5292f;
}

.loginBlock input[type="submit"]:active{
	background: #8a191d;
}

#headerBackend {
    background: none repeat scroll 0 0 #eee;
    padding: 20px 2%;
    width: 100%;
	float:left;
}

#mainContact{
	float:left;
	width:100%;
	margin:20px 0 0 0;
}

#mainContact .formTitle{
	float:left;
	width:100%;
	text-align:center;
	font-size:22px;	font-weight:bold;	margin: 0 0 20px 0;
}

#mainContact input[type="text"]{
	float:left;
	width:100%;
	margin: 0 0 15px 0;
}

#mainContact textarea{
	float:left;
	width:100%;
	margin: 0 0 15px 0;
}

#mainContact select{
	float:left;
	width:100%;
	margin: 0 0 15px 0;
}

#mainContact label{
	cursor:pointer;
}

#mainContact label.checkbox{
	float:left;
	width:100%;
	margin: 0 0 15px 0;
	font-weight: normal;
}

#mainContact label.radioButton{
	float:left;
	width:20%;
	margin: 0 0 15px 0;
	font-weight: normal;
}

#mainContact input[type="checkbox"], #mainContact input[type="radio"]{
	margin: 0 8px 0 0;
}

#mainContact input[type="submit"]{
	float:left;
	width:100%;
	padding:15px 0;
	height: auto;
	margin:0;
	background: #e24c3f;
	border:1px solid #e24c3f;
	line-height: 1em;
	font-size: 1.2em;
	color:#fff;
	transition: box-shadow 0.1s;
}

#mainContact input[type="submit"]:hover{
	box-shadow: 0px 0px 0 2px rgba(255,255,255,0.5) inset;
}

#mainContact input[type="submit"]:active{
	box-shadow: 0px 0px 0 30px rgba(255,255,255,0.5) inset;
}

/* Half om half en een hele */

#blocksFive{
	float:left;
	width:100%;
}
.blockFive{
	float:left;
	width:49%;
	margin:20px 2% 20px 0;
}
.blockFive:nth-of-type(3n + 2){
	margin:20px 0 20px 0;
}
.blockFive:nth-of-type(3n){
	width:100%;
}
.blockFive .blogImg{
	width:100%;
	background-size:cover !important;
	height:250px;
	float:left;
}
.blockFive .shortText{
	float:left;
	width:90%;
	padding:2%;
	margin:-40px 0 0  0;
	background:#fff;
}
.blockFive .title{
	float:left;
	width:100%;
}
.blockFive .title a{
	float:left;
	font-size: 2em;
	color: #e24c3f;
	margin: 0 0 10px 0;
	text-decoration:none;
	line-height:35px;
	box-sizing:border-box;
	font-style: italic;
	font-weight:500;
	padding:0 0 3px 0;
}
.blockFive .title a:hover{
	border-bottom:3px solid #e24c3f;
	padding:0;
}
.blockFive .text{
	float:left;
	width:100%;
	margin:20px 0;
}
.blockFive .category{
	float:left;
	width:100%;
	font-size:0.8em;
}
.blogLink{
	text-decoration:none;
	background:#e24c3f;
	padding:10px;
	color:#fff;
	float:left;
}
.blogLink:hover{
	color:#fff;
	background:#e24c3f;
}
/* 2/3tekst 2/6 rBlogs zelfde cat */
#textfield{
	width:65%;
	float:left;
	margin:0 2% 0 0;
}
.containerblogs{
	float:left;
	width:32%;
	
}
.layoutTypeBlog2{
	float:left;
	width:100%;
	padding:20px 0;
	border-top:2px dashed #8995A1;
	font-size: 1em;
}
.layoutTypeBlog2:last-of-type{
	float:left;
	border-bottom:2px dashed #8995A1;
	
}
.layoutTypeBlog2 a{
	float:left;
	width:100%;
	text-decoration:none;
	
	color:#363636;}
.layoutTypeBlog2 .shortText{
	float:left;
	width:70%;
	padding:0 1% 0 0;
	
}
.layoutTypeBlog2 .shortText .title{
	float:left;
	width:100%;
	font-size:14px;	font-weight:normal;	color:#363636;	margin:0  0 10px 0;
}
 .layoutTypeBlog2 .blogImage{
	float:left;
	height: 96px;
	width: 30%;;
	padding:0;
	margin:0 !important;
	background-size:cover;
}
 .layoutTypeBlog2 .readMore{
	float:left;
	background:#e24c3f;
	color:#fff;
	padding:2% 4.7%;
	margin:28px 0 0 0;
}
.layoutTypeBlog2 .readMore:hover{
	color:#fff;
	background:#e24c3f;
}

.blogContainer.ticketLeft{
	float:left;
	width:49%;
}


/* PRODUCT FEED CSS */
.productsContainer{
	float:left;
	width:100%;
}

.productBlock{
	float:left;
	width:32%;
	padding:15px;
	border:1px solid #ccc;
	border-radius:3px;
	margin: 0 2% 20px 0;
}

.productBlock:nth-of-type(3n){
	float:right;
	margin: 0 0 20px 0;
}

.productTitle{
	float:left;
	width:100%;
	font-size: 1.5em;
	text-align:center;
	line-height: 1.2em;
	margin: 0 0 10px 0;
	height:80px;
	overflow:hidden;
}

.productImageContainer{
	float:left;
	width:100%;
	text-align:center;
	height:200px;
	overflow:hidden;
	margin: 0 0 10px 0;
}

.productImageContainer img{
	max-height:100%;
	max-width:100%;
}


.productPrice{
	float:left;
	width:100%;
	font-size: 2em;
	text-align:center;
	font-weight:bold;
	margin: 0 0 10px 0;
}

/* Notice CSS */
.notice{
	position:fixed;
	bottom:0;
	width:100%;
	text-align:center;
	padding:15px 80px;
	color:#ffffff;
	background:rgba(0,0,0,0.85);	border-top:1px solid #000000;
}

#closeNotice{
	position:absolute;
	right:20px;
	right:20px;
	top: 15px;
	cursor:pointer;
}

#openNotice{
	position:fixed;
	right:20px;
	bottom: 0;
	cursor:pointer;
	padding: 10px;
	border-radius: 3px 3px 0 0;
	background: #000000;
	color:#ffffff;
}

/* POPUP CSS */
.popup{
	float:left;
	width:100%;
	color:#363636; 
	max-width:1200px;	padding:20px;
	border-radius:6px;
	-webkit-border-radius:6px;
	background:#fff;
}

#closePopup{
	position:absolute;
	right:-5px;
	top: -5px;
	cursor:pointer;
	color: #ffffff;
	background: #f20303;
	border-radius:6px;
	-webkit-border-radius:6px;
}

#closePopup span{
	float:left;
	width:100%;
	padding: 2px 10px;
	border-radius:6px;
	-webkit-border-radius:6px;
}

#closePopup:hover span{
	background: rgba(255,255,255,0.3);
}

#closePopup:active span{
	background: rgba(0,0,0,0.3);
}

/* GALLERY CSS */
.thumb {
    background-size: cover !important;
    cursor: pointer;
    float: left;
    height: 300px;
    width: 25%;
}

@media screen and (max-width: 700px) {
	.thumb{
		width:33.3333333%;
	}
}

@media screen and (max-width: 550px) {
	.thumb{
		width:50%;
	}
}

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


/* NEWS OVERVIEW */
.newsItem{
	text-decoration:none;
	margin:0 0 0 0;
	padding: 20px;
	border-top: 1px solid #ddd;
	float:left;
	width:100%;
}

.newsItem:last-of-type{
	border-bottom: 1px solid #ddd;
}

.newsLeft{
	float:left;
	width:25%;
	margin: 0 5% 0 0;
}

.newsLeft img{
	display:block;
	max-width:100%;
}

.newsRight{
	float:right;
	width:70%;
}

.newsTitle{
	float:left;
	font-size:16px;
	color: #121212;
	font-family:'Oswald',sans-serif;
	line-height:1em;
}

.newsDate{
	float:right;
	color: #393533;
}

.newsDesc{
	float:left;
	width:100%;
	color: #4d4d4d;
}

.newsItem:hover{
	background: #ddd;
}

.viewNews{
	float:left;
	width:100%;
	color:#ffffff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #B51F24;
	font-family:'Open Sans Condensed', sans-serif;	line-height:1em;
	text-align:center;
	margin:20px 0 0 0;
	text-decoration: none;
}

.viewNews span{
	float:left;
	width:100%;
	padding: 15px 0;
	text-align:center;
	transition: background 0.3s;
}

.viewNews:hover{
	color:#ffffff;
	text-decoration:none;
}
.viewNews:hover span{
	background: rgba(255,255,255,0.2);
}
.viewNews:active span{
	background: rgba(0,0,0,0.2);
}

/* LINKSYS CSS */
.linksysText{
	float:left;
	width:100%;
}

.linksContainer{
	float:left;
	width:100%;
	border-top: 1px dashed #ccc;
}

.singleLink{
	float:left;
	width:100%;
	padding:20px 0;
	border-bottom: 1px dashed #ccc;
}

.singleLink .linksysLeft{
	float:left;
	width:20%;
	padding: 0 20px 0 0;
}

.singleLink .linksysRight{
	float:right;
	width:80%;
}

.linkTitle{
	float:left;
	width:100%;
	font-weight: bold;
	font-size:16px;
	margin: 0 0 15px 0;
}

.linkShortDesc{
	float:left;
	width:100%;
	margin: 0 0 15px 0;
}

.linkRewrite{
	float:left;
	padding:10px 12px 12px;
	line-height:1em;
	border:1px solid #e24c3f;
	text-decoration:none;
	border-radius:3px;
	transition: all 0.3s;
}

.linkRewrite:hover{
	color:#fff;
	background:  #e24c3f;
}


.linkRow{
	float:left;
	width:100%;
	margin: 0 0 15px 0;
}

/* ADD LINK PAGE */
.fancyInputs{
	float:left;
	width:100%;
}

.fancyInputs span{
	float:left;
	width:100%;
	margin: 0 0 15px 0;
}

.fancyInputs input, .fancyInputs textarea, .fancyInputs select{
	/*max-width:500px;*/
	width:100%;
}

.fancyInputs input[type="submit"]{
	float:left;
	width:100%;
	padding:15px 0;
	height: auto;
	margin:0;
	background: #e24c3f;
	border:1px solid #e24c3f;
	line-height: 1em;
	font-size: 1.2em;
	color:#fff;
	transition: box-shadow 0.1s;
}

.fancyInputs input[type="submit"]:hover{
	box-shadow: 0px 0px 0 2px rgba(255,255,255,0.5) inset;
}

.fancyInputs input[type="submit"]:active{
	box-shadow: 0px 0px 0 30px rgba(255,255,255,0.5) inset;
}

/* LINKSYS OVERVIEW */
.linksys_overview{
	float:left;
	width:100%;
}

.linksys_overview ul{
	float:left;
	width:100%;
	padding:0;
	margin:20px 0 10px;
	list-style:none;
}

.linksys_overview ul li{
	float:left;
	padding:0 10px;
	border-right: 2px solid #9D8E91;
	font-size:17px;
	margin:0 0 10px 0;
}

.linksys_overview ul li a{
	text-decoration:none;
	color: #888;
	transition: all 0.3s;
}

.linksys_overview ul li a.activeCat{
	color:#202020;
	border-bottom: 2px solid #9D8D90;
}

.linksys_overview ul li a:hover{
	color:#202020;
	border-bottom: 2px solid #9D8D90;
}

.linksys_overview a.linksysCatBlock{
	float:left;
	width:20%;
	border:1px solid #fff;
	padding:10px;
	height:160px;
	position:relative;
	background-size:cover;
	overflow:hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #202020;
	transition: background-position 0.5s;
}

.linksys_overview a.linksysCatBlock:hover{
	background-position: 0 -20px;
}

.linksys_overview a.linksysCatBlock span{
	position: absolute;
	bottom:-100px;
	width:100%;
	text-align:left;
	padding:8px 12px;
	color:#fff;
	background:#9A8E90;
	left:0;
	transition: bottom 0.3s;
}

.linksys_overview a.linksysCatBlock:hover span{
	bottom:0;
}

.linksys_overview a.linksysCatBlock.activeCat{
	background-position: 0 -20px;
}

.linksys_overview a.linksysCatBlock.activeCat span{
	bottom:0;
}

.linksysDetail{
	float:left;
	width:100%;
	border-bottom: 1px solid #555;
	padding: 0 0 20px 0;
}

.linksysDetail .linksysLeft{
	float:left;
	width:25%;
	padding: 0 20px 0 0;
}

.linksysDetail .linksysRight{
	float:right;
	width:75%;
}


@media screen and (max-width: 600px) {
	.singleLink .linksysLeft{
		width:100%;
		padding: 0;
	}

	.singleLink .linksysRight{
		width:100%;
	}
	
	.linksysDetail .linksysLeft{
		width:100%;
		padding: 0;
	}

	.linksysDetail .linksysRight{
		width:100%;
	}
	
	.linksys_overview a.linksysCatBlock{
		width:50%;
	}
}</pre></body></html>