.bx-newsdetail {}

.bx-newsdetail-block {
	padding: 0 14px;
	margin-bottom: 40px;
}

@media (min-width: 992px) {
	.bx-newsdetail .bx-newsdetail-container:nth-child(3n+1) {
		clear: both;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.bx-newsdetail .bx-newsdetail-container:nth-child(2n+1) {
		clear: both;
	}
}

/* POST FORMATS */
.bx-newsdetail-img,
.bx-newsdetail-audio,
.bx-newsdetail-youtube,
.bx-newsdetail-slider {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}

.bx-newsdetail-slider img,
.bx-newsdetail-img img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.bx-newsdetail-video {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	opacity: 0.7;
	z-index: 1;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	background: url("images/bx-video.png") no-repeat center;
}

.bx-newsdetail-video:hover {
	opacity: 1;
}

/* POST FORMATS /// SLIDER */
.bx-newsdetail-slider {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.bx-newsdetail-slider-container {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}

.bx-newsdetail-slider-slide {
	float: left;
	z-index: 100;
}

.bx-newsdetail-slider-arrow-container-left,
.bx-newsdetail-slider-arrow-container-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15%;
	cursor: pointer;
}

.bx-newsdetail-slider-arrow-container-left {
	left: 0;
}

.bx-newsdetail-slider-arrow-container-right {
	right: 0;
}

.bx-newsdetail-slider-arrow {
	position: absolute;
	line-height: 34px;
	vertical-align: middle;
	color: #fff;
	cursor: pointer;
	font-size: 48px;
	height: 48px;
	width: 20px;
	top: 50%;
	margin-top: -24px;
	z-index: 110;
	opacity: .5;
	text-shadow: 0 0 2px rgba(0, 0, 0, .5);
}

.bx-newsdetail-slider-arrow-container-left:hover .bx-newsdetail-slider-arrow,
.bx-newsdetail-slider-arrow-container-right:hover .bx-newsdetail-slider-arrow {
	color: #FFF;
	display: block;
	opacity: 1;
}

.bx-newsdetail-slider-arrow-container-left .bx-newsdetail-slider-arrow {
	left: 20px;
}

.bx-newsdetail-slider-arrow-container-right .bx-newsdetail-slider-arrow {
	right: 20px;
}

.bx-newsdetail-slider-control {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	bottom: 10px;
	z-index: 110;
	text-align: center;
	word-spacing: -4px;
}

.bx-newsdetail-slider-control li {
	display: inline-block;
	border-radius: 50%;
	background: #fff;
	width: 10px;
	height: 10px;
	word-spacing: -4px;
	margin: 0 3px;
	opacity: .5;
}

.bx-newsdetail-slider-control li:hover,
.bx-newsdetail-slider-control li.current {
	background: #FFF;
	opacity: 1;
}

.bx-newsdetail-slider-arrow,
.bx-newsdetail-slider-control li {
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

/* /// */
.bx-newsdetail-title,
.bx-newsdetail-title a {
	color: #000;
	margin: 0;
	font-weight: 600;
	padding: 2px 0 15px;
	font-size: 18px;
	border-bottom: none;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.bx-newsdetail-title a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}

.bx-lg .bx-newsdetail-title {
	font-size: 24pt;
}

.bx-md .bx-newsdetail-title {
	font-size: 20pt;
}

.bx-xs .bx-newsdetail-title {
	font-size: 18pt;
}

.bx-newsdetail-separator,
.bx-newsdetail-view,
.bx-newsdetail-date,
.bx-newsdetail-comments,
.bx-newsdetail-author,
.bx-newsdetail-other {
	color: #a4a4a4;
	font-size: 13px;
	padding-bottom: 5px;
	white-space: nowrap;
}

.bx-newsdetail-rating,
.bx-newsdetail-separator,
.bx-newsdetail-date {
	display: inline-block;
}

.bx-newsdetail-separator {
	margin: 0 10px;
}

.bx-newsdetail-view i.fa,
.bx-newsdetail-date i.fa,
.bx-newsdetail-comments i.fa,
.bx-newsdetail-author i.fa,
.bx-newsdetail-tags i.fa,
.bx-newsdetail-other i.fa {
	width: 13px;
	color: #b4b4b4;
}

.bx-newsdetail-tags {
	color: #a4a4a4;
	font-size: 13px;
	padding-bottom: 5px;
}

.bx-newsdetail-content {
	font-size: 14px;
	margin-bottom: 5px;
}



.products-page .home-about-img img {
	width: auto;
}

.headline {
	font-weight: 700;
}

.subheadline {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	margin-bottom: 30px;
	margin-top: -20px;
}

.mb0 {
	margin-bottom: 0 !important;
}

.flex-row {
	display: flex;
}

.flex-col--content {
	flex: 1;
}

.flex-row .flex-col:first-child {
	margin-right: 53px;
}

.content .products-page .home-text p:not(.button-wrap) {
	line-height: 20px;
	margin-bottom: 20px;
}

.products-page .home-text-content li {
	line-height: 20px;
}

.home-text-content ul.round-marker li:before {
	top: 11px;
	left: 6px;
	height: 2px;
	width: 2px;
	border-radius: 50%;
}

.d-nav-page a {
	font-weight: 400 !important;
}

.d-nav-page a:hover {
	text-decoration: underline;
	color: #fff !important;
}

.d-nav-page .home-text-content ul li:before {
	top: 10px;
}

.headline-ul {
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 10px;
}

ul+.headline-ul {
	margin-top: 40px;
}

.d-nav-page {
	padding-top: 140px;
}

.d-tabs--gray {
	background: #181818;
}

.mobile-nav-page .home-text-content li a {
	font-weight: 300;
}

.mobile-nav-page .home-text-content li+li {
	margin-top: 9px;
}

.products-page .d-tabs__content .home-text-content li {
	line-height: 26px;
}

.flex-row--1050 {
	max-width: 1050px;
}

.button-wrap--duble {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.button-wrap--duble,
.home-text-content ul+p.button-wrap--duble {
	margin-top: 15px;
}

.button-wrap--duble a:first-child {
	margin-right: 25px;
}

@media(min-width:1400px) {
	.flex-row--small .flex-col:first-child {
		margin-right: 115px;
	}
}

@media(min-width:768px) {
	.mobile-nav-page {
		display: none;
	}

	.products-page .home-text-wrapper .button-wrap {
		padding-top: 9px;
	}

	.d-nav-page .headline {
		padding-bottom: 15px;
	}

	.d-nav-page .headline span {
		font-size: 36px;
	}

	.d-nav-page ul {
		display: flex;
		align-items: center;
		margin-bottom: 0 !important;
	}

	.d-nav-page .home-text-content ul li:before {
		display: none;
	}

	.d-nav-page li {
		flex: 1;
		border: 1px solid #FFFFFF;
		border-radius: 10px 10px 0px 0px;
		display: flex;
		justify-content: center;
		width: 100%;
		height: 100%;
		font-size: 26px !important;
		line-height: 32px;
		padding: 14px;
		cursor: pointer;
	}

	.d-nav-page li:hover {
		color: #FF8200 !important;
	}

	.d-nav-page .home-text-content ul li {
		padding-left: 0;
	}
}

.d-nav-page li.is_active {
	color: #FF8200 !important;
}

.d-nav-page .home-text-content ul li.is_active:before {
	background-color: #FF8200;
}

@media(max-width:1399px) {
	.flex-col--image {
		flex: 1;
	}

	.flex-row--small .flex-col--image {
		flex: none;
	}

}

@media(max-width:1180px) {
	.button-wrap--duble a:first-child {
		margin-right: 0;
	}

	.button-wrap--duble a.w-brd-btn {
		width: 100%;
		text-align: center;
	}

	.home-text-content .button-wrap--duble a+a {
		margin-left: 0;
	}

}

@media(max-width:992px) {
	.d-nav-page li {
		font-size: 16px !important;
	}
}

@media(max-width:767px) {
	.only-mobile {
		display: none;
	}

	.d-nav-page {
		padding-top: 70px;
		padding-bottom: 10px;
	}

	.flex-row {
		flex-wrap: wrap;
	}

	.flex-row .flex-col:first-child {
		margin-right: 0;
	}

	.flex-col--content {
		order: 2;
	}

	.flex-col--image {
		order: 1;
		flex: 100%;
		margin-bottom: 40px;
	}

	.products-page .slider-top {
		background-size: 140% !important;
		background-position: center 10% !important;
		background-color: #808080 !important;
	}

	.button-wrap a {
		width: 100%;
		text-align: center;
	}

	.headline {
		padding-bottom: 20px;
	}

	.subheadline {
		margin-bottom: 40px;
	}

	.d-nav-page li+li {
		margin-top: 9px;
	}

	.home-text-content .button-wrap--duble a+a {
		margin-top: 15px;
	}

	.button-wrap--duble .w-brd-btn {
		font-size: 15px;
	}

	.flex-row--small .flex-col--image {
		flex: 100%;
	}
}

.conditions-list__item .w-brd-btn[href="#bron"] {
	margin-top: 30px
}

@media(max-width:991px) {
	.conditions-list__item .w-brd-btn[href="#bron"] {
		margin-top: 30px
	}

	.conditions-list .conditions-list__item:last-child {
		display: none;
	}
}