/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#000;
	font-family: 'Oswald', sans-serif;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#000;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border: none;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
	font-size: 2.1rem;
}

.cnt_block {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
}

main {
	background-color: #fff;
	position: relative;
	z-index: 5;
	min-height: calc(100vh - 16vw - 200px);
}




/* header */
.header {
	position: relative;
}

.header_bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.header_inner {
	padding: 2vw 0 8vw 0;
	z-index: 3;
	position: relative;
}
.page-id-12 .header_inner, .page-id-89 .header_inner {
	min-height: 25vw;
}

/* logo */
.logo {
	height: 6vw;
}
.logo-img {
	height: 100%;
	width: auto;
}
/* nav */
.nav_wrapper {
	position: fixed;
	top: 0;
	right: 0;
	width: 400px;
	background-color: #ab0033;
	min-height: 25vw;
	line-height: 1.2;
	display: flex;
	z-index: 8;
	flex-direction: column;
	transition: transform 0.5s;
	transform: translateX(100%);
}

.menu_open .nav_wrapper {
	transform: translateX(0%);
}

.nav_main, .nav_sub {
	padding: 1.5em 2.5em;
}

.nav_main {
	flex-grow: 1;
	display: flex;
	align-items: center;
}

.nav_sub {
	background-color: #2b303d;
}

.nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.nav_wrapper a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	margin: 0.2em 0;
	display: inline-block;
	font-size: 1em;
	letter-spacing: 0.05em;
}

.nav_wrapper .current_page_item a {
	font-weight: 700;
	letter-spacing: 0.1em;
}

.nav_wrapper a:hover {
	opacity: 0.75;
}

.menu_icon {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 30px;
	right: 50px;
	cursor: pointer;
	z-index: 10;	
}

.menu_icon::before {
	content: '';
	position: absolute;
	width: 60px;
	height: 54px;
	border-radius: 8px;
	background-color: #ab0033;
	transition: all 0.5s;
	opacity: 0;
	transform: scale(0.5);
}

.mscrld .menu_icon::before {
	transform: scale(1);
	opacity: 1;
}

.home .menu_icon {
	display: none;
}

.menu_icon_line {
	position: absolute;
	width: 36px;
	height: 4px;
	opacity: 1;
	transition: all 0.5s;
	background-color: #fff;
	/*-webkit-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.3);
box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.3);*/
}
.menu_open .menu_icon_line {
	/*-webkit-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0);
box-shadow: 2px 2px 4px 0 rgba(0,0,0,0);*/
}




.menu_icon_line.line1 {
	transform: translateY(-250%);
}
.menu_icon_line.line3 {
	transform: translateY(250%);
}
.menu_open .menu_icon_line.line1 {
	transform: translateY(0%) rotate(45deg);
}
.menu_open .menu_icon_line.line2 {
	opacity: 0;
}
.menu_open .menu_icon_line.line3 {
	transform: translateY(0%) rotate(-45deg);
}

/* sidebar */
.sidebar {

}
/* footer */
.footer {
	padding: 2em 0;
}

.footer .cnt_block {
	display: flex;
	justify-content: space-between;
}

.footer_col {
	width: 25%;
}

.footer_menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.page-id-12 .footer_menu.menu_ww, .parent-pageid-12 .footer_menu.menu_ww, .page-id-89 .footer_menu.menu_aw, .parent-pageid-89 .footer_menu.menu_aw {
	display: none;
}



.footer_col.col4 {
	display: flex;
	align-items: flex-end;
}

