a,
abbr,
acronym,
address,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	position: relative
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

html {
	box-sizing: border-box;
	color: #555
}

body {
	font-family: Lato, noto sans japanese, Arial, sans-serif;
	color: #555;
	font-size: 14px;
	font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility
}

*,
::after,
::before {
	box-sizing: inherit
}

@-ms-viewport {
	width: device-width
}

.site-wrapper,
footer {
	-webkit-transition: .05s -webkit-filter linear, .05s filter linear;
	transition: .05s filter linear
}

.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px
}

.container::after {
	content: "";
	display: table;
	clear: both
}

.pad-md .container {
	padding-left: 25px;
	padding-right: 25px
}

@media(min-width:480px) {
	.container {
		width: 100%;
		max-width: 100%
	}
}

@media(min-width:768px) {
	.container {
		width: 100%;
		max-width: 100%
	}
}

@media(min-width:980px) {
	.container {
		width: 960px;
		max-width: 100%
	}
}

@media(min-width:1200px) {
	.container {
		width: 1140px;
		max-width: 100%
	}
}

.container-fluid {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px
}

.container-fluid::after,
.row::after {
	content: "";
	display: table;
	clear: both
}

.row.small-gap {
	margin-left: -8px;
	margin-right: -8px
}

.row.small-gap>div {
	padding-left: 8px;
	padding-right: 8px
}

.row.no-gap {
	margin-left: 0;
	margin-right: 0
}

.row.no-gap>div {
	padding-left: 0;
	padding-right: 0
}

@media(max-width:767px) {
	.row {
		margin-left: 0;
		margin-right: 0
	}
	.row>div {
		padding-left: 0;
		padding-right: 0
	}
}

.hidden-lg,
.hidden-md,
.hidden-sm,
.hidden-xs,
body .hidden {
display: none;
}

.space-top,
.space-top-lg,
.space-top-md,
.space-top-sm,
.space-top-xs {
	margin-top: 15px
}

.space-top-double {
	margin-top: 30px
}

.space-top-triple {
	margin-top: 45px
}

.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-xs-1 {
	float: left;
	width: 8.333333%
}

.col-xs-2 {
	float: left;
	width: 16.666667%
}

.col-xs-3 {
	float: left;
	width: 25%
}

.col-xs-4 {
	float: left;
	width: 33.333333%
}

.col-xs-5 {
	float: left;
	width: 41.666667%
}

.col-xs-6 {
	float: left;
	width: 50%
}

.col-xs-7 {
	float: left;
	width: 58.333333%
}

.col-xs-8 {
	float: left;
	width: 66.666667%
}

.col-xs-9 {
	float: left;
	width: 75%
}

.col-xs-10 {
	float: left;
	width: 83.333333%
}

.col-xs-11 {
	float: left;
	width: 91.666667%
}

.col-xs-12 {
	float: left;
	width: 100%
}

.offset-xs-1 {
	margin-left: 8.333333%
}

.offset-xs-2 {
	margin-left: 16.666667%
}

.offset-xs-3 {
	margin-left: 25%
}

.offset-xs-4 {
	margin-left: 33.333333%
}

.offset-xs-5 {
	margin-left: 41.666667%
}

.offset-xs-6 {
	margin-left: 50%
}

.offset-xs-7 {
	margin-left: 58.333333%
}

.offset-xs-8 {
	margin-left: 66.666667%
}

.offset-xs-9 {
	margin-left: 75%
}

.offset-xs-10 {
	margin-left: 83.333333%
}

.offset-xs-11 {
	margin-left: 91.666667%
}

@media(min-width:480px) {
	.col-sm-1 {
		float: left;
		width: 8.333333%
	}
	.col-sm-2 {
		float: left;
		width: 16.666667%
	}
	.col-sm-3 {
		float: left;
		width: 25%
	}
	.col-sm-4 {
		float: left;
		width: 33.333333%
	}
	.col-sm-5 {
		float: left;
		width: 41.666667%
	}
	.col-sm-6 {
		float: left;
		width: 50%
	}
	.col-sm-7 {
		float: left;
		width: 58.333333%
	}
	.col-sm-8 {
		float: left;
		width: 66.666667%
	}
	.col-sm-9 {
		float: left;
		width: 75%
	}
	.col-sm-10 {
		float: left;
		width: 83.333333%
	}
	.col-sm-11 {
		float: left;
		width: 91.666667%
	}
	.col-sm-12 {
		float: left;
		width: 100%
	}
	.offset-sm-0 {
		margin-left: 0
	}
	.offset-sm-1 {
		margin-left: 8.333333%
	}
	.offset-sm-2 {
		margin-left: 16.666667%
	}
	.offset-sm-3 {
		margin-left: 25%
	}
	.offset-sm-4 {
		margin-left: 33.333333%
	}
	.offset-sm-5 {
		margin-left: 41.666667%
	}
	.offset-sm-6 {
		margin-left: 50%
	}
	.offset-sm-7 {
		margin-left: 58.333333%
	}
	.offset-sm-8 {
		margin-left: 66.666667%
	}
	.offset-sm-9 {
		margin-left: 75%
	}
	.offset-sm-10 {
		margin-left: 83.333333%
	}
	.offset-sm-11 {
		margin-left: 91.666667%
	}
	.hidden-xs {
		display: block
	}
	.space-top-xs {
		margin-top: 0
	}
}

@media(min-width:768px) {
	.row {
		margin-right: -15px;
		margin-left: -15px
	}
	.pad-md .row {
		margin-left: -25px;
		margin-right: -25px
	}
	.col-md-1 {
		float: left;
		width: 8.333333%
	}
	.col-md-2 {
		float: left;
		width: 16.666667%
	}
	.col-md-3 {
		float: left;
		width: 25%
	}
	.col-md-4 {
		float: left;
		width: 33.333333%
	}
	.col-md-5 {
		float: left;
		width: 41.666667%
	}
	.col-md-6 {
		float: left;
		width: 50%
	}
	.col-md-7 {
		float: left;
		width: 58.333333%
	}
	.col-md-8 {
		float: left;
		width: 66.666667%
	}
	.col-md-9 {
		float: left;
		width: 75%
	}
	.col-md-10 {
		float: left;
		width: 83.333333%
	}
	.col-md-11 {
		float: left;
		width: 91.666667%
	}
	.col-md-12 {
		float: left;
		width: 100%
	}
	.offset-md-0 {
		margin-left: 0
	}
	.offset-md-1 {
		margin-left: 8.333333%
	}
	.offset-md-2 {
		margin-left: 16.666667%
	}
	.offset-md-3 {
		margin-left: 25%
	}
	.offset-md-4 {
		margin-left: 33.333333%
	}
	.offset-md-5 {
		margin-left: 41.666667%
	}
	.offset-md-6 {
		margin-left: 50%
	}
	.offset-md-7 {
		margin-left: 58.333333%
	}
	.offset-md-8 {
		margin-left: 66.666667%
	}
	.offset-md-9 {
		margin-left: 75%
	}
	.offset-md-10 {
		margin-left: 83.333333%
	}
	.offset-md-11 {
		margin-left: 91.666667%
	}
	.hidden-sm {
		display: block
	}
	.space-top-sm {
		margin-top: 0
	}
}

@media(min-width:980px) {
	.col-lg-1 {
		float: left;
		width: 8.333333%
	}
	.col-lg-2 {
		float: left;
		width: 16.666667%
	}
	.col-lg-3 {
		float: left;
		width: 25%
	}
	.col-lg-4 {
		float: left;
		width: 33.333333%
	}
	.col-lg-5 {
		float: left;
		width: 41.666667%
	}
	.col-lg-6 {
		float: left;
		width: 50%
	}
	.col-lg-7 {
		float: left;
		width: 58.333333%
	}
	.col-lg-8 {
		float: left;
		width: 66.666667%
	}
	.col-lg-9 {
		float: left;
		width: 75%
	}
	.col-lg-10 {
		float: left;
		width: 83.333333%
	}
	.col-lg-11 {
		float: left;
		width: 91.666667%
	}
	.col-lg-12 {
		float: left;
		width: 100%
	}
	.offset-lg-0 {
		margin-left: 0
	}
	.offset-lg-1 {
		margin-left: 8.333333%
	}
	.offset-lg-2 {
		margin-left: 16.666667%
	}
	.offset-lg-3 {
		margin-left: 25%
	}
	.offset-lg-4 {
		margin-left: 33.333333%
	}
	.offset-lg-5 {
		margin-left: 41.666667%
	}
	.offset-lg-6 {
		margin-left: 50%
	}
	.offset-lg-7 {
		margin-left: 58.333333%
	}
	.offset-lg-8 {
		margin-left: 66.666667%
	}
	.offset-lg-9 {
		margin-left: 75%
	}
	.offset-lg-10 {
		margin-left: 83.333333%
	}
	.offset-lg-11 {
		margin-left: 91.666667%
	}
	.hidden-md {
		display: block
	}
	.space-top-md {
		margin-top: 0
	}
}

@media(min-width:1200px) {
	.col-xl-1 {
		float: left;
		width: 8.333333%
	}
	.col-xl-2 {
		float: left;
		width: 16.666667%
	}
	.col-xl-3 {
		float: left;
		width: 25%
	}
	.col-xl-4 {
		float: left;
		width: 33.333333%
	}
	.col-xl-5 {
		float: left;
		width: 41.666667%
	}
	.col-xl-6 {
		float: left;
		width: 50%
	}
	.col-xl-7 {
		float: left;
		width: 58.333333%
	}
	.col-xl-8 {
		float: left;
		width: 66.666667%
	}
	.col-xl-9 {
		float: left;
		width: 75%
	}
	.col-xl-10 {
		float: left;
		width: 83.333333%
	}
	.col-xl-11 {
		float: left;
		width: 91.666667%
	}
	.col-xl-12 {
		float: left;
		width: 100%
	}
	.pull-xl-0 {
		right: auto
	}
	.offset-xl-0 {
		margin-left: 0
	}
	.offset-xl-1 {
		margin-left: 8.333333%
	}
	.offset-xl-2 {
		margin-left: 16.666667%
	}
	.offset-xl-3 {
		margin-left: 25%
	}
	.offset-xl-4 {
		margin-left: 33.333333%
	}
	.offset-xl-5 {
		margin-left: 41.666667%
	}
	.offset-xl-6 {
		margin-left: 50%
	}
	.offset-xl-7 {
		margin-left: 58.333333%
	}
	.offset-xl-8 {
		margin-left: 66.666667%
	}
	.offset-xl-9 {
		margin-left: 75%
	}
	.offset-xl-10 {
		margin-left: 83.333333%
	}
	.offset-xl-11 {
		margin-left: 91.666667%
	}
	.hidden-lg {
		display: block
	}
	.space-top-lg {
		margin-top: 0
	}
}

.force-pad .container .row {
	margin-left: 0;
	margin-right: 0
}

.force-pad .container .container .row {
	margin-right: -15px;
	margin-left: -15px
}

.force-pad.pad-md .container .container .row {
	margin-left: -25px;
	margin-right: -25px
}

body a {
	color: #e72e4a;
	text-decoration: none
}

body a:not(.no):visited {
	color: #e21a38
}

a:not(.no):active,
a:not(.no):focus,
body a:not(.no):hover {
	color: #ea455e;
	text-decoration: underline;
	-webkit-transition: .3s text-decoration;
	transition: .3s text-decoration
}

body a:not(.no) {
	color: #e72e4a
}

body a.nc {
	color: #555
}

body a.ic {
	color: inherit
}

.btn {
	display: inline-block;
	margin: 2em 0 0;
	padding: .8em 1.2em;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	line-height: 1em;
	font-size: 1.3em;
	background: #444;
	color: #fff;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	border-radius: 2px;
	text-align: center;
	cursor: pointer;
	border: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.btn .ml {
	margin-left: 10px
}

.btn .mr {
	margin-right: 10px
}

.btn:active,
.btn:hover {
	box-shadow: none;
	outline: 0;
	text-decoration: none;
	background: #555;
	color: #fff
}

.btn.disabled,
.btn[disabled] {
	pointer-events: none;
	cursor: not-allowed;
	opacity: .3
}

.btn.b1,
.btn.b1:visited {
	background: #e72e4a;
	color: #fff
}

.btn.b1:active,
.btn.b1:hover {
	background: #ff1639
}

.btn.b2 {
	background-color: #48a928
}

.btn.b2:hover {
	background-color: #51be2d
}

.btn.b3 {
	background-color: #fff;
	border: 1px solid #e72e4a;
	color: #e72e4a
}

.btn.b3:hover {
	background-color: #fdeaed
}

.btn.b4,
.btn.b7 {
	background: 0 0;
	border: 1px solid #888;
	color: #555
}

.btn.b4:hover,
.btn.b7:hover {
	background: rgba(231, 46, 74, .1);
	border-color: rgba(231, 46, 74, .4);
	color: #e72e4a
}

.btn.b5 {
	background: #777;
	border: 0;
	color: #fff
}

.btn.b5:hover {
	background: #999
}

.btn.b6 {
	background: 0 0;
	border: 0;
	color: #777
}

.btn.b6:hover {
	background: #eee
}

.btn.b7 {
	color: #fff;
	margin: 0 0 0 4px;
	border-color: rgba(255, 255, 252, .5)
}

.btn.b7.active:not(:hover) {
	background: rgba(255, 255, 255, .2)
}

.btn.b8 {
	background: #619ce4;
	border: 0
}

.btn.b8:hover {
	background: #7aace9
}

.btn.bp {
	background: #ecb131;
	border: 0
}

.btn.bp:hover {
	background: #efc05f
}

.btn.br {
	margin: 0 0 20px;
	padding: 14px 34px
}

.btn.bnm {
	margin: 0
}

.btn.fw {
	width: 100%
}

.btn.f {
	border: 1px solid #000;
	font-size: 18px
}

.btn.f.b1 {
	border: 1px solid #cb1732
}

.btn.f.b2 {
	border: 1px solid #36801e
}

.btn.f.b5 {
	border: 1px solid #555
}

.btn.fs {
	font-size: 15px
}

.btn-desc {
	margin: 5px 0 15px;
	font-size: 75%
}

.btn.bm {
	padding: 6px 14px;
	font-size: 15px;
	line-height: 1.5em
}

.btn.bs {
	padding: 5px 12px;
	font-size: 14px;
	line-height: 1.43em
}

.btn.bs2 {
	padding: 5px 12px;
	line-height: 1.43em
}

.btn.bxs {
	padding: 3px 5px;
	font-size: 13px;
	line-height: 1.35em
}

.btn.bxxs {
	padding: 1px 4px;
	font-size: 11px;
	line-height: 1.3em
}

.btn.bxl {
	padding: 12px 26px;
	font-size: 20px;
	line-height: 1.5em
}

.text-primary {
	color: #e72e4a
}

.text-danger {
	color: #d9534f
}

.text-success {
	color: #55af54
}

.text-warning {
	color: #f0ad4e
}

.text-info {
	color: #4091d5
}

.text-base {
	color: #555
}

.t-c,
.text-center {
	text-align: center!important
}

.t-l,
.text-left {
	text-align: left!important
}

.t-r,
.text-right {
	text-align: right!important
}

.text-justify {
	text-align: justify!important
}

.valign {
	vertical-align: middle!important
}

.muted,
.text-muted {
	opacity: .75
}

.clearfix::after {
	content: "";
	display: table;
	clear: both
}

.sub {
	margin: 5px 0 15px;
	font-size: .75em;
	color: #aaa;
	text-align: center
}

div.inline {
	display: inline-block
}

@media(max-width:767px) {
	.not-mobile:not(body) {
		display: none!important
	}
	.mobile:not(body) {
		display: flex!important
	}
	.mobile:not(body).block {
		display: block!important
	}
}

small {
	font-size: .75em
}

big {
	font-size: 1.2em
}

hr {
	border: 0;
	outline: 0;
	border-top: 1px solid #b6b6b6;
	margin: 1em 0
}

blockquote {
	padding: 5px 0 2px 15px;
	border-left: 1px solid #ddd;
	margin-bottom: 15px;
	line-height: 1.3em
}

mark {
	background-color: rgba(10, 164, 240, .3);
	color: #047
}

h1,
h2,
h3,
h4,
h5 {
	text-align: center
}

h1 {
	font-size: 2.1em;
	margin-top: .5em;
	line-height: 1.1em
}

h2 {
	font-size: 2.3em;
	margin-bottom: .5em;
	line-height: 1.1em;
	padding-bottom: 1.2em
}

h3 {
	margin: 1em 0;
	text-transform: uppercase;
	font-size: 1.55em
}

@media(min-width:768px) {
	h3 {
		margin: 1.5em 0
	}
}

h5 {
	color: #6f6f6f;
	text-align: left;
	font-size: 1.17em;
	display: inline-block
}

h2.f {
	text-align: left;
	margin: 20px 0 0;
	font-weight: 400;
	font-size: 28px;
	letter-spacing: -.02em;
	line-height: 32px;
	text-indent: -1px;
	padding: 0
}

h2.faq {
	text-align: left;
	margin: 0;
	padding: 15px 0;
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 0;
	line-height: 20px
}

#pgwModal h3,
h3.m {
	margin: -30px 0 20px;
	border-bottom: 1px solid #ddd;
	line-height: 50px
}

#pgwModal h3.k,
h2.k,
h3.k {
	margin: 0 0 15px;
	background: #f8f8f8;
	font-size: 18px;
	line-height: 30px;
	border: 1px solid #ccc;
	border-left: 0;
	border-right: 0;
	font-variant: small-caps;
	font-variant: all-petite-caps;
	text-transform: none;
	padding: 0 10px 2px
}

h4.l {
	font-size: 21px;
	text-align: left;
	margin-top: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, .12);
	line-height: 27px
}

h4.f {
	text-align: left;
	text-transform: uppercase;
	font-size: 17px;
	margin: 5px 0 15px;
	display: inline-block;
	z-index: 2
}

h3.stylized,
h4.stylized {
	display: table;
	white-space: nowrap;
	overflow: hidden;
	line-height: 2em;
	margin-top: .5em;
	width: 100%;
	font-size: 18px
}

h3.stylized:after,
h3.stylized:before,
h4.stylized:after,
h4.stylized:before {
	border-top: 1px solid #b6b6b6;
	content: '';
	display: table-cell;
	position: relative;
	top: 1.05em;
	width: 45%
}

h3.stylized:before,
h4.stylized:before {
	right: 1.5%
}

h3.stylized:after,
h4.stylized:after {
	left: 1.5%
}

p {
	line-height: 1.4em;
	margin-bottom: 1em
}

b {
	font-weight: 700
}

p:last-child {
	margin-bottom: 0
}

.list ul,
ol,
ul.list {
	margin-top: 6px;
	margin-bottom: 20px
}

.list ul ol,
.list ul ul,
ol ol,
ol ul,
ul.list ol,
ul.list ul {
	margin-bottom: 0
}

.list ul>li,
ol>li,
ul.list>li {
	margin-bottom: 6px;
	padding-left: 20px;
	line-height: 20px
}

.list ul>li:before,
ol>li:before,
ul.list>li:before {
	content: '';
	background: #b6b6b6;
	width: 5px;
	height: 5px;
	border-radius: 3px;
	position: absolute;
	left: 7px;
	top: 7px
}

.img-responsive {
	display: inline-block;
	max-width: 100%;
	height: auto
}

.thumbnail {
	max-width: 260px;
	padding: 10px 14px;
	border-radius: 2px;
	border: 1px solid #b6b6b6;
	margin: 0 0 15px 15px;
	float: right;
	z-index: 1;
	text-align: center;
	background: #f8f8f8
}

.thumbnail>img {
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #b6b6b6
}

body.pgwModalOpen {
	overflow: hidden
}

body.pgwModalOpen .site-wrapper {
	overflow-y: scroll
}

body.pgwModalOpen.blurred .site-wrapper,
body.pgwModalOpen.blurred footer {
	-webkit-filter: blur(12px);
	filter: blur(12px)
}

.software body.pgwModalOpen.blurred .site-wrapper,
.software body.pgwModalOpen.blurred footer {
	-webkit-filter: none;
	filter: none
}

#pgwModalBackdrop {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9000;
	background: #000;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity .35s ease;
	transition: opacity .35s ease
}

body.white-fade #pgwModalBackdrop {
	background: #f8f8f8
}

#pgwModalBackdrop.show {
	opacity: .6;
	pointer-events: all
}

body.white-fade #pgwModalBackdrop.show {
	opacity: .9
}

#pgwModal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9010;
	overflow-x: auto;
	overflow-y: scroll;
	text-align: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	perspective: 1000;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

#pgwModal .pm-container {
	margin: 10px
}

#pgwModal .pm-body {
	display: inline-block;
	max-width: 800px;
	min-width: 100px;
	position: relative;
	width: 100%;
	z-index: 9020;
	margin-top: 10px;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 12px rgba(0, 0, 0, .4)
}

.white-fade #pgwModal .pm-body {
	box-shadow: none;
	border: 1px solid #b6b6b6
}

#pgwModal .pm-title {
	background: #e5e5e5;
	padding: 5px 0 6px;
	border-bottom: 1px solid #d5d5d5;
	border-radius: 5px 5px 0 0;
	font-size: 1rem;
	min-height: 25px
}

#pgwModal .pm-content {
	background: #fff;
	padding: 40px 25px 25px;
	border-radius: 3px;
	text-align: left
}

#pgwModal .pm-close {
	cursor: pointer;
	position: absolute;
	top: 12px;
	right: 12px
}

#pgwModal .pm-close span.pm-icon {
	display: block;
	height: 20px;
	width: 20px
}

#pgwModal .pm-close span.pm-icon:before {
	content: "\f00c";
	font-family: black tie;
	z-index: 1;
	position: relative;
	font-size: 18px;
	font-weight: 400
}

#pgwModal .close {
	display: none
}

#pgwModal h4 {
	text-align: left;
	font-size: 1.3em;
	margin: 15px 0
}

#pgwModal p {
	text-align: justify
}

#pgwModal.lightbox .pm-content {
	padding: 0
}

#pgwModal.lightbox .pm-close {
	color: #fff
}

#pgwModal.lightbox .pm-close:before {
	text-shadow: 0 0 8px rgba(0, 0, 0, .5)
}

#pgwModal.lightbox .pm-container {
	padding: 0 40px
}

#pgwModal.lightbox .lightbox-wrapper {
	width: 100%;
	text-align: center;
	font-size: 0
}

#pgwModal.lightbox .lightbox-wrapper>img {
	width: 100%;
	height: auto
}

#pgwModal.lightbox .navigation {
	position: absolute;
	height: 50px;
	width: 400px;
	border-radius: 3px;
	bottom: -60px;
	left: 50%;
	margin-left: -200px;
	color: #fff;
	font-size: 16px;
	padding: 10px 0 10px 10px
}

#pgwModal.lightbox .navigation .social {
	border-radius: 50%;
	padding: 5px 7px
}

#pgwModal.lightbox .navigation img {
	vertical-align: middle
}

#pgwModal.lightbox .navigation .btn {
	margin: 0 10px 0 0
}

.tooltip {
	position: absolute;
	background: #333;
	color: #fff;
	border: 1px solid #000;
	padding: 7px 12px;
	text-align: center;
	z-index: 9010;
	border-radius: 2px;
	margin: 0 0 10px;
	box-shadow: 0 0 2px rgba(0, 0, 0, .6);
	font-size: 13px;
	max-width: 18.75rem;
	line-height: 17px;
	word-wrap: break-word
}

.tooltip:after,
.tooltip:before {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 7px solid #333;
	bottom: -7px;
	content: '';
	height: 0;
	left: 50%;
	margin-left: -10px;
	position: absolute;
	width: 0
}

.tooltip:before {
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 8px solid #000;
	bottom: -8px;
	margin-left: -12px
}

.tooltip.bottom {
	margin: 10px 0 0
}

.tooltip.bottom:after,
.tooltip.bottom:before {
	border-top: 0;
	border-bottom: 8px solid #000;
	bottom: auto;
	top: -8px
}

.tooltip.bottom:after {
	border-bottom: 7px solid #333;
	top: -7px
}

.tooltip.fixed {
	position: fixed
}

.dropdown li.disabled {
	cursor: default
}

.dropdown.show {
	z-index: 180
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	margin: .125rem 0 0;
	padding: 3px 0;
	font-size: 14px;
	color: #555;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #b6b6b6;
	border-radius: 2px;
	box-shadow: 0 0 6px rgba(0, 0, 0, .1)
}

