.zoom a {
	position: relative;
	display: block;
}
.my-gallery a:after, .zoom a:after, .lens:after {
	content: '';
	position: absolute;
	width:40px;
	height: 42px;
	bottom: 3px;
	right: 3px;
	background: url(img/zoom-icon.png) no-repeat;
	z-index: 9;
}
.article-section article .container .article-container .text-container .inline-image.fullwidth img {
	width: 100%;
}
.article-section article .container .article-container .text-container .p figure {
	width: auto;
	max-width: 35%;
}
.article-section article .container .article-container .text-container .p figure.fullwidth {
	width: 100%;
	max-width: 100%;
}
.article-container .inline-image
{
	padding-bottom: 10px;
}
.article-container .inline-image.no-margin-b
{
	margin-bottom: 0px !important;
}

.article-container .inline-image.flleft
{
	float: left;
	padding-right: 15px;
}
.article-container .inline-image.flright
{
	float: right;
}
.article-section article .container .article-container .dark-box
{
	margin-top: 2em;
}
/*added by ERCFE*/
.tile.split h3{
	background-color: transparent !important;
	width: 50% !important;
	z-index: 3;
	height: auto;
}
.tile.split-vertical h3{
	height: auto;
	background-color: transparent !important;
}
/*
	iframe - css
	(event calendar in where to meet us page)
	added by: EVDWO
*/
.photoSwipeIframeWrapper
{
	width: 100%;
	max-width: 1000px;

	margin: 0 auto;
	height: 100%;
	max-height: 1000px;
	text-align: center;
	/*keep some space to the buttons....*/
	margin-top:50px;
	padding-bottom:7%
}
.photoSwipeIframeWrapper .iframe
{
	width: 100%;
	height: 100%;
}
.article-section article .container .article-container .text-container .inline-image .iframe img {
	width: 100%;
}

@media screen and (min-width: 790px)
{
	.text-container.fullwidth .col-md-3 .video-player-inner,.text-container.fullwidth .col-md-6 .video-player-inner
	{
		margin-left: 1em;
		margin-right: 1em;
	}
	.col-md-6 .vjs-default-skin.vjs-big-play-centered .vjs-big-play-button
	{
		margin-top: -1.6em;
	}
	.col-md-3 .vjs-default-skin.vjs-big-play-centered .vjs-big-play-button
	{
		margin-left: -1.4em;
		margin-top: -1.2em;
	}
	.article-section article .container .article-container .text-container .col-md-3 .video-js .vjs-big-play-button
	{
		height: 2.5em;
		width: 2.5em;
	}
	.article-section article .container .article-container .text-container .col-md-3 .video-js .vjs-big-play-button:before
	{
		line-height: 1.1em;
	}
}
@media screen and (max-width: 790px)
{
	.photoSwipeIframeWrapper
	{
		max-height: 80%;
	}
}

/* article fixes */
.article-section article .container .article-container .text-container .p p {
	line-height: 22px;
}
.article .p li {
	line-height: 22px;
}
.article .sidebar .inline-image img {
	width: 100%;
}

.article-section article .container .article-container .text-container .p li {
	font-family: 'Neue Helvetica W06';
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 22px;
	margin: 0;
	text-transform: none;
}

/* tile in page */
.tile.fullwidth
{
	width: 100%;
	height: auto;
	position: relative;
}
.tile.fullwidth:before
{
	padding-top:0px;
}
.tile.fullwidth img
{
	height: auto;
	width: 100%;
}
.tile.fullwidth .ratio_inner
{
	position:relative;
}
.tile.fullwidth h5 ul
{
	list-style: none;
	font-size: 12px !important;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom:0;
	padding-left: 0;
	position: absolute;
	bottom:10px;
}
.tile.fullwidth h5
{
	font-size: 14px !important;
}

/*tables */
.bayer-table
{
	display: none;
}
.bayer-table.active
{
	display: table;
}

.articlegrid article .article_block.full_width
{
	width: 100%;
}

/* turning tiles*/
.tile .flipper .labels {
	bottom: 10px;
	margin: 0;
	position: absolute;
	text-align: center;
	top: auto;
	width: 100%;
}
.flipper h5 {
	bottom: unset;
	text-align: center;
	top: 10px;
}

.search-box .fa-search {
	cursor: pointer;
}
.intro.noTab:before, .intro.noTab:after
{
	content: "";
	height: 0px;
	background-color: none;
}

.tile.double.contact .details ul li {
	min-width:51%;
}

.tile.double.contact .details ul li.phone a {
	font-size: 13px;
	vertical-align: middle;
}

.article-section article .container .article-container .text-box p {
	font-size: 20px !important;
}