.socmed_ct {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

.socmed_ct a:hover {
	opacity: 0.6;
}

.socmed_ico {
	height: 24px;
	margin-left: 16px;
}

.socmed_ico.ico_30j {
	height: 120px;
}

.socmed_ico img {
	height: 100%;
	width: auto;
}

.page-id-12 footer, .parent-pageid-12 footer {
	background-color: #ab0033;
	color: #fff;
}

.page-id-89 footer, .parent-pageid-89 footer {
	background-color: #2b303d;
	color: #fff;
}

.page-id-12 footer a, .parent-pageid-12 footer a, .page-id-89 footer a, .parent-pageid-89 footer a {
	color: #fff;
}

.page-id-12 footer .socmed_ct img, .parent-pageid-12 footer .socmed_ct img, .page-id-89 footer .socmed_ct img, .parent-pageid-89 footer .socmed_ct img {
	filter: invert(1);
}




/*------------------------------------*\
    PAGES
\*------------------------------------*/

/* Home */

.home nav {
	display: none;
}

.home_wrapper {
	position: relative;
	height: 100vh;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.home_col {
	width: 49.6%;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	transition: all 0.5s;
	opacity: 0.7;
	filter: grayscale(1) brightness(1);
}

.home_col a {
	position: absolute;
	width: 100%;
	height: 100%;
}

.home_col.col_left {
	background-image: url(/wp-content/uploads/2021/12/bz_st1b.jpg);
	background-position: right center;
}
.home_col.col_right{
	background-image: url(/wp-content/uploads/2021/11/bz_st2-scaled.jpg);
	background-position: left center;
}

.int_bz_ww .home_col.col_left, .int_bz_aw .home_col.col_right {
	filter: grayscale(1) brightness(0.9);
}

.home .header {
	position: absolute;
	width: 100%;
	top: 50vh;
	z-index: 3;
	pointer-events: none;
}

.home .header .cnt_block {
	max-width: 100%;
	width: 100%;
}

.home .logo {
	transform: translateY(-50%);
	height: 8vw;
	width: auto;
	top: -18vw;
	pointer-events: none;
}

.home .logo_aw {
	position: absolute;	
	left: 5vw;
}

.home .logo_ww {
	position: absolute;
	right: 5vw;
}

.home_text {
	position: absolute;
	top: 50%;
	margin-top: -12vw;
	/*opacity: 0;
	transform: translateY(50%);*/
	transform: scale(0.8);
	transition: all 0.5s;
	display: flex;
	flex-direction: column;
	text-transform: uppercase;
	line-height: 1.2;
	pointer-events: none;
}

.col_left .home_text {
	left: 5vw;
	transform-origin: left top;
}

.col_right .home_text {
	right: 5vw;
	text-align: right;
	transform-origin: right top;
}

.home_text .tx1 {
	font-size: 1.2vw;
	letter-spacing: 0.08em;
	padding-bottom: 0.5em;
}

.home_text .tx2 {
	font-size: 2.4vw;
	font-weight: 500;
	letter-spacing: 0.03em;
}

.int_bz_aw .home_col.col_left {
	filter: grayscale(0);
	opacity: 1;
}
.int_bz_aw .home_col.col_left .home_text {
	transform: scale(1);
	opacity: 1;
}

.int_bz_ww .home_col.col_right {
	filter: grayscale(0);
	opacity: 1;
}
.int_bz_ww .home_col.col_right .home_text {
	transform: scale(1);
	opacity: 1;
}



/* Bereiche */

.page-id-12 .elem_ww, .parent-pageid-12 .elem_ww {
	display: none;
}

.page-id-89 .elem_aw, .parent-pageid-89 .elem_aw {
	display: none;
}





.block_home {
	padding: 4em 0;
}

.block_sub {
	padding: 2em 0 4em 0;
}

.box_grid_ct {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 1.5em;
	grid-row-gap: 3em;
}

.box_item {
	background-color: #ccc;
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	cursor: pointer;
	transition: all 0.5s;
}

.box_item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.5s;
}

.box_item:hover::before {
	opacity: 1;
}

.box_item:hover {
	background-size: 110% auto;
}

.cell_large {
	padding-bottom: 100%;
}

.cell_small {
	padding-bottom: 72%;
}

.box_item span {
	color: #fff;
	position: absolute;
	top: 0.8em;
	left: 1em;
	font-size: 1.2em;
	line-height: 1.2;
	text-transform: uppercase;
}

.box_item span strong {
	display: block;
	font-size: 1.3em;
	letter-spacing: 0.03em;
}



.page-id-12 .cell1 {
	background-image: url(/wp-content/uploads/2021/11/bz_aw_b1.jpg);
}
.page-id-12 .cell2 {
	background-image: url(/wp-content/uploads/2021/11/bz_aw_b2.jpg);
}
.page-id-12 .cell3 {
	background-image: url(/wp-content/uploads/2021/12/bz_intbox_up.jpg);
	background-position: center top;
}
.page-id-12 .cell4 {
	background-image: url(/wp-content/uploads/2021/11/bz_aw_b4.jpg);
}
.page-id-12 .cell5 {
	background-image: url(/wp-content/uploads/2021/11/bz_aw_b5.jpg);
}
.page-id-12 .cell6 {
	background-image: url(/wp-content/uploads/2021/12/bz_aw_b3b.jpg);
}


.prod_grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 4em 2em;
}