.show>.dropdown-menu {
	display: block
}

.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: .125rem
}

.dropdown-item,
.dropdown-menu .inner,
.dropdown-menu .text,
.dropdown-menu a {
	display: block;
	width: 100%;
	padding: 8px;
	clear: both;
	font-weight: 400;
	text-align: inherit;
	white-space: nowrap;
	background: 0 0;
	color: #555;
	border-bottom: 1px solid #ddd
}

.dropdown-item>i,
.dropdown-menu .inner>i,
.dropdown-menu .text>i,
.dropdown-menu a>i {
	width: 12px;
	margin-right: 5px
}

.dropdown-item:hover,
.dropdown-itemfocus,
.dropdown-menu .inner:hover,
.dropdown-menu .innerfocus,
.dropdown-menu a:hover,
.dropdown-menu afocus {
	background-color: rgba(0, 0, 0, .05);
	text-decoration: none
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-menu .inner.active,
.dropdown-menu .inner:active,
.dropdown-menu a.active,
.dropdown-menu a:active {
	color: #e72e4a;
	text-decoration: none
}

.dropdown-item.disabled,
.dropdown-item:disabled,
.dropdown-item[disabled],
.dropdown-menu .inner.disabled,
.dropdown-menu .inner:disabled,
.dropdown-menu .inner[disabled],
.dropdown-menu a.disabled,
.dropdown-menu a:disabled,
.dropdown-menu a[disabled] {
	opacity: .75;
	cursor: default;
	pointer-events: none;
	background-color: transparent
}

.dropdown-menu .text {
	font-size: 16px;
	font-weight: 700
}

.dropdown-menu-right {
	right: 0;
	left: auto
}

.dropdown-menu li:last-child .inner,
.dropdown-menu li:last-child a {
	border: 0
}

#notification-wrapper {
	position: fixed;
	top: 0;
	right: 0;
	max-width: 100%;
	padding: 15px;
	width: 300px;
	z-index: 99997
}

#notification-wrapper .notification {
	width: 100%;
	padding: 10px 15px;
	border-radius: 3px;
	background: #333;
	color: #fff;
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 25px;
	cursor: pointer;
	opacity: 0;
	margin-top: -50px;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	z-index: 998
}

#notification-wrapper .notification:before {
	content: '\f00c';
	position: absolute;
	top: 5px;
	right: 5px;
	font: normal normal normal 10px/1 "Black Tie";
	opacity: .75
}

#notification-wrapper .notification.success {
	background: #55af54
}

#notification-wrapper .notification.error {
	background: #d9534f
}

#notification-wrapper .notification-actions {
	text-align: center;
	margin-top: 10px
}

#notification-wrapper .notification-actions .b1 {
	margin-right: 10px
}

#notification-wrapper .notification-actions .btn {
	margin-top: 0
}

input.f,
select.f {
	padding: .5em .6em;
	display: inline-block;
	width: 100%;
	border: 1px solid #b6b6b6;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
	border-radius: 2px;
	vertical-align: middle;
	box-sizing: border-box;
	font-size: 16px;
	color: #555
}

input.f.error,
select.f.error {
	border-color: #d9534f
}

input.f.success,
select.f.success {
	border-color: #55af54
}

input.b,
select.b {
	font-size: 18px
}

select.f {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGBAMAAAAFwGKyAAAAElBMVEUAAACsrKyZmZmnp6ecnJyWlpYMLgrYAAAAAXRSTlMAQObYZgAAACpJREFUCNdjcGQAAhEGJgEGBkYFBgZFBgYhBgYgF8gBAmUjBhBgDWBgAAAgPQGZ2eT3JgAAAABJRU5ErkJggg==) calc(100% - 6px) 50% no-repeat #fff;
	padding: .5em 24px .5em .6em;
	cursor: pointer;
	-webkit-transition: .15s background cubic-bezier(.35, 1.2, .67, 1.2);
	transition: .15s background cubic-bezier(.35, 1.2, .67, 1.2)
}

select.f:hover {
	background-position-y: 60%
}

select.f:focus {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGBAMAAAAFwGKyAAAAElBMVEUAAACsrKyZmZmnp6ecnJyWlpYMLgrYAAAAAXRSTlMAQObYZgAAACZJREFUCNdjYGBgDWAAAWUjEMkkwKgApBQZGIRAHAYGINcRJCECACMHAZngwXg2AAAAAElFTkSuQmCC)
}

select.f:focus:hover {
	background-position-y: 40%
}

optgroup,
option {
	font-size: 14px
}

.level {
	height: 10px;
	width: 10px;
	display: inline-block;
	background: url(data:image/png;base64,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) no-repeat;
	vertical-align: baseline;
	image-rendering: pixelated;
	margin: 0 2px
}

.level.default {
	background: #eee!important;
	border-radius: 48%;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, .2)
}

.level.silver {
	background-position: -10px 0
}

.level.gold {
	background-position: -20px 0
}

.level.platinum {
	background-position: -30px 0
}

.level.team {
	background-position: -40px 0
}

.level.moderator {
	background-position: -50px 0
}

.level.diamond {
	background-position: -60px 0
}

.level.double-diamond {
	background-position: -70px 0;
	width: 16px
}

.level.triple-diamond {
	background-position: -86px 0;
	width: 22px
}

.level.big {
	width: 16px;
	height: 16px;
	background: url(data:image/png;base64,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)
}

.level.big.silver {
	background-position: -16px 0
}

.level.big.gold {
	background-position: -32px 0
}

.level.big.platinum {
	background-position: -48px 0
}

.level.big.team {
	background-position: -64px 0
}

.level.big.moderator {
	background-position: -80px 0
}

.level.big.diamond {
	background-position: -96px 0;
	width: 17px
}

.level.big.double-diamond {
	background-position: -113px 0;
	width: 26px
}

.level.big.triple-diamond {
	background-position: -139px 0;
	width: 34px
}

.level.huge {
	width: 32px;
	height: 32px;
	background: url(/levels/32.png)
}

.level.huge.silver {
	background-position: -32px 0
}

.level.huge.gold {
	background-position: -64px 0
}

.level.huge.platinum {
	background-position: -96px 0
}

.level.huge.team {
	background-position: -128px 0
}

.level.huge.moderator {
	background-position: -160px 0
}

.level.huge.diamond {
	background-position: -193px 0;
	width: 34px
}

.level.huge.double-diamond {
	background-position: -226px 0;
	width: 52px
}

.level.huge.triple-diamond {
	background-position: -278px 0;
	width: 67px
}

.level.system {
	background: 0 0;
	width: 1px
}

.premium {
	width: 14px;
	height: 10px;
	background: url(/img/premium.png) no-repeat;
	display: inline-block;
	background-size: 100% 100%;
	vertical-align: baseline;
	image-rendering: pixelated;
	margin: 0 2px
}

.premium.big {
	width: 23px;
	height: 16px
}

.card-show {
	display: inline-block;
	border-radius: 2px;
	font-size: 0;
	height: 150px;
	width: 100px;
	cursor: pointer;
	background: #ddd;
	margin: 0 10px 15px 0;
	vertical-align: bottom;
	overflow: hidden
}

.card-show .illustration {
	display: block;
	height: 100%;
	width: 100%;
	z-index: 1
}

.card-show .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2
}

.card-show .collection-label {
	position: absolute;
	top: 65%;
	padding: 5px 8px;
	font-size: 11px;
	line-height: 11px;
	color: #fff;
	background: #e72e4a;
	font-weight: 700;
	z-index: 4
}

.card-show .collection-label:after {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	width: 6px;
	border-right: 3px solid transparent;
	border-top: 10px solid transparent;
	border-left: 3px solid #e72e4a;
	border-bottom: 10px solid #e72e4a
}

.card-show.natural {
	height: 242px;
	width: 162px
}

.pagination {
	margin-bottom: 15px
}

.pagination.mt {
	margin-top: 15px
}

.pagination .ord {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.pagination .btn {
	white-space: nowrap;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: 0;
	text-transform: uppercase;
	border: 1px solid #222;
	background: #555;
	padding: .5em .8em;
	font-size: 16px
}

.pagination .btn.active {
	background: #e72e4a;
	border-color: #cb1732
}

.pagination .c {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.pagination .ellipsis {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	text-align: center;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 10px
}

.shadow:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 2px;
	box-shadow: inset 0 0 2px rgba(0, 0, 0, .4);
	z-index: 2;
	pointer-events: none
}

.loader {
	height: 200px;
	line-height: 200px;
	text-align: center;
	font-size: 38px
}

html.loading,
html.loading body {
	overflow: hidden;
	width: 100%;
	height: 100%
}

html.loading body .site-wrapper {
	overflow-y: scroll
}

html.loading body:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999998;
	background: rgba(255, 255, 255, .3)
}

html.loading body:after {
	content: '\f03d';
	font-weight: 700;
	font-family: black tie;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 99999999;
	display: block;
	font-size: 50px;
	-webkit-animation: bt-spin 2s infinite linear;
	animation: bt-spin 2s infinite linear;
	margin-left: -25px;
	margin-top: -25px
}

table[sortable] th {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

table[sortable] th i {
	margin-left: 5px
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem
}

.table td,
.table th {
	padding: .4rem;
	vertical-align: top;
	border-top: 1px solid #ddd
}

.table th {
	font-size: 1.4em;
	border-top: 0
}

.bold {
	font-weight: 700
}

.underline {
	text-decoration: underline
}

.strike {
	text-decoration: line-through
}

.italic {
	font-style: italic
}

.oneline {
	white-space: nowrap;
	overflow: hidden!important;
	text-overflow: ellipsis;
	line-height: 1.2em!important
}

#cookiewarn {
	background: #f3be53;
	color: #5d530b;
	padding: 10px;
	line-height: 23px
}

.alert {
	padding: 30px 15px;
	text-align: center;
	margin-top: 10px;
	border: 1px solid #b6b6b6;
	font-size: 20px;
	color: #b6b6b6
}

.label-list .label {
	display: inline-block;
	padding: 5px;
	background: rgba(64, 145, 213, .08);
	color: #4091d5;
	border-radius: 3px;
	margin: 0 10px 10px 0
}

.choice-menu {
	position: relative;
	text-align: center;
	border: 1px solid #b6b6b6;
	height: 120px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px;
	color: #555
}

.choice-menu:active,
.choice-menu:focus,
.choice-menu:hover {
	background: #e72e4a;
	border-color: #fff;
	color: #fff!important
}

.choice-menu-2 {
	display: block;
	height: auto;
	line-height: 1.2em;
	background: #dcf2ff;
	color: #6aa4d8;
	padding: 10px 20px;
	font-size: 18px;
	margin-bottom: 20px
}

.choice-menu-2 span {
	color: #687d90
}

.choice-menu-2.success {
	background: #e3ffe2;
	color: #55af54
}

.choice-menu-2.success span {
	color: #389437
}

.choice-menu-2.error {
	background: #ffe4e3;
	color: #d9534f
}

.choice-menu-2.error span {
	color: #b3322e
}

html.site,
html.site body {
	height: 100%
}

html.site body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

html.site .site-wrapper {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	overflow: hidden;
	width: 100%
}


/*!* The Black Tie Font is commercial software. Please do not distribute.*/

@font-face {
	font-family: black tie;
	src: url(/fonts/solid/BlackTie-Solid-webfont.eot?v=1.0.0);
	src: url(/fonts/solid/BlackTie-Solid-webfont.eot?#iefix&v=1.0.0) format('embedded-opentype'), url(/fonts/solid/BlackTie-Solid-webfont.woff2?v=1.0.0) format('woff2'), url(/fonts/solid/BlackTie-Solid-webfont.woff?v=1.0.0) format('woff'), url(/fonts/solid/BlackTie-Solid-webfont.ttf?v=1.0.0) format('truetype'), url(/fonts/solid/BlackTie-Solid-webfont.svg?v=1.0.0#black_tiesolid) format('svg');
	font-weight: 900;
	font-style: normal
}

@font-face {
	font-family: black tie;
	src: url(/fonts/bold/BlackTie-Bold-webfont.eot?v=1.0.0);
	src: url(/fonts/bold/BlackTie-Bold-webfont.eot?#iefix&v=1.0.0) format('embedded-opentype'), url(/fonts/bold/BlackTie-Bold-webfont.woff2?v=1.0.0) format('woff2'), url(/fonts/bold/BlackTie-Bold-webfont.woff?v=1.0.0) format('woff'), url(/fonts/bold/BlackTie-Bold-webfont.ttf?v=1.0.0) format('truetype'), url(/fonts/bold/BlackTie-Bold-webfont.svg?v=1.0.0#black_tiebold) format('svg');
	font-weight: 700;
	font-style: normal
}

@font-face {
	font-family: black tie;
	src: url(/fonts/medium/BlackTie-Medium-webfont.eot?v=1.0.0);
	src: url(/fonts/medium/BlackTie-Medium-webfont.eot?#iefix&v=1.0.0) format('embedded-opentype'), url(/fonts/medium/BlackTie-Medium-webfont.woff2?v=1.0.0) format('woff2'), url(/fonts/medium/BlackTie-Medium-webfont.woff?v=1.0.0) format('woff'), url(/fonts/medium/BlackTie-Medium-webfont.ttf?v=1.0.0) format('truetype'), url(/fonts/medium/BlackTie-Medium-webfont.svg?v=1.0.0#black_tiemedium) format('svg');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: black tie;
	src: url(/fonts/light/BlackTie-Light-webfont.eot?v=1.0.0);
	src: url(/fonts/light/BlackTie-Light-webfont.eot?#iefix&v=1.0.0) format('embedded-opentype'), url(/fonts/light/BlackTie-Light-webfont.woff2?v=1.0.0) format('woff2'), url(/fonts/light/BlackTie-Light-webfont.woff?v=1.0.0) format('woff'), url(/fonts/light/BlackTie-Light-webfont.ttf?v=1.0.0) format('truetype'), url(/fonts/light/BlackTie-Light-webfont.svg?v=1.0.0#black_tielight) format('svg');
	font-weight: 200;
	font-style: normal
}

.btb,
.btl,
.btr,
.bts {
	display: inline-block;
	font: normal normal normal 14px/1 "Black Tie";
	font-size: inherit;
	vertical-align: -14.28571429%;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}

.bts {
	font-weight: 900
}

.btb {
	font-weight: 700
}

.btl {
	font-weight: 200
}

.bt-sm {
	font-size: .7em;
	vertical-align: baseline
}

.bt-lg {
	font-size: 1.33333333em;
	line-height: .75em
}

.bt-2x {
	font-size: 2em
}

.bt-3x {
	font-size: 3em
}

.bt-4x {
	font-size: 4em
}

.bt-5x {
	font-size: 5em
}

.bt-2x,
.bt-3x,
.bt-4x,
.bt-5x,
.bt-lg {
	vertical-align: -30%
}

.bt-fw {
	width: 1.28571429em;
	text-align: center
}

.bt-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}

.bt-ul>li {
	position: relative
}

.bt-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}

.bt-li.bt-lg {
	left: -2em
}

.bt-border {
	padding: .2em;
	border: .08em solid #eee;
	border-radius: .1em
}

.bt-hover {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.btb.pull-left,
.btl.pull-left,
.btr.pull-left,
.bts.pull-left,
.fab.pull-left {
	margin-right: .3em
}

.btb.pull-right,
.btl.pull-right,
.btr.pull-right,
.bts.pull-right,
.fab.pull-right {
	margin-left: .3em
}

.bt-spin {
	-webkit-animation: bt-spin 2s infinite linear;
	animation: bt-spin 2s infinite linear
}

.bt-pulse {
	-webkit-animation: bt-spin 1s infinite steps(8);
	animation: bt-spin 1s infinite steps(8)
}

.bt-flash {
	-webkit-animation: bt-flash 1s infinite ease;
	animation: bt-flash 1s infinite ease
}

@-webkit-keyframes bt-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes bt-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@-webkit-keyframes bt-flash {
	0% {
		opacity: 1
	}
	50% {
		opacity: .2
	}
	100% {
		opacity: 1
	}
}

@keyframes bt-flash {
	0% {
		opacity: 1
	}
	50% {
		opacity: .2
	}
	100% {
		opacity: 1
	}
}

.bt-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.bt-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.bt-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.bt-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.bt-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}

:root .bt-flip-horizontal,
:root .bt-flip-vertical,
:root .bt-rotate-180,
:root .bt-rotate-270,
:root .bt-rotate-90 {
	-webkit-filter: none;
	filter: none
}

.bt-stack {
	position: relative;
	display: inline-block;
	width: 1.28571429em;
	height: 1em;
	line-height: 1em;
	vertical-align: baseline
}

.bt-stack-sm {
	position: absolute;
	top: 0;
	left: 0;
	line-height: inherit;
	font-size: .5em
}

.bt-stack-1x,
.bt-stack-sm {
	display: inline-block;
	width: 100%;
	text-align: center
}

.bt-inverse {
	color: #fff
}

.bt-bars:before {
	content: "\f000"
}

.bt-envelope:before {
	content: "\f001"
}

.bt-search:before {
	content: "\f002"
}

.bt-search-plus:before {
	content: "\f003"
}

.bt-search-minus:before {
	content: "\f004"
}

.bt-phone:before {
	content: "\f005"
}

.bt-comment:before {
	content: "\f007"
}

.bt-commenting:before {
	content: "\f008"
}

.bt-comments:before {
	content: "\f009"
}

.bt-rss:before {
	content: "\f00a"
}

.bt-times:before {
	content: "\f00c"
}

.bt-times-circle:before {
	content: "\f00d"
}

.bt-clock:before {
	content: "\f00e"
}

.bt-star:before {
	content: "\f010"
}

.bt-star-half:before {
	content: "\f011"
}

.bt-check:before {
	content: "\f012"
}

.bt-check-circle:before {
	content: "\f013"
}

.bt-check-square:before {
	content: "\f014"
}

.bt-th:before {
	content: "\f015"
}

.bt-th-large:before {
	content: "\f016"
}

.bt-heart:before {
	content: "\f017"
}

.bt-heart-half:before {
	content: "\f018"
}

.bt-calendar:before {
	content: "\f019"
}

.bt-shopping-cart:before {
	content: "\f01a"
}

.bt-plus:before {
	content: "\f01b"
}

.bt-plus-circle:before {
	content: "\f01c"
}

.bt-plus-square:before {
	content: "\f01d"
}

.bt-pen:before {
	content: "\f01e"
}

.bt-minus:before {
	content: "\f021"
}

.bt-minus-circle:before {
	content: "\f022"
}

.bt-minus-square:before {
	content: "\f023"
}

.bt-pencil:before {
	content: "\f024"
}

.bt-edit:before {
	content: "\f025"
}

.bt-thumbs-up:before {
	content: "\f026"
}

.bt-thumbs-down:before {
	content: "\f027"
}

.bt-gear:before {
	content: "\f028"
}

.bt-trash:before {
	content: "\f029"
}

.bt-file:before {
	content: "\f02a"
}

.bt-info-circle:before {
	content: "\f02b"
}

.bt-label:before {
	content: "\f02c"
}

.bt-rocket:before {
	content: "\f02d"
}

.bt-book:before {
	content: "\f02e"
}

.bt-book-open:before {
	content: "\f02f"
}

.bt-notebook:before {
	content: "\f030"
}

.bt-camera:before {
	content: "\f031"
}

.bt-folder:before {
	content: "\f032"
}

.bt-quote-left:before {
	content: "\f036"
}

.bt-quote-right:before {
	content: "\f037"
}

.bt-eye:before {
	content: "\f038"
}

.bt-lock:before {
	content: "\f039"
}

.bt-lock-open:before {
	content: "\f03a"
}

.bt-gift:before {
	content: "\f03b"
}

.bt-spinner-clock:before {
	content: "\f03c"
}

.bt-spinner:before {
	content: "\f03d"
}

.bt-wrench:before {
	content: "\f03e"
}

.bt-cloud:before {
	content: "\f040"
}

.bt-cloud-upload:before {
	content: "\f041"
}

.bt-cloud-download:before {
	content: "\f042"
}

.bt-sync:before {
	content: "\f043"
}

.bt-question-circle:before {
	content: "\f044"
}

.bt-share:before {
	content: "\f045"
}

.bt-briefcase:before {
	content: "\f046"
}

.bt-money:before {
	content: "\f047"
}

.bt-megaphone:before {
	content: "\f048"
}

.bt-sign-in:before {
	content: "\f049"
}

.bt-sign-out:before {
	content: "\f04a"
}

.bt-film:before {
	content: "\f04b"
}

.bt-trophy:before {
	content: "\f04c"
}

.bt-code:before {
	content: "\f04d"
}

.bt-light-bulb:before {
	content: "\f04e"
}

.bt-print:before {
	content: "\f050"
}

.bt-fax:before {
	content: "\f051"
}

.bt-video:before {
	content: "\f052"
}

.bt-signal:before {
	content: "\f053"
}

.bt-sitemap:before {
	content: "\f054"
}

.bt-upload:before {
	content: "\f055"
}

.bt-download:before {
	content: "\f056"
}

.bt-key:before {
	content: "\f057"
}

.bt-mug:before {
	content: "\f058"
}

.bt-bookmark:before {
	content: "\f059"
}

.bt-flag:before {
	content: "\f05a"
}

.bt-external-link:before {
	content: "\f05b"
}

.bt-smile:before {
	content: "\f05c"
}

.bt-frown:before {
	content: "\f05d"
}

.bt-meh:before {
	content: "\f05e"
}

.bt-magic:before {
	content: "\f060"
}

.bt-bolt:before {
	content: "\f061"
}

.bt-exclamation-triangle:before {
	content: "\f062"
}

.bt-exclamation-circle:before {
	content: "\f063"
}

.bt-flask:before {
	content: "\f064"
}

.bt-music:before {
	content: "\f065"
}

.bt-push-pin:before {
	content: "\f066"
}

.bt-shield:before {
	content: "\f067"
}

.bt-sort:before {
	content: "\f068"
}

.bt-reply:before {
	content: "\f069"
}

.bt-forward:before {
	content: "\f06a"
}

.bt-reply-all:before {
	content: "\f06b"
}

.bt-forward-all:before {
	content: "\f06c"
}

.bt-bell:before {
	content: "\f06d"
}

.bt-bell-off:before {
	content: "\f06e"
}

.bt-ban:before {
	content: "\f070"
}

.bt-database:before {
	content: "\f071"
}

.bt-hard-drive:before {
	content: "\f072"
}

.bt-merge:before {
	content: "\f073"
}

.bt-fork:before {
	content: "\f074"
}

.bt-wifi:before {
	content: "\f075"
}

.bt-paper-plane:before {
	content: "\f076"
}

.bt-inbox:before {
	content: "\f077"
}

.bt-fire:before {
	content: "\f078"
}

.bt-play:before {
	content: "\f079"
}

.bt-pause:before {
	content: "\f07a"
}

.bt-stop:before {
	content: "\f08b"
}

.bt-play-circle:before {
	content: "\f07b"
}

.bt-next:before {
	content: "\f07c"
}

.bt-previous:before {
	content: "\f07d"
}

.bt-repeat:before {
	content: "\f07e"
}

.bt-fast-forward:before {
	content: "\f080"
}

.bt-fast-reverse:before {
	content: "\f081"
}

.bt-volume:before {
	content: "\f082"
}

.bt-volume-off:before {
	content: "\f083"
}

.bt-volume-up:before {
	content: "\f084"
}

.bt-volume-down:before {
	content: "\f085"
}

.bt-maximize:before {
	content: "\f086"
}

.bt-minimize:before {
	content: "\f087"
}

.bt-closed-captions:before {
	content: "\f088"
}

.bt-shuffle:before {
	content: "\f089"
}

.bt-triangle:before {
	content: "\f08a"
}

.bt-square:before {
	content: "\f08b"
}

.bt-circle:before {
	content: "\f08c"
}

.bt-hexagon:before {
	content: "\f08d"
}

.bt-octagon:before {
	content: "\f08e"
}

.bt-angle-up:before {
	content: "\f090"
}

.bt-angle-down:before {
	content: "\f091"
}

.bt-angle-left:before {
	content: "\f092"
}

.bt-angle-right:before {
	content: "\f093"
}

.bt-angles-up:before {
	content: "\f094"
}

.bt-angles-down:before {
	content: "\f095"
}

.bt-angles-left:before {
	content: "\f096"
}

.bt-angles-right:before {
	content: "\f097"
}

.bt-arrow-up:before {
	content: "\f098"
}

.bt-arrow-down:before {
	content: "\f099"
}

.bt-arrow-left:before {
	content: "\f09a"
}

.bt-arrow-right:before {
	content: "\f09b"
}

.bt-bar-chart:before {
	content: "\f09c"
}

.bt-pie-chart:before {
	content: "\f09d"
}

.bt-circle-arrow-up:before {
	content: "\f0a0"
}

.bt-circle-arrow-down:before {
	content: "\f0a1"
}

.bt-circle-arrow-left:before {
	content: "\f0a2"
}

.bt-circle-arrow-right:before {
	content: "\f0a3"
}

.bt-caret-up:before {
	content: "\f0a4"
}

.bt-caret-down:before {
	content: "\f0a5"
}

.bt-caret-left:before {
	content: "\f0a6"
}

.bt-caret-right:before {
	content: "\f0a7"
}

.bt-long-arrow-up:before {
	content: "\f0a8"
}

.bt-long-arrow-down:before {
	content: "\f0a9"
}

.bt-long-arrow-left:before {
	content: "\f0aa"
}

.bt-long-arrow-right:before {
	content: "\f0ab"
}

.bt-Bold:before {
	content: "\f0ac"
}

.bt-italic:before {
	content: "\f0ad"
}

.bt-underline:before {
	content: "\f0ae"
}

.bt-link:before {
	content: "\f0b0"
}

.bt-paper-clip:before {
	content: "\f0b1"
}

.bt-align-left:before {
	content: "\f0b2"
}

.bt-align-center:before {
	content: "\f0b3"
}

.bt-align-right:before {
	content: "\f0b4"
}

.bt-align-justify:before {
	content: "\f0b5"
}

.bt-cut:before {
	content: "\f0b6"
}

.bt-copy:before {
	content: "\f0b7"
}

.bt-paste:before {
	content: "\f0b8"
}

.bt-photo:before {
	content: "\f0b9"
}

.bt-table:before {
	content: "\f0ba"
}

.bt-ulist:before {
	content: "\f0bb"
}

.bt-olist:before {
	content: "\f0bc"
}

.bt-indent:before {
	content: "\f0bd"
}

.bt-outdent:before {
	content: "\f0be"
}

.bt-undo:before {
	content: "\f0c0"
}

.bt-redo:before {
	content: "\f0c1"
}

.bt-sup:before {
	content: "\f0c2"
}

.bt-sub:before {
	content: "\f0c3"
}

.bt-text-size:before {
	content: "\f0c4"
}

.bt-text-color:before {
	content: "\f0c5"
}

.bt-remove-formatting:before {
	content: "\f0c6"
}

.bt-blockquote:before {
	content: "\f036"
}

.bt-globe:before {
	content: "\f0c7"
}

.bt-map:before {
	content: "\f0c8"
}

.bt-map-arrow:before {
	content: "\f0c9"
}

.bt-map-marker:before {
	content: "\f0ca"
}

.bt-map-pin:before {
	content: "\f0cb"
}

.bt-home:before {
	content: "\f0cc"
}

.bt-building:before {
	content: "\f0cd"
}

.bt-industry:before {
	content: "\f0ce"
}

.bt-desktop:before {
	content: "\f0d0"
}

.bt-laptop:before {
	content: "\f0d1"
}

.bt-tablet:before {
	content: "\f0d2"
}

.bt-mobile:before {
	content: "\f0d3"
}

.bt-tv:before {
	content: "\f0d4"
}

.bt-radio-checked:before {
	content: "\f0d5"
}

.bt-radio-unchecked:before {
	content: "\f08c"
}

.bt-checkbox-checked:before {
	content: "\f014"
}

.bt-checkbox-unchecked:before {
	content: "\f08b"
}

.bt-checkbox-intermediate:before {
	content: "\f023"
}

.bt-user-male:before,
.bt-user:before {
	content: "\f0d6"
}

.bt-user-female:before {
	content: "\f0d7"
}

.bt-crown:before {
	content: "\f0d8"
}

.bt-credit-card:before {
	content: "\f0d9"
}

.bt-strikethrough:before {
	content: "\f0da"
}

.bt-eject:before {
	content: "\f0db"
}

.bt-ellipsis-h:before {
	content: "\f0dc"
}

.bt-ellipsis-v:before {
	content: "\f0dd"
}

.bt-social:before {
	content: '';
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: inherit;
	margin-right: 5px
}

.bt-twitter:before {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOTEuMzE5IDI5MS4zMTkiPjxwYXRoIGQ9Ik0xNDUuNjYgMGM4MC40NSAwIDE0NS42NiA2NS4yMiAxNDUuNjYgMTQ1LjY2IDAgODAuNDUtNjUuMiAxNDUuNjYtMTQ1LjY2IDE0NS42NlMwIDIyNi4xMiAwIDE0NS42NkMwIDY1LjIyIDY1LjIgMCAxNDUuNjYgMHoiIGZpbGw9IiMyNkE2RDEiLz48cGF0aCBkPSJNMjM2LjcyIDk4LjEzYy02LjM2IDIuNzUtMTMuMiA0LjYtMjAuNCA1LjQzIDcuMzUtNC4yNyAxMi45OC0xMSAxNS42My0xOS4wNy02Ljg3IDMuOS0xNC40NiA2LjgtMjIuNTUgOC4zLTYuNS02LjctMTUuNy0xMC44OC0yNS45LTEwLjg4LTE5LjYgMC0zNS41IDE1LjQtMzUuNSAzNC40MiAwIDIuNy4zIDUuMzIuOTIgNy44NC0yOS41LTEuNDMtNTUuNjYtMTUuMTUtNzMuMTYtMzYtMy4wNiA1LjEtNC44IDExLTQuOCAxNy4zMiAwIDExLjk0IDYuMjYgMjIuNSAxNS43OCAyOC42Ni01LjgyLS4yLTExLjMtMS43NC0xNi4wOC00LjN2LjRjMCAxNi43IDEyLjIzIDMwLjYgMjguNDcgMzMuNzctMi45OC44LTYuMSAxLjItOS4zNSAxLjItMi4yOCAwLTQuNS0uMi02LjY3LS42IDQuNiAxMy43IDE3LjcgMjMuNjQgMzMuMiAyMy45LTEyLjEgOS4yNi0yNy40IDE0Ljc2LTQ0LjEgMTQuNzYtMi44IDAtNS43LS4xNS04LjQtLjQ3IDE1LjczIDkuOCAzNC4zOCAxNS41IDU0LjQzIDE1LjUgNjUuMyAwIDEwMS01Mi41IDEwMS05OGwtLjEtNC41YzYuOS00LjgzIDEyLjkzLTEwLjkgMTcuNy0xNy44eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPgo=)
}

.bt-facebook:before {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOTEuMzE5IDI5MS4zMTkiPjxwYXRoIGQ9Ik0xNDUuNjYgMGM4MC40NSAwIDE0NS42NiA2NS4yMiAxNDUuNjYgMTQ1LjY2IDAgODAuNDUtNjUuMiAxNDUuNjYtMTQ1LjY2IDE0NS42NlMwIDIyNi4xMiAwIDE0NS42NkMwIDY1LjIyIDY1LjIgMCAxNDUuNjYgMHoiIGZpbGw9IiMzQjU5OTgiLz48cGF0aCBkPSJNMTYzLjQgMTAwLjI4aDE4Ljc3VjcyLjU1SDE2MC4xdi4xYy0yNi43NC45NC0zMi4yMiAxNS45Ny0zMi43IDMxLjc2aC0uMDZ2MTMuODhoLTE4LjJ2MjcuMTVoMTguMnY3Mi44aDI3LjQ0di03Mi44aDIyLjQ4bDQuMzQtMjcuMTRoLTI2Ljh2LTguMzhjMC01LjMzIDMuNTQtOS42IDguNi05LjZ6IiBmaWxsPSIjRkZGIi8+PC9zdmc+Cg==)
}

