/*	**************
	* datasheets *
	************** */

.datasheet_entry {
	border: 1px solid #999;
	background: #fafafa;
	padding: 20px 20px 10px 20px;
	margin-bottom: 20px;
	width: 100%;
	position: relative;
}

.datasheet_entry .anchor{
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: -185px;
}

.datasheet_entry p.datasheet.articlenumber {
	padding-bottom: 0;
	font-size: 1.2em;
	padding-bottom: 20px;
}

.datasheet_entry .datasheet.url span a {
	display: inline-block;
	text-decoration: none;
	background: #fff;
	color: #000;
	padding: 5px 10px;
	margin: 0 5px 10px 0;
	border: 1px solid #000;
	font-size: 12px;
	line-height: 1em;
}

.datasheet_entry .datasheet.url span a:hover {
	text-decoration: none;
	background: #000;
	color: #fff;
}


/*	*******************
	* press_materials *
	******************* */

.press_entry {
	border-bottom: 1px solid #ddd;
	width: 100%;
	margin-bottom: 4%;
	padding-bottom: 4%;
	overflow: hidden;
	display: block;
}

.press_entry h3 {
	font-size: 1.3em;
	letter-spacing: normal;
	font-weight: 500;
	padding-bottom: 10px !important;
}

.press_entry p {
	font-size: 0.9em;
}

.press_entry .image {
	float: left;
	width: 26%
}

.press_entry .image img {
	display: block;
}

.press_entry .content {
	float: left;
	width: 40%;
	margin-left: 2%;
}

.press_entry .links {
	float: right;
	margin-left: 2%;
	text-align: right;
}

.press_entry a {
	display: block;
	border: 1px solid black;
	text-decoration: none;
	color: black;
	padding: 20px;
	margin-bottom: 10px;
	text-align: center;
}

.press_entry a:hover{
	background: black;
	color: white;
	text-decoration: none !important;
	transition-property: all;
	transition-duration: 0.2s;
	transition-timing-function: ease;
	transition-delay: 0s;
}

.press_entry .links > div {
	margin-bottom: 25px !important;
}

.press_entry .links p {
	padding-bottom: 0;
	padding-right: 10px;
}

@media (max-width: 980px) {
	.press_entry .image,
	.press_entry .content,
	.press_entry .links {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}

	.press_entry img {
		margin: 0 auto;
	}

	.press_entry h3,
	.press_entry p {
		text-align: center;
		padding-right: 0 !important;
	}

	.press_entry .links > div {
		text-align: center !important;
	}
}

/*	**************
	* promotions *
	************** */

.promotion_wrapper {
	position: relative;
	overflow: hidden;
}

.promotion_entry {
	float: left;
	background-size: cover !important;
	background-position: center center !important;
	text-align: center;
	margin: 0 2px 2px 0;
	padding: 0 30px;
	display: table;
	width: -moz-calc(25% - 2px);
	width: -webkit-calc(25% - 2px);
	width: -o-calc(25% - 2px);
	width: calc(25% - 2px);
}

.promotion_entry:nth-child(4n) {
	margin-right: 0;
	width: 25%;
}

.promotion_entry > div {
	display: table-cell;
	vertical-align: middle;
}

.promotion_entry h3 {
	text-transform: none;
	font-size: 1em;
	padding-bottom: 10px !important;
}

.promotion_entry p {
	font-size: 0.8em;
	line-height: 1.6em;
}

.promotion_entry.dark h3,
.promotion_entry.dark p {
	color: #333;
}

.promotion_entry.bright h3,
.promotion_entry.bright p {
	color: #fff;
}

@media(max-width: 980px) {
	.promotion_entry {
		width: -moz-calc(50% - 2px);
		width: -webkit-calc(50% - 2px);
		width: -o-calc(50% - 2px);
		width: calc(50% - 2px);
	}

	.promotion_entry:nth-child(2n),
	.promotion_entry:nth-child(4n) {
		margin-right: 0;
		width: 50%;
	}
}

@media(max-width: 640px) {
	.promotion_entry {
		margin: 0 0 2px 0 !important;
		width: 100% !important;
	}

	.promotion_entry h3 {
		font-size: 1.7em;
	}

	.promotion_entry p {
		font-size: 1.3em;
	}
}

@media(min-width: 1440px) {
	.promotion_entry h3 {
		font-size: 1.2em;
	}

	.promotion_entry p {
		font-size: 1em;
	}
}

/*	*************
	* downloads *
	************* */