.prod_item {
	display: flex;
}

.prod_content {
	width: 55%;
	padding-right: 1em;
}



.prod_image {
	width: 45%;
	height: 360px;
}

.prod_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	border: 1px solid #D8D8D8;
}


.team_grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 5em 3em;
}

.team_item {
	position: relative;
}

.team_image {
	position: relative;
	width: 100%;
	padding-top: 100%;
}

.team_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	filter: grayscale(1);
	mix-blend-mode: multiply;
}

.team_item .sub_title {
	padding-bottom: 0;
	padding-top: 0.8em;
}

.team_text {
	/*font-size: 0.9em;*/
	line-height: 1.3;
	display: inline-block
}

.team_item.ti1 .team_image {
	background-color: #FFE215;
}
.team_item.ti2 .team_image {
	background-color: #FBB8C0;
}
.team_item.ti3 .team_image {
	background-color: #D9D3E6;
}
.team_item.ti4 .team_image {
	background-color: #FFE215;
}
.team_item.ti5 .team_image {
	background-color: #FBB8C0;
}
.team_item.ti6 .team_image {
	background-color: #D9D3E6;
}
.team_item.ti7 .team_image {
	background-color: #FFE215;
}
.team_item.ti8 .team_image {
	background-color: #FFB0A6;
}





.store_item {
	display: flex;
	justify-content: space-between;
	padding: 2em 0;
	border-bottom: 1px solid;
}

.store_content {
	width: 40%;
}

.store_map {
	width: 60%;
}

.store_map iframe {
	width: 100%;
	height: 100%;
}

.store_oe_tab {
	display: inline-block;
	width: 14ch;
}




.news_item {
	display: flex;
	padding: 2em 0;
	border-bottom: 1px solid;
}

.news_content {
	width: 45%;
	padding-right: 1em;
}

.news_media {
	width: 55%;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.news_img {
	height: 360px;
	width: auto;
	object-fit: cover;
	object-position: center center;
}

.img_03_07 .img1 {
	width: 28.5%;
}
.img_03_07 .img2 {
	width: 68.5%;
}

.img_05 .news_img {
	width: 48.5%;
}

.img_100 .news_img {
	width: 100%;
}

.news_img[data-fancybox] {
	cursor: pointer;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0);
box-shadow: 0 0 10px 0 rgba(0,0,0,0);
	transition: all 0.5s;
}

.news_img[data-fancybox]:hover {
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.6);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.6);
}

.news_media.img_gal .news_img:not(.img1){
	display: none;
}

.news_media.img_gal .news_img.img1{
	width: 100%;
}

.news_media.img_gal::before {
	content: '+ Galerie anzeigen';
	color: #fff;
	background-color: rgba(0,0,0,0.7);
	letter-spacing: 0.05em;
	padding: 0.5em 1em;
	bottom: 0;
	left: 0;
	position: absolute;
	pointer-events: none;
}