.bt-blog:before {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOTEuMzE5IDI5MS4zMTkiPjxwYXRoIGQ9Ik0xNDUuNjYgMGM4MC40NCAwIDE0NS42NiA2NS4yMiAxNDUuNjYgMTQ1LjY2UzIyNi4xIDI5MS4zMiAxNDUuNjYgMjkxLjMyIDAgMjI2LjEgMCAxNDUuNjYgNjUuMiAwIDE0NS42NiAweiIgZmlsbD0iI0Y0QjQ1OSIvPjxwYXRoIGQ9Ik0yMTguMSAxMzMuMzJsLTEuMjUtMi41My0yLjA1LTEuNmMtMi42OC0yLjEtMTYuMjcuMTMtMTkuOTMtMy4yLTIuNi0yLjM3LTMtNi42Ni0zLjc4LTEyLjQ1LTEuNDgtMTEuMjUtMi40LTExLjg0LTQuMTYtMTUuNjMtNi40LTEzLjU0LTIzLjc2LTIzLjctMzUuNjgtMjUuMTJoLTMyLjNjLTI1LjQgMC00Ni4xNyAyMC43NC00Ni4xNyA0Ni4wNnY1My43YzAgMjUuMjYgMjAuNzUgNDUuOTUgNDYuMTYgNDUuOTVoNTMuMDdjMjUuNCAwIDQ2LjA1LTIwLjY2IDQ2LjItNDUuOTRsLjI3LTM3LjItLjQtMi4wM3ptLTk5LjUyLTI0LjAyaDI2Ljg3YzUuMTIgMCA5LjMgNC4xIDkuMyA5LjA3IDAgNC45Ni00LjE3IDkuMDgtOS4zIDkuMDhoLTI2Ljg3Yy01LjEzIDAtOS4zLTQuMTItOS4zLTkuMDggMC00Ljk4IDQuMTctOS4wNyA5LjMtOS4wN3ptNTQuMzMgNzIuNzdoLTU0LjM1Yy01LjEgMC05LjI1LTQuMTctOS4yNS05LjEzIDAtNS4wMiA0LjEzLTkuMSA5LjI0LTkuMWg1NC4zN2M1LjEgMCA5LjIgNC4wOCA5LjIgOS4xIDAgNC45Ni00LjEgOS4xMy05LjIgOS4xM3oiIGZpbGw9IiNGRkYiLz48L3N2Zz4=)
}

.bt-youtube:before {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOTEuMzE5IDI5MS4zMTkiPjxwYXRoIGQ9Ik0xNDUuNjYgMGM4MC40NSAwIDE0NS42NiA2NS4yMiAxNDUuNjYgMTQ1LjY2cy02NS4yIDE0NS42Ni0xNDUuNjYgMTQ1LjY2UzAgMjI2LjEgMCAxNDUuNjYgNjUuMiAwIDE0NS42NiAweiIgZmlsbD0iI0M0MzAyQiIvPjxwYXRoIGQ9Ik0xNDIuMTUgMTE4LjM2YzQuNiAwIDguMi0xLjQ3IDEwLjg1LTMuNTUgMi42Mi0yLjEgMy45My00LjkgMy45My04LjZ2LTIyYzAtMy4yLTEuMzQtNS45LTQtOC0yLjctMi02LjEyLTMuMS0xMC4zMy0zLjEtNC42IDAtOC4yOCAxLTExIDMtMi43MyAyLTQuMSA0LjYtNC4xIDcuOXYyMi4yYzAgMy43IDEuMzQgNi42IDQgOC43czYuMiAzLjcgMTAuNjUgMy43em0tNC44Mi0zMy40MmMwLS44NC40NC0xLjUgMS4zLTIuMDUuODgtLjYgMi0uOCAzLjQtLjggMS41IDAgMi43Mi4yIDMuNjQuNy45My41IDEuMzggMS4yIDEuMzggMnYyMWMwIDEtLjQ1IDEuOC0xLjM2IDIuNC0xIC42LTIuMi45LTMuNy45cy0yLjctLjMtMy41LS45Yy0uOC0uNi0xLjItMS40LTEuMi0yLjV2LTIxem0zNS4zIDMzLjRjMS42MiAwIDMuMjYtLjk0IDQuOTgtMS44NyAxLjgtLjk0IDMuNC0yLjMzIDUtNC4xM3Y0LjloOC42VjcyLjk3aC04LjZ2MzMuNjJjLS44LjktMS43IDEuNy0yLjYgMi4zLTEgLjYtMS44LjktMi40LjktLjggMC0xLjQtLjMtMS43LS44LS4zLS41LS41LTEuMi0uNS0yLjNWNzIuOWgtOC41djM3YzAgMi42NC41IDQuNiAxLjUgNS45MyAxIDEuMzIgMi41IDIuNDMgNC41IDIuNDN6bTI1IDE4LjNIOTMuN2MtMTYuNTQgMC0yOS45MyAxMi44OC0yOS45MyAyOC43NXYyNC4zYzAgMTUuOCAxMy40IDI4LjcgMjkuOTMgMjguN2gxMDMuOTZjMTYuNTIgMCAyOS45My0xMi45IDI5LjkzLTI4Ljh2LTI0LjNjMC0xNS45LTEzLjQtMjguOC0zMC0yOC44em0tODguNSAyNC42N2gtOS4xOHYzOC4xaC04Ljl2LTM4LjFoLTkuMnYtNi40aDI3LjN2Ni41em0yNy40NSAzOC42SDEyN1YxOTZjLTEuOCAxLjQ1LTMuNjIgMi41Ny01LjU1IDMuMzItMS45Ljc3LTMuNzYgMS4xNS01LjU2IDEuMTUtMi4zIDAtMy45LS41NC01LjEtMS42Mi0xLjEtMS4wNy0xLjctMi42Ny0xLjctNC44di0zMC4wN2g5LjZ2MjcuNThjMCAuODUuMiAxLjQ1LjUgMS44My40LjQgMS4xLjUgMS45LjUuNyAwIDEuNi0uMyAyLjctLjhzMi4xLTEuMiAzLTJ2LTI3LjNoOS41djM1Ljl6bTM2LjMtNi44YzAgMi40LS43NiA0LjItMi4yNCA1LjQtMS40NyAxLjMtMy42MyAxLjktNi40MyAxLjktMS44IDAtMy41LS4yLTQuOS0uNy0xLjQtLjUtMi44LTEuMi00LTIuMnYyLjVoLTkuNXYtNDUuMWg5LjZ2MTQuNmMxLjMtMSAyLjctMS44IDQuMS0yLjMgMS41LS41IDIuOS0uOCA0LjQtLjggMyAwIDUuMy43IDYuOSAyLjEgMS42IDEuNCAyLjQgMy41IDIuNCA2LjJ2MTguNXptMzYuNDYtMTAuMWgtMTcuNjZ2Ni41YzAgMS45LjMgMy4xLjkgMy44LjYyLjcgMS42NyAxLjEgMy4xMyAxLjEgMS42IDAgMi43LS4zIDMuMy0uOS42LS42LjktMS45LjktMy45VjE4OGg5LjV2MS43M2MwIDMuNTMtMS4xIDYuMi0zLjUgOC0yLjMgMS43Ny01LjcgMi42Ni0xMC4zIDIuNjYtNC4xIDAtNy40LTEtOS43LTIuOS0yLjMtMS45LTMuNS00LjUtMy41LTcuOHYtMTUuNWMwLTMgMS4zLTUuNSAzLjk3LTcuMyAyLjYtMS45IDUuOTUtMi45IDEwLjEtMi45IDQuMiAwIDcuNDcuOSA5Ljc1IDIuNiAyLjI4IDEuNzUgMy40IDQuMjYgMy40IDcuNXY4Ljh6TTEwNCAxMTguNWgxMC44NVY5MmwxMi42NS0zNy4zM2gtMTEuMDRsLTYuNzIgMjUuNWgtLjdMMTAyIDU0LjY3SDkxLjA1TDEwNCA5My4ydjI1LjI2em01NS4xNiA1My4wNmwtMiAuMzMtMS45NyAxdjIwLjdjLjcuNSAxLjUuOSAyLjIgMS4ybDIuMy4zYzEuMSAwIDItLjMgMi41LS43LjUtLjUuOC0xLjMuOC0yLjNWMTc1YzAtMS4xNC0uNC0yLTEtMi41Ni0uNy0uNTgtMS43LS44Ny0zLS44N3oiIGZpbGw9IiNGRkYiLz48cGF0aCBkPSJNMTk2LjIyIDE3MC4wMmMtMS40NyAwLTIuNTIuMy0zLjE3Ljk1LS42My42LS45NCAxLjY1LS45NCAzLjF2My40N2g4LjJ2LTMuNDhjMC0xLjQ0LS4zLTIuNDctLjktMy4xLS42LS42My0xLjYtLjk0LTMtLjk0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==)
}

.bt-instagram:before {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOTEuMzE5IDI5MS4zMTkiPjxwYXRoIGQ9Ik0xNDUuNjYgMGM4MC40NCAwIDE0NS42NiA2NS4yMiAxNDUuNjYgMTQ1LjY2UzIyNi4xIDI5MS4zMiAxNDUuNjYgMjkxLjMyIDAgMjI2LjEgMCAxNDUuNjYgNjUuMiAwIDE0NS42NiAweiIgZmlsbD0iIzNGNzI5QiIvPjxwYXRoIGQ9Ik0xOTUuOTMgNjMuN0g5NS4zOEM3Ny45IDYzLjcgNjMuNyA3Ny45MyA2My43IDk1LjR2MTAwLjU2YzAgMTcuNDcgMTQuMjIgMzEuNjcgMzEuNjggMzEuNjdoMTAwLjU2YzE3LjQ3IDAgMzEuNjctMTQuMiAzMS42Ny0zMS42NlY5NS4zN2MwLTE3LjQ1LTE0LjItMzEuNjYtMzEuNjYtMzEuNjZ6bTkuOTggMTguMzNoMy42djI3LjJsLTI3LjQuMS0uMS0yNy4yIDIzLjktLjF6bS02MC4yMyAzNi4yYzIyLjczIDAgMjcuNDIgMjEuMzUgMjcuNDIgMjcuNDQgMCAxNS4xLTEyLjMgMjcuNC0yNy40MyAyNy40LTE1LjEyIDAtMjcuNDItMTIuMy0yNy40Mi0yNy40IDAtNi4xIDQuNy0yNy40MyAyNy40Mi0yNy40M3ptNjQgNzUuNzNjMCA4LjY1LTcuMDUgMTUuNy0xNS43MiAxNS43SDk3LjA3Yy04LjY2IDAtMTUuNy03LjA0LTE1LjctMTUuN3YtNjYuNTRoMjIuNzVjLTIuMSA1LjItMy4zIDEyLjMtMy4zIDE4LjI1IDAgMjQuNyAyMC4xIDQ0LjgyIDQ0LjggNDQuODJzNDQuODItMjAuMTMgNDQuODItNDQuODRjMC01Ljk1LTEuMi0xMy4wNi0zLjMtMTguMjVoMjIuNXY2Ni41NXoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=)
}

.bt-googleplus:before {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOTEuMzIgMjkxLjMyIj48cGF0aCBkPSJNMTQ1LjY2IDBjODAuMSAwIDE0NS42NiA2NS41NSAxNDUuNjYgMTQ1LjY2cy02NS41NSAxNDUuNjYtMTQ1LjY2IDE0NS42NlMwIDIyNS43NyAwIDE0NS42NiA2NS41NSAwIDE0NS42NiAweiIgZmlsbD0iI0RENEIzOSIvPjxwYXRoIGQ9Ik0yMTkuNCAxMjEuMDh2MTYuNGgxNi40djE2LjM3aC0xNi40djE2LjRIMjAzdi0xNi40aC0xNi4zN3YtMTYuMzhIMjAzdi0xNi40TTcxLjkyIDE4Ni42M2MtMjEuODUtMjEuODUtMjEuODUtNjAuMS45LTgxLjk0IDE2LjQtMTYuNCA0MC4wNi0yMC4xIDYxLTExLjlsOC4yIDQuNTMgOS4xIDYuMzctMTQuNTcgMTQuNTgtNS40Ni0zLjY0Yy0xMi44LTguMi0zMS02LjM2LTQyLjggNS40OC0xMy43IDEzLjY2LTE0LjYgMzguMjQgMCA1Mi44IDEzLjYgMTQuNTcgMzguMiAxNC41NyA1MSAwIDMuNi0zLjY0IDcuMi05LjEgOC4xLTE0LjU2di0xLjhoLTMyLjd2LTE4LjJoNTEuOWwuOSA0LjUzdjEyLjczYy0uOSAxMS44LTUuNDYgMjMuNjUtMTMuNjYgMzEuODQtMjEuODUgMjAuOTQtNjAuMDggMjAuOTQtODEuOTMtLjl6IiBmaWxsPSIjRkZGIi8+PC9zdmc+)
}

.bt-pinterest:before {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOTEuMzE5IDI5MS4zMTkiPjxwYXRoIGQ9Ik0xNDUuNyAwQzIyNiAwIDI5MS4zIDY1LjIgMjkxLjMgMTQ1LjdjMCA4MC40LTY1LjIgMTQ1LjYtMTQ1LjYgMTQ1LjZTMCAyMjYgMCAxNDUuN0MwIDY1LjIgNjUuMiAwIDE0NS43IDB6IiBmaWxsPSIjQzgyMzJDIi8+PHBhdGggZD0iTTE1MCA2My44Yy01MS4zIDAtNzcgMzUuNi03NyA2NS4zIDAgMTggNyAzNCAyMiA0MCAyLjUgMSA0LjcgMCA1LjQtMi4ybDIuMi04LjRjLjctMi42LjUtMy41LTEuNS01LjgtNC01LTctMTEuNC03LTIwLjUgMC0yNi40IDIwLjctNTAgNTMtNTAgMjkgMCA0NSAxNyA0NSA0MCAwIDMwLTEzLjQgNTUuNi0zNCA1NS42LTExLjIgMC0yMC05LTE3LTIwIDMtMTMuNCA5LjYtMjcuNyA5LjYtMzcuMiAwLTguNS00LjctMTUuNy0xNC42LTE1LjctMTEuNiAwLTIxIDExLjYtMjEgMjcgMCAxMCAzLjUgMTYuNyAzLjUgMTYuN2wtMTQgNTdjLTQgMTctLjYgMzcuNi0uMyAzOS43LjQgMS4zIDIgMS42IDIuOC43IDEtMS4zIDE0LjgtMTcuOCAxOS41LTM0LjJsNy42LTI4LjdjMy44IDcgMTQuOCAxMyAyNi41IDEzIDM0LjcgMCA1OC4zLTMwLjYgNTguMy03MS42IDAtMzEtMjcuMi02MC02OC40LTYweiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==)
}

html.software body {
	font-family: open sans, Arial, sans-serif;
	font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	-webkit-text-stroke: 1px transparent;
	background: #f8f8f8
}

html.software ::-webkit-scrollbar {
	width: 8px;
	height: 8px
}

html.software ::-webkit-scrollbar-track {
	background-color: rgba(0, 0, 0, .1);
	background-clip: content-box;
	-webkit-transition: all 4s ease;
	transition: all 4s ease;
	border-right: 0 solid transparent
}

html.software ::-webkit-scrollbar-track:horizontal {
	border-top: 0
}

html.software ::-webkit-scrollbar-track:no-button {
	visibility: hidden
}

html.software ::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .3);
	background-clip: content-box;
	border-right: 0 solid transparent
}

html.software ::-webkit-scrollbar-thumb:active,
html.software ::-webkit-scrollbar-thumb:hover {
	background-color: #e72e4a
}

html.software ::-webkit-scrollbar-thumb:horizontal {
	border-top: 0
}

html.software ::-webkit-scrollbar-button {
	width: 8px;
	height: 8px
}

html.software ::-webkit-scrollbar-corner {
	background-color: transparent
}

html.software #pgwModal::-webkit-scrollbar,
html.software .site-wrapper::-webkit-scrollbar,
html.software body::-webkit-scrollbar {
	width: 30px
}

html.software #pgwModal::-webkit-scrollbar-track,
html.software .site-wrapper::-webkit-scrollbar-track,
html.software body::-webkit-scrollbar-track {
	border-right: 23px solid transparent
}

html.software #pgwModal::-webkit-scrollbar-thumb,
html.software .site-wrapper::-webkit-scrollbar-thumb,
html.software body::-webkit-scrollbar-thumb {
	border-right: 23px solid transparent
}

html.software #pgwModal::-webkit-scrollbar-button,
html.software .site-wrapper::-webkit-scrollbar-button,
html.software body::-webkit-scrollbar-button {
	width: 30px
}

html.software :focus,
html.software a,
html.software button {
	outline: 0!important
}

