     Xn6}vQ`7v7[/nnmDEb'{gx,e7\Μ9Kw%9?u-BRUA)YBHR1 _.\7Grf;&8?{?~gmBJЂz=ᷧ^(vEsv#?趤Qv/֛qUvbG2%rpRjKѰok/YIV<X&?rvv왳
͖t?{ђ]^	Ɇ^W햬}:Fe2xf5,H7{xSlnKlR.Zs%,ba;
,l+
lCd~fv|Sg'^XF+~wV(%M02l_GZ	+qӑƯoq}܉E1Anɺ=k@H#)36`jcvđtn	W<1P9\69Ny5ѥ@fL	+x p6K#?m<V@NMYDu=t\OUݙc0!#&=H6CCR@1,B.^4#׭m'neUY	L) p9_{%ٻ<6 MV;R^(%j],b=ݬ)RDdC%Np(핀ptɋ5hR3YBA4ac5effR#8#U6xf-b3ڴ=D!	%C7 Par>$Ʋ&'̈́h'ʝAH26hIqmqIE%*˼UimG`S+V{:|xY`V@uqQ	73`SV]i*@渆lC42N|{sǎ\@wfڵ
'KAc]jUe3S\U,]
E{Ђ5ޘG)|hw{F'/,t ~<V]D)\-kba"  d(k:P
Nzjёճ!Deo[ȑԼىť7t#]Ifo-b8  IwWm=h{S[kn\Ř0> =UҲ7#I4pnGӉڱHȏ'(Ez+@Aps
GnL\F1FoV7+<.SINN`.0뒆Ovܝf40A:5`l0s9`&EuFkBgnǇh(
n#wdp=!Ԭ~-aɘ%zkݿŚ|^S=;gåȉ0	G2P*j΁r3mWs329ᖮ$-T%;46QNc47\'+nPƢCb4&|me4[$u"HsG7;|!Ue1BkӚ4(lP\۠d;DLI:q^|T^ 0^?`},1ثFB%!!{/)  r_postform textarea:-ms-input-placeholder {
	opacity: 0.55;
}


/* Fixed form style. */
.qr_fixed_form {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 41;
	background-color: #FFF;
	max-height: 50%;
	overflow-y: auto;
	overflow-x: hidden;
	box-shadow: 0 -8px 15px -10px #CCC;
	margin: 0 auto;
}

#qr_postform.qr_fixed_form #message-box {
	box-sizing: border-box;
	padding-left: 35px;
	width: 100%;
	transition: width 0.5s ease;
}

#qr_postform.qr_extended_form #message-box {
	transition: width 0s;
}

#qr_postform.qr_fixed_form.with_smileys #message-box {
	width: 80%;
}

#qr_postform.qr_fixed_form #message-box textarea {
	padding-right: 45px;
	width: 100%;
	box-sizing: border-box;
	overflow-y: scroll;
	resize: none;
}

#qr_postform.qr_fixed_form #message-box textarea.qr_fixed_textarea {
	height: 115px !important;
	min-height: 0;
	transition: height 0.5s ease;
}

.qr_fixed_form #attach-panel,
.qr_fixed_form #format-buttons,
.qr_fixed_form #abbc3_buttons,
.qr_fixed_form #register-and-translit,
.qr_fixed_form #qr_captcha_container,
.qr_fixed_form .quickreply-title,
.qr_fixed_form .additional-element {
	display: none;
	min-height: 0;
}

#qr_text_action_box {
	display: block;
	width: 30px;
	float: left;
}

#qr_text_action_box i,
#qr_action_box i,
#qr_show_fixed_form i {
	box-sizing: content-box;
	font-size: 16px;
	border: 1px solid;
	border-radius: 100%;
	padding: 0.35em 0.2em;
	margin-top: 7px;
	cursor: pointer;
}

#qr_text_action_box i:hover,
#qr_action_box i:hover {
	opacity: 0.7;
}

#qr_action_box {
	display: block;
	position: relative;
	width: 100%;
	z-index: 5;
	height: 0;
}

#qr_action_box_container {
	position: absolute;
	right: 25px;
	width: 30px;
}

#qr_show_fixed_form {
	display: inline-block;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 41;
	font-size: 16px;
	font-weight: bold;
	color: #1f4e79;
	background-color: #FFF;
	box-shadow: 0 0 15px -3px #CCC;
	border-radius: 0 16px 0 0;
	border: 3px solid #FFF;
	transition: all 0.3s ease;
	cursor: pointer;
	overflow: hidden;
	width: auto;
}

#qr_show_fixed_form i {
	float: left;
	margin: 1px;
}

#qr_show_fixed_form span {
	display: block;
	float: left;
	margin: 4px -1000px 0 50px;
	transition: all 0.3s ease;
}

#qr_show_fixed_form:hover span {
	margin: 4px 5px 0 5px;
}

.qr_fixed_form #smiley-box {
	position: absolute;
	right: -1000px;
	z-index: 31;
	overflow-y: auto;
	width: 20%;
	max-height: 115px;
}

.qr_fixed_form #format-buttons,
.qr_fixed_form #abbc3_buttons {
	margin-top: 0;
}

.qr_fixed_form > div {
	margin-bottom: 0;
}

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
	.qr_fixed_form #smiley-box {
		display: none;
		position: static;
		right: auto !important;
		width: 100%;
		max-height: none;
	}

	#qr_postform.qr_fixed_form.with_smileys #message-box {
		width: 100%;
	}
}

/* Compact form style. */
.qr_compact_form {
	overflow-y: hidden;
}

#qr_postform.qr_compact_form #message-box textarea.qr_fixed_textarea {
	height: 48px !important;
}

.qr_compact_form #qr_text_action_box,
.qr_compact_form .qr_attach_button {
	display: none;
}

#qr_postform.qr_fixed_form.qr_compact_form #message-box {
	padding: 0;
}

/* Fullscreen form style. */
.qr_fullscreen_form.qr_compact_form {
	overflow-y: auto;
}

#qr_postform.qr_fullscreen_form #message-box textarea {
	min-height: 115px;
	max-height: 50%;
	transition: height 0.5s ease;
	resize: vertical;
}

#qr_postform.qr_fixed_form.qr_fullscreen_form #smiley-box {
	max-height: none;
	margin: 0;
}

#qr_postform.qr_fixed_form.qr_fullscreen_form #message-box {
	padding-left: 0;
}

.qr_fullscreen_form #qr_text_action_box {
	display: none;
}

.qr_fullscreen_form #qr_action_box .qr_attach_button {
	display: none;
}
