@charset "UTF-8";

a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
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,
kbd,
label,
li,
mark,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
	font-size: 100%
}

body {
	line-height: 1;
	-webkit-text-size-adjust: none;
	-ms-overflow-style: scrollbar
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block
}

button,
input,
select,
textarea {
	resize: none
}

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
}

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

body {
	background: #FFF
}

html {
	overflow-x: hidden;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

::-moz-selection {
	background-color: #EEE;
	color: #000
}

body,
input,
select,
textarea {
	color: #444;
	font-weight: 400;
	font-size: .875rem;
	font-family: -apple-system, BlinkMacSystemFont, Avenir, "Avenir Next", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	line-height: 1.65;
	text-rendering: geometricPrecision;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

a {
	color: #f15bb5;
	text-decoration: none
}

a:hover {
	color: #f15bb5
}

blockquote,
dl,
ol,
p,
pre,
table,
ul {
	margin: 10px 0
}

blockquote,
dl,
form,
ol,
p,
pre,
ul {
	letter-spacing: 1px
}

b,
strong {
	color: #555;
	font-weight: 700
}

em,
i {
	font-style: italic
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .25em;
	color: inherit;
	font-weight: 500
}

h1 {
	font-size: 2rem
}

h2 {
	font-size: 1.6rem
}

h3 {
	font-size: 1.4rem
}

h4 {
	font-size: 1.2rem
}

h5 {
	font-size: 1rem
}

h6 {
	font-size: .8rem
}

sub {
	position: relative;
	top: .5em;
	font-size: .8em
}

sup {
	position: relative;
	top: -.5em;
	font-size: .8em
}

blockquote {
	padding: 0 15px;
	border-left: solid 4px #ddd
}

code {
	margin: .5em .5em;
	padding: .25em .65em;
	border: solid 1px rgba(144, 144, 144, .25);
	border-radius: 4px;
	background: rgba(144, 144, 144, .075);
	font-size: .9em
}

pre {
	font-size: .9em;
	-webkit-overflow-scrolling: touch
}

pre code {
	display: block;
	overflow-x: auto;
	padding: 1em 1.5em;
	line-height: 1.75
}

ol {
	padding-left: 1.25em;
	list-style: decimal
}

ol li {
	padding-left: .25em
}

ul {
	padding-left: 1em;
	list-style: disc
}

ul li {
	padding-left: .5em
}

dl dt {
	display: block;
	margin: 0 0 1em 0;
	font-weight: 700
}

dl dd {
	margin-left: 2em
}

hr {
	margin: 1em 0;
	border: 0;
	border-bottom: solid 1px rgba(144, 144, 144, .25)
}

hr.major {
	margin: 3em 0
}

label {
	display: block;
	margin: 0 0 1em 0;
	color: #555;
	font-weight: 700;
	font-size: .9em
}

table {
	overflow: auto;
	width: 100%;
	border-collapse: collapse;
	word-wrap: normal;
	font-size: 12px;
	border-spacing: 0;
	word-break: normal
}

table tbody,
table thead {
	background: #f8f8f8
}

table td,
table th {
	padding: 6px 13px;
	border: 1px solid #ddd
}

table th {
	font-weight: 700
}

table tbody tr:hover {
	background: #000
}

mark {
	padding: .05rem;
	border-radius: .1rem;
	background: #b9e5ff;
	color: #555
}

::-webkit-input-placeholder {
	color: #bbb !important;
	opacity: 1
}

:-moz-placeholder {
	color: #bbb !important;
	opacity: 1
}

::-moz-placeholder {
	color: #bbb !important;
	opacity: 1
}

:-ms-input-placeholder {
	color: #bbb !important;
	opacity: 1
}

.button,
button,
input[type=button],
input[type=email],
input[type=password],
input[type=reset],
input[type=submit],
input[type=tel],
input[type=text],
select,
textarea {
	outline: 0;
	border: 0;
	border-radius: 4px;
	text-decoration: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none
}

input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
	display: block;
	padding: 0 1em;
	width: 100%;
	border: solid 1px rgba(144, 144, 144, .25);
	background: rgba(144, 144, 144, .075);
	color: inherit
}

input[type=email],
input[type=password],
input[type=text],
select {
	height: 2.75em
}

textarea {
	padding: .75em 1em
}

.select-wrapper {
	position: relative;
	display: block;
	text-decoration: none
}

.select-wrapper:before {
	content: "\e815";
	text-transform: none !important;
	font-weight: 400;
	font-style: normal;
	font-family: fontello;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased
}

.select-wrapper:before {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 2.75em;
	height: 2.75em;
	color: rgba(144, 144, 144, .25);
	text-align: center;
	line-height: 2.75em;
	pointer-events: none
}

.select-wrapper select::-ms-expand {
	display: none
}

input[type=checkbox],
input[type=radio] {
	z-index: -1;
	float: left;
	display: block;
	margin-right: -2em;
	width: 1em;
	opacity: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none
}

input[type=checkbox]+label,
input[type=radio]+label {
	position: relative;
	display: inline-block;
	padding-right: .75em;
	padding-left: 2.4em;
	color: #444;
	text-decoration: none;
	font-weight: 400;
	font-size: 1em;
	cursor: pointer
}

input[type=checkbox]+label:before,
input[type=radio]+label:before {
	text-transform: none !important;
	font-weight: 400;
	font-style: normal;
	font-family: fontello;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased
}

input[type=checkbox]+label:before,
input[type=radio]+label:before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 1.65em;
	height: 1.65em;
	border: solid 1px rgba(144, 144, 144, .25);
	border-radius: 4px;
	background: rgba(144, 144, 144, .075);
	content: '';
	text-align: center;
	line-height: 1.58125em
}