html.software b,
html.software strong {
	font-weight: 700
}

html.software .msg .p2:after {
	border-right-color: #f8f8f8!important
}

html.software .box {
	background-color: #f8f8f8
}

.nvtoggle {
	display: inline-block;
	float: right;
	font-size: 28px;
	cursor: pointer;
	z-index: 15
}

.nvtoggle.active {
	color: #e72e4a
}

html.fixednav .site-wrapper {
	padding-top: 58px
}

nav {
	width: 100%;
	z-index: 105;
	height: 60px;
	min-height: 60px;
	line-height: 40px;
	padding: 10px 0;
	background: url(/img/media-preview.jpg) 50% #282828;
	background-size: cover;
	-webkit-animation: 120s cubic-bezier(0, .5, 1, .5) 0s infinite normal both navbganim;
	animation: 120s cubic-bezier(0, .5, 1, .5) 0s infinite normal both navbganim
}

@-webkit-keyframes navbganim {
	0% {
		background-position: 50% 10%
	}
	50% {
		background-position: 50% 60%
	}
	100% {
		background-position: 50% 10%
	}
}

@keyframes navbganim {
	0% {
		background-position: 50% 10%
	}
	50% {
		background-position: 50% 60%
	}
	100% {
		background-position: 50% 10%
	}
}

html.fixednav nav {
	position: fixed
}

nav .container {
	height: 40px
}

nav .btn.b7 {
	border: 0
}

nav .logo {
	text-decoration: none!important;
	display: block;
	float: left;
	position: relative;
	z-index: 14
}

nav .logo img {
	height: 32px;
	vertical-align: middle;
	width: 124px
}

nav .logo img,
nav .nvtoggle i {
	-webkit-font-smoothing: none;
	font-smoothing: none;
	text-rendering: geometricPrecision;
	image-rendering: pixelated
}

nav .fromthemakerof {
	font-size: 12px;
	position: absolute;
	color: #aaa;
	left: 100%;
	top: 9px;
	bottom: 0;
	width: 100px;
	text-align: justify;
	margin: 0 0 0 15px
}

.connection-modal-open .modal-overlay {
	opacity: .5;
	height: 100%
}

.header-placeholder {
	height: 60px
}

@media(max-width:768px) {
	.header-placeholder {
		height: 0
	}
}

body.connection-modal-open {
	overflow: hidden
}

.nav-panel {
	font-family: helvetica neue, Helvetica, Arial, sans-serif;
	position: fixed;
	z-index: 100000000;
	top: 0;
	right: 0;
	width: 86%;
	height: 100%;
	max-width: 320px;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background-color: #fff;
	-webkit-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	transform: translate(100%, 0);
	-webkit-transition: -webkit-transform 400ms cubic-bezier(.19, 1, .22, 1), width 300ms cubic-bezier(.19, 1, .22, 1), max-width 300ms cubic-bezier(.19, 1, .22, 1), background-color 300ms cubic-bezier(.19, 1, .22, 1);
	transition: transform 400ms cubic-bezier(.19, 1, .22, 1), width 300ms cubic-bezier(.19, 1, .22, 1), max-width 300ms cubic-bezier(.19, 1, .22, 1), background-color 300ms cubic-bezier(.19, 1, .22, 1);
	will-change: transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.lang-open .nav-panel.lang-panel,
.menu-open .nav-panel.main-panel {
	box-shadow: -6px 0 9px -2px rgba(0, 0, 0, .2);
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	will-change: transform, width, background-color
}

.nav-panel .nav-panel-inner {
	position: relative;
	z-index: 1;
	-webkit-transition: all 300ms cubic-bezier(.165, .84, .44, 1);
	transition: all 300ms cubic-bezier(.165, .84, .44, 1)
}

.nav-panel .nav-panel-header {
	position: relative;
	z-index: 2;
	height: 60px;
	padding: 0 12px;
	margin: 0;
	border: 0;
	background-color: #f8f8f8;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	-webkit-appearance: none
}

.nav-panel .nav-panel-header a {
	display: inline-block;
	vertical-align: middle
}

.nav-panel .nav-panel-header .close {
	padding: 0 10px;
	line-height: 60px;
	float: right;
	color: #555
}

.nav-panel .nav-panel-menu a {
	display: block;
	width: 100%;
	padding: 17px 24px 19px;
	margin: 0;
	color: #555;
	text-decoration: none;
	-webkit-transition: 80ms ease-out;
	transition: 80ms ease-out;
	-webkit-tap-highlight-color: transparent;
	font-size: 16px;
	line-height: 24px
}

.nav-panel .nav-panel-menu a:hover {
	background-color: #ddd;
	outline: 0
}

.nav-panel .nav-panel-menu a>i {
	padding-right: 20px;
	width: 40px;
	display: inline-block;
	text-align: center;
	opacity: .5
}

.nav-panel .nav-panel-menu .badge {
	padding: 0 5px;
	font-size: 9px;
	line-height: 14px;
	margin: -2px 5px 0;
	border-radius: 10px;
	vertical-align: middle
}

.nav-panel .nav-panel-menu .status {
	font-size: 8px
}

.nav-panel .nav-menu-section {
	border-bottom: 1px solid #eee
}

.nav-panel .user-details {
	line-height: 14px;
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	margin: -4px 0
}

.nav-panel .avatar {
	width: 40px;
	height: 40px;
	margin: 10px 10px 10px 0;
	image-rendering: pixelated
}

.nav-panel .pseudo {
	font-size: 18px;
	line-height: 24px
}

.nav-panel .login-btn {
	margin: 15px 5px
}

.modal-overlay {
	width: 100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	display: block;
	background: #000;
	-ms-filter: "alpha(opacity=0)";
	-moz-opacity: 0;
	-khtml-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease
}

.lang-open .modal-overlay,
.menu-open .modal-overlay {
	opacity: .5;
	height: 100%
}

body.lang-open,
body.menu-open {
	overflow: hidden
}

body.lang-open .site-wrapper,
body.menu-open .site-wrapper {
	overflow-y: scroll
}

.mobile:not(body) {
	display: none!important
}

.nvtoggle {
	color: #fff
}

.flag {
	width: 21px;
	margin: -2px 0 -6px
}

.dropdown-menu .flag {
	float: right
}

.dropdown.show .dropdown-menu {
	-webkit-animation: swing-in-top-fwd .5s cubic-bezier(.175, .885, .32, 1.275) .1s both;
	animation: swing-in-top-fwd .5s cubic-bezier(.175, .885, .32, 1.275) .1s both
}

@-webkit-keyframes swing-in-top-fwd {
	0% {
		-webkit-transform: rotateX(-100deg);
		transform: rotateX(-100deg);
		-webkit-transform-origin: top;
		transform-origin: top;
		opacity: 0
	}
	100% {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
		-webkit-transform-origin: top;
		transform-origin: top;
		opacity: 1
	}
}

@keyframes swing-in-top-fwd {
	0% {
		-webkit-transform: rotateX(-100deg);
		transform: rotateX(-100deg);
		-webkit-transform-origin: top;
		transform-origin: top;
		opacity: 0
	}
	100% {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
		-webkit-transform-origin: top;
		transform-origin: top;
		opacity: 1
	}
}

.badge {
	display: inline-block;
	vertical-align: middle;
	font-weight: 700;
	font-size: 8px;
	color: #fff;
	height: 7px;
	width: 7px;
	border-radius: 50%;
	background: red;
	position: absolute;
	top: 1px;
	right: 5px
}

.menu-avatar {
	height: 22px;
	width: 22px;
	border-radius: 5px;
	vertical-align: middle;
	margin-right: 6px
}

.menu-i-spacer {
	display: inline-block;
	width: 24px;
	text-align: left
}

.is-logo {
	height: 34px;
	width: auto;
	margin: 4px 0
}

@media(max-width:640px) {
	.nomobile:not(body) {
		display: none
	}
	.mobile:not(body) {
		display: block!important
	}
}

footer {
	width: 100%;
	background: #282828
}

footer .main {
	padding: 3em 3em 2.5em
}

footer .nav {
	padding-left: 0;
	text-align: left
}

@media(max-width:768px) {
	footer .nav {
		text-align: center
	}
}

footer .legals a {
	color: #555
}

footer .trustpilot-widget {
	width: 200px
}

@media(max-width:768px) {
	footer .trustpilot-widget {
		width: 100%
	}
}

footer .copyright {
	padding: 20px;
	background: #211e1e
}

@media(max-width:480px) {
	footer .copyright {
		padding: 6px
	}
}

@media(max-width:480px) {
	footer .copyright .container {
		padding: 0
	}
}

footer .copyright .container .copy {
	float: left
}

@media(max-width:1080px) {
	footer .copyright .container .copy {
		float: none;
		text-align: center;
		margin-bottom: 15px
	}
}

footer .copyright .container .links {
	float: right;
	margin: 0
}

@media(max-width:1080px) {
	footer .copyright .container .links {
		float: none;
		text-align: center
	}
}

footer .copyright .container .links>li {
	list-style-type: none;
	display: inline-block;
	margin: 0;
	border-left: 1px solid #444;
	padding: 0 12px
}

footer .copyright .container .links>li:first-child {
	border: none
}

@media(max-width:480px) {
	footer .copyright .container .links>li {
		padding: 0 5px
	}
}

footer .copyright .container .links>li>a {
	color: #908f8f;
	font-size: 13px;
	text-decoration: none
}

footer .copyright .container .links>li>a:hover {
	color: #e72e4a
}

footer .nav>li>a {
	padding: 0;
	color: #777;
	text-align: center;
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
	line-height: 2em
}

footer .nav>li>a:hover {
	text-decoration: none;
	background: 0 0;
	color: #e72e4a
}

footer .nav>li>a:active,
footer .nav>li>a:focus {
	text-decoration: none;
	background: 0 0;
	color: inherit
}

@media(min-width:480px) {
	footer .nav>li>a {
		text-align: left
	}
}

footer h3 {
	color: #fff;
	text-align: left;
	text-transform: none;
	font-size: 18px;
	margin: 0 0 30px;
	display: inline-block;
	padding: 0 10px 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .1)
}

footer h3 i {
	margin-right: 10px
}

@media(max-width:768px) {
	footer h3 {
		margin: 30px 0 15px
	}
}

footer .langmenu {
	margin: 40px auto -20px
}

footer .langmenu a {
	color: #fff;
	font-size: .9em;
	margin-left: 5px;
	opacity: .5;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease
}

footer .langmenu a.active {
	opacity: 1
}

footer .langmenu a:hover {
	opacity: .8
}

@media(max-width:768px) {
	footer * {
		text-align: center
	}
	footer .main .col-md-4:first-child h3 {
		margin-top: 0
	}
}

footer .burger {
	display: none
}

@media(max-width:768px) {
	footer.collapsible {
		background: #211e1e;
		max-height: 15px;
		overflow: hidden;
		-webkit-transition: max-height .2s;
		transition: max-height .2s
	}
	footer.collapsible .burger {
		content: "";
		display: block;
		width: 10%;
		border-top: 6px double #777;
		border-bottom: 2px solid #777;
		height: 10px;
		margin: 2px auto;
		cursor: pointer
	}
	footer.collapsible.show {
		max-height: 97px
	}
}

.home4 h1,
.home4 h2 {
	text-align: center
}

.home4 h1 span,
.home4 h2 span {
	opacity: .65
}

.home4 .logos {
	text-align: center;
	margin-bottom: 10px
}

.home4 .logos .logo {
	position: relative;
	background: url(/img/logos.png);
	display: inline-block;
	height: 46px;
	width: 46px;
	margin: 0 40px 50px;
	opacity: .65;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-animation: slide-in-bottom .35s cubic-bezier(.25, .46, .45, .94) backwards;
	animation: slide-in-bottom .35s cubic-bezier(.25, .46, .45, .94) backwards
}

.home4 .logos .logo.windows {
	width: 39px;
	background-position: -179px 0
}

.home4 .logos .logo.mac {
	width: 41px;
	background-position: -138px 0;
	-webkit-animation-delay: .1s;
	animation-delay: .1s
}

.home4 .logos .logo.fullhd {
	width: 60px;
	background-position: -32px 0;
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

.home4 .logos .logo.norton {
	background-position: -92px 0;
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

.home4 .logos .logo.ssl {
	width: 32px;
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}

.home4 .logos .logo:after {
	content: attr(alt);
	position: absolute;
	color: #fff;
	top: 100%;
	margin-top: 10px;
	width: 130%;
	left: -15%;
	line-height: 14px;
	font-size: 11px
}

.home4 .logos .logo:before {
	content: '';
	z-index: 3;
	position: absolute;
	top: -20px;
	left: -30px;
	right: -30px;
	bottom: -50px
}

@media(max-width:900px) {
	.home4 .logos .logo {
		margin: 10px 12px 50px;
		opacity: .8
	}
	transform:scale(.8) .home4 .logos .logo:after {
		width: 50px;
		margin-left: -25px
	}
}

.home4 section.content {
	padding: 125px 0 110px
}

.home4 section.content p {
	font-size: 18px
}

.home4 section.content .flexer {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}

.home4 section.content img {
	min-height: 100%;
	max-width: initial;
	margin-right: 50px
}

@media(max-width:768px) {
	.home4 section.content img {
		min-height: 0;
		margin: 30px -15% 20px;
		max-width: 130%;
		float: none
	}
}

.home4 section.content h3 {
	color: #e72e4a;
	text-align: left;
	font-size: 46px;
	font-weight: 600;
	margin: 0 0 30px
}

.home4 section.content h3 small {
	color: #e72e4a;
	text-align: left;
	font-size: 40px;
	font-weight: 300;
	display: block;
	margin-top: 5px
}

@media(max-width:900px) {
	.home4 section.content h3 small {
		font-size: 25px
	}
}

@media(max-width:900px) {
	.home4 section.content h3 {
		font-size: 36px
	}
}

.home4 section.content.c2 {
	padding: 85px 0 20px
}

@media(max-width:768px) {
	.home4 section.content.c2 img {
		margin: 30px 50px 20px -40px;
		max-width: 100%
	}
}

.home4 section.content.c3 {
	z-index: 0;
	padding: 0;
	background: 0 0;
	height: 650px
}

.home4 section.content.c3 img {
	position: absolute;
	height: auto;
	margin: 0;
	min-height: auto;
	bottom: 0;
	left: 45%;
	z-index: 3
}

@media(max-width:1300px) {
	.home4 section.content.c3 img {
		left: 66.7%
	}
}

@media(max-width:900px) {
	.home4 section.content.c3 img {
		left: 600px
	}
}

.home4 section.content.c3 .lvcontainer {
	position: absolute;
	z-index: 4;
	height: 370px;
	top: 190px;
	width: 600px;
	left: 170px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media(max-width:1300px) {
	.home4 section.content.c3 .lvcontainer {
		left: 55px
	}
}

@media(max-width:900px) {
	.home4 section.content.c3 .lvcontainer {
		left: 0;
		width: 100%;
		padding: 0 10px
	}
}

.home4 section.content.c3 svg {
	position: absolute;
	bottom: 0;
	width: 2600px;
	margin-left: -300px;
	z-index: 1
}

@media(max-width:1300px) {
	.home4 section.content.c3 svg {
		margin-left: -420px
	}
}

@media(max-width:900px) {
	.home4 section.content.c3 svg {
		margin-left: -770px
	}
}

.home4 section.content.c3 h2,
.home4 section.content.c3 h2>span,
.home4 section.content.c3 h3,
.home4 section.content.c3 h3>span {
	color: #fff;
	margin: 0!important;
	padding: 0!important;
	font-size: 45px;
	text-align: center;
	display: block;
	width: 100%;
	font-weight: 300;
	text-transform: none
}

.home4 section.content.c3 h2>span,
.home4 section.content.c3 h3>span {
	text-transform: uppercase;
	margin: 10px 0!important;
	opacity: 1;
	font-weight: 700
}

.home4 section.content.c3 hr {
	border: 0;
	height: 1px;
	margin: 15px 0;
	width: 100%;
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, .75), rgba(255, 255, 255, 0));
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .75), rgba(255, 255, 255, 0))
}

.home4 section.content.c3:before {
	content: '';
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 25px;
	left: 0;
	z-index: 6;
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .05) 50%, rgba(0, 0, 0, .2));
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .05) 50%, rgba(0, 0, 0, .2))
}

.home4 section.content.c4 {
	background: url(/img/bottom.jpg) 50% no-repeat #f2f2f2;
	padding: 0
}

.home4 section.content.c4 .c4overlay {
	position: absolute;
	background: rgba(0, 0, 0, .2);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .1;
	z-index: 1;
	box-shadow: inset 0 0 120px #000, inset 0 0 50px #000, inset 0 0 20px #000
}

.home4 section.content.c4 .b7 {
	min-width: 80px
}

.home4 section.content.c4 h2 {
	color: #fff;
	margin-top: 290px;
	font-size: 62px;
	line-height: 46px;
	text-shadow: 0 0 15px rgba(0, 0, 0, .5);
	padding-bottom: 0
}

.home4 section.content.c4 .wr {
	min-height: 610px;
	z-index: 2
}

@media(min-width:768px) {
	.home4 section.content .half-max-container {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center
	}
	.home4 section.content.c1 .flexer {
		min-height: 470px
	}
	.home4 section.content.c2 .flexer {
		min-height: 690px
	}
}

@media(max-width:768px) {
	.home4 section.content {
		text-align: center;
		padding: 10px 0 30px
	}
}

.home4 section.content.models {
	padding: 70px 0
}

.home4 section.content.certificates h2,
.home4 section.content.models h2 {
	text-align: left;
	margin-bottom: 0
}

.home4 section.content.certificates h3,
.home4 section.content.certificates h3 small,
.home4 section.content.models h3,
.home4 section.content.models h3 small {
	text-align: center
}

.home4 section.content.certificates {
	text-align: center;
	padding: 60px 0
}

.home4 section.content.certificates>.container {
	padding: 0
}

.home4 section.content.certificates .rev {
	padding-top: 30px;
	min-height: 320px
}

.home4 section.content.certificates .rev p {
	font-size: 17px;
	margin-top: 20px;
	line-height: 22px;
	text-align: justify;
	text-align-last: center
}

.home4 section.content.certificates .rev a {
	color: #ccc;
	text-transform: uppercase
}

.home4 section.content.certificates .rev img {
	margin: 0
}

@media(max-width:768px) {
	.home4 section.content.certificates .rev img {
		margin: 25px -10% -5px
	}
}

.home4 section.certificates h3.s1,
.home4 section.models h3.s1 {
	font-size: 40px
}

.home4 section.certificates h3.s1 small,
.home4 section.models h3.s1 small {
	display: inline-block;
	margin-left: 10px
}

.home4 .half-max-container {
	max-width: 560px
}

@media(max-width:768px) {
	.home4 .half-max-container {
		text-align: center;
		max-width: 100%
	}
	.home4 .half-max-container h3,
	.home4 .half-max-container h3>* {
		text-align: center!important
	}
}

.flexer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.flexer>* {
	width: 100%
}

.media-player {
	background: url(/img/media-preview.jpg) 50% #000;
	background-size: cover;
	min-height: 480px;
	height: 100vh;
	width: 100%;
	max-height: 100vh;
	overflow: hidden
}

.media-player .fadeout {
	background: #000
}

.media-player>div {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	margin: auto;
	opacity: 0;
	-webkit-transition: opacity 1s;
	transition: opacity 1s
}

.media-player .overlay {
	z-index: 2;
	opacity: 1;
	overflow: hidden
}

.media-player .media {
	pointer-events: none
}

.media-player .media.active {
	opacity: 1
}

.media-player .media video {
	min-width: 100%;
	min-height: 100%;
	height: auto;
	width: auto;
	bottom: 0;
	position: absolute
}

.media-player .header {
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease
}

.media-player .header .b7 {
	border: 0
}

.media-player .cta.home h1 {
	font-family: Raleway, Arial, noto sans japanese, sans-serif;
	color: #fff;
	font-size: 78px;
	font-weight: 700;
	text-transform: uppercase
}

.media-player .cta.home h1 span {
	font-weight: 200
}

.media-player .cta.home h2 {
	font-family: Raleway, Arial, noto sans japanese, sans-serif;
	font-size: 23.5px;
	color: #fff;
	margin: 5px 0 0;
	padding: 0;
	font-weight: 200
}

.media-player .cta.home h2.rating {
	color: rgba(255, 255, 255, .5)
}

.media-player .cta.home .btn {
	min-width: 220px
}

.media-player .cta.home .btn.b7 {
	margin: 2em 1em 0 0
}

@media(max-width:768px) {
	.media-player .cta.home .btn.b7 {
		margin-right: 0
	}
}

.media-player .cta.home .dlcount {
	margin: 50px 0;
	color: rgba(255, 255, 255, .6);
	font-size: 19px;
	font-weight: 300
}

.media-player .cta.home .dlcount b {
	color: rgba(255, 255, 255, .8)
}

@media(max-width:900px) {
	.media-player .cta.home h1 {
		font-size: 50px
	}
	.media-player .cta.home h2 {
		font-size: 25px;
		line-height: 32px;
		text-transform: none;
		margin-top: 25px
	}
	.media-player .cta.home .btn {
		width: 44%;
		min-width: 44%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis
	}
}

@media(max-width:480px) {
	.media-player .cta.home .btn {
		width: 100%;
		margin-top: 15px
	}
}

.media-player:not(.instructions) .cta .instructions-ctn {
	overflow: hidden;
	height: 0
}

.media-player.instructions .logos .logo {
	-webkit-animation: slide-out-bottom .35s cubic-bezier(.55, .085, .68, .53) forwards;
	animation: slide-out-bottom .35s cubic-bezier(.55, .085, .68, .53) forwards
}

.media-player.instructions .cta .trigger {
	overflow: hidden;
	height: 0
}

.media-player.instructions .cta .instructions-ctn .inst {
	display: inline-block;
	margin: 15px 10px 0;
	-webkit-animation: slide-in-bottom .35s cubic-bezier(.25, .46, .45, .94) backwards;
	animation: slide-in-bottom .35s cubic-bezier(.25, .46, .45, .94) backwards
}

.media-player.instructions .cta .instructions-ctn .inst:after {
	content: attr(title);
	position: absolute;
	color: #fff;
	top: 100%;
	margin-top: 5px;
	width: 300px;
	left: 50%;
	margin-left: -150px;
	line-height: 16px;
	font-size: 13px
}

.media-player.instructions .cta .instructions-ctn .inst:nth-child(2) {
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}

.media-player.instructions .cta .instructions-ctn .inst:nth-child(3) {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.media-player.instructions .cta .instructions-ctn .inst:nth-child(4) {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s
}

.media-player.instructions .cta h1 {
	font-family: Lato, noto sans japanese, Arial, sans-serif;
	font-size: 60px;
	margin-bottom: 30px
}

.media-player .container {
	padding-top: 15px;
	height: 100%
}

#pgwModal.video-modal .pm-content {
	padding: 0;
	background: #000
}

#pgwModal.video-modal #full-player {
	width: 100%;
	margin: auto
}

.download-istripper .logo {
	position: relative;
	background: url(/img/logos.png);
	display: inline-block;
	height: 18px;
	vertical-align: middle;
	float: left;
	background-size: 89px
}

.download-istripper .logo.windows {
	width: 16px;
	background-position: -73px 0
}

.download-istripper .logo.mac {
	width: 17px;
	background-position: -145px 0
}

.download-istripper:after {
	content: attr(title);
	position: absolute;
	color: #fff;
	top: 100%;
	margin-top: 5px;
	width: 200px;
	left: 50%;
	margin-left: -100px;
	line-height: 16px;
	font-size: 12px;
	opacity: .7
}

.pictos {
	font-size: 0;
	padding: 0;
	overflow: visible
}

.pictos .picto {
	width: 33.333334%;
	position: relative;
	display: inline-block;
	padding: 0 6px 9px 0;
	-webkit-transition: -webkit-transform .25s ease;
	transition: transform .25s ease;
	overflow: hidden;
	cursor: pointer
}

.pictos .picto>div {
	overflow: hidden;
	border-radius: 4px
}

.pictos .picto .bg {
	padding-top: 75%;
	background-size: cover;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	z-index: 2
}