.dropdown.mobile {
	background-image: none;
	border-left: 14px solid white;
	background-color: #0090c5;
}

.tiles .tile.contact ul {
	display: block !important;
}

.tile.social h5:first-child{
	top: 20px;
}
.treatment-articlelist-container .panels-container .panel.panel-default .article-info .readmore a
{
	display: block;
}
@media (max-width: 767px) {
	.tile h5 ul, .tile.fullwidth h5 ul {
		//position: initial;
	}
}
.tile.split--left .ratio_inner > *
{
	left: auto;
}
body.de .pageHeader .mainNav > ul > li a
{
	text-transform: none;
}
@media (min-width: 1200px)
{

	.tile h3 {
		font-size: 26px;
	}
}

@media (min-width: 768px) {
	div.video-js{
		width:640px !important;
		height:320px !important;
	}
}
@media (max-width: 767px) {
	div.video-js{
		width:320px !important;
		height:160px !important;
	}
}

.p.blue, strong.blue
{
	color: #0090c5;
}
.accordionButton a{
	display: block;
	background-color: #f3f3f3;
	color: #0090c5;
	font-weight: 700;
	text-decoration: none;
	text-shadow: none;
	padding: 8px 15px 7px 31px;
	text-align: left;
	float:left;
	background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13'%3E %3Cg id='open'%3E%3Cpath d='M13,13H0V0h13V13z' fill='%231584C7'/%3E%3Cpath d='M10,7H7v3H6V7H3V6h3V3h1v3h3V7z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
	background-position: 9px 11px;
	background-repeat: no-repeat;
	width:100%;
}
.accordionContainer{
	display:none;
}
.accordionContainer.active{
	display:block;
}
.accordionButton a:hover{
	color: #f3f3f3;
	background-color: #0090c5;
	background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13'%3E  %3Cpath id='open-mono' d='M0,0v13h13V0H0z M10,7H7v3H6V7H3V6h3V3h1v3h3V7z' fill='%23fff'/%3E%3C/svg%3E");
}
.accordionButton.active a{
	color: #f3f3f3;
	background-color: #0090c5;
	background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13'%3E  %3Cpath id='close-mono' d='M0,0v13h13V0H0z M10,7H3V6h7V7z' fill='%23fff'/%3E%3C/svg%3E");
}
.accordionContainer .text-container{
	margin: 20px 0;
	padding-left:9px !important;
}
.accordionContainer aside {
	margin: 20px 0;
}
.anchorNav{
	padding: 10px 0 20px 0;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
a.nav-anchor{
	display: inline-block;
	border-radius: 2px;
	border: 1px solid #339900;
	font-weight: 700;
	color: #fff;
	padding:10px 20px;
	background-color: #6bc200;
	text-decoration: none;
	margin-right: 20px;
	width:140px;
	text-align:center;
}
#stickyAnchorNav.stick {
	margin-top: 0 !important;
	position: fixed;
	top: 0;
	z-index: 10000;
}
@media (max-width: 992px) {
	#stickyAnchorNav.stick {
		margin-top: 45px !important;

	}
	.navHeader, .pageHeader .navHeader .icon-bar.sticky
	{
		z-index: 50000;
	}
}

/* content page ACC - custom styles on demands by customer*/
#page_195 .article-section article header .title h1 {
	width: 85%;
}
#page_195 .article-section article .container .article-container .text-box p {
	font-size: 16px !important;
}

.logo-gallery img {
	width: 94%;
	padding: 0 5% 5% 5%;
}
.logo-gallery {
	margin-bottom: 30px;
}
.logo-gallery div {
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	float: none;
}

#page_203 .article-section article .container .article-container .text-container h2:first-child
{
	font-size: 24px;
}
#page_203 .article-section article .container .article-container .text-container h2 a {
	text-decoration: none;
}
.nav-tabs {
	border-bottom: 4px solid #ddd !important;
}

.nav-tabs > li > a,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	background-color: #6bc200;
	border: none;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	margin-right: 20px;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	width: 140px;
}
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover,
.nav-tabs > li > a {
	background: #0090c5 none repeat scroll 0 0;
	color: #fff;
}
.tab-container .p {
	padding: 5px 0 10px;
}

.tab-content #slidernav2.apac-experts {
	max-width: 623px;
}


@media only screen and (min-width : 1000px) {
	.tab-content #slidernav,
	.tab-content #slidernav2 {
		width: auto;
	}
	.tab-content .tab-accordion
	{
		width: 100%;
	}
}

.section-tabs {
	margin-top: -45px !important;
}
.section-tabs .article-container{
	padding-top: 0 !important;
}


.logo-gallery .col-md-3  {
	width: 24% !important;
}