.download_entry {
	border: 1px solid #ddd;
	width: 100%;
	margin-bottom: 30px;
	padding: 20px;
	overflow: hidden;
	display: block;
	overflow: hidden;
}

.download_entry .left {
	float: left;
	width: 60%;
}

.download_entry .right {
	float: right;
	width: 40%;
}

.download_entry h3 {
	font-size: 1.3em;
	letter-spacing: normal;
	font-weight: 500;
	padding-bottom: 10px !important;
}

.download_entry a {
	padding-right: 30px;
}

.download_entry .additional_download,
.download_entry .changelog,
.download_entry .archive,
.download_entry .desc {
	display: none;
}

.download_entry .et_pb_button_module_wrapper {
	margin-bottom: 0 !important;
}

.download_entry .additional_download {
	margin-top: 10px !important;
}

@media(max-width: 640px) {
	.download_entry .left,
	.download_entry .right {
		float: none;
		width: 100%;
	}

	.download_entry .left {
		margin-bottom: 20px;
	}

	.download_entry .et_pb_button_module_wrapper {
		text-align: left;
	}
}

/*	********
	* jobs *
	******** */

.job_entry {
	width: 100%;
}

.job_entry:hover {
	background: #575c61;
}

.job_entry > div {
	max-width: 960px;
	margin: 0 auto 30px;
	overflow: hidden;
	padding: 30px;
}

.job_entry > div:last-child {
	margin-bottom: 0;
}

.job_entry .left {
	width: 15%;
	float: left;
}

.job_entry .middle {
	width: 70%;
	float: left;
}

.job_entry .right {
	width: 15%;
	float: right;
	text-align: right;
}

.job_entry h3 {
	font-size: 1.5em;
}

.job_entry:hover h3,
.job_entry:hover p,
.job_entry:hover a {
	color: #fff;
}

@media(max-width: 640px) {
	.job_entry .left,
	.job_entry .middle,
	.job_entry .right {
		float: none;
		width: 100%;
		text-align: center;
	}

	.job_entry .right {
		margin-top: 30px;
	}
}

/*	*************
	* showrooms *
	************* */

.showroom_entry {
	background: #fff;
	margin-bottom: 30px;
	border: 2px solid #eee;
}

.showroom_entry .top {
	border-bottom: 2px solid #eee;
	overflow: hidden;
}

.showroom_entry .left {
	float: left;
	width: 25%;
	padding: 20px;
}

.showroom_entry .middle {
	float: left;
	width: 43%;
	padding: 20px;
}

.showroom_entry .middle .name {
	font-size: 1.5em;
}

.showroom_entry .right {
	float: right;
	width: 22%;
	padding: 20px;
}

.showroom_entry .right .status {
	padding: 5px 10px;
	border-radius: 0 10px;
	color: #fff;
	font-size: 0.8em;
	text-align: center;
}

.showroom_entry .bottom {
	padding: 20px;
	overflow: hidden;
}

.showroom_entry .bottom > div {
	font-size: 0.9em;
	float: left;
	width: 24%;
	display: block;
}

.showroom_entry .bottom .email span {
	word-wrap: break-word;
}

.showroom_entry .bottom .button {
	float: right;
	width: 28%;
}

@media(max-width: 960px) {
	
	.showroom_entry {
		width: 80%;
		margin: 0 auto 30px;
	}

	.showroom_entry .left,
	.showroom_entry .middle,
	.showroom_entry .right {
		float: none;
		width: 100%;
	}

	.showroom_entry .left {
		text-align: center;
	}

	.showroom_entry .bottom > div {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

	.showroom_entry .bottom .button {
		width: 100%;
		margin: 20px 0 0 0;
	}
}

@media(max-width: 960px) {
	.showroom_entry {
		width: 100%;
	}
}

/*	**********
	* Config *
	********** */

.config-entry {
	border: 1px solid #999;
	background: #fafafa;
	padding: 20px 20px 10px 20px;
	margin-bottom: 20px;
	width: 100%;
}

.config-entry p.config.config-version {
	padding-bottom: 0;
	font-size: 1.2em;
	padding-bottom: 20px;
	float: left;
}

.config-entry .config.url span a {
	display: inline-block;
	text-decoration: none;
	background: #fff;
	color: #000;
	padding: 5px 10px;
	margin: 0 5px 10px 0;
	border: 1px solid #000;
	font-size: 12px;
	line-height: 1em;
}

.config-entry .config.url span a:hover {
	text-decoration: none;
	background: #000;
	color: #fff;
}

.config-version-number{
text-align: right;
}