@charset "utf-8";

/* SYSTEM RESET (style-reset.css) */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video
{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    background:transparent;
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

*, *:after, *:before {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section
{ 
    display:block;
}

nav ul
{
    list-style:none;
}

blockquote, q
{
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after
{
    content:'';
    content:none;
}

a
{
    margin:0;
    padding:0;
    vertical-align:baseline;
    background:transparent;
}

ins
{
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark
{
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del
{
    text-decoration: line-through;
}

abbr[title], dfn[title]
{
    border-bottom:1px dotted;
    cursor:help;
}

table
{
    border-collapse:collapse;
    border-spacing:0;
}

hr
{
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #000;
    margin:1em 0;
    padding:0;
}

input, input:focus, select
{
    display: inline-block;
    vertical-align: top;
    margin: 0;
    border: 0;
    outline:0;
    z-index: 1;
}

input:focus, textarea:focus, isindex:focus, keygen:focus, select:focus {
    outline-offset: 0px;
}

*:focus {
    outline: 0;
}

form, div, input
{
    outline:0;
    border:0;
    margin:0;
    padding:0;
}

input[type=checkbox],
input[type=radio],
input[type=button],
input[type=file],
input[type=submit],
select
{
    cursor: pointer;
}

/* SYSTEM MASTER (style-master.css) */

body
{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8;
	color: #000;
	background-color: #f8f8f8;
}


.smalText, .textSmal { font-size: 13px; }
.normalText, .textNormal { font-size: 16px; }
.largeText, .textLarge { font-size: 23px; }

.lightText, .textLight { font-weight: 300; }
.regularText, .textRegular, .normalText, .textNormal { font-weight: 400; }
.boldText, .textBold { font-weight: 700; }

h1, h2, h3, h4
{
	font-family: "Times New Roman", Times, serif;
	font-weight: 400;
	color: #000;
	line-height: 1.5;
	padding-top: 26px;
	padding-bottom: 10px;
}

h1 { font-size: 16px; }
h2 { font-size: 26px; }
h3 { font-size: 18px; }
h4 { font-size: 14px; }

h1.smalText, h2.smalText, h3.smalText, h4.smalText,
h1.textSmal, h2.textSmal, h3.textSmal, h4.textSmal { font-size: 14px; }
h1.normalText, h2.normalText, h3.normalText, h4.normalText,
h1.textNormal, h2.textNormal, h3.textNormal, h4.textNormal { font-size: 18px; }
h1.largeText, h2.largeText, h3.largeText, h4.largeText,
h1.textLarge, h2.textLarge, h3.textLarge, h4.textLarge { font-size: 26px; }

h1.lightText, h2.lightText, h3.lightText, h4.lightText,
h1.textLight, h2.textLight, h3.textLight, h4.textLight { font-weight: 400; }
h1.regularText, h2.regularText, h3.regularText, h4.regularText,
h1.textRegular, h2.textRegular, h3.textRegular, h4.textRegular { font-weight: 400; }
h1.boldText, h2.boldText, h3.boldText, h4.boldText,
h1.textBold, h2.textBold, h3.textBold, h4.textBold { font-weight: 400; }

a, a:visited
{
	color: #000;
	text-decoration: none;
	-o-transition: all 150ms;
	-ms-transition: all 150ms;
	-moz-transition: all 150ms;
	-webkit-transition: all 150ms;
	transition: all 150ms;
}

a:hover { color: #353535; }
a:active { color: #515151; }

a.line, span.line, p.line, div.line { text-decoration: underline; }

p { margin-bottom: 10px; text-align: left; }
p.textRight, div.textRight , span.textRight,
p.rightText, div.rightText , span.rightText { text-align: right; }
p.textBlock, div.textBlock , span.textBlock,
p.blockText, div.blockText , span.blockText { text-align: justify; }
p.textCenter, div.textCenter , span.textCenter,
p.centerText, div.centerText , span.centerText { text-align: center; }

.hide { display: none !important; }
.text_center { text-align: center; }
.caps { text-transform: uppercase; }

.transition_150, .transition_150ms {
	-o-transition: all 150ms;
	-ms-transition: all 150ms;
	-moz-transition: all 150ms;
	-webkit-transition: all 150ms;
	transition: all 150ms; }
.transition_200, .transition_200ms {
	-o-transition: all 200ms;
	-ms-transition: all 200ms;
	-moz-transition: all 200ms;
	-webkit-transition: all 200ms;
	transition: all 200ms; }
.transition_300, .transition_300ms {
	-o-transition: all 300ms;
	-ms-transition: all 300ms;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	transition: all 300ms; }

.noselect
{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
	-webkit-tap-highlight-color: transparent;
}

.cursor_default { cursor: default; }
.cursor_pointer { cursor: pointer; }

div.hr
{
	width: 100%;
	height: 1px;
	background-color: #000;
}

div.box,
span.box
{
	vertical-align: top;
    background-color: #ECECEC;
}

input, textarea
{
	background-color: #fff;
	padding: 3px 5px;
	color: #000;
	border: 0px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #999; }
input:-moz-placeholder, input::-moz-placeholder,
textarea:-moz-placeholder, textarea::-moz-placeholder {
	color: #999; opacity: 1; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #999; }

.input_error
{
    -moz-box-shadow: inset 0 0 30px rgba(221, 62, 62, 0.8);
    -webkit-box-shadow: inset 0 0 30px rgba(221, 62, 62, 0.8);
    box-shadow: inset 0 0 30px rgba(221, 62, 62, 0.8);
}


sub
{
	color: #b42d08;
	margin-left: 4px;
}

sub.inside
{
	margin-left: -13px;
	z-index: 10;
}

/* FORMULAR - USER */

.font_size_1 { font-size: 13px; }
.font_size_2 { font-size: 16px; }
.font_size_3 { font-size: 23px; }

input.small
{
	height: 26px;
	line-height: 26px;
	font-size: 13px;
}

input.middle
{
	height: 34px;
	line-height: 34px;
	font-size: 16px;
}

input.large
{
	height: 42px;
	line-height: 42px;
	font-size: 23px;
}

textarea::-moz-placeholder {
	font-family: "Times New Roman", Times, serif;
}

span.form-elm > div.btn_loading_container,
span.form-elm > span.btn_loading_line
{
	z-index: 10;
}

span.form-elm-small, 
span.form-elm-middle, 
span.form-elm-large 
{
	display: inline-block;
}

span.btn
{
	padding: 3px 5px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	cursor: pointer;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: moz-none;
	-ms-user-select: none;
	user-select: none;
}

span.btn-send
{
	width: 70px;
}

span.btn-color1
{
	background-color: #fff;
	color: #000;
}

span.btn-color2
{
	background-color: #fff;
	color: #000;
}

span.btn-disable
{
	background-color: #969696 !important;
	color: #C2C2C2 !important;
}

span.btn-small
{
	height: 26px;
	line-height: 26px;
	font-size: 13px;
}

span.btn-middle
{
	height: 34px;
	line-height: 34px;
	font-size: 16px;
}

span.btn-large
{
	height: 42px;
	line-height: 42px;
	font-size: 23px;
}

span.shadow-small, 
div.shadow-small,
a.shadow-small
{
    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

span.shadow-large, 
div.shadow-large,
a.shadow-large
{
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}

span.shadow-inside, 
div.shadow-inside,
input.shadow-inside
{
    -moz-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.2);
    box-shadow: inset 1px 1px 4px rgba(0,0,0,0.2);
}

span.shadow-special, 
div.shadow-special,
a.shadow-special
{
    -moz-box-shadow: 1px 1px rgba(0,0,0,0.9);
    -webkit-box-shadow: 1px 1px rgba(0,0,0,0.9);
    box-shadow: 1px 1px rgba(0,0,0,0.9);
}

span.round-small, 
div.round-small
{
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

span.round-large, 
div.round-large
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

span.round-special, 
div.round-special
{
    -moz-border-radius: 10px 0 10px 0;
    -webkit-border-radius: 10px 0 10px 0;
    border-radius: 10px 0 10px 0;
    
}

textarea.noResize
{
	resize: none;
}

::selection
{
	background: #000;
	color: #fff;
}

::-moz-selection
{
	background: #000;
	color: #fff;
}

/* Page SYSTEM (style-page.css) */


#login_form
{
    text-align:center;
    background-color: transparent;
    position: absolute;
    visibility: visible;
    left: 50%;
    top: 50%;
    width: 176px;
    height: 40px;
    margin-left: -83px;
    margin-top: -20px;
    z-index: 1;
    border: 0px;
}

input.ajaxFnc_loginPage
{
    border: 2px solid #BEBEBE;
    border-radius: 6px;
}


/* USER PAGE */

/*

VORKONFIGURIERTE KLASSEN
Einstellungen in config-user.php

	smalText
	normalText
	largeText

	lightText
	regularText
	boldText

	small_height
	middle_height

	shadow-small
	shadow-large
	shadow-inside
	shadow-special

*/

html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 100%; }
div {
	-webkit-box-sizing: border-box;
	box-sizing: border-box; }
input.ajaxFnc_loginPage {
	height: auto;
	line-height: normal;
	padding: 8px 5px; }

/* Schriftgröße fix für kleine Desktop Displays & Handys */
@media only screen and (max-width: 1600px) {
	body 	{ font-size: 13px; }
	h1 		{ font-size: 13px; } }
@media only screen and (max-width: 768px) {
	body 	{ font-size: 10px; }
	h1 		{ font-size: 10px; } }

body div.tg_menu {
	position: fixed;
	top: 40px;
	left: 50px;
	width: 170px;
	letter-spacing: 0.2em;
	z-index: 10000; }
body.page-index-kontakt div.tg_menu {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	margin-top: -50px;
	margin-left: -125px;
	text-align: center; }
	@media all and (max-width: 768px) {
		div.tg_menu {
			top: 25px;
			left: 30px; } }

/*
Funktionübersicht bei Menükontrolle
	Menü öffnen für Nicht-Touch devices via CSS Hover Event
	Menü öffnen für Touch devices via JS über CSS Klasse "forceopen"
	CSS Hover-Event wird für Touch devices via CSS Klasse body.touchdevice_false nicht mehr nutzbar
*/

body div.tg_menu.compressed {
	height: 30px;
	overflow: hidden; }
body.touchdevice_true div.tg_menu.forceopen,
body.touchdevice_false div.tg_menu.compressed:hover,
body.touchdevice_false div.tg_menu.compressed:active {
	height: auto;
	overflow: visible; }

body div.tg_menu .submenu {
	opacity: 0;
	-moz-transition: opacity 200ms linear;
	-webkit-transition: opacity 200ms linear;
	transition: opacity 200ms linear; }
body.touchdevice_true div.tg_menu.forceopen .submenu,
body.touchdevice_false div.tg_menu:hover .submenu,
body.touchdevice_false div.tg_menu:active .submenu {
	opacity: 1; }

body.page-index-impressum div.tg_menu {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	padding-left: 40px;
	padding-right: 40px;
	margin-top: -50px;
	text-align: center; }
	@media all and (max-width: 768px) {
		body.page-index-impressum div.tg_menu {
			padding-left: 20px;
			padding-right: 20px;
			margin-top: -90px; } }

body div.tg_menu h1 {
	margin: 0;
	padding: 0;
	margin-bottom: 16px;
	cursor: default; }
body div.tg_menu a {
	font-style: italic; }

.close_btn {
	position: fixed;
	top: 40px;
	right: 40px;
	width: 40px;
	height: 40px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-0-transform: scale(1);
	transform: scale(1);
	-moz-transition: all 150ms ease-in-out;
	-webkit-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	cursor: pointer; }
.close_btn svg {
	fill: #000; }
.close_btn:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-0-transform: scale(1.1);
	transform: scale(1.1); }
.close_btn:active {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-0-transform: scale(0.9);
	transform: scale(0.9); }
div.impressum_linebreaks span {
	display: inline-block; }
	@media all and (max-width: 768px) {
		div.impressum_linebreaks span {
			display: block; }
		div.impressum_linebreaks span.hide_mobile {
			display: none; } }
	@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2/3) and (orientation:portrait) {
		div.impressum_linebreaks {
				font-size: 9px; } }


a#insta_btn_icon {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	color: #c3c3c3;

	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;

	-moz-transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;

	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-0-transform: scale(1);
	transform: scale(1);
}
a#insta_btn_icon svg { fill: currentColor; }
a#insta_btn_icon:hover {
	color: #000;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-0-transform: scale(1.1);
	transform: scale(1.1);
}

/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #fff;
	opacity: 0.94; }
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden; }
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box; }
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle; }
.mfp-align-top .mfp-container:before {
	display: none; }
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto; }
.mfp-ajax-cur {
	cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer; }
.mfp-zoom {
	cursor: pointer; }
.mfp-auto-cursor .mfp-content {
	cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none; }
.mfp-loading.mfp-figure {
	display: none; }
.mfp-hide {
	display: none !important; }
.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044; }
.mfp-preloader a {
	color: #CCC; }
.mfp-preloader a:hover {
	color: #FFF; }
.mfp-s-ready .mfp-preloader {
	display: none; }
.mfp-s-error .mfp-content {
	display: none; }
button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation; }
button::-moz-focus-inner {
	padding: 0;
	border: 0; }
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #000;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace; }
	.mfp-close:hover,
	.mfp-close:focus {
	opacity: 1; }
	.mfp-close:active {
	top: 1px; }
.mfp-close-btn-in .mfp-close {
	color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #000;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%; }
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap; }
.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
	margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent; }