input[type=checkbox]:checked+label:before,
input[type=radio]:checked+label:before {
	border-color: #5a5a5a;
	background: #5a5a5a;
	color: #fff;
	content: '\2713'
}

input[type=checkbox]+label:before {
	border-radius: 4px
}

input[type=radio]+label:before {
	border-radius: 100%
}

select {
	padding-right: 1.1rem;
	background: rgba(144, 144, 144, .075) url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23667189' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .35rem center/.4rem .5rem
}

select::-ms-expand {
	display: none
}

select[multiple] {
	height: auto
}

.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
	display: inline-block;
	padding: 0 1.5em;
	height: 2.85em;
	background-color: #5a5a5a;
	color: #fff !important;
	text-align: center;
	white-space: nowrap;
	letter-spacing: 2px;
	line-height: 2.95em;
	cursor: pointer;
	-webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out, color .2s ease-in-out;
	transition: background-color .2s ease-in-out, color .2s ease-in-out;
	-ms-transition: background-color .2s ease-in-out, color .2s ease-in-out
}

.button,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
	background-color: #676767
}

.button,
button:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
	background-color: #4d4d4d
}

.button.alt,
button.alt,
input[type=button].alt,
input[type=reset].alt,
input[type=submit].alt {
	background-color: transparent;
	box-shadow: inset 0 0 0 2px rgba(144, 144, 144, .25);
	color: #555 !important
}

.button.alt:hover,
button.alt:hover,
input[type=button].alt:hover,
input[type=reset].alt:hover,
input[type=submit].alt:hover {
	background-color: rgba(144, 144, 144, .075)
}

.button.alt:active,
button.alt:active,
input[type=button].alt:active,
input[type=reset].alt:active,
input[type=submit].alt:active {
	background-color: rgba(144, 144, 144, .2)
}

.button.disabled,
.button:disabled,
button.disabled,
button:disabled,
input[type=button].disabled,
input[type=button]:disabled,
input[type=reset].disabled,
input[type=reset]:disabled,
input[type=submit].disabled,
input[type=submit]:disabled {
	background-color: #444 !important;
	box-shadow: inset 0 -.15em 0 0 rgba(0, 0, 0, .15);
	color: #fff !important;
	opacity: .25;
	cursor: not-allowed
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-right: .4rem;
	padding-left: .4rem;
	width: 100%
}

.container.grid-xl {
	max-width: 1296px
}

.container.grid-lg {
	max-width: 976px
}

.container.grid-md {
	max-width: 856px
}

.container.grid-sm {
	max-width: 680px
}

.container.grid-xs {
	max-width: 496px
}

.show-lg,
.show-md,
.show-sm,
.show-xl,
.show-xs {
	display: none !important
}

