/*
Greedy CSS for print only
*/
html,
body {
	height: auto;
}
.animation {
	opacity: 1;
}
#t3-off-canvas {
	display: none !important;
}
#bct-fixed-position {
	display: none !important;
}
#pushdown {
	display: none !important;
}
#t3-header {
	display: none !important;
}
#t3-header,
.t3-header {
	height: auto;
}
#t3-header .col-xs-12.col-sm-4 {
	height: auto;
}
.col-xs-12.col-sm-4 .languageswitcherload {
	height: auto;
	position: static;
}
.head-search {
	text-align: right;
}
.head-search > div {
	text-align: left;
}
.bct-menu-container {
	display: block !important;
}
.bct-menu-container ul.bct-nav.level-1 li a {
	/*padding: 10px 0 !important;*/
}
.bct-menu-container ul.bct-nav.level-1 li.current a:before {
	/*bottom: 0 !important;*/
	/*top: auto !important;*/
}
.home-news-container .news-item img.image {
	box-shadow: none !important;
}
.home-videos-container .video-item {
	box-shadow: none !important;
}
.home-videos-container .col.col-xs-12.col-sm-6.col-md-4 {
	width: 50%;
}
.homeawards-container .no-swiper {
	display: block !important;
}
.homeawards-container .homeawards-swiper-container,
.homeawards-container .homeawards-swiper-container-539 {
	display: none !important;
}

.bct-gototop {
	display: none !important;
}

.t3-sidebar {
	display: none !important;
}

#t3-content {
	width: 100% !important;
	left: 0 !important;
	float: none !important;
}

#t3-footer {
	display: none !important;
}

.subpage-banner-title {
	display: none !important;
}

#t3-mainbody {
	min-width: 100% !important;
	max-width: 100% !important;
	width: 100% !important;
}
.t3-wrapper,
div.t3-wrapper {
	min-width: 100% !important;
	max-width: 100% !important;
	width: 100% !important;
}

a[href]:after {
	content: "";
}

abbr[title]:after {
	content: "";
}