/*
#ni2, #ni4 {
	flex-direction: row-reverse;
}

#ni2 .news_content, #ni4 .news_content {
	padding-left: 2em;
	padding-right: 0;
}
*/





.page-id-89 .header_bg {
	/*filter: brightness(0.9);*/
}

.page-id-89 .menu_icon::before, .parent-pageid-89 .menu_icon::before {
	background-color: #2b303d
}
.page-id-89 .nav_wrapper, .parent-pageid-89 .nav_wrapper {
	background-color: #2b303d
}

.nav_sub.elem_ww {
	background-color: #ab0033;
}




.page-id-89 .cell1 {
	background-image: url(/wp-content/uploads/2021/11/bz_ww_b1.jpg);
}
.page-id-89 .cell2 {
	background-image: url(/wp-content/uploads/2021/11/bz_ww_b2.jpg);
}
.page-id-89 .cell3 {
	background-image: url(/wp-content/uploads/2021/11/bz_ww_b3.jpg);
}
.page-id-89 .cell4 {
	background-image: url(/wp-content/uploads/2021/11/bz_aw_b4.jpg);
}
.page-id-89 .cell5 {
	background-image: url(/wp-content/uploads/2021/11/bz_ww_b5.jpg);
}
.page-id-89 .cell6 {
	/*background-image: url(/wp-content/uploads/2021/11/bz_aw_b6.jpg);*/
	background-color: #D6DCE0;
}




.page-id-96 .news_item {
	flex-direction: row-reverse;
}

.page-id-96 .news_item .news_content {
	padding: 1em 2em;
}

.bz_dlb {
	border-bottom: 1px solid;
	margin: 2em 0;
}

.bz_dlb ul {
	list-style: none;
	padding: 0;
}

.bz_dlb ul li {
	padding-left: 1.3em;
	position: relative;
	margin: 0.5em 0;
}

.bz_dlb ul li::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0.25em;
	width: 0.8em;
	height: 0.8em;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom left;
	background-image: url(/wp-content/themes/html5blank-stable/img/bz_ico_bullet.svg);
}