.pictos .picto .bg>div {
	background: rgba(0, 0, 0, .4);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.pictos .picto .text {
	z-index: 3;
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-weight: 700;
	font-size: 2.5vw;
	text-align: center;
	font-family: Raleway, noto sans japanese, Arial, sans-serif;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.pictos .picto .text h4 {
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
	line-height: 30px
}

.pictos .picto .text h5 {
	font-size: 18px;
	color: #fff;
	font-weight: 200;
	opacity: 1;
	display: block;
	margin: 2px auto 8px 5%;
	text-align: center;
	line-height: 20px;
	max-width: 90%
}

.pictos .picto.playing .text {
	opacity: 0
}

.pictos .picto .bt-play {
	display: inline-block;
	font-size: 24px;
	position: relative;
	margin-top: 10px;
	color: #fff;
	background: rgba(255, 255, 255, .25);
	border-radius: 50%;
	border: 1px solid #fff;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	padding-left: 4px
}

.pictos .picto video {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 100%;
	z-index: 1
}

@media(min-width:1200px) {
	.pictos .picto:nth-child(3n+2) {
		padding: 0 3px 9px
	}
	.pictos .picto:nth-child(3n) {
		padding: 0 0 9px 6px
	}
}

@media(max-width:1199px) and (min-width:600px) {
	.pictos .picto {
		width: 50%;
		padding: 0 5px 10px 0
	}
	.pictos .picto:nth-child(2n) {
		padding: 0 0 10px 5px
	}
	.pictos .picto .text {
		font-size: 3.75vw
	}
}

@media(max-width:599px) {
	.pictos .picto {
		width: 100%;
		padding: 0 10px 10px
	}
	.pictos .picto .text {
		font-size: 8vw
	}
}

.sitemenu>* {
	float: left;
	margin-top: 4px!important
}

@-webkit-keyframes slide-in-bottom {
	0% {
		-webkit-transform: translateY(1000px);
		transform: translateY(1000px);
		opacity: 0
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

@keyframes slide-in-bottom {
	0% {
		-webkit-transform: translateY(1000px);
		transform: translateY(1000px);
		opacity: 0
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

@-webkit-keyframes slide-out-bottom {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
	100% {
		-webkit-transform: translateY(1000px);
		transform: translateY(1000px);
		opacity: 0
	}
}

@keyframes slide-out-bottom {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
	100% {
		-webkit-transform: translateY(1000px);
		transform: translateY(1000px);
		opacity: 0
	}
}

body:not(.booster) {
	background: #fff
}

html.software body.layout-f {
	overflow-x: hidden
}

html.software:not(.loading) body.layout-f:not(.pgwModalOpen) {
	overflow: hidden;
	height: 100%;
	width: 100%
}

html.software:not(.loading) body.layout-f:not(.pgwModalOpen) .site-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	overflow-x: hidden;
	overflow-y: scroll
}

html.software body.layout-f.pgwModalOpen {
	overflow-x: overlay
}

html.software body.layout-f.pgwModalOpen,
html.software.loading body.layout-f {
	height: 100%;
	width: 100%
}

html.software body.layout-f.pgwModalOpen .site-wrapper,
html.software.loading body.layout-f .site-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	overflow-x: hidden;
	overflow-y: hidden
}

html.site .layout-f .site-wrapper {
	overflow: initial
}

.categories,
.menu {
	padding-top: 15px
}

.categories {
	padding-right: 30px;
	border-right: 1px solid #b6b6b6
}

.fcard {
	border-bottom: 1px solid rgba(0, 0, 0, .13);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 0;
	max-width: 100%;
	min-height: 0;
	position: relative;
	text-decoration: none;
	font-size: 17px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%;
	padding: 1rem;
	color: #555
}

.fcard.bt {
	border-top: 1px solid rgba(0, 0, 0, .13)
}

.fcard i,
i.avatar {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	-ms-flex: none;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	flex: none;
	height: 50px;
	width: 70px;
	border-radius: 3px;
	box-shadow: inset 0 0 2px rgba(0, 0, 0, .4)
}

.fcard h2 {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.fcard .details {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex: auto;
	-webkit-box-flex: 1;
	-webkit-flex: auto;
	flex: auto;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	margin-left: 1rem;
	overflow: hidden
}

.fcard .desc {
	font-size: 13px;
	line-height: 17px;
	margin: .25em 0 0;
	max-height: 34px;
	overflow: hidden;
	padding: 0;
	color: #999;
	white-space: nowrap;
	text-overflow: ellipsis
}

.fcard.fc2 {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 15px 15px 10px 0;
	height: 65px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: auto;
	border: 0;
	margin-bottom: 15px
}

.fcard.fc2 i {
	width: 50px
}

.fcard.fc2:hover {
	background: 0 0!important
}

.fcard.fc3 {
	padding: 0;
	font-size: 14px
}

.fcard.fc3:nth-child(even) {
	background-color: rgba(0, 0, 0, .015)
}

.fcard.fc3 .b1 {
	padding: .8125rem 0 .8125rem .875rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	line-height: 1.78em
}

.fcard.fc3 .b1 e {
	height: 24px;
	width: 24px;
	line-height: 24px;
	text-align: center
}

.fcard.fc3 .b1 e.bt-overlay {
	position: absolute;
	font-size: 9px;
	top: 8px;
	left: 16px;
	width: 10px;
	height: 10px;
	z-index: 3
}

.fcard.fc3 .b2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
	overflow: hidden;
	padding: 0 0 0 .875rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.fcard.fc3 .b3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	width: 100%;
	width: calc(100% - 22rem);
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 0;
	-ms-flex: 1 0 0;
	flex: 1 0 0;
	overflow: hidden;
	padding: 14px 0;
	line-height: 22px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.fcard.fc3 .b3a {
	font-size: 1.2em;
	margin-right: 5px;
	overflow-x: hidden;
	overflow-y: visible;
	text-overflow: ellipsis;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.fcard.fc3 .b3b {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
	font-size: 12px;
	padding-right: .875rem
}

.fcard.fc3 .b3c {
	margin-right: 10px
}

.fcard.fc3.read .b3 {
	color: #bbb
}

.fcard.fc3 .b4 {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	color: rgba(0, 0, 0, .8);
	margin-right: .4rem;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5;
	padding: .8125rem 0;
	width: 16.5%;
	white-space: nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.fcard.fc3 .b4.large {
	width: 40%;
	text-align: right
}

.fcard.fc3 .b5 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4;
	padding: .8125rem 0;
	width: 10%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.fcard.fc3 .b5 e {
	margin-right: 7px;
	font-size: .82em;
	color: #888
}

.fcard.fc3 .b5.nop,
.fcard.fc3 .b5.nop e {
	color: #ddd
}

.fcard.fc3 .b6 {
	color: rgba(0, 0, 0, .5);
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	float: right;
	text-align: right;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5;
	padding: .8125rem .875rem .8125rem 0;
	width: 12%
}

.fcard.fc3 .b6.small {
	width: 35px
}

.fcard.fc3 .pseudo {
	margin: 0 3px 0 10px
}

.fcard.fc3 .b1 e {
	color: #8fbcf5
}

.fcard.fc3 .b1 e.bt-push-pin {
	color: #775f5f
}

.fcard.fc3 .b1 e.bt-bolt {
	color: #de6969
}

.fcard.fc3 .b1 e.bt-pie-chart {
	color: #6588da
}

.fcard.fc3.read .b1 e {
	color: #ddd!important
}

.fcard.fc3.read .b1.trash e {
	color: #d9534f!important
}

.fcard.new,
.fcard:not(.disabled):hover {
	background-color: rgba(231, 46, 74, .08)!important;
	color: #555
}

.fcard:last-child {
	margin-bottom: 15px
}

.fcard.error {
	background: -webkit-repeating-linear-gradient(45deg, rgba(217, 83, 79, .2), rgba(217, 83, 79, .2) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 12px) rgba(0, 0, 0, 0)!important;
	background: repeating-linear-gradient(45deg, rgba(217, 83, 79, .2), rgba(217, 83, 79, .2) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 12px) rgba(0, 0, 0, 0)!important
}

.fcard.error>* {
	opacity: .5
}

i.avatar {
	display: block;
	height: 100px;
	width: 100px;
	z-index: 1
}

i.avatar.big {
	height: 150px;
	width: 150px
}

i.avatar.half {
	height: 50px;
	width: 50px
}

i.avatar.half.offline:before,
i.avatar.half.online:before {
	content: '';
	width: 9px;
	height: 9px;
	background: #ccc;
	border-radius: 50%;
	position: absolute;
	top: 45px;
	left: 45px;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, .3)
}

i.avatar.half.online:before {
	background: #55af54
}

i.avatar.small {
	height: 20px;
	width: 20px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: sub
}

.search {
	margin: 23px 0
}

.search .f {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right: 0;
	margin: 0
}

.search .btn.bs {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border: 1px solid #cb1732;
	border-left: 0;
	width: 100%;
	padding: .5em .6em;
	line-height: initial;
	font-size: 16px;
	margin: 0
}

.search .btn.bs.b {
	font-size: 18px
}

.bt-read {
	color: rgba(0, 0, 0, .4)
}

.bt-read.bt-bell {
	color: #e72e4a
}

.score {
	position: absolute;
	line-height: 16px;
	font-size: 11px;
	text-align: center;
	width: 100%;
	padding: 0 5px;
	top: 100%;
	color: #60c125;
	font-weight: 700
}

.grade {
	font-size: 11px;
	margin-top: 3px;
	font-weight: 700
}

.grade.moderator {
	color: #037ac7
}

.grade.team {
	color: #dc2500
}

.grade.system {
	color: #00c551
}

.grade .subgrade {
	display: block;
	line-height: 7px;
	font-size: 9px
}

.new {
	padding-bottom: 15px;
	padding-top: 15px;
	margin-bottom: 0
}

.new .close {
	z-index: 99;
	color: #555
}

.new form .bt-edit {
	position: absolute;
	top: 2px;
	left: 0;
	font-size: 20px;
	line-height: 26px
}

.new form .subject {
	background: 0 0;
	border: 0;
	color: rgba(0, 0, 0, .6);
	font-size: 22px;
	height: auto;
	margin: 0 0 0 30px;
	padding: 0;
	width: 100%;
	line-height: 32px
}

.new form .subject:focus {
	outline: 0
}

.new form textarea {
	width: 100%;
	max-width: 100%;
	height: 18rem;
	display: block;
	padding: 10px 15px;
	font-size: 14px;
	font-family: inherit;
	border: 0
}

.new form textarea:focus {
	outline: 0
}

.new form .fw1,
.new form .fw2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 0 0 15px;
	width: 100%
}

.new form .fw2 {
	border: 1px solid #b6b6b6
}

.new form .fw3 {
	width: 100%
}

.new .nonudity {
	padding: 5px 15px;
	background: #a78861;
	color: #fff;
	font-size: 13px
}

.new .nonudity.allowed {
	background: #61a767
}

.new .upload-ctn {
	height: 110px;
	background: #fff;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 15px;
	white-space: nowrap
}

.new .upload-ctn:empty {
	display: none
}

.new .new-upload input {
	width: .1px;
	height: .1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1
}

.new .img-manager {
	display: inline-block;
	height: 80px;
	width: 80px;
	margin-right: 10px;
	line-height: 80px;
	text-align: center;
	vertical-align: top;
	border-radius: 3px;
	border: 1px solid #b6b6b6;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	cursor: pointer;
	overflow: hidden
}

.new .img-manager.error:before,
.new .img-manager:hover:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .3);
	z-index: 2
}

.new .img-manager.error:after,
.new .img-manager:hover:after {
	background: 0 0;
	font-family: black tie;
	pointer-events: none;
	font-size: 2em;
	-webkit-animation: none;
	animation: none;
	position: relative;
	z-index: 3
}

.new .img-manager.error:after {
	content: "\f00c";
	color: red
}

.new .img-manager:hover:after {
	content: "\f029";
	color: #fff
}

.new .img-manager.loading:after {
	content: "\f03d";
	position: absolute;
	font-family: black tie;
	pointer-events: none;
	color: #000;
	font-size: 2em;
	-webkit-animation: bt-spin 1s infinite linear;
	animation: bt-spin 1s infinite linear;
	background: rgba(255, 255, 255, .65);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: -20px;
	padding: 19px
}

.new .ondrop {
	border: 1px solid #e27586!important
}

.new .dropzone.error:before,
.new .ondrop:before {
	content: "\f041";
	font-family: black tie;
	position: absolute;
	bottom: 50%;
	margin-bottom: -.5em;
	width: 100%;
	text-align: center;
	font-size: 70px;
	pointer-events: none;
	color: #aaa;
	z-index: 5
}

.new .dropzone.error:before {
	content: "\f00c";
	color: #e27586;
	font-size: 40px
}

.new .dropzone.error .error-message {
	position: absolute;
	color: #e27586;
	text-align: center;
	width: 100%;
	bottom: 50%;
	margin-bottom: calc(-.5em - 40px);
	pointer-events: none;
	z-index: 5
}

.new .dropzone.error.error-badtype .error-message.badtype,
.new .dropzone.error.error-maxreached .error-message.maxreached,
.new .dropzone.error.error-maxsize .error-message.maxsize {
	display: block!important
}

.new .smiley-dropdown {
	padding: 4px;
	border-radius: 5px
}

.new .smiley-dropdown li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.new .smiley-dropdown li:before {
	display: none
}

.new .smiley-dropdown e {
	margin: 1px;
	border-radius: 3px;
	cursor: pointer;
	border: 1px solid #ddd
}

.new .smiley-dropdown e:hover {
	background-color: #ddd!important
}

body .new .smiley-dropdown {
	position: relative;
	display: block;
	width: 100%;
	left: 0;
	right: 0;
	border-radius: 0;
	margin: 0!important;
	border: 0;
	border-top: 1px solid #ccc;
	background: #eee;
	overflow: hidden;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	height: 0;
	padding: 0 4px
}

body .new .smiley-dropdown e {
	background-color: #fff
}

body .new .smiley-dropdown.s {
	height: 120px;
	padding: 4px
}

.newthread {
	margin-bottom: 25px
}

.newthread h2.f {
	padding: 25px 0 0;
	font-size: 28px;
	margin: 0;
	line-height: 32px
}

.newthread .nt-info {
	padding: 25px 0;
	text-align: center;
	font-size: 17px
}

.newthread .nt-info h2 {
	margin-bottom: 15px;
	padding: 0;
	font-size: 1.6em
}

.newthread .close {
	position: absolute;
	top: 35px;
	right: 0;
	color: #555;
	font-size: 15px;
	z-index: 40
}

.newthread:before,
.readlimit:before {
	content: '';
	top: 0;
	bottom: 0;
	width: 100vw;
	background: rgba(0, 0, 0, .015);
	border: 1px solid #ddd;
	height: 100%;
	display: block;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -50vw;
	z-index: 0
}

.readlimit {
	text-align: center;
	padding: 1em;
	font-size: .85em;
	margin: -1px 0;
	color: #e72e4a
}

.readlimit span {
	z-index: 5
}

.readlimit:before {
	background: #fef7f8;
	border-color: #fad7dd;
	z-index: 1
}

#pgwModal.pollwrp .pm-content {
	padding: 0
}

.newpoll {
	width: 600px;
	max-width: 100%;
	height: 100%;
	min-height: 40px
}

.newpoll:before {
	content: '';
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 25px;
	bottom: 0;
	width: 8px;
	border: 1px solid #e72e4a;
	border-width: 0 1px;
	z-index: 2
}

.newpoll .tile {
	padding: 15px;
	padding-left: 45px!important;
	border-bottom: 1px solid #b6b6b6;
	-webkit-transition: background .25s ease;
	transition: background .25s ease
}

.newpoll .tile:focus {
	outline: 0;
	background: rgba(231, 46, 74, .08)
}

.newpoll .tile:before {
	content: '';
	position: absolute;
	opacity: .5
}

.newpoll .tile.u:before {
	display: none
}

.newpoll .tile.title {
	font-size: 22px;
	padding: 20px
}

.newpoll .pllbtn {
	margin: 20px 0
}

.poll-msg {
	background: #55af54;
	color: #fff;
	padding: 5px 15px;
	border-radius: 5px;
	margin-bottom: 15px
}

aside.author {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-right: 1.25rem;
	width: 24%
}

.pseudo.system e {
	display: none
}

.btoff,
.inoff {
	display: inline-block;
	margin: 2em 10px 0 0;
	font-size: 18px;
	opacity: .85;
	cursor: pointer;
	z-index: 9;
	border: 1px solid;
	border-radius: 3px;
	line-height: 1.43em;
	padding: 5px 12px;
	color: #999;
	background: #fff
}

.btoff:focus,
.btoff:hover,
.inoff:focus,
.inoff:hover {
	color: #333
}

.inoff {
	padding: 0;
	width: 180px
}

.inoff input.f {
	border: 0;
	line-height: 1.43em;
	padding: 5px 12px;
	height: 35px
}

.sex {
	height: 16px;
	width: 16px;
	display: inline-block;
	vertical-align: middle
}

.sex.male {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABKklEQVQ4T6WTMU4CURiEZzZamOwSb+Cjt1hPIKWlR1hK3xbSYWlrMJEGtpQjeAO3sZYb8LiBcTehgDDGhxCMyKK8fr6Z/5/3E3s+7qlHJcD0i5zA+dJIgBeNbOS11YBeGSPQsQeIF4DafwIsnU2vTEg9Crwj1N45wSdgJRabCOQoPG8EmGxioNkDpIZ3JnOJLwHVkdh0aTgwWdHYCPDi+fQV5BjgYBFdiYBTiDfjNLz/ShOD6jobeZPVEk2veAJhnI3i9WpNvxhCcC6NLjdVvgLU++9vQnDrbNj9DihbwPza2Vr93wBq3hqlNbMV4EcATlwanf0YARo6W0u2A7KJoaZDiaP1JZKqi4exuzpyWwF+w76JWZdc1CgxR3DQ+k2801euOrbKW6gCfADOcYkRomBNNwAAAABJRU5ErkJggg==)
}

.sex.female {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABJ0lEQVQ4T62SwVGDQBiF3yPO5MrBkDbSgUTwbgmmgmAHWIGxgqQE7llM0oEleIXkkLOj/M7ughMIkBl1T8zs8r3/fbtEz5Lr0AcoPKx3XcfYtiFecA9gCdI1+yJHADPmadI8fwYwqQNsIHjCx+fK/DAcRADn+MKUB7U9hZwDxuEWgiNzpaf4WeKFCQiXmfIvAQRFMeP+1aaXS0a3D3CcJTNVC22ZIHgHkDBLoxpgHCwg8Jmnk/4JvDAGZA5xptyv34zD0d0ELDYAX5iruB/g+i6GV9r2DYBKmO69a/bXoNZrtKm6M21aIXHTSTVFJ8BA9I3olIb53gp1cb8AGGGOPJcv0BonjUwUfKzEdlYoAQsLQAlABYguAv5c4X8B2odWUD6oU3j1/Q1rIngRQND2dQAAAABJRU5ErkJggg==)
}

.sex.small {
	height: 12px;
	width: 12px;
	background-size: cover;
	vertical-align: baseline
}

.toolbar {
	background: #eee;
	border-top: 1px solid #b6b6b6;
	padding: 0 5px
}

