
.categoryText{
	float:left;
	width:100%;
	margin: 0 0 0 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;

	}
}

#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: #77c5db;
	border:1px solid #77c5db;
	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;
}

.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: #77c5db;
	transition: all 0.3s;
}

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

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

.blockOne .fadeText{
	background: -moz-linear-gradient(top, rgba(119,197,219,0) 0%, rgba(119,197,219,1) 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(119,197,219,0)), color-stop(50%,rgba(119,197,219,1)));
	background: -webkit-linear-gradient(top, rgba(119,197,219,0) 0%,rgba(119,197,219,1) 50%);
	background: -o-linear-gradient(top, rgba(119,197,219,0) 0%,rgba(119,197,219,1) 50%);
	background: -ms-linear-gradient(top, rgba(119,197,219,0) 0%,rgba(119,197,219,1) 50%);
	background: linear-gradient(to bottom, rgba(119,197,219,0) 0%,rgba(119,197,219,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;
}

.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;

	}
}