.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px; }
.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7; }
.mfp-arrow-left {
	left: 0; }
.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px; }
.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
	right: 0; }
.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px; }
.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px; }
.mfp-iframe-holder .mfp-close {
	top: -40px; }
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000; }
/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 70px 0 70px;
	margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
	line-height: 0; }
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	/*box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);*/
	box-shadow: none;
	background: #fff; }
.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px; }
.mfp-figure figure {
	margin: 0; }
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto; }
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px; }
.mfp-image-holder .mfp-content {
	max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer; }
	@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
		.mfp-img-mobile .mfp-image-holder {
			padding-left: 0;
			padding-right: 0; }
		.mfp-img-mobile img.mfp-img {
			padding: 0; }
		.mfp-img-mobile .mfp-figure:after {
			top: 0;
			bottom: 0; }
		.mfp-img-mobile .mfp-figure small {
			display: inline;
			margin-left: 5px; }
		.mfp-img-mobile .mfp-bottom-bar {
			background: rgba(0, 0, 0, 0.6);
			bottom: 0;
			margin: 0;
			top: auto;
			padding: 3px 5px;
			position: fixed;
			box-sizing: border-box; }
		.mfp-img-mobile .mfp-bottom-bar:empty {
			padding: 0; }
		.mfp-img-mobile .mfp-counter {
			right: 5px;
			top: 3px; }
		.mfp-img-mobile .mfp-close {
			top: 0;
			right: 0;
			width: 35px;
			height: 35px;
			line-height: 35px;
			background: rgba(0, 0, 0, 0.6);
			position: fixed;
			text-align: center;
			padding: 0; } }
	@media all and (max-width: 900px) {
		.mfp-arrow {
			-webkit-transform: scale(0.75);
			transform: scale(0.75); }
		.mfp-arrow-left {
			-webkit-transform-origin: 0;
			transform-origin: 0; }
		.mfp-arrow-right {
			-webkit-transform-origin: 100%;
			transform-origin: 100%; }
		.mfp-container {
			padding-left: 6px;
			padding-right: 6px; } }
	.mfp-fade.mfp-bg {
	  opacity: 0;
	  -webkit-transition: all 0.15s ease-out;
	  -moz-transition: all 0.15s ease-out;
	  transition: all 0.15s ease-out; }
	.mfp-fade.mfp-bg.mfp-ready {
	  opacity: 0.8; }
	.mfp-fade.mfp-bg.mfp-removing {
	  opacity: 0; }
	.mfp-fade.mfp-wrap .mfp-content {
	  opacity: 0;
	  -webkit-transition: all 0.15s ease-out;
	  -moz-transition: all 0.15s ease-out;
	  transition: all 0.15s ease-out; }
	.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	  opacity: 1; }
	.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	  opacity: 0; }
/* Magnific Popup CSS - END */