.toolbar .tb-btn {
	padding: 10px;
	font-size: 12px;
	display: inline-block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.toolbar .tb-btn:hover {
	background: rgba(0, 0, 0, .1);
	cursor: pointer
}

.toolbar .tb-btn.disabled {
	opacity: .25;
	cursor: not-allowed
}

.toolbar .sep {
	width: 1px;
	height: 32px;
	background: #b6b6b6;
	display: inline-block;
	vertical-align: middle
}

.hall-of-fame {
	margin-top: 10px
}

.hall-of-fame br {
	display: none
}

.hall-of-fame h4 {
	text-align: left;
	font-size: 32px;
	line-height: 36px;
	padding-bottom: 10px;
	display: inline-block;
	margin: 20px 0 30px;
	border-bottom: 1px solid
}

.hall-of-fame i.avatar {
	display: inline-block
}

.hall-of-fame .m {
	padding: 25px 0;
	text-align: center
}

.hall-of-fame .m small {
	display: block;
	line-height: 14px
}

.hall-of-fame h5 {
	border: 0;
	font-size: 20px;
	margin: 0
}

.hall-of-fame p {
	margin: 0
}

.hall-of-fame .pop small {
	opacity: .75
}

.avatar.fame {
	background-color: #231d00;
	margin: 0 10px 10px 0
}

.avatar.fame:after {
	-webkit-clip-path: polygon(15% 14%, 15% 81%, 25% 79%, 35% 78%, 38% 66%, 48% 61%, 59% 63%, 65% 71%, 66% 78%, 77% 79%, 85% 82%, 85% 14%, 50% 14%, 50% 10%, 88% 10%, 88% 18%, 93% 24%, 96% 33%, 99% 30%, 98% 42%, 99% 56%, 97% 68%, 93% 84%, 87% 88%, 61% 88%, 54% 92%, 45% 92%, 40% 89%, 16% 88%, 10% 87%, 5% 78%, 2% 65%, 0 51%, 1% 38%, 6% 25%, 11% 17%, 13% 10%, 50% 10%, 50% 14%);
	clip-path: polygon(15% 14%, 15% 81%, 25% 79%, 35% 78%, 38% 66%, 48% 61%, 59% 63%, 65% 71%, 66% 78%, 77% 79%, 85% 82%, 85% 14%, 50% 14%, 50% 10%, 88% 10%, 88% 18%, 93% 24%, 96% 33%, 99% 30%, 98% 42%, 99% 56%, 97% 68%, 93% 84%, 87% 88%, 61% 88%, 54% 92%, 45% 92%, 40% 89%, 16% 88%, 10% 87%, 5% 78%, 2% 65%, 0 51%, 1% 38%, 6% 25%, 11% 17%, 13% 10%, 50% 10%, 50% 14%)
}

.avatar.fame.fame-gold:after,
.avatar.fame:before {
	content: '';
	position: absolute;
	background: url(/img/gold3.png) no-repeat;
	background-size: 150px;
	display: block;
	width: 150px;
	height: 150px;
	top: -22px;
	left: -25px;
	z-index: 99;
	pointer-events: none
}

.avatar.fame.big.fame-gold:after,
.avatar.fame.big:before {
	width: 225px;
	height: 225px;
	background-size: 225px;
	top: -31px;
	left: -37px
}

.avatar.fame.fame-gold:before {
	-webkit-filter: drop-shadow(0 1px 1px #9a7629);
	filter: drop-shadow(0 1px 1px #9a7629)
}

.avatar.fame.fame-silver:before {
	-webkit-filter: drop-shadow(0 1px 1px #999);
	filter: drop-shadow(0 1px 1px #999)
}

.avatar.fame.fame-bronze:before {
	-webkit-filter: drop-shadow(0 1px 1px #a96e37);
	filter: drop-shadow(0 1px 1px #a96e37)
}

.avatar.fame.fame-silver:before {
	background-image: url(/img/silver3.png)
}

.avatar.fame.fame-bronze:before {
	background-image: url(/img/bronze3.png)
}

.avatar.fame.fame-gold.fame2:before {
	background-image: url(/img/gold2.png)
}

.avatar.fame.fame-silver.fame2:before {
	background-image: url(/img/silver2.png)
}

.avatar.fame.fame-bronze.fame2:before {
	background-image: url(/img/bronze2.png)
}

.avatar.fame.fame-gold.fame3:before {
	background-image: url(/img/gold1.png)
}

.avatar.fame.fame-silver.fame3:before {
	background-image: url(/img/silver1.png)
}

.avatar.fame.fame-bronze.fame3:before {
	background-image: url(/img/bronze1.png)
}

.avatar.fame.fame-gold:after {
	background-image: -webkit-linear-gradient(335deg, rgba(0, 0, 0, 0) 20%, rgba(255, 255, 240, .1) 25%, rgba(255, 255, 240, .8) 50%, rgba(255, 255, 240, .1) 75%, rgba(0, 0, 0, 0) 80%);
	background-image: linear-gradient(115deg, rgba(0, 0, 0, 0) 20%, rgba(255, 255, 240, .1) 25%, rgba(255, 255, 240, .8) 50%, rgba(255, 255, 240, .1) 75%, rgba(0, 0, 0, 0) 80%);
	-webkit-animation: reflet 4s ease infinite;
	animation: reflet 4s ease infinite
}

@-webkit-keyframes reflet {
	0% {
		background-position-x: -300px
	}
	100%,
	30% {
		background-position-x: 300px
	}
}

@keyframes reflet {
	0% {
		background-position-x: -300px
	}
	100%,
	30% {
		background-position-x: 300px
	}
}

.msg {
	border-bottom: 1px solid #ddd;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.msg.last {
	border-bottom: 0
}

.msg.lastm h5 {
	color: #e72e4a;
	border: 0;
	margin-bottom: 0
}

.msg .txt {
	margin-right: 75px;
	word-break: break-word
}

.msg .txt ul {
	margin: 0 0 10px 15px
}

.msg .txt ul li:before {
	content: '';
	position: absolute;
	height: 4px;
	width: 4px;
	border-radius: 2px;
	background: #333;
	left: -15px;
	top: 0;
	margin-top: 8px
}

.msg .txt .emoji {
	display: inline-block;
	text-align: center
}

.msg .txt .preview {
	padding: 10px;
	margin-bottom: 15px
}

.msg.onedit .p2>.pictures,
.msg.onedit .p2>.txt {
	display: none
}

.msg blockquote {
	margin-top: 15px;
	border: 1px solid #b6b6b6;
	padding: 10px 15px;
	background: rgba(0, 0, 0, .03);
	font-size: 15px;
	border-radius: 2px
}

.msg blockquote.code {
	border-color: #333;
	background: #555;
	color: #fff;
	font-family: Monaco, lucida console, courier new, monospace;
	word-break: normal;
	white-space: nowrap;
	overflow: auto
}

.msg blockquote.code::-webkit-scrollbar {
	background: #333;
	height: 10px
}

.msg blockquote.code::-webkit-scrollbar-thumb {
	background: #e72e4a;
	border-radius: 3px
}

.msg .contest,
.msg .poll {
	margin: 15px 75px 0 0;
	border: 1px solid #b6b6b6;
	padding: 10px 15px;
	background: rgba(0, 0, 0, .03);
	font-size: 15px;
	border-radius: 4px
}

.msg .contest h3,
.msg .poll h3 {
	font-size: 20px;
	text-align: left;
	text-transform: none;
	padding-top: 10px;
	margin: 0
}

.msg .contest h4,
.msg .poll h4 {
	text-align: left;
	margin: 0 0 15px;
	opacity: .75
}

.msg .contest .label,
.msg .poll .label {
	margin-right: .5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	z-index: 2
}

.msg .contest .percent,
.msg .poll .percent {
	margin: 0 .5rem 0 auto
}

.msg .contest label,
.msg .poll label {
	margin: .5rem 0;
	display: block;
	font-size: 18px
}

.msg .contest .btn,
.msg .poll .btn {
	margin-top: 15px
}

.msg .poll:after,
.msg .poll:before {
	content: "\f09c";
	position: absolute;
	font-family: black tie;
	font-weight: 900;
	font-size: 200px;
	opacity: .05;
	right: 8px;
	bottom: 0;
	line-height: 200px;
	z-index: -1
}

.msg .poll:after {
	content: "\f09d";
	color: #4091d5;
	font-size: 150px;
	bottom: auto;
	top: 20px;
	right: 50px;
	line-height: 150px
}

.msg .poll .result {
	border-radius: 2px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset;
	margin: 1rem 0;
	position: relative
}

.msg .poll .actual {
	background-color: #f78b9b;
	height: 2rem;
	left: 0;
	position: absolute;
	top: 0;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	z-index: 1
}

.msg .poll .data {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(0, 0, 0, .05);
	color: #000;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	height: 2rem;
	padding-left: .5rem
}

.msg .contest {
	text-align: left;
	padding: 30px 15px 15px
}

.msg .contest .participants,
.msg .contest .timeleft {
	background: #4091d5;
	color: #fff;
	display: inline-block;
	padding: 6px 12px 6px 10px;
	border: 1px solid #2977b9;
	border-radius: 3px;
	margin-right: 15px;
	font-size: 15px
}

.msg .contest .participants i,
.msg .contest .timeleft i {
	margin-right: 10px;
	opacity: .6
}

.msg .contest .participants.end,
.msg .contest .timeleft.end {
	background: #d9534f;
	border-color: #c9302c
}

.msg .contest .states {
	position: absolute;
	top: -17px;
	right: 0;
	font-size: 0
}

.msg .contest h3 {
	text-align: center;
	margin: 10px 0 25px
}

.msg .contest h4 {
	font-size: 22px;
	border-bottom: 1px solid;
	padding-bottom: 8px
}

.msg .contest .ardoise {
	display: block;
	width: 100%;
	max-width: 400px;
	height: 220px;
	background: url(/img/beta/slate.jpg) #000;
	background-size: cover;
	margin: 0 auto;
	padding: 30px;
	box-shadow: inset 0 0 3px #000;
	border-radius: 4px
}

.msg .contest .ardoise>div,
.msg .contest .ardoise>textarea {
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: top;
	height: 100%;
	outline: 0;
	font-size: 26px;
	color: #fff;
	font-weight: 300;
	line-height: 40px;
	text-align: center;
	font-family: gochi hand, cursive;
	border: 0;
	background: 0 0;
	max-width: 100%;
	max-height: 100%;
	resize: none
}

.msg .contest .ardoise>div.editable:empty:before,
.msg .contest .ardoise>textarea.editable:empty:before {
	content: "\f024";
	font: normal normal normal 64px/160px "Black Tie";
	opacity: .4
}

.msg .contest e.addheart {
	position: absolute;
	bottom: 5px;
	right: 10px
}

.msg .contest e.addheart:hover {
	cursor: pointer
}

.msg .contest .result-list {
	margin-top: 15px;
	border-top: 1px solid rgba(0, 0, 0, .12);
	background: rgba(0, 0, 0, .015)
}

.msg .contest .fcard.self {
	background: rgba(85, 175, 84, .2)!important
}

.msg .pictures {
	font-size: 0;
	margin: 0 65px 5px 0
}

.msg .pictures .fakea,
.msg .pictures a {
	height: 240px;
	width: auto;
	margin: 0 10px 15px 0;
	display: inline-block;
	border-radius: 2px;
	max-width: 398px;
	min-width: 60px;
	background: #eee;
	overflow: hidden;
	vertical-align: top
}

.msg .pictures .fakea:hover:before,
.msg .pictures a:hover:before {
	background: rgba(255, 255, 255, .25)
}

.msg .pictures img {
	height: 240px;
	width: auto
}

.msg.new .pictures {
	margin-right: 0
}

.msg .msg-options {
	opacity: .3
}

.msg .p2:hover .msg-options {
	opacity: 1
}

.msg.h .p2 fakea:not(.innerlink) {
	color: #e72e4a;
	display: inline
}

.msg .innerlink {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #ccc;
	border-radius: 2px;
	padding: 5px 10px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	margin: 10px 0;
	font-weight: 400
}

.msg .innerlink.disabled,
.msg .innerlink:disabled {
	background: #f8f8f8;
	border-color: #eee;
	cursor: not-allowed
}

.msg .innerlink.disabled .trailer,
.msg .innerlink:disabled .trailer {
	color: #aaa
}

.msg .innerlink:hover {
	background-color: #f8f8f8
}

.msg .innerlink .href {
	color: #e72e4a;
	font-size: 11px
}

.msg .innerlink .title {
	font-size: 16px;
	color: #555
}

.msg .innerlink .title span {
	font-weight: 700
}

.msg .innerlink .trailer {
	font-size: 13px;
	color: #555
}

.msg .innerlink .illus {
	margin: 0 10px 0 -5px;
	width: 100px;
	background-size: cover;
	background-position: 50%;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .15);
	border-radius: 4px
}

.msg .innerlink .w {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.msg .ractions>div {
	vertical-align: top
}

.msg .ractions>div button {
	background: 0 0;
	border: 0;
	outline: 0;
	color: inherit;
	margin: -5px -7px;
	padding: 4px 8px
}

.msg.anchored:before {
	background: 0 0;
	content: '';
	position: absolute;
	top: -10px;
	left: -15px;
	right: -15px;
	bottom: -10px;
	z-index: 99;
	pointer-events: none;
	-webkit-animation: anchorpost 1s ease 0s 1;
	animation: anchorpost 1s ease 0s 1
}

.msg .p0 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	padding: 1.25rem 0
}

.msg .p0.reported .pseudo {
	margin: 0
}

.msg .p0.reported .p2:after,
.msg .p0.reported .p2:before {
	display: none
}

.msg .p0.reported .p2 {
	line-height: 32px;
	color: #aaa
}

.msg .p1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	width: 13rem;
	padding-right: 1.25rem
}

.msg .p1.large {
	width: 21rem
}

.msg .p1 .pseudo {
	margin: 15px 0;
	font-size: 18px;
	white-space: nowrap
}

.msg .p1 .details {
	font-size: 13px;
	line-height: 18px
}

.msg .p2 {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	margin: 0;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	width: calc(100% - 13rem);
	padding-left: 1.25rem;
	border-left: 1px solid #b6b6b6;
	font-size: 16px;
	line-height: 21px
}

.msg .p2.large {
	width: calc(100% - 21rem)
}

.msg .p2 .date {
	font-size: 14px;
	margin-bottom: 15px;
	color: #aaa;
	cursor: default
}

.msg .p2:after,
.msg .p2:before {
	content: '';
	position: absolute;
	left: -12px;
	top: 15px;
	height: 30px;
	width: 12px;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 12px solid #b6b6b6
}

.msg .p2:after {
	margin: 1px -1px 0 0;
	border-right: 11px solid #fff;
	height: 28px;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent
}

@-webkit-keyframes anchorpost {
	30% {
		background: 0 0
	}
	40% {
		background: rgba(231, 46, 74, .7)
	}
	0% {
		background: 0 0
	}
}

@keyframes anchorpost {
	30% {
		background: 0 0
	}
	40% {
		background: rgba(231, 46, 74, .7)
	}
	0% {
		background: 0 0
	}
}

span.mention {
	color: #e72e4a;
	background: 0 0;
	padding: 1px 3px;
	cursor: pointer;
	border-radius: 4px
}

span.mention:hover {
	background: rgba(255, 0, 60, .1)
}

.gifloader.shadow:before {
	background: rgba(0, 0, 0, .2)
}

.gifloader.shadow:hover:before {
	background: rgba(0, 0, 0, .3)
}

.gifloader:after {
	content: 'GIF';
	color: #fff;
	display: block;
	font-size: 24px;
	font-weight: 700;
	position: absolute;
	border: 2px dashed #fff;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	z-index: 39;
	text-align: center;
	height: 60px;
	width: 60px;
	line-height: 60px;
	margin-top: -30px;
	margin-left: -30px;
	background: rgba(0, 0, 0, .35)
}

.gifloader.spin:after {
	-webkit-animation: gifanim .7s cubic-bezier(.5, 0, .5, 1) infinite;
	animation: gifanim .7s cubic-bezier(.5, 0, .5, 1) infinite
}

@-webkit-keyframes gifanim {
	0% {
		height: 60px;
		width: 60px;
		line-height: 60px;
		margin-top: -30px;
		margin-left: -30px
	}
	50% {
		height: 80px;
		width: 80px;
		line-height: 80px;
		margin-top: -40px;
		margin-left: -40px
	}
	100% {
		height: 60px;
		width: 60px;
		line-height: 60px;
		margin-top: -30px;
		margin-left: -30px
	}
}

@keyframes gifanim {
	0% {
		height: 60px;
		width: 60px;
		line-height: 60px;
		margin-top: -30px;
		margin-left: -30px
	}
	50% {
		height: 80px;
		width: 80px;
		line-height: 80px;
		margin-top: -40px;
		margin-left: -40px
	}
	100% {
		height: 60px;
		width: 60px;
		line-height: 60px;
		margin-top: -30px;
		margin-left: -30px
	}
}

.birthday {
	color: #e72e4a
}

e.emoji {
	font-size: 0!important;
	text-indent: -999px;
	width: 25px;
	height: 25px;
	background-image: url(/icons/emoji1.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 400px 100px;
	overflow: hidden;
	vertical-align: bottom;
	font-family: segoe ui emoji, segoe ui, Emoji;
	display: inline-block
}

e.emoji.e128514 {
	background-position: 0 0
}

e.emoji.e128516 {
	background-position: -25px 0
}

e.emoji.e128512 {
	background-position: -50px 0
}

e.emoji.e128518 {
	background-position: -75px 0
}

e.emoji.e128522 {
	background-position: -100px 0
}

e.emoji.e128521 {
	background-position: -125px 0
}

e.emoji.e128525 {
	background-position: -150px 0
}

e.emoji.e128536 {
	background-position: -175px 0
}

e.emoji.e128540 {
	background-position: -200px 0
}

e.emoji.e128539 {
	background-position: -225px 0
}

e.emoji.e128523 {
	background-position: -250px 0
}

e.emoji.e128526 {
	background-position: -275px 0
}

e.emoji.e128565 {
	background-position: -300px 0
}

e.emoji.e128566 {
	background-position: -325px 0
}

e.emoji.e128520 {
	background-position: -350px 0
}

e.emoji.e128519 {
	background-position: -375px 0
}

e.emoji.e128528 {
	background-position: 0 -25px
}

e.emoji.e128533 {
	background-position: -25px -25px
}

e.emoji.e128563 {
	background-position: -50px -25px
}

e.emoji.e128562 {
	background-position: -75px -25px
}

e.emoji.e128554 {
	background-position: -100px -25px
}

e.emoji.e128543 {
	background-position: -125px -25px
}

e.emoji.e128534 {
	background-position: -150px -25px
}

e.emoji.e128550 {
	background-position: -175px -25px
}

e.emoji.e128551 {
	background-position: -200px -25px
}

e.emoji.e128530 {
	background-position: -225px -25px
}

e.emoji.e128546 {
	background-position: -250px -25px
}

e.emoji.e128560 {
	background-position: -275px -25px
}

e.emoji.e128557 {
	background-position: -300px -25px
}

e.emoji.e128555 {
	background-position: -325px -25px
}

e.emoji.e128561 {
	background-position: -350px -25px
}

e.emoji.e128544 {
	background-position: -375px -25px
}

e.emoji.e10084 {
	background-position: 0 -50px
}

e.emoji.e128156 {
	background-position: -25px -50px
}

e.emoji.e128155 {
	background-position: -50px -50px
}

e.emoji.e128153 {
	background-position: -75px -50px
}

e.emoji.e128154 {
	background-position: -100px -50px
}

e.emoji.e128148 {
	background-position: -125px -50px
}

e.emoji.e128151 {
	background-position: -150px -50px
}

e.emoji.e128147 {
	background-position: -175px -50px
}

e.emoji.e128149 {
	background-position: -200px -50px
}

e.emoji.e128150 {
	background-position: -225px -50px
}

e.emoji.e128139 {
	background-position: -250px -50px
}

e.emoji.e128293 {
	background-position: -275px -50px
}

e.emoji.e128286 {
	background-position: -300px -50px
}

e.emoji.e9940 {
	background-position: -325px -50px
}

e.emoji.e128077 {
	background-position: 0 -75px
}

e.emoji.e128078 {
	background-position: -25px -75px
}

e.emoji.e128076 {
	background-position: -50px -75px
}

e.emoji.e9996 {
	background-position: -75px -75px
}

e.emoji.e128176 {
	background-position: -100px -75px
}

e.emoji.e128105 {
	background-position: -125px -75px
}

e.emoji.e128054 {
	background-position: -150px -75px
}

e.emoji.e128049 {
	background-position: -175px -75px
}

.emoji-style-2 e.emoji {
	background-image: url(/icons/emoji2.png)
}

@media(max-width:979px) {
	.imgsm.mobile {
		margin: 0 10px 0 0;
		width: 45px;
		height: 45px;
		float: left
	}
}

@media(max-width:767px) {
	h2.f {
		display: block;
		width: 100%;
		margin: 5px 0 0
	}
	.fcard.fc3 .b2 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.fcard.fc3 .b3 {
		padding-bottom: 4px;
		width: 100%;
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto
	}
	.fcard.fc3 .b3a {
		display: block;
		max-width: 100%;
		width: 100%
	}
	.fcard.fc3 .b3b {
		width: 100%;
		max-height: 2rem;
		overflow: hidden;
		line-height: 1rem
	}
	.fcard.fc3 .b3c {
		font-size: .85em
	}
	.fcard.fc3 .b4 {
		width: 50%
	}
	.fcard.fc3 .b4,
	.fcard.fc3 .b5 {
		padding-top: 6px
	}
	.fcard.fc3.sticky .b4,
	.fcard.fc3.sticky .b5 {
		padding-top: 2px
	}
	.fcard.fc3 .b5 {
		width: auto;
		margin-right: 8px
	}
	.categories {
		border: 0;
		padding: 0
	}
	.fcard {
		padding-left: 0;
		padding-right: 0
	}
	body .msg .p0 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	body .msg .p1 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		width: 100%;
		margin-right: 0
	}
	body .msg .p1 .details {
		margin-left: 15px
	}
	body .msg .p1 .pseudo {
		margin-top: 5px
	}
	body .msg .p2 {
		width: 100%!important;
		padding-left: 0;
		border-left: 0;
		margin-top: 15px
	}
	body .msg .p2:after,
	body .msg .p2:before {
		display: none
	}
	body .msg .p2 .txt {
		margin-right: 0!important;
		font-size: 1.1em
	}
	body .msg .p2 .pictures {
		margin-right: 0!important
	}
	body .msg .p2 .ractions {
		position: absolute;
		right: 0;
		top: -100px
	}
	body .msg .p2 .date {
		margin-top: 10px
	}
	.newthread .txt {
		padding-left: 0;
		border: 0;
		margin-top: 15px
	}
	.msg.lastm h4 {
		margin-top: 15px
	}
	.msg.lastm h5 {
		padding: 0
	}
	.contest,
	.poll {
		margin-right: 0
	}
}

.miniprofile {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: -15px 0 5px
}

.miniprofile .tabs-wrapper {
	width: 100%;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.miniprofile .tab-ctn {
	padding-top: 15px
}

.miniprofile .comment-info {
	float: left
}

.miniprofile .comment-cmd {
	position: absolute;
	right: 0;
	top: 18px;
	padding: 5px 0 5px 5px;
	z-index: 9
}

.modal-ext {
	cursor: pointer;
	position: absolute;
	top: 12px;
	right: 42px;
	display: block;
	height: 20px;
	width: 20px;
	font-size: 19px;
	color: #555;
	z-index: 9
}

.profile-data {
	margin: 0 0 8px;
	display: block
}

.profile-data.padded {
	padding-left: 20px
}

.profile-data i {
	display: inline-block;
	width: 16px;
	text-align: center
}

.profile-data.padded i {
	margin-left: -20px
}

.tabs {
	margin: 0;
	border-bottom: 1px solid #ddd;
	line-height: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.tabs .tab {
	display: inline-block;
	margin: 0 10px;
	padding: 0 5px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.tabs .tab:first-child {
	margin-left: 0;
	padding-left: 0
}

.tabs .tab.active {
	border-bottom: 3px solid #e72e4a
}

.tabs .tab .label {
	font-size: 12px;
	color: #e72e4a;
	display: inline;
	margin-left: 2px
}

#tab-presentation {
	width: 150px;
	margin-right: 25px
}

#tab-presentation i.avatar {
	margin-bottom: 20px
}

#tab-presentation h1 {
	margin: 0;
	font-size: 21px;
	max-width: 150px;
	white-space: nowrap
}

#tab-presentation .desc,
#tab-presentation h1 {
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.2em
}

#tab-collection {
	max-height: 600px;
	overflow: auto
}

#tab-posts h4 {
	margin-bottom: 0!important
}

#tab-comments .p2,
#tab-posts .p2 {
	width: 100%
}

#tab-comments .txt,
#tab-posts .txt {
	margin-right: 0
}

#tab-comments .txt {
	width: calc(100% - 110px);
	float: left
}

#pgwModal h3.mood {
	margin: 10px 0 5px;
	line-height: 28px;
	font-size: 12px;
	font-weight: 700;
	white-space: nowrap;
	text-align: left
}

#pgwModal h3.mood e {
	vertical-align: top
}

.oca {
	cursor: pointer
}

.topbar {
	background: #f8f8f8;
	border-bottom: 1px solid #ddd;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 200;
	box-shadow: 0 0 10px rgba(0, 0, 0, .175)
}

.topbar h2.f {
	margin: 10px 0 0;
	font-size: 28px;
	overflow-y: visible;
	overflow-x: hidden
}

.topbar .mflx {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.topbar .mflx .mw1 {
	padding-top: 10px;
	margin-left: 15px
}

.topbar .mflx .mw2 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden
}

.imgsm {
	width: 45px;
	box-shadow: inset 0 0 2px rgba(0, 0, 0, .4);
	top: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: 50% -1px;
	background-size: cover;
	border-radius: 3px;
	margin: -10px 15px -10px 0;
	height: 40px
}

.pager {
	text-align: center;
	margin: 35px 0
}

.pager .btn {
	text-transform: uppercase;
	margin: 0
}

.pager .page-number {
	line-height: 26px;
	display: inline-block;
	text-transform: uppercase;
	padding: 10px 20px;
	font-size: 18px
}

.cprogress {
	height: 12px;
	width: 100%;
	background: #eee;
	position: relative;
	display: block;
	border-radius: 2px;
	box-shadow: inset -1px 1px 4px -2px #ddd
}

.cprogress>div {
	height: 100%;
	background: #d9534f;
	top: 0;
	left: 0;
	position: absolute;
	color: #fff;
	font-family: Courier, Consolas, monospace;
	font-size: 9px;
	line-height: 12px;
	text-align: center
}

.cprogress.d>div {
	background: #55af54
}

#tab-comments .pictures,
#tab-posts .pictures,
.last-forum-posts .pictures {
	font-size: 0;
	margin: 0 65px 5px 0
}

#tab-comments .pictures img,
#tab-posts .pictures img,
.last-forum-posts .pictures img {
	border: 1px solid #ccc;
	border-radius: 2px
}

#tab-comments .msg.h:hover,
#tab-posts .msg.h:hover,
.last-forum-posts .msg.h:hover {
	background: rgba(0, 0, 0, .02)
}

#tab-comments h4,
#tab-posts h4,
.last-forum-posts h4 {
	text-align: left;
	font-size: 18px
}

#tab-comments h5,
#tab-posts h5,
.last-forum-posts h5 {
	text-align: left;
	font-size: 14px;
	text-transform: uppercase;
	border: 0
}

#tab-comments .pictures *,
#tab-comments .txt *,
#tab-posts .pictures *,
#tab-posts .txt * {
	pointer-events: none
}

#scrolllistener {
	margin: 2em 2em 0;
	line-height: 2em;
	background: #333;
	padding: 0 12px;
	border-radius: 3px;
	color: #fff;
	opacity: .75
}

.members .fcard i.avatar.small {
	margin: -4px 0 -4px -4px;
	height: 32px;
	width: 32px
}

.members .pseudo {
	margin: 0 3px 0 10px
}

.members .filtres {
	border-bottom: 1px solid #ddd;
	font-size: 16px;
	padding: 0 10px;
	line-height: 50px
}

.members .filtres .dropdown-menu {
	line-height: 1em
}

.forum-tuto .tutow {
	min-height: 480px;
	display: none
}