.columns {
	display: flex;
	display: -ms-flexbox;
	margin-right: -.4rem;
	margin-left: -.4rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.columns.col-gapless {
	margin-right: 0;
	margin-left: 0
}

.columns.col-gapless>.column {
	padding-right: 0;
	padding-left: 0
}

.columns.col-oneline {
	overflow-x: auto;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.column {
	padding-right: .4rem;
	padding-left: .4rem;
	max-width: 100%;
	-ms-flex: 1;
	flex: 1
}

.column.col-1,
.column.col-10,
.column.col-11,
.column.col-12,
.column.col-2,
.column.col-3,
.column.col-4,
.column.col-5,
.column.col-6,
.column.col-7,
.column.col-8,
.column.col-9 {
	-ms-flex: none;
	flex: none
}

.s-content .column {
	padding: .5rem
}

.col-12 {
	width: 100%
}

.col-11 {
	width: 91.66666667%
}

.col-10 {
	width: 83.33333333%
}

.col-9 {
	width: 75%
}

.col-8 {
	width: 66.66666667%
}

.col-7 {
	width: 58.33333333%
}

.col-6 {
	width: 50%
}

.col-5 {
	width: 41.66666667%
}

.col-4 {
	width: 33.33333333%
}

.col-3 {
	width: 25%
}

.col-2 {
	width: 16.66666667%
}

.col-1 {
	width: 8.33333333%
}

.col-auto {
	width: auto;
	max-width: none;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.col-mx-auto {
	margin-right: auto;
	margin-left: auto
}

.col-ml-auto {
	margin-left: auto
}

.col-mr-auto {
	margin-right: auto
}

@media (max-width:1280px) {

	.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 {
		-ms-flex: none;
		flex: none
	}

	.col-xl-12 {
		width: 100%
	}

	.col-xl-11 {
		width: 91.66666667%
	}

	.col-xl-10 {
		width: 83.33333333%
	}

	.col-xl-9 {
		width: 75%
	}

	.col-xl-8 {
		width: 66.66666667%
	}

	.col-xl-7 {
		width: 58.33333333%
	}

	.col-xl-6 {
		width: 50%
	}

	.col-xl-5 {
		width: 41.66666667%
	}

	.col-xl-4 {
		width: 33.33333333%
	}

	.col-xl-3 {
		width: 25%
	}

	.col-xl-2 {
		width: 16.66666667%
	}

	.col-xl-1 {
		width: 8.33333333%
	}

	.hide-xl {
		display: none !important
	}

	.show-xl {
		display: block !important
	}
}

@media (max-width:960px) {

	.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 {
		-ms-flex: none;
		flex: none
	}

	.col-lg-12 {
		width: 100%
	}

	.col-lg-11 {
		width: 91.66666667%
	}

	.col-lg-10 {
		width: 83.33333333%
	}

	.col-lg-9 {
		width: 75%
	}

	.col-lg-8 {
		width: 66.66666667%
	}

	.col-lg-7 {
		width: 58.33333333%
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-5 {
		width: 41.66666667%
	}

	.col-lg-4 {
		width: 33.33333333%
	}

	.col-lg-3 {
		width: 25%
	}

	.col-lg-2 {
		width: 16.66666667%
	}

	.col-lg-1 {
		width: 8.33333333%
	}

	.hide-lg {
		display: none !important
	}

	.show-lg {
		display: block !important
	}
}

@media (max-width:840px) {

	.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 {
		-ms-flex: none;
		flex: none
	}

	.col-md-12 {
		width: 100%
	}

	.col-md-11 {
		width: 91.66666667%
	}

	.col-md-10 {
		width: 83.33333333%
	}

	.col-md-9 {
		width: 75%
	}

	.col-md-8 {
		width: 66.66666667%
	}

	.col-md-7 {
		width: 58.33333333%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-5 {
		width: 41.66666667%
	}

	.col-md-4 {
		width: 33.33333333%
	}

	.col-md-3 {
		width: 25%
	}

	.col-md-2 {
		width: 16.66666667%
	}

	.col-md-1 {
		width: 8.33333333%
	}

	.hide-md {
		display: none !important
	}

	.show-md {
		display: block !important
	}
}

@media (max-width:600px) {

	.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 {
		-ms-flex: none;
		flex: none
	}

	.col-sm-12 {
		width: 100%
	}

	.col-sm-11 {
		width: 91.66666667%
	}

	.col-sm-10 {
		width: 83.33333333%
	}

	.col-sm-9 {
		width: 75%
	}

	.col-sm-8 {
		width: 66.66666667%
	}

	.col-sm-7 {
		width: 58.33333333%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-5 {
		width: 41.66666667%
	}

	.col-sm-4 {
		width: 33.33333333%
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-2 {
		width: 16.66666667%
	}

	.col-sm-1 {
		width: 8.33333333%
	}

	.hide-sm {
		display: none !important
	}

	.show-sm {
		display: block !important
	}
}

@media (max-width:480px) {

	.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 {
		-ms-flex: none;
		flex: none
	}

	.col-xs-12 {
		width: 100%
	}

	.col-xs-11 {
		width: 91.66666667%
	}

	.col-xs-10 {
		width: 83.33333333%
	}

	.col-xs-9 {
		width: 75%
	}

	.col-xs-8 {
		width: 66.66666667%
	}

	.col-xs-7 {
		width: 58.33333333%
	}

	.col-xs-6 {
		width: 50%
	}

	.col-xs-5 {
		width: 41.66666667%
	}

	.col-xs-4 {
		width: 33.33333333%
	}

	.col-xs-3 {
		width: 25%
	}

	.col-xs-2 {
		width: 16.66666667%
	}

	.col-xs-1 {
		width: 8.33333333%
	}

	.hide-xs {
		display: none !important
	}

	.show-xs {
		display: block !important
	}
}

.horizontal-align {
	display: flex;
	justify-content: center
}

.header {
	padding: 50px 0 0
}

.header .column {
	padding: 0
}

.logo {
	display: inline-block;
	margin: 0 20px 0 10px;
	vertical-align: middle;
	font-size: 72px
}

.logo .i-love {
	position: relative;
	top: -6px;
	width: 69px;
	height: 69px;
	background: url(love.png) no-repeat 0 0;
	vertical-align: middle
}

.ico {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle
}

.logo a {
	color: #383838;
	font-weight: 700
}

.description {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
	font-size: 14px
}

.description a {
	border-bottom: 1px solid #f15bb5
}

.posts {
	padding: 0
}

.posts ol {
	margin-left: -30px;
	padding-left: 30px
}

.posts li {
	padding: 10px;
	border-top: 1px solid #e5e5e5
}

.posts li p {
	margin: 0
}

.posts li:hover {
	background: #f4f4f4
}

.footer {
	color: #999;
	font-size: 12px
}

.footer p:first-child {
	margin-top: 0;
	padding-top: 1rem;
	border-top: 1px solid #e6e6e6
}

.footer .column {
	padding-right: 0;
	padding-left: 0
}

.comments .column {
	padding: 0
}

.comment-form input {
	padding: 0 40px 0 18px;
	width: 100%;
	height: 2.75em;
	outline: 0;
	border: 1px solid rgba(184, 197, 214, .2);
	background-color: #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
	-webkit-appearance: none
}

.comment-form textarea {
	outline: 0;
	border: 1px solid rgba(184, 197, 214, .2);
	background-color: #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
	-webkit-appearance: none
}

.comment-form button {
	margin-top: 16px;
	background-color: #f36;
	color: #fff !important
}

.comment-hr {
	margin: 20px 0;
	border-top: 2px solid #f15bb5
}

.comment-list {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.comment-header {
	font-size: 12px
}

.comment-author {
	color: #f15bb5
}

.comment-content {
	margin-left: 60px;
	border-radius: 5px;
	color: #999;
	font-size: 12px
}

.comment-content p {
	margin: 0
}

.arrow {
	position: absolute;
	top: 4px;
	left: -5px;
	display: inline-block;
	overflow: hidden;
	width: 0;
	height: 0;
	border-width: 4px 4px 4px 0;
	font: 0/0 arial;
	border-right-color: #dcdcdc
}

.larr-in {
	left: -4px;
	border-right-color: #f8faff
}

.larr,
.larr-in {
	border-right-style: solid !important
}

.larr,
.larr-in {
	border-top-color: transparent !important;
	border-bottom-color: transparent !important;
	border-top-style: dashed !important;
	border-bottom-style: dashed !important
}

.comment-header .avatar {
	float: left;
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 1px solid #eaeaea;
	border-radius: 50%
}

.comment-reply {
	float: right
}

#cancel-comment-reply-link {
	margin-left: 16px
}

.comment-view {
	padding: 4px 0;
	min-height: 60px;
	border-bottom: 1px dotted #e5e5e5
}

.comment-child {
	padding-left: 60px
}

.lists-navigator {
	margin: 20px 0
}

.lists-navigator ol {
	padding: 0 10px;
	list-style: none;
	text-align: center
}

.lists-navigator ol li {
	display: inline-block;
	color: #999
}

.lists-navigator ol li a {
	padding: 0 5px;
	color: #999
}

.lists-navigator ol li.current a {
	color: #f15bb5
}

.done {
	color: #999;
	font-style: italic
}

.comment-author-approve {
	padding: .1rem .25rem;
	border-radius: .25rem;
	background-color: #f36;
	color: #FFF
}

.top {
	float: right
}

.comment-author-at {
	float: left;
	margin-right: 5px
}

.links {
	border-top: 1px solid #e6e6e6
}

.links ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
	margin-top: 16px;
	list-style: none
}

.links ul li {
	position: relative;
	float: left;
	width: 50%;
	border-radius: 5px;
	list-style: none
}

.links ul li:hover {
	background: rgba(155, 155, 155, .1)
}

.links ul li a {
	display: block;
	padding: 0 10px 0 90px;
	height: 90px;
	color: #444
}

.links ul li a img {
	position: absolute;
	top: 15px;
	left: 15px;
	margin: 0;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	cursor: pointer
}

.links ul li a h4 {
	padding-top: 20px;
	font-size: 13px
}

.links ul li a p {
	font-size: 12px
}

.links ul li a h4,
.links ul li a p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

@media (max-width:720px) {
	.header .column {
		padding: .5rem
	}

	.posts ol {
		margin-left: 0;
		padding: 0 40px
	}

	.comments .column {
		padding: 0 15px
	}

	.footer .column {
		padding: .5rem 15px
	}

	.links ul li {
		width: 100%
	}
}

@media (max-width:636px) {
	.header {
		padding: 0
	}

	.header .column {
		text-align: center
	}
}
