body{
	overflow-x: hidden;

}


.custom-line-break{
		display: none;
	}
@media only screen and (max-width: 500px) {
	.custom-line-break{
		display: block;
	}
}

.custom-border-right {
    border-right: 1px solid #d9d9d9;
}
.custom-border-left {
    border-left: 1px solid #d9d9d9;
    float: right;
    margin-top: 0;

}
.custom-margin-top{
	margin-top: 0;


}
.custom-padding-top{
	padding-top: 120px;
}

.custom-center{
	margin-left: 0;
}
.custom-center2{
	margin-left: 0;
}
.custom-center3{
	margin-left: 12px;
}
.custom-float-right{

margin-left: 10px;
}


@media only screen and (max-width: 500px) {
	.custom-margin-top {
		margin-top: 15px;
		margin-left: 0px;
		float: none;

	}

	.custom-padding-top {
		padding-top: 30px;
	}

	.custom-line-break {
		display: block;
	}

	.custom-border-left {
		float: none;
		margin-top: 20px;
		float: right;

	}

	.custom-float-right {
		margin-left: 30px;

	}

	.custom-center {
		float: none;


	}

	.custom-center2 {
		/*margin-left: 120px;*/
	}

	.custom-center3 {
		/*margin-left: 60px;*/
	}
}

.custom-ended-active{

    font-family: 'Source Sans Pro', "Open Sans", Arial, sans-serif;
}

.unselectable {
 -moz-user-select: -moz-none;
	-webkit-user-select: none;
  user-select: none
}

.carousel-hacker{
	height: 250px;
	background-color: #393F72;
	color: #ffffff;
}

.carousel-hacker .col-xs-12{
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	/*line-height: 200px;*/
}

.carousel-hacker .col-xs-12 h3{
	line-height: 200px;
	margin-left: 15px;
	margin-right: 15px;
}

.teaserimg{
	margin-top: 25px;
}

.themeimage {
	width: 450px;
	margin-bottom: 10px;
}

.teaserdesc{
	margin-top: 45px;
	margin-bottom: 15px;
}

.teaserdesc span {
	color: white;
}
.carousel-hacker .col-xs-12 ul li{
	display: table-cell;
}

@media (max-width: 600px) {
	.teaserdesc{
		margin-top: initial;

	}

	.themeimage {
	width: 300px;
}

	.carousel-hacker{
		height: 270px;
	}
	.carousel-hacker .col-xs-12 h3{
	line-height: 270px;
	margin-left: 15px;
	margin-right: 15px;
}
	.teaserimg a img{
	max-height: 150px;
}
}