.forum-tuto .btn,
.forum-tuto .tutow {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.forum-tuto .tutow label {
	display: block;
	margin: 15px 0
}

.forum-tuto .tutow .flex {
	height: calc(100% - 51px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.forum-tuto input.f {
	font-size: 19px
}

.forum-tuto input.f:focus {
	outline: 0
}

.fsic {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 15px
}

.fsi {
	width: 20%;
	text-align: center;
	padding: 0 15px;
	margin-bottom: 25px
}

.fsi a {
	display: block
}

.fsi .name {
	margin-top: 5px
}

.fsi .shadow {
	overflow: hidden;
	background: 50% no-repeat #fff;
	background-size: contain
}

.fsi .shadow:before {
	position: relative;
	display: block;
	padding-top: 146%
}

.fsi .inf {
	margin-top: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 15px
}

.fsi small.user {
	cursor: pointer
}

.fsi .fsii {
	background: #f8f8f8;
	padding-bottom: 15px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border: 1px solid #b6b6b6
}

@media(max-width:1100px) {
	.fsi {
		width: 25%
	}
}

@media(max-width:750px) {
	.fsi {
		width: 33.3333333%
	}
}

@media(max-width:450px) {
	.fsi {
		width: 50%
	}
}

.topmenu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center
}

.topmenu>* {
	color: #555;
	display: block;
	padding: 20px 25px 15px;
	-webkit-transition: color .5s ease;
	transition: color .5s ease
}

.topmenu>:before {
	content: '';
	border-right: 1px solid rgba(0, 0, 0, .12);
	position: absolute;
	right: 0
}

.topmenu>.active,
.topmenu>:hover {
	color: #d9534f
}

.topmenu>:last-child:before {
	display: none
}

.topmenu>* .meta {
	position: absolute;
	top: 10px;
	right: 25px;
	color: #aaa;
	font-size: 10px;
	text-transform: uppercase
}

.topmenu>* .meta.important {
	color: #d9534f
}

.topmenu h2 {
	font-size: 18px;
	margin: 0;
	padding: 0
}

.topmenu h2>span {
	display: inline-block;
	font-size: .75em;
	font-weight: 700;
	margin-left: 10px;
	opacity: .6
}

@media(max-width:780px) {
	.topmenu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.topmenu>:not(:first-child) {
		border-top: 1px solid #ccc
	}
	.topmenu h2 {
		text-align: left
	}
	.topmenu h2>span {
		float: right
	}
}

.site-wrapper>.tab {
	display: none;
	opacity: 0;
	-webkit-transition: opacity .25s ease;
	transition: opacity .25s ease
}

.site-wrapper>.tab.active {
	display: block;
	opacity: 1
}

.site-wrapper>.tab.off {
	opacity: 0
}

.site-wrapper>.tab.on {
	opacity: 1
}

body.profilepage .site-wrapper .container {
	max-width: 900px
}

body.profilepage .topmenu {
	margin-bottom: 20px
}

body.profilepage i.avatar {
	display: inline-block;
	margin: 0
}

body.profilepage i.avatar>.btn {
	opacity: 0;
	pointer-events: none;
	-webkit-transition: .3s opacity ease;
	margin-top: 100px;
	z-index: 9999
}

body.profilepage i.avatar:hover>.btn {
	opacity: 1;
	pointer-events: initial
}

body.profilepage h1 {
	text-align: left;
	font-size: 22px;
	margin: 15px 0
}

body.profilepage h2.sep {
	margin: 0;
	padding: 10px 15px;
	font-size: 20px;
	background: #eee;
	border-radius: 2px;
	text-align: left
}

body.profilepage h3.none {
	opacity: .5;
	text-transform: none
}

body.profilepage big.pseudo {
	display: block;
	margin-bottom: 10px;
	padding: 4px 0
}

body.profilepage .editrow {
	cursor: pointer
}

body.profilepage .success {
	margin: 0;
	padding: 10px 15px;
	font-size: 13px;
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 3px;
	line-height: 16px
}

body.profilepage .success big {
	line-height: 22px;
	font-size: 18px;
	margin-bottom: 15px;
	display: inline-block
}

body.profilepage .btn.b6.bxs[rel] {
	cursor: help
}

body.profilepage .btn.bx1 {
	margin: 15px 0;
	float: right
}

body.profilepage .modal label {
	font-size: .85em
}

body.profilepage .modal label input,
body.profilepage .modal label select {
	margin-top: 5px
}

body.profilepage .fcard.new .desc {
	color: #555
}

body.profilepage .fcard .desc:before {
	content: '\f06e';
	font-family: black tie;
	font-size: 9px;
	margin-right: 5px;
	font-weight: 700
}

body.profilepage .fcard.new .desc:before {
	content: '\f06d';
	color: #e72e4a;
	font-weight: 900
}

body.profilepage .fcard.rp .desc:before {
	content: '\f069';
	margin-right: 7px;
	color: #4091d5;
	font-weight: 900
}

body.profilepage .cardcomment {
	min-height: 170px;
	margin-bottom: 60px
}

body.profilepage .cardcomment .cardcontainer {
	margin-bottom: -70px
}

body.profilepage .cardcomment .x {
	background: #fff;
	padding: 15px 15px 15px 172px;
	top: 20px;
	border-radius: 3px;
	left: 10px;
	box-shadow: inset 0 0 1px rgba(0, 0, 0, .5);
	max-height: 200px
}

body.profilepage .com-options button {
	border: 0;
	background: 0;
	padding: 2px 4px;
	margin: -2px 0 0 10px
}

body.profilepage .com-options:hover button {
	background: rgba(0, 0, 0, .08)
}

.table.e td {
	font-size: 15px;
	line-height: 24px
}

.table.e tr:first-child td {
	border-top: 0
}

.table.e tr td:nth-child(2) {
	width: 40%;
	padding: .4rem 10px;
	text-overflow: ellipsis;
	max-width: 300px;
	overflow: hidden
}

.table.e tr td:last-child {
	width: 30px;
	vertical-align: middle
}

.table.e tr td[onclick]:last-child:hover {
	cursor: pointer;
	background: #ffdce1
}

.table.e tr.edit small {
	font-weight: 700;
	margin: 0;
	display: block;
	line-height: 14px
}

.table.h th {
	background: #eee;
	font-size: 16px;
	text-align: left;
	padding: 10px 5px
}

.table.h tr:first-child td {
	border: 0
}

.table.h td {
	padding: .5rem;
	font-size: 14px;
	line-height: 18px
}

.table.h td:first-child {
	opacity: .75
}

.table.h td:last-child,
.table.h th:last-child {
	text-align: right
}

.table.h td[data-amount]:after {
	content: attr(data-amount);
	color: green
}

.table.h td[data-amount^="0"]:after,
.table.h td[data-amount^="-0"]:after {
	color: #555
}

.table.h td[data-amount^="-"]:after {
	color: red
}

.table.h thead th:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px
}

.table.h thead th:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px
}

.table.h td:nth-child(2) {
	max-width: 430px
}

#pgwModal.levelinfo .pm-content {
	padding: 30px 40px 20px;
	text-align: center
}

#pgwModal.levelinfo .level {
	cursor: pointer
}

#pgwModal.levelinfo .level:not(:first-child) {
	margin-left: 20px
}

#pgwModal.levelinfo p {
	text-align: center
}

#pgwModal.levelinfo progress {
	-webkit-appearance: none;
	padding: 0;
	background: #b6b6b6;
	height: auto;
	width: 100%;
	margin: 0 15px 15px
}

#pgwModal.levelinfo progress::-webkit-progress-bar {
	height: 4px;
	background: #ccc
}

#pgwModal.levelinfo progress::-webkit-progress-value {
	background: #e72e4a
}

#pgwModal.levelinfo .progress-arrow {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 10px solid red;
	position: absolute;
	top: -10px;
	margin-left: -3px
}

.mw.badges {
	font-size: 0;
	overflow: hidden;
	text-align: left;
	max-width: 1500px
}

@media(max-width:1500px) {
	.mw.badges {
		max-width: 1250px
	}
}

@media(max-width:1250px) {
	.mw.badges {
		max-width: 1000px
	}
}

@media(max-width:1000px) {
	.mw.badges {
		max-width: 750px
	}
}

@media(max-width:750px) {
	.mw.badges {
		max-width: 500px
	}
}

@media(max-width:500px) {
	.mw.badges {
		max-width: 250px
	}
}

@media(max-width:250px) {
	.mw.badges {
		max-width: 100%
	}
}

.mw.badges:before {
	background: #eee
}

.mw.badges .box {
	padding: 0
}

.abadge {
	width: 249px;
	height: 300px;
	position: absolute;
	background-image: url(/img/badge/badges.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	vertical-align: baseline;
	-webkit-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .22));
	filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .22));
	-webkit-transition: all .25s ease;
	transition: all .25s ease
}

.abadge.ani01 {
	background-position: 0 0
}

.abadge.ani02 {
	background-position: -250px 0
}

.abadge.ani03 {
	background-position: -500px 0
}

.abadge.ani04 {
	background-position: -750px 0
}

.abadge.ani05 {
	background-position: -1000px 0
}

.abadge.ani06 {
	background-position: -1250px 0
}

.abadge.ani07 {
	background-position: -1500px 0
}

.abadge.ani08 {
	background-position: 0 -300px
}

.abadge.ani09 {
	background-position: -250px -300px
}

.abadge.ani10 {
	background-position: -500px -300px
}

.abadge.ani11 {
	background-position: -750px -300px
}

.abadge.ani12 {
	background-position: -1000px -300px
}

.abadge.ani13 {
	background-position: -1250px -300px
}

.abadge.ani14 {
	background-position: -1500px -300px
}

.abadge.ani15 {
	background-position: 0 -600px
}

.abadge.misco {
	background-position: -250px -600px
}

.abadge.duo50 {
	background-position: -500px -600px
}

.abadge.onecl {
	background-position: -750px -600px
}

.abadge.first {
	background-position: -1000px -600px
}

.abadge.selfi {
	background-position: -1250px -600px
}

.abadge.oktob {
	background-position: -1500px -600px
}

.abadge.nickn {
	background-position: 0 -900px
}

.abadge.welld {
	background-position: -250px -900px
}

.abadge.virtu {
	background-position: -500px -900px
}

.abadge.xoxox {
	background-position: -750px -900px
}

.abadge.kinky {
	background-position: -1000px -900px
}

.abadge.gmail {
	background-position: -1250px -900px
}

.abadge.celeb {
	background-position: -1500px -900px
}

.abadge.cospl {
	background-position: 0 -1200px
}

.abadge.criti {
	background-position: -250px -1200px
}

.abadge.harem {
	background-position: -500px -1200px
}

.abadge.scree {
	background-position: -750px -1200px
}

.abadge.inves {
	background-position: -1000px -1200px
}

.abadge.may4t {
	background-position: -1250px -1200px
}

.abadge.weeed {
	background-position: -1500px -1200px
}

.abadge.n0010 {
	background-position: 0 -1500px
}

.abadge.n0050 {
	background-position: -250px -1500px
}

.abadge.n0100 {
	background-position: -500px -1500px
}

.abadge.n0250 {
	background-position: -750px -1500px
}

.abadge.n0500 {
	background-position: -1000px -1500px
}

.abadge.spons {
	background-position: -1250px -1500px
}

.abadge.benef {
	background-position: -1500px -1500px
}

.abadge.patro {
	background-position: 0 -1800px
}

.abadge.blkfr {
	background-position: -250px -1800px
}

.abadge.lucky {
	background-position: -500px -1800px
}

.abadge.dlyrt {
	background-position: -750px -1800px
}

.abadge.ani16 {
	background-position: -1000px -1800px
}

.abadge.ani17 {
	background-position: -1250px -1800px
}

.abadge.ani18 {
	background-position: -1500px -1800px
}

.abadge.ani19 {
	background-position: 0 -2100px
}

.abadge.ani20 {
	background-position: -250px -2100px
}

.abadge.whyss {
	background-position: -500px -2100px
}

.abadge.trhun {
	background-position: -750px -2100px
}

.abadge.shold {
	background-position: -1000px -2100px
}

.abadge.hd {
	width: 375px;
	height: 450px;
	left: 0;
	top: 0;
	position: relative;
	background-image: url(/img/badge/badges-hd.png);
	-webkit-filter: drop-shadow(3px 3px 9px rgba(0, 0, 0, .48));
	filter: drop-shadow(3px 3px 9px rgba(0, 0, 0, .48))
}

.abadge.hd.ani01 {
	background-position: 0 0
}

.abadge.hd.ani02 {
	background-position: -375px 0
}

.abadge.hd.ani03 {
	background-position: -750px 0
}

.abadge.hd.ani04 {
	background-position: -1125px 0
}

.abadge.hd.ani05 {
	background-position: -1500px 0
}

.abadge.hd.ani06 {
	background-position: -1875px 0
}

.abadge.hd.ani07 {
	background-position: -2250px 0
}

.abadge.hd.ani08 {
	background-position: 0 -450px
}

.abadge.hd.ani09 {
	background-position: -375px -450px
}

.abadge.hd.ani10 {
	background-position: -750px -450px
}

.abadge.hd.ani11 {
	background-position: -1125px -450px
}

.abadge.hd.ani12 {
	background-position: -1500px -450px
}

.abadge.hd.ani13 {
	background-position: -1875px -450px
}

.abadge.hd.ani14 {
	background-position: -2250px -450px
}

.abadge.hd.ani15 {
	background-position: 0 -900px
}

.abadge.hd.misco {
	background-position: -375px -900px
}

.abadge.hd.duo50 {
	background-position: -750px -900px
}

.abadge.hd.onecl {
	background-position: -1125px -900px
}

.abadge.hd.first {
	background-position: -1500px -900px
}

.abadge.hd.selfi {
	background-position: -1875px -900px
}

.abadge.hd.oktob {
	background-position: -2250px -900px
}

.abadge.hd.nickn {
	background-position: 0 -1350px
}

.abadge.hd.welld {
	background-position: -375px -1350px
}

.abadge.hd.virtu {
	background-position: -750px -1350px
}

.abadge.hd.xoxox {
	background-position: -1125px -1350px
}

.abadge.hd.kinky {
	background-position: -1500px -1350px
}

.abadge.hd.gmail {
	background-position: -1875px -1350px
}

.abadge.hd.celeb {
	background-position: -2250px -1350px
}

.abadge.hd.cospl {
	background-position: 0 -1800px
}

.abadge.hd.criti {
	background-position: -375px -1800px
}

.abadge.hd.harem {
	background-position: -750px -1800px
}

.abadge.hd.scree {
	background-position: -1125px -1800px
}

.abadge.hd.inves {
	background-position: -1500px -1800px
}

.abadge.hd.may4t {
	background-position: -1875px -1800px
}

.abadge.hd.weeed {
	background-position: -2250px -1800px
}

.abadge.hd.n0010 {
	background-position: 0 -2250px
}

.abadge.hd.n0050 {
	background-position: -375px -2250px
}

.abadge.hd.n0100 {
	background-position: -750px -2250px
}

.abadge.hd.n0250 {
	background-position: -1125px -2250px
}

.abadge.hd.n0500 {
	background-position: -1500px -2250px
}

.abadge.hd.spons {
	background-position: -1875px -2250px
}

.abadge.hd.benef {
	background-position: -2250px -2250px
}

.abadge.hd.patro {
	background-position: 0 -2700px
}

.abadge.hd.blkfr {
	background-position: -375px -2700px
}

.abadge.hd.lucky {
	background-position: -750px -2700px
}

.abadge.hd.dlyrt {
	background-position: -1125px -2700px
}

.abadge.hd.ani16 {
	background-position: -1500px -2700px
}

.abadge.hd.ani17 {
	background-position: -1875px -2700px
}

.abadge.hd.ani18 {
	background-position: -2250px -2700px
}

.abadge.hd.ani19 {
	background-position: 0 -3150px
}

.abadge.hd.ani20 {
	background-position: -250px -3150px
}

.abadge.hd.whyss {
	background-position: -500px -3150px
}

.abadge.hd.trhun {
	background-position: -750px -3150px
}

.abadge.hd.shold {
	background-position: -1000px -3150px
}

.abadge.d {
	background-image: url(/img/badge/badges-disabled.png);
	opacity: 1;
	cursor: default
}

.badge-text {
	width: 249px;
	height: 300px;
	line-height: 300px;
	position: absolute;
	text-align: center;
	padding: 10px
}

.badge-text div {
	display: inline-block;
	vertical-align: middle;
	line-height: normal
}

.badge-text span {
	color: #686668
}

.badge-text span.badge-title {
	font-size: 27px
}

.badge-text span.badge-reason {
	font-size: 14px
}

.model-player h1,
.mw h1 {
	text-align: left;
	font-size: 26px;
	color: #e72e4a;
	margin-top: 15px
}

.model-player h1.dark,
.mw h1.dark {
	color: #555
}

.model-player h1.alt,
.mw h1.alt {
	margin: 0 0 10px;
	font-size: 48px;
	text-align: left!important
}

.model-player h2,
.mw h2 {
	text-align: left;
	font-size: 24px;
	padding-bottom: 0
}

.model-player h2.httl,
.mw h2.httl {
	font-size: 22px;
	width: 100%;
	border-bottom: 1px solid #b6b6b6;
	line-height: 28px;
	padding: 10px 0;
	margin: 25px 0 15px;
	text-align: left
}

.model-player h2.alt,
.mw h2.alt {
	font-size: 32px
}

.model-player h5,
.mw h5 {
	font-size: 12px;
	opacity: .5;
	border: 0;
	margin: 0
}

html.software .mw {
	display: block
}

html.software .mw:after {
	content: "";
	display: table;
	clear: both
}

html.software .mw .box {
	display: block;
	float: left
}

html.software .mw .box.fix {
	display: none
}

.container.mt {
	margin-top: 25px
}

.rating-count {
	padding-left: .4em;
	font-size: .9em;
	line-height: 1em;
	display: inline-block;
	vertical-align: middle
}

.info {
	line-height: 1.4em
}

.card {
	border-radius: 3px;
	font-size: 0;
	display: inline-block;
	overflow: hidden
}

.card.fw {
	width: 100%
}

.card.mb {
	margin-bottom: 15px
}

.card .discount,
.card.incollection:before {
	content: 'In my collection';
	position: absolute;
	background: #e72e4a;
	top: 65%;
	left: -1px;
	color: #fff;
	z-index: 9;
	font-size: 15px;
	padding: 7px 12px;
	font-weight: 700;
	box-shadow: 2px -2px 10px -2px rgba(0, 0, 0, .5)
}

.card img {
	width: 100%;
	height: auto
}

.card .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: auto
}

.card .discount {
	background: #2eb2e7
}

.card.incollection .discount {
	display: none
}

@media(max-width:768px) {
	.card {
		width: auto!important;
		margin-right: 10px
	}
}