.shop_sticker {
	position: fixed;
	width: 120px;
	height: 60px;
	background-color: #ab0033;
	border-radius: 15px;
	top: 500px;
	right: -15px;
	z-index: 20;
	line-height: 1.1;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
	padding-left: 60px;
	font-size: 21px;
	padding-top: 5px;
	background-image: url(/wp-content/uploads/2021/12/bz_icon_cart.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: auto 30px;
	transition: all 0.5s;
}

.shop_sticker:hover {
	background-color: #2b303d;
}

.page-id-8 .shop_sticker {
	display: none;
}

.produkte_intro {
	padding-right: 22%;
}

.produkte_cols {
	display: flex;
	position: relative;
	justify-content: space-between;
}

.produkte_col.col_left {
	width: 18%;
	padding-top: 5em;
	position: relative;
}

.produkte_col.col_right {
	width: 78%;
}

.produkte_typgrid {
	margin-top: 5em;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	/*grid-auto-rows: 200px;*/
	grid-gap: 20px;
	
}

.ptg_cell {
	position: relative;
	overflow: hidden;
	min-height: 360px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.ptg_cell a {
	position: absolute;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
	transform: scale(1);
}

.ptg_cell.cell1 {
	grid-column: span 7;
	display: flex;
	align-items: flex-end;
	padding-bottom: 1em;
	transform: scale(1) !important;
}

.ptg_cell a:hover {
	transform: scale(1.1);
}


.produkte_typ_select {
	display: flex;
	flex-direction: column;
	position: sticky;
	top: 2em;
}

.ptg_btn {
	text-transform: uppercase;
	background-color: #ccc;
	color: #fff;
	border-radius: 12px;
	line-height: 1;
	padding: 0.5em 0.1em;
	width: 85%;
	text-align: center;
	margin-bottom: 0.8em;
	cursor: pointer;
	transform: scale(1);
	transition: all 0.5s;
}

.ptg_btn:hover {
	transform: scale(1.05);
}

.ptg_btn.active {
	width: 100%;
}

.ptg_btn.bz_classic {
	background-color: #AC1E36;
}
.ptg_btn.bz_silver {
	background-color: #C6C6C6;
}
.ptg_btn.bz_gold {
	background-color: #CAAD81;
}
.ptg_btn.bz_platin {
	background-color: #DCE1E6;
}



/*------------------------------------*\
    IMAGES
\*------------------------------------*/

.page-id-20 .header_bg {
	/*filter: brightness(0.8);*/
}

.wp-block-image {
	margin: 0;
}

.wp-block-image img {
	height: auto;
}

.wp-block-gallery .wp-block-image {
	padding: 1em 3em;
	max-height: 10em;
}

.wp-block-gallery .wp-block-image img {
	object-fit: contain !important;
	object-position: center center;
}


/* GridZero */

.gridzero_wrapper > div {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 2em;
}

.gridzero_wrapper .wp-block-media-text {
	width: 100%;
	padding-top: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.gridzero_wrapper .wp-block-media-text figure {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.gridzero_wrapper .wp-block-media-text figure img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	filter: brightness(0.84);
}

.gridzero_wrapper .wp-block-media-text__content {
	position: absolute;
	z-index: 2;
	color: #fff;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}



/* slick */

.slick_ct {
	position: relative;

}

#slick_slider1 {
	width: 100%;
	max-width: 100%;
}


.slick-dots {
	transform: translateY(-140%);
}

.slick-dots li button::before {
	content: '' !important;
	background-color: rgba(255,255,255,1);
	-webkit-border-radius: 50px;
border-radius: 50px;
	width: 14px !important;
	height: 14px !important;
}



.slick_item {
	height: 100%;
	height: 360px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	transition: background 0.5s;
	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
}


.slick_item a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	mix-blend-mode: multiply;
	transition: all 0.5s;
	background-color: rgba(53,57,59,0.0);
}

.slick_item a:hover {
	background-color: rgba(53,57,59,0);
}






.slick_nav {
	width: 60px;
	height: 60px;
	border: 1px solid rgba(0,0,0,0);
	/*-webkit-border-radius: 100px;
border-radius: 100px;*/
	display: flex;
	justify-content: center;
	align-items: center;
	top: 50%;
	background-color: rgba(171, 0, 51, 0.4);
	margin-top: -30px;
	position: absolute;
	cursor: pointer;
	z-index: 5;
	transition: all 0.5s;
}

.slick_nal {
	width: 24px;
	height: 24px;
	display: inline-block;
	border-right: 5px solid rgba(255,255,255,1);
	border-bottom: 5px solid rgba(255,255,255,1);
	transition: all 0.5s;
}

.slick_nav:hover .slick_nal {
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;
}

.slick_nav:hover {
	/*border: 1px solid rgb(50,134,160);*/
	background-color: rgba(171, 0, 51, 1);
}

.slick_prev {
	left: 0px;
}

.slick_next {
	right: 0px;
}


.slick_next .slick_nal {
		-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
	margin-right: 6px;
}

.slick_prev .slick_nal {	
	-moz-transform: rotate(135deg);
-webkit-transform: rotate(135deg);
-o-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
	margin-left: 6px;
}



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

h1, h2, h3, h4, h5 {
	display: inline;
	padding: 0;
	margin: 0;
	font-weight: inherit;
	font-size: inherit;
}

h2, .page_title {
	font-size: 1.8em;
	font-weight: 500;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	margin-bottom: 1em;
	display: block;
}

h3, .sub_title {
	display: block;
	padding-bottom: 0.5em;
	text-transform: uppercase;
	font-size: 1.2em;
}




strong {
	font-weight: 500;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/



/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