.flexp {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.card-info {
	margin-right: 25px;
	border-right: 1px solid #b6b6b6;
	padding-right: 25px;
	min-width: 188px
}

.card-info .info {
	font-size: 1.15em
}

.card-photos {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.card-photos .freepics {
	margin-bottom: 15px;
	width: 22%
}

.card-photos .freepics img {
	width: 100%;
	border: 1px solid #b6b6b6
}

.console {
	width: 300px;
	background: #f8f8f8;
	border: 1px solid #b6b6b6;
	margin-left: 25px;
	padding: 25px;
	text-align: center
}

.labels,
.rating {
	margin-bottom: 15px;
	text-align: left
}

.rating-sm {
	min-width: 63px
}

.labels>* {
	display: inline-block;
	margin: 0 7px 0 0
}

.labels img {
	height: 50px
}

.labels .duration span {
	position: absolute;
	top: 14px;
	left: 0;
	right: 0;
	font-size: 15px;
	font-weight: 700;
	line-height: 11px;
	text-align: center
}

.labels .duration small {
	font-weight: 400
}

.unlock1 {
	max-height: 320px;
	display: block;
	margin: 15px auto 50px
}

.unlock1 img {
	max-width: 100%;
	max-height: 320px;
	width: auto;
	z-index: 10
}

.unlock1 .reflexion {
	position: absolute;
	left: 0;
	width: 100%;
	height: 15%;
	margin-top: -1px;
	pointer-events: none;
	overflow: hidden
}

.unlock1 .reflexion img {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	z-index: 8
}

.unlock1 .reflexion:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(rgba(255, 255, 255, .3), #f8f8f8);
	background: linear-gradient(rgba(255, 255, 255, .3), #f8f8f8);
	z-index: 9
}

.unlock1 .flare {
	position: absolute;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	margin-left: -30px;
	background: url(/img/flare.png) no-repeat;
	pointer-events: none;
	z-index: 20
}

.unlock2 {
	background: url(/img/model/unlock.jpg) no-repeat;
	padding-top: 58%;
	background-size: contain;
	margin: 15px 0 30px;
	overflow: hidden
}

.unlock2 img {
	position: absolute;
	top: -56%;
	left: -15%;
	width: 130%
}

.comment {
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
	text-align: justify
}

.comment img {
	width: 60px;
	height: 60px;
	margin: 0 15px 0 0;
	float: left;
	border: 1px solid #b6b6b6
}

@media(max-width:980px) {
	.console {
		width: 100%;
		margin: 0
	}
	.card-info {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.card-photos {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-top: 15px
	}
	.card-console {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1
	}
}

@media(max-width:480px) {
	.pflex {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.console {
		width: 100%;
		margin: 0
	}
	.card-info {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		border: 0;
		padding: 0;
		margin: 0 0 15px
	}
	.card-photos img {
		width: 50%
	}
	.card-console {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-bottom: 15px
	}
	.comment {
		text-align: left
	}
}

.model .flex-ctn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-right: 5px
}

.model .show-bg {
	position: relative;
	padding: 15px 0 30px;
	margin-bottom: 15px
}

.model .head {
	float: left;
	height: 75px;
	width: 75px;
	margin: 0 20px 0 0;
	overflow: hidden;
	background: -webkit-radial-gradient(#888, #444);
	background: radial-gradient(#888, #444)
}

.model .head img {
	width: 160%;
	margin-top: -10px;
	margin-left: -30%
}

.model .flx {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.model .p1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.model .p2w {
	height: 100%;
	max-height: 540px;
	overflow: hidden;
	background-position: 50% 0;
	background-repeat: no-repeat;
	box-shadow: inset 0 -75px 20px -65px #fff
}

.model .p3 {
	width: 350px;
	padding-left: 30px;
	border-left: 1px solid #b6b6b6;
	margin-left: 20px;
	text-align: center
}

.model .p3 video {
	margin-bottom: 10px
}

.model .row {
	position: relative;
	z-index: 2
}

body .addctn {
	height: 250px;
	overflow: hidden;
	border-right: 1px solid rgba(182, 182, 182, .5);
	margin: 20px 0;
	font-size: 13px;
	position: relative;
	border-radius: 5px;
	display: block
}

body .addctn .img {
	width: 40%;
	overflow: hidden;
	float: left;
	position: relative;
	height: 250px;
	background-size: auto 390px;
	background-repeat: no-repeat;
	background-position: 60% 10px
}

body .addctn .inner {
	margin-left: 44%;
	padding: 70px 15px 0 0;
	height: 100%
}

body .addctn h1,
body .addctn h2.b {
	margin: 15px 0 0;
	font-size: 30px;
	position: absolute;
	bottom: 185px;
	padding: 0 15px 5px 0;
	line-height: .85em;
	text-align: left
}

body .addctn ul {
	padding: 0
}

body .addctn:hover {
	background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 25px, rgba(0, 0, 0, .05) 25px);
	background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 25px, rgba(0, 0, 0, .05) 25px);
	cursor: pointer;
	text-decoration: none
}

body .addctn:hover .img .bshadow {
	color: #f4f4f4
}

body .addctn,
body .addctn:active,
body .addctn:focus,
body .addctn:hover,
body .addctn:visited {
	color: #555!important
}

.othctn {
	border-bottom: 1px solid rgba(182, 182, 182, .5)
}

@media(min-width:980px) {
	.othctn:nth-child(3n)>.addctn {
		border: 0!important
	}
}

@media(max-width:979px) {
	.othctn:nth-child(2n)>.addctn {
		border: 0!important
	}
}

@media(max-width:767px) {
	.othctn>.addctn {
		border: 0!important
	}
}

.othctn:last-child>.addctn {
	border: 0!important
}

.bio {
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	margin: 20px 0
}

input.msearch {
	border: 0;
	font-size: 14px;
	text-transform: uppercase;
	vertical-align: middle;
	background: 0 0;
	outline: 0!important;
	display: inline-block;
	width: 100px;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	margin-top: 5px
}

input.msearch::-moz-placeholder,
input.msearch::-webkit-input-placeholder {
	color: #ccc
}

input.msearch::-moz-placeholder,
input.msearch::-webkit-input-placeholder,
input.msearch::placeholder {
	color: #ccc
}

@media(min-width:768px) {
	.head {
		display: none
	}
	.bio {
		max-height: 15em;
		overflow-y: auto;
		padding-right: 10px
	}
}

@media(max-width:767px) {
	.modelpage {
		margin-top: 0
	}
	.addctn:hover {
		background: rgba(0, 0, 0, .05)!important
	}
}

@media(max-width:980px) {
	.p3 {
		display: none
	}
}

.mw {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
	width: 100%;
	margin: 15px auto;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.mw:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 1px;
	right: 1px;
	background: #ccc
}

@media(min-width:3860px) {
	.mw {
		max-width: 3360px
	}
}

@media(max-width:3860px) {
	.mw {
		max-width: 3360px
	}
}

@media(max-width:3380px) {
	.mw {
		max-width: 2880px
	}
}

@media(max-width:2900px) {
	.mw {
		max-width: 2400px
	}
}

@media(max-width:2420px) {
	.mw {
		max-width: 1920px
	}
}

@media(max-width:1940px) {
	.mw {
		max-width: 1440px
	}
}

@media(max-width:1460px) {
	.mw {
		max-width: 960px
	}
}

@media(max-width:980px) {
	.mw {
		max-width: 480px
	}
}

@media(max-width:480px) {
	.mw {
		max-width: 100%
	}
}

.mw.short {
	margin: 0 auto -2px;
	max-width: 1440px
}

@media(max-width:1940px) {
	.mw.short {
		max-width: 1440px
	}
}

@media(max-width:1460px) {
	.mw.short {
		max-width: 1080px
	}
}

@media(max-width:1100px) {
	.mw.short {
		max-width: 720px
	}
}

@media(max-width:740px) {
	.mw.short {
		max-width: 360px
	}
}

@media(max-width:360px) {
	.mw.short {
		max-width: 100%
	}
}

.bt-star:not(.text-primary) {
	color: rgba(180, 180, 180, .5)
}

.box {
	background: #fff;
	height: 300px;
	margin: 0 1px 1px 0;
	padding: 10px;
	width: 100%;
	max-width: 479px;
	z-index: 1
}

.box:not(.fix):hover:before {
	background: #eee
}

.box.fix {
	max-width: 100%;
	-webkit-box-flex: 10000;
	-webkit-flex: 10000;
	-ms-flex: 10000;
	flex: 10000
}

.box.fix.noh {
	height: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: -1px
}

.box:not(.fix):hover .img {
	background-size: auto 520px;
	background-position: 50% 5px;
	-webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, .25));
	filter: drop-shadow(0 0 2px rgba(0, 0, 0, .25))
}

.short .box:not(.fix):hover .img {
	background-size: auto 560px;
	background-position: 50% 5px
}

.box:not(.fix):hover .img.icard,
.box:not(.fix):hover .img.icard .icard-overlay {
	background-size: auto 255px;
	background-position: 50% 5px
}

.box:not(.fix):hover .icard .icard-elements {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.box .img {
	width: 49%;
	height: 285px;
	float: left;
	margin: 5px 4% 0 1%;
	background-image: url(data:image/png;base64,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);
	background-size: auto 540px;
	background-repeat: no-repeat;
	background-position: 50% 10px;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	position: relative
}

.box .img.imgload:before {
	content: '\f03d';
	font: normal normal normal 14px/1 "Black Tie";
	top: 50%;
	position: absolute;
	left: 50%;
	color: #fff;
	font-size: 30px;
	-webkit-animation: bt-spin 2s infinite linear;
	animation: bt-spin 2s infinite linear;
	margin-top: -15px;
	margin-left: -15px
}

.box .img.icard {
	background-size: auto 242px;
	background-image: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAAUAAD/4QMfaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzEzOCA3OS4xNTk4MjQsIDIwMTYvMDkvMTQtMDE6MDk6MDEgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjRDQTMyMjdFOTIyRTExRTdCM0YzRTFERDIxMDk2QUM4IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjRDQTMyMjdEOTIyRTExRTdCM0YzRTFERDIxMDk2QUM4IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE3IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSI3RDYwRTcwQ0JFQjhGOTAyMjk4NTcyQzgyRTAxMDBFOCIgc3RSZWY6ZG9jdW1lbnRJRD0iN0Q2MEU3MENCRUI4RjkwMjI5ODU3MkM4MkUwMTAwRTgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAASDg4OEA4VEBAVHhQRFB4jGhUVGiMiGRkaGRkiJx4jISEjHicnLjAzMC4nPj5BQT4+QUFBQUFBQUFBQUFBQUFBARQUFBYZFhsXFxsaFhoWGiEaHR0aITEhISQhITE+LScnJyctPjg7MzMzOzhBQT4+QUFBQUFBQUFBQUFBQUFBQUH/wAARCADyAKIDASIAAhEBAxEB/8QAWQABAQEBAQEAAAAAAAAAAAAAAAECAwQGAQEAAAAAAAAAAAAAAAAAAAAAEAEBAQACAwEBAQAAAAAAAAAAARFRAhIDE0EhgREBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A+nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQQVAAAAAAAAAAAAAAABQAVcBMMXDATDFwwGRrEwERpAQAAAAAAABRQFFwDDFxcBMMawwGcMawwGcTGsMBjEaxAZRpAQAAAAFAaiRqARYRqAYuEjWAmGNYuAziY3iYDGJjeJYDFiVqpQYqNVKDKKgAACo1AWLEjUBY1EjUBYshGoBhirgJiY1hgMWM1upQYrNbrNBis1us0Gai1AQAFWIsBY1GY1AajUZjcBqLEjUBYqRoBFQGazWqzQZrNarNBms1qs0Gai1AQABqMqDUajMagNRqMRqA3GoxGoDcVjV0GtRNNArNLUoJWatZoJWatZoJUWoCAAKigsajKwG4sYjWg3Kusa1oN6azpoNaazpoLqWpqaBWatrNArNWsgiKgAAAAKrKg01rC6DerrGroN6azpoNaazpoLqampoLqGoAyAIAAAAAAACqzp5TkG9NY8+vJ9OnIOmmuX16cn26cg66a5fbpyfXpyDrqa5/Xpyvn15BrUTynJoKgAAAAA532z8ms329vyMANfTvzieXblAD+80yABk4MAAAAAAyABkP9oAvl2n6s9necVkB0nu5jU9vS/uOID0eU5HnAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAf/9k=)
}

.box .img.icard .icard-overlay {
	background-size: auto 242px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 10px;
	-webkit-transition: all .25s ease;
	transition: all .25s ease
}

.box .img.icard .icard-elements {
	top: 10px;
	left: 21px;
	height: 242px;
	width: 162px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
	overflow: hidden;
	pointer-events: none
}

.box .img.icard .icard-elements>div {
	display: inline-block;
	font-size: 15px;
	color: #fff;
	padding: 7px 14px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .44);
	position: absolute;
	height: 30px;
	top: 0;
	left: 0;
	max-width: 140px;
	white-space: nowrap
}

.box .img.icard .icard-elements>div>span {
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block
}

.box .img.icard .icard-elements .incollection {
	top: 150px;
	background: #e72e4a
}

.box .img.icard .icard-elements .discount {
	top: 115px;
	background: #f39323
}

.box .img.icard .icard-elements .discount.promo-premium {
	background-color: #ecb131
}

.box .img.icard .icard-elements .discount.promo-premium i:before {
	font-weight: 900;
	color: #fff
}

.short .box {
	width: 359px;
	padding: 0 10px 0 0
}

.short .box .img {
	height: 295px;
	margin: 5px 5% 0 0
}

.short .box h2.b {
	margin-top: 10px
}

.box .inner {
	width: 46%;
	height: 100%;
	float: right;
	padding-top: 20px;
	color: #555
}

.box .inner h2 {
	display: inline-block;
	font-size: 28px;
	font-weight: 400;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-bottom: 0;
	width: 100%
}

.box .inner .rating {
	font-size: 16px;
	margin-bottom: 15px
}

.box .inner .rating>* {
	font-size: 16px;
	vertical-align: middle
}

.box .inner .star.rate {
	padding-left: 5px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 300
}

.box .inner .rating-count {
	font-size: 12px;
	text-transform: none;
	vertical-align: baseline
}

.box .inner .info {
	font-size: 12px;
	line-height: 1.4em
}

.box:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	-webkit-transition: background .3s ease;
	transition: background .3s ease
}

.model-filter {
	margin: 0 15px 0 0;
	position: relative;
	z-index: 5;
	padding: 3px 0
}

.model-filter .removetag {
	margin-left: 5px;
	font-size: 18px;
	vertical-align: middle;
	line-height: 14px
}

.model-filter .dropdown-toggle {
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
	vertical-align: middle
}

.model-filter .dropdown-toggle i {
	margin-left: 5px
}

.model-filter .dropdown-toggle:hover {
	color: #e72e4a
}

.barfilter {
	margin-top: 25px;
	border-top: 1px solid #eee;
	padding-top: 10px
}

.alpha margin-bottom:10px a:not(.active) {
	color: #999
}

.form-inline>div {
	display: inline-block
}

.group-label {
	margin-right: 10px
}

label.checkbox {
	line-height: 14px
}

.httlb {
	margin: 0;
	padding: 15px 0;
	font-size: 22px;
	text-align: left;
	border-bottom: 1px solid #ccc
}

.model-award {
	position: absolute;
	bottom: 8px;
	width: 70px;
	height: 63px;
	min-height: 0!important;
	right: 0;
	-webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, .2)) drop-shadow(0 0 3px rgba(0, 0, 0, .3));
	filter: drop-shadow(0 0 20px rgba(0, 0, 0, .2)) drop-shadow(0 0 3px rgba(0, 0, 0, .3))
}

.topmenu {
	margin: 0;
	background: #f0f0f0;
	box-shadow: inset 0 -1px 0 0 #ccc
}

.topmenu>* {
	border-bottom: 0
}

.topmenu>.active {
	border-bottom: 1px solid #e72e4a;
	box-shadow: inset 0 0 15px rgba(0, 0, 0, .08)
}

.topmenu>:before {
	top: 0;
	bottom: 0;
	height: 100%;
	opacity: .4
}

.videodock {
	max-width: 600px;
	margin: 0 auto 30px
}

.videodock video {
	max-width: 100%
}

body.model .media-player {
	position: relative;
	padding-top: 0;
	height: 640px;
	min-height: 640px;
	max-height: auto;
	-webkit-transition: background-image .2s linear;
	transition: background-image .2s linear
}

body.model .media-player .trigger {
	text-align: left;
	z-index: 5;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

body.model .media-player .imodel {
	position: absolute;
	bottom: -400px;
	left: 10px;
	height: 900px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

body.model .media-player .info2 {
	margin-top: 25px
}

body.model .media-player .info2 li {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	opacity: .75;
	margin-right: 12px;
	line-height: 26px
}

body.model .media-player h1.h {
	display: inline-block;
	text-align: left;
	margin: 5px 0 10px;
	color: rgba(255, 255, 255, .9);
	font-size: 60px;
	font-weight: 700
}

body.model .media-player .overlay:not(img) {
	background: rgba(0, 0, 0, .45);
	-webkit-transition: 2s all ease;
	transition: 2s all ease
}

body.model .media-player .spacer {
	height: 40px;
	-webkit-transition: all .75s ease;
	transition: all .75s ease
}

body.model .media-player .icons {
	position: absolute;
	left: 20px;
	top: 50px;
	width: 50px;
	margin-left: 0;
	-webkit-transition: all .75s ease;
	transition: all .75s ease;
	opacity: .6
}

body.model .media-player .taskbar {
	height: 40px;
	background: #000308;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: 0;
	-webkit-transition: all .75s ease;
	transition: all .75s ease;
	opacity: .6
}

body.model .media-player .taskbar img {
	height: 40px;
	width: auto
}

body.model .media-player .taskbar .right {
	float: right
}

body.model .media-player .next-nav,
body.model .media-player .previous-nav {
	position: absolute;
	top: 50%;
	left: 20px;
	color: #fff;
	font-size: 40px;
	padding: 10px;
	margin-top: -30px;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	z-index: 30
}

body.model .media-player .next-nav {
	left: auto;
	right: 20px
}

body.model .media-player canvas {
	pointer-events: none
}

body.model .media-player .rating-count,
body.model .media-player .star.rate {
	color: #fff;
	font-size: 22px
}

body.model .media-player p.bio {
	font-size: 21px;
	color: #fff;
	margin: 5px 0 0;
	padding: 0;
	font-weight: 200;
	text-align: left;
	text-transform: none;
	line-height: 1.3em;
	opacity: .9;
	max-height: 9.1em;
	overflow: auto
}

body.model .media-player p.bio.preview {
	padding: 10px 0;
	line-height: 1.5em;
	font-size: 24px;
	max-width: 500px
}

body.model .media-player p.bio.preview b {
	display: block;
	margin-bottom: 10px
}

@media(max-width:700px) {
	body.model .media-player p.bio.preview {
		display: none
	}
}

body.model .media-player.ondemo {
	background-image: url(/img/model/pc-background.jpg)!important
}

body.model .media-player.ondemo .imodel {
	opacity: 0
}

body.model .media-player.ondemo .overlay:not(img) {
	background: rgba(0, 0, 0, .5)
}

@media(max-width:1115px) {
	body.model .media-player.ondemo #in {
		margin: 0 40px;
		width: auto
	}
}

@media(max-width:780px) {
	body.model .media-player.ondemo canvas {
		display: none
	}
}

@media(max-width:520px) {
	body.model .media-player.ondemo div[data-card] {
		display: none
	}
}

body.model .media-player .mdlnav {
	color: #fff;
	font-size: 24px;
	border-bottom: 1px solid rgba(255, 255, 255, .07);
	display: inline-block;
	padding-bottom: 18px
}

body.model .media-player .mdlnav a {
	color: #fff
}

body.model .media-player .mdlnav a:hover {
	color: #e72e4a
}

body.model .media-player .mdlnav i {
	margin-right: 8px
}

body.model .media-player .mdlnav span {
	opacity: .5;
	text-transform: lowercase
}

@media(max-width:780px) {
	body.model .media-player .trigger {
		margin-left: 0!important
	}
	body.model .media-player .imodel {
		margin-left: -500px
	}
}

body.model .media-player [data-card] {
	cursor: default!important
}

.labeloff {
	display: block;
	position: relative;
	background: #f39323;
	padding: 8px;
	color: #fff;
	margin-bottom: 15px;
	width: auto;
	text-align: center;
	margin-top: -30px
}

.news-page {
	padding-top: 5px
}

.news-page .bottom-fade,
.news-page .top-fade {
	box-shadow: inset 0 14px 7px -10px;
	color: #f8f8f8;
	height: 15px;
	position: fixed;
	top: 0;
	z-index: 99;
	width: 100%
}

.news-page .bottom-fade {
	top: auto;
	bottom: 0;
	box-shadow: inset 0 -14px 7px -10px
}

.news {
	margin-bottom: 25px;
	overflow: hidden;
	border: 1px solid #b6b6b6;
	padding: 0;
	background: #fff;
	text-align: center;
	-webkit-transition: .18s box-shadow cubic-bezier(.05, .65, .38, 1.65);
	transition: .18s box-shadow cubic-bezier(.05, .65, .38, 1.65)
}

.news:hover {
	box-shadow: 0 0 8px rgba(0, 0, 0, .15), 0 0 20px rgba(0, 0, 0, .1);
	cursor: pointer;
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01)
}

.news .image {
	padding-top: 75%;
	background: 50% no-repeat #ccc;
	background-size: cover;
	border-bottom: 1px solid #eee
}

.news .title {
	text-transform: none;
	display: block;
	display: -webkit-box;
	height: 43px;
	margin: 8px auto 0;
	font-size: 17px;
	line-height: 1.4;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	padding: 0 15px;
	font-weight: 700
}

.news .time {
	color: #888;
	line-height: 28px;
	font-size: 12px
}

.news .desc {
	height: 80px;
	padding: 0 15px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	line-height: 20px
}

.news .new {
	position: absolute;
	background: #ed1c46;
	z-index: 8;
	padding: 5px 10px;
	color: #fff;
	top: 80%;
	font-weight: 700;
	line-height: 15px
}

.news-promo {
	margin-bottom: 0;
	overflow: hidden;
	border: none;
	padding: 0;
	background: #fff;
	text-align: center;
	-webkit-transition: .18s box-shadow cubic-bezier(.05, .65, .38, 1.65);
	transition: .18s box-shadow cubic-bezier(.05, .65, .38, 1.65)
}

.news-promo.clickable:hover {
	cursor: pointer
}

.news-promo .image {
	padding-top: 43%;
	background: 50% no-repeat #ccc;
	background-size: cover;
	border: none
}

.news-promo .error {
	color: red
}

#slideshow {
	overflow: hidden;
	margin-bottom: 25px
}

#slideshow:hover {
	box-shadow: 0 0 8px rgba(0, 0, 0, .15), 0 0 20px rgba(0, 0, 0, .1)
}

#slideshow .slider {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 0;
	left: 0;
	text-align: left
}

#slideshow .slider .news-promo {
	height: auto;
	float: left;
	margin: 0;
	border: none
}

#slideshow .slider .news-promo:hover {
	cursor: pointer;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

#slideshow .dot-container {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 20px
}

#slideshow .dot-container .dot {
	width: 16px;
	height: 16px;
	float: left;
	border: 3px solid rgba(255, 255, 255, .5);
	border-radius: 100%;
	margin: 2px;
	cursor: pointer;
	z-index: 2
}

#slideshow .dot-container .dotser {
	width: 16px;
	height: 16px;
	float: left;
	border-radius: 100%;
	margin: 2px;
	background: rgba(255, 255, 255, .7);
	position: absolute;
	z-index: 1
}

.news-container {
	margin-top: 30px
}

.news-container .container {
	width: 100%
}

.creditPage2 h3 {
	font-size: 20px;
	margin: 15px 0
}

.creditPage2.software.ts .container {
	width: 900px!important;
	min-width: 900px
}

.creditPage2 .green {
	color: #48a928
}

.creditPage2 .atext {
	color: #999;
	font-size: 1.1em
}

.creditPage2 #pgwModal h4.s1 {
	line-height: 1.8em;
	margin: 0;
	padding: 0 5px;
	float: left
}

.creditPage2 .biller-logo {
	height: 30px;
	margin: -5px 15px -5px 0;
	vertical-align: sub
}

.creditPage2 .alert {
	border: 1px dashed #d9534f;
	padding: 15px;
	text-align: center;
	background: rgba(217, 83, 79, .03)
}

.creditPage2 .alert h4 {
	font-size: 1.2em;
	margin-bottom: 15px;
	color: #d9534f
}

a.mini-panel {
	background: #fff;
	border: 1px solid #b6b6b6;
	width: 100%;
	position: relative;
	display: block;
	text-align: center;
	padding: 11px 10px;
	color: #555;
	margin: 0 0 15px;
	white-space: nowrap;
	font-size: 11px;
	line-height: 12px;
	box-shadow: rgba(0, 0, 0, .075) 0 1px 4px 1px;
	border-radius: 2px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

a.mini-panel.oh {
	overflow: hidden
}

a.mini-panel.active,
a.mini-panel:hover {
	margin: 0 0 15px;
	color: #555;
	padding: 10px 9px;
	border: 2px solid #48a928;
	box-shadow: rgba(72, 169, 40, .2) 0 1px 5px 1px
}

a.mini-panel .radio {
	position: absolute;
	bottom: .7em;
	right: .7em;
	height: 1.8em;
	width: 1.8em;
	border-radius: .9em;
	margin: 0
}

a.mini-panel .radio:before {
	font-family: black tie;
	font-weight: 700;
	color: #fff;
	position: absolute;
	font-size: .9em;
	line-height: 2.05em;
	right: 0;
	left: 0;
	text-align: center
}

a.mini-panel.active .radio {
	background: #48a928
}

a.mini-panel.active .radio:before {
	content: "\f012"
}

a.mini-panel .credits {
	font-size: 21px;
	line-height: 20px;
	padding: 20px 0;
	margin: 0 20px;
	border-bottom: 1px solid #b6b6b6;
	-webkit-border-image: -webkit-linear-gradient(0deg, #fff, #b6b6b6 20%, #b6b6b6 80%, #fff) 0 0 100%;
	-o-border-image: linear-gradient(90deg, #fff, #b6b6b6 20%, #b6b6b6 80%, #fff) 0 0 100%;
	border-image: linear-gradient(90deg, #fff, #b6b6b6 20%, #b6b6b6 80%, #fff) 0 0 100%
}

a.mini-panel .credits big {
	font-size: 54px;
	font-weight: 400;
	display: block;
	line-height: 54px;
	height: 54px;
	letter-spacing: -2px
}

a.mini-panel .price {
	font-size: 20px;
	padding: 20px 0;
	color: #48a928;
	vertical-align: top;
	line-height: 20px
}

a.mini-panel .price big {
	font-size: 34px;
	vertical-align: top;
	font-weight: 400;
	line-height: 30px;
	padding: 0 2px;
	letter-spacing: -2px
}

a.mini-panel .promo {
	height: 44px;
	background: #e3e3e3;
	line-height: 12px;
	font-size: 12px;
	margin: 20px -10px 10px;
	text-align: left;
	padding: 10px 0;
	font-weight: 700;
	color: #999
}

a.mini-panel .promo big {
	padding-left: 26px;
	font-size: 28px;
	line-height: 24px;
	float: left;
	margin-right: 10px;
	letter-spacing: -2px
}

a.mini-panel .promo big:before {
	content: "\f01b";
	font-family: black tie;
	font-size: 11px;
	position: absolute;
	left: 10px
}

a.mini-panel .promo:after,
a.mini-panel .promo:before {
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	height: 44px;
	width: 8px;
	border-top: 30px solid #e3e3e3;
	border-right: 8px solid transparent
}

@media(max-width:767px) {
	a.mini-panel .promo:after,
	a.mini-panel .promo:before {
		display: none
	}
}

a.mini-panel .promo:after {
	border-top: 0;
	border-bottom: 30px solid #e3e3e3
}

a.mini-panel.active .promo {
	background: #f7b334;
	color: rgba(0, 0, 0, .65);
	margin: 20px -9px 10px
}

a.mini-panel.active .promo:before {
	border-top-color: #f7b334
}

a.mini-panel.active .promo:after {
	border-bottom-color: #f7b334
}

a.mini-panel .best {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	color: #555;
	background: #e3e3e3;
	-webkit-transform: rotate(-45deg) translateX(-29%) translateY(-15%) translate3d(0, 0, 0);
	transform: rotate(-45deg) translateX(-29%) translateY(-15%) translate3d(0, 0, 0);
	line-height: 12px;
	height: 20px;
	padding: 4px 0;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase
}

a.mini-panel.active .best,
a.mini-panel:hover .best {
	color: #fff;
	background: #48a928
}

a.mini-panel.c1 {
	text-align: left;
	line-height: 20px
}

a.mini-panel.c1>* {
	display: inline-block;
	vertical-align: middle
}

a.mini-panel.c1 .radio {
	bottom: .9em
}

a.mini-panel.c1 .i {
	font-size: 16px;
	line-height: 21px;
	height: 20px
}

a.mini-panel.c1 .illustration {
	margin: -2px 10px -2px 0;
	height: 20px
}

a.mini-panel.c2 .illustration {
	padding-top: 40px;
	width: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	margin-bottom: 10px
}

a.mini-panel.c2.active {
	text-align: left
}

a.mini-panel.c3 {
	min-height: 230px;
	font-size: 15px
}

a.mini-panel.c3 .radio {
	bottom: auto;
	top: .7em
}

a.mini-panel.disabled {
	cursor: not-allowed;
	box-shadow: none;
	color: #ccc;
	border-color: #ddd
}

a.mini-panel.disabled:hover {
	color: #ccc;
	padding: 11px 10px;
	border: 1px solid #ddd;
	box-shadow: none
}

a.mini-panel.disabled .illustration {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: .25
}

a.mini-panel.premium {
	width: 571px;
	height: 305px;
	background: url(/billing/premium50.png) no-repeat;
	background-size: 100% 100%;
	margin: auto;
	border: none;
	box-shadow: none
}

a.mini-panel.premium .price {
	color: #fff;
	font-size: 28px!important;
	line-height: 28px!important;
	margin-top: 180px
}

.skinPremium .btn.b2.br {
	background-image: -webkit-linear-gradient(#fbe28f, #c88e3b);
	background-image: linear-gradient(#fbe28f, #c88e3b);
	background-color: transparent;
	color: #141414;
	font-size: 1.8em;
	padding: 10px 50px;
	border-radius: 7px
}

.skinPremium .btn.b2.br:hover {
	opacity: .7;
	background-image: -webkit-linear-gradient(#fbe28f, #c88e3b);
	background-image: linear-gradient(#fbe28f, #c88e3b);
	background-color: transparent;
	border-radius: 7px
}

.skinPremium a.mini-panel.active {
	border: 2px solid #ecb131
}

.skinPremium a.mini-panel.active .radio {
	background: #ecb131
}

.skinPremium a.mini-panel.active .radio:before {
	color: #555
}

.skinPremium a.mini-panel.active .best {
	background: #ecb131
}

.skinPremium a.mini-panel:hover {
	border: 2px solid #ecb131
}

.skinPremium a.mini-panel:hover .best {
	background: #ecb131
}

.skinPremium a.mini-panel.premium.active,
.skinPremium a.mini-panel.premium:hover {
	border: none
}

.skinPremium a.mini-panel .price {
	color: #ecb131
}