fieldset[disabled] .multiselect {
	pointer-events: none
}

.multiselect__spinner {
	position: absolute;
	right: 1px;
	top: 1px;
	width: 48px;
	height: 35px;
	background: #fff;
	display: block
}

.multiselect__spinner:after,
.multiselect__spinner:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	margin: -8px 0 0 -8px;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	border-color: #41b883 transparent transparent;
	border-style: solid;
	border-width: 2px;
	box-shadow: 0 0 0 1px transparent
}

.multiselect__spinner:before {
	animation: a 2.4s cubic-bezier(.41, .26, .2, .62);
	animation-iteration-count: infinite
}

.multiselect__spinner:after {
	animation: a 2.4s cubic-bezier(.51, .09, .21, .8);
	animation-iteration-count: infinite
}

.multiselect__loading-enter-active,
.multiselect__loading-leave-active {
	transition: opacity .4s ease-in-out;
	opacity: 1
}

.multiselect__loading-enter,
.multiselect__loading-leave-active {
	opacity: 0
}

.multiselect,
.multiselect__input,
.multiselect__single {
	font-family: inherit;
	font-size: 14px;
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

.multiselect {
	box-sizing: content-box;
	display: block;
	position: relative;
	width: 100%;
	min-height: 40px;
	text-align: left;
	color: #35495e
}

.multiselect * {
	box-sizing: border-box
}

.multiselect:focus {
	outline: none
}

.multiselect--disabled {
	opacity: .6
}

.multiselect--active {
	z-index: 1
}

.multiselect--active:not(.multiselect--above) .multiselect__current,
.multiselect--active:not(.multiselect--above) .multiselect__input,
.multiselect--active:not(.multiselect--above) .multiselect__tags {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.multiselect--active .multiselect__select {
	transform: rotate(180deg)
}

.multiselect--above.multiselect--active .multiselect__current,
.multiselect--above.multiselect--active .multiselect__input,
.multiselect--above.multiselect--active .multiselect__tags {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.multiselect__input,
.multiselect__single {
	position: relative;
	display: inline-block;
	min-height: 20px;
	line-height: 20px;
	border: none;
	border-radius: 5px;
	background: #fff;
	padding: 0 0 0 5px;
	width: 100%;
	transition: border .1s ease;
	box-sizing: border-box;
	margin-bottom: 8px;
	vertical-align: top
}

.multiselect__tag~.multiselect__input,
.multiselect__tag~.multiselect__single {
	width: auto
}

.multiselect__input:hover,
.multiselect__single:hover {
	border-color: #cfcfcf
}

.multiselect__input:focus,
.multiselect__single:focus {
	border-color: #a8a8a8;
	outline: none
}

.multiselect__single {
	padding-left: 6px;
	margin-bottom: 8px
}

.multiselect__tags-wrap {
	display: inline
}

.multiselect__tags {
	min-height: 40px;
	display: block;
	padding: 8px 40px 0 8px;
	border-radius: 5px;
	border: 1px solid #e8e8e8;
	background: #fff
}

.multiselect__tag {
	position: relative;
	display: inline-block;
	padding: 4px 26px 4px 10px;
	border-radius: 5px;
	margin-right: 10px;
	color: #fff;
	line-height: 1;
	background: #41b883;
	margin-bottom: 5px;
	white-space: nowrap;
	overflow: hidden;
	max-width: 100%;
	text-overflow: ellipsis
}

.multiselect__tag-icon {
	cursor: pointer;
	margin-left: 7px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	font-weight: 700;
	font-style: normal;
	width: 22px;
	text-align: center;
	line-height: 22px;
	transition: all .2s ease;
	border-radius: 5px
}

.multiselect__tag-icon:after {
	content: "\D7";
	color: #266d4d;
	font-size: 14px
}

.multiselect__tag-icon:focus,
.multiselect__tag-icon:hover {
	background: #369a6e
}

.multiselect__tag-icon:focus:after,
.multiselect__tag-icon:hover:after {
	color: #fff
}

.multiselect__current {
	min-height: 40px;
	overflow: hidden;
	padding: 8px 12px 0;
	padding-right: 30px;
	white-space: nowrap;
	border-radius: 5px;
	border: 1px solid #e8e8e8
}

.multiselect__current,
.multiselect__select {
	line-height: 16px;
	box-sizing: border-box;
	display: block;
	margin: 0;
	text-decoration: none;
	cursor: pointer
}

.multiselect__select {
	position: absolute;
	width: 40px;
	height: 38px;
	right: 1px;
	top: 1px;
	padding: 4px 8px;
	text-align: center;
	transition: transform .2s ease
}

.multiselect__select:before {
	position: relative;
	right: 0;
	top: 65%;
	color: #999;
	margin-top: 4px;
	border-style: solid;
	border-width: 5px 5px 0;
	border-color: #999 transparent transparent;
	content: ""
}

.multiselect__placeholder {
	color: #adadad;
	display: inline-block;
	margin-bottom: 10px;
	padding-top: 2px
}

.multiselect--active .multiselect__placeholder {
	display: none
}

.multiselect__content-wrapper {
	position: absolute;
	display: block;
	background: #fff;
	width: 100%;
	max-height: 240px;
	overflow: auto;
	border: 1px solid #e8e8e8;
	border-top: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	z-index: 1;
	-webkit-overflow-scrolling: touch
}

.multiselect__content {
	list-style: none;
	display: inline-block;
	padding: 0;
	margin: 0;
	min-width: 100%;
	vertical-align: top
}

.multiselect--above .multiselect__content-wrapper {
	bottom: 100%;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: none;
	border-top: 1px solid #e8e8e8
}

.multiselect__content::webkit-scrollbar {
	display: none
}

.multiselect__element {
	display: block
}

.multiselect__option {
	display: block;
	padding: 12px;
	min-height: 40px;
	line-height: 16px;
	text-decoration: none;
	text-transform: none;
	vertical-align: middle;
	position: relative;
	cursor: pointer;
	white-space: nowrap
}

.multiselect__option:after {
	top: 0;
	right: 0;
	position: absolute;
	line-height: 40px;
	padding-right: 12px;
	padding-left: 20px
}

.multiselect__option--highlight {
	background: #41b883;
	outline: none;
	color: #fff
}

.multiselect__option--highlight:after {
	content: attr(data-select);
	background: #41b883;
	color: #fff
}

.multiselect__option--selected {
	background: #ccc;
	color: #35495e;
	font-weight: 700
}

.multiselect__option--selected:after {
	content: attr(data-selected);
	color: silver
}

.multiselect__option--selected.multiselect__option--highlight {
	background: #ff6a6a;
	color: #fff
}

.multiselect__option--selected.multiselect__option--highlight:after {
	background: #ff6a6a;
	content: attr(data-deselect);
	color: #fff
}

.multiselect--disabled {
	background: #ededed;
	pointer-events: none
}

.multiselect--disabled .multiselect__current,
.multiselect--disabled .multiselect__select,
.multiselect__option--disabled {
	background: #ededed;
	color: #a6a6a6
}

.multiselect__option--disabled {
	cursor: text;
	pointer-events: none
}

.multiselect__option--disabled.multiselect__option--highlight {
	background: #dedede!important
}

.multiselect-enter-active,
.multiselect-leave-active {
	transition: all .15s ease
}

.multiselect-enter,
.multiselect-leave-active {
	opacity: 0
}

.multiselect__strong {
	margin-bottom: 8px;
	line-height: 20px;
	display: inline-block;
	vertical-align: top
}

[dir=rtl] .multiselect {
	text-align: right
}

[dir=rtl] .multiselect__select {
	right: auto;
	left: 1px
}

[dir=rtl] .multiselect__tags {
	padding: 8px 8px 0 40px
}

[dir=rtl] .multiselect__content {
	text-align: right
}

[dir=rtl] .multiselect__option:after {
	right: auto;
	left: 0
}

[dir=rtl] .multiselect__clear {
	right: auto;
	left: 12px
}

[dir=rtl] .multiselect__spinner {
	right: auto;
	left: 1px
}

@keyframes a {
	0% {
		transform: rotate(0)
	}
	to {
		transform: rotate(2turn)
	}
}

.font-santa-main-title {
	font-family: Rubik, sans-serif;
	font-style: normal;
	font-weight: 700
}

.button-font,
.h1-font,
.h2-font,
.h3-font,
.h4-font,
.h5-font {
	font-family: Rubik, sans-serif;
	font-style: normal;
	font-weight: bold;
}

.font-text-main {
	font-family: Rubik, sans-serif
}

.font-text-main,
.handwriting {
	font-style: normal;
	font-weight: 300
}

.handwriting {
	font-family: Poiret One, cursive;
	font-size: 1.5em
}

@-ms-viewport {
	width: device-width
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
	display: none!important
}

@media (max-width:767px) {
	.visible-xs {
		display: block!important
	}
	table.visible-xs {
		display: table
	}
	tr.visible-xs {
		display: table-row!important
	}
	td.visible-xs,
	th.visible-xs {
		display: table-cell!important
	}
}

@media (max-width:767px) {
	.visible-xs-block {
		display: block!important
	}
}

@media (max-width:767px) {
	.visible-xs-inline {
		display: inline!important
	}
}

@media (max-width:767px) {
	.visible-xs-inline-block {
		display: inline-block!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm {
		display: block!important
	}
	table.visible-sm {
		display: table
	}
	tr.visible-sm {
		display: table-row!important
	}
	td.visible-sm,
	th.visible-sm {
		display: table-cell!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-block {
		display: block!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline {
		display: inline!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline-block {
		display: inline-block!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: block!important
	}
	table.visible-md {
		display: table
	}
	tr.visible-md {
		display: table-row!important
	}
	td.visible-md,
	th.visible-md {
		display: table-cell!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-block {
		display: block!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline {
		display: inline!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline-block {
		display: inline-block!important
	}
}

@media (min-width:1200px) {
	.visible-lg {
		display: block!important
	}
	table.visible-lg {
		display: table
	}
	tr.visible-lg {
		display: table-row!important
	}
	td.visible-lg,
	th.visible-lg {
		display: table-cell!important
	}
}

@media (min-width:1200px) {
	.visible-lg-block {
		display: block!important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline {
		display: inline!important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline-block {
		display: inline-block!important
	}
}

@media (max-width:767px) {
	.hidden-xs {
		display: none!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display: none!important
	}
}

@media (min-width:1200px) {
	.hidden-lg {
		display: none!important
	}
}

.visible-print {
	display: none!important
}

@media print {
	.visible-print {
		display: block!important
	}
	table.visible-print {
		display: table
	}
	tr.visible-print {
		display: table-row!important
	}
	td.visible-print,
	th.visible-print {
		display: table-cell!important
	}
}

.visible-print-block {
	display: none!important
}

@media print {
	.visible-print-block {
		display: block!important
	}
}

.visible-print-inline {
	display: none!important
}

@media print {
	.visible-print-inline {
		display: inline!important
	}
}

.visible-print-inline-block {
	display: none!important
}

@media print {
	.visible-print-inline-block {
		display: inline-block!important
	}
}

@media print {
	.hidden-print {
		display: none!important
	}
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:768px) {
	.container {
		width: 750px
	}
}

@media (min-width:992px) {
	.container {
		width: 970px
	}
}

@media (min-width:1200px) {
	.container {
		width: 1170px
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

.row {
	margin-left: -15px;
	margin-right: -15px
}

.col,
.col-lg-1,
.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-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.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-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.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-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.col,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left
}

.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%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-pull-11 {
	right: 91.66666667%
}

.col-xs-pull-10 {
	right: 83.33333333%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-8 {
	right: 66.66666667%
}

.col-xs-pull-7 {
	right: 58.33333333%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-5 {
	right: 41.66666667%
}

.col-xs-pull-4 {
	right: 33.33333333%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-2 {
	right: 16.66666667%
}

.col-xs-pull-1 {
	right: 8.33333333%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-push-11 {
	left: 91.66666667%
}

.col-xs-push-10 {
	left: 83.33333333%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-8 {
	left: 66.66666667%
}

.col-xs-push-7 {
	left: 58.33333333%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-5 {
	left: 41.66666667%
}

.col-xs-push-4 {
	left: 33.33333333%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-2 {
	left: 16.66666667%
}

.col-xs-push-1 {
	left: 8.33333333%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-offset-12 {
	margin-left: 100%
}

.col-xs-offset-11 {
	margin-left: 91.66666667%
}

.col-xs-offset-10 {
	margin-left: 83.33333333%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-8 {
	margin-left: 66.66666667%
}

.col-xs-offset-7 {
	margin-left: 58.33333333%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-5 {
	margin-left: 41.66666667%
}

.col-xs-offset-4 {
	margin-left: 33.33333333%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-2 {
	margin-left: 16.66666667%
}

.col-xs-offset-1 {
	margin-left: 8.33333333%
}

.col-xs-offset-0 {
	margin-left: 0
}

@media (min-width:768px) {
	.col,
	.col-sm-1,
	.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-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left
	}
	.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%
	}
	.col-sm-pull-12 {
		right: 100%
	}
	.col-sm-pull-11 {
		right: 91.66666667%
	}
	.col-sm-pull-10 {
		right: 83.33333333%
	}
	.col-sm-pull-9 {
		right: 75%
	}
	.col-sm-pull-8 {
		right: 66.66666667%
	}
	.col-sm-pull-7 {
		right: 58.33333333%
	}
	.col-sm-pull-6 {
		right: 50%
	}
	.col-sm-pull-5 {
		right: 41.66666667%
	}
	.col-sm-pull-4 {
		right: 33.33333333%
	}
	.col-sm-pull-3 {
		right: 25%
	}
	.col-sm-pull-2 {
		right: 16.66666667%
	}
	.col-sm-pull-1 {
		right: 8.33333333%
	}
	.col-sm-pull-0 {
		right: auto
	}
	.col-sm-push-12 {
		left: 100%
	}
	.col-sm-push-11 {
		left: 91.66666667%
	}
	.col-sm-push-10 {
		left: 83.33333333%
	}
	.col-sm-push-9 {
		left: 75%
	}
	.col-sm-push-8 {
		left: 66.66666667%
	}
	.col-sm-push-7 {
		left: 58.33333333%
	}
	.col-sm-push-6 {
		left: 50%
	}
	.col-sm-push-5 {
		left: 41.66666667%
	}
	.col-sm-push-4 {
		left: 33.33333333%
	}
	.col-sm-push-3 {
		left: 25%
	}
	.col-sm-push-2 {
		left: 16.66666667%
	}
	.col-sm-push-1 {
		left: 8.33333333%
	}
	.col-sm-push-0 {
		left: auto
	}
	.col-sm-offset-12 {
		margin-left: 100%
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}
	.col-sm-offset-9 {
		margin-left: 75%
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}
	.col-sm-offset-6 {
		margin-left: 50%
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}
	.col-sm-offset-3 {
		margin-left: 25%
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}
	.col-sm-offset-0 {
		margin-left: 0
	}
}

@media (min-width:992px) {
	.col,
	.col-md-1,
	.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-md-10,
	.col-md-11,
	.col-md-12 {
		float: left
	}
	.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%
	}
	.col-md-pull-12 {
		right: 100%
	}
	.col-md-pull-11 {
		right: 91.66666667%
	}
	.col-md-pull-10 {
		right: 83.33333333%
	}
	.col-md-pull-9 {
		right: 75%
	}
	.col-md-pull-8 {
		right: 66.66666667%
	}
	.col-md-pull-7 {
		right: 58.33333333%
	}
	.col-md-pull-6 {
		right: 50%
	}
	.col-md-pull-5 {
		right: 41.66666667%
	}
	.col-md-pull-4 {
		right: 33.33333333%
	}
	.col-md-pull-3 {
		right: 25%
	}
	.col-md-pull-2 {
		right: 16.66666667%
	}
	.col-md-pull-1 {
		right: 8.33333333%
	}
	.col-md-pull-0 {
		right: auto
	}
	.col-md-push-12 {
		left: 100%
	}
	.col-md-push-11 {
		left: 91.66666667%
	}
	.col-md-push-10 {
		left: 83.33333333%
	}
	.col-md-push-9 {
		left: 75%
	}
	.col-md-push-8 {
		left: 66.66666667%
	}
	.col-md-push-7 {
		left: 58.33333333%
	}
	.col-md-push-6 {
		left: 50%
	}
	.col-md-push-5 {
		left: 41.66666667%
	}
	.col-md-push-4 {
		left: 33.33333333%
	}
	.col-md-push-3 {
		left: 25%
	}
	.col-md-push-2 {
		left: 16.66666667%
	}
	.col-md-push-1 {
		left: 8.33333333%
	}
	.col-md-push-0 {
		left: auto
	}
	.col-md-offset-12 {
		margin-left: 100%
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%
	}
	.col-md-offset-9 {
		margin-left: 75%
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%
	}
	.col-md-offset-6 {
		margin-left: 50%
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%
	}
	.col-md-offset-3 {
		margin-left: 25%
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%
	}
	.col-md-offset-0 {
		margin-left: 0
	}
}

@media (min-width:1200px) {
	.col,
	.col-lg-1,
	.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-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left
	}
	.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%
	}
	.col-lg-pull-12 {
		right: 100%
	}
	.col-lg-pull-11 {
		right: 91.66666667%
	}
	.col-lg-pull-10 {
		right: 83.33333333%
	}
	.col-lg-pull-9 {
		right: 75%
	}
	.col-lg-pull-8 {
		right: 66.66666667%
	}
	.col-lg-pull-7 {
		right: 58.33333333%
	}
	.col-lg-pull-6 {
		right: 50%
	}
	.col-lg-pull-5 {
		right: 41.66666667%
	}
	.col-lg-pull-4 {
		right: 33.33333333%
	}
	.col-lg-pull-3 {
		right: 25%
	}
	.col-lg-pull-2 {
		right: 16.66666667%
	}
	.col-lg-pull-1 {
		right: 8.33333333%
	}
	.col-lg-pull-0 {
		right: auto
	}
	.col-lg-push-12 {
		left: 100%
	}
	.col-lg-push-11 {
		left: 91.66666667%
	}
	.col-lg-push-10 {
		left: 83.33333333%
	}
	.col-lg-push-9 {
		left: 75%
	}
	.col-lg-push-8 {
		left: 66.66666667%
	}
	.col-lg-push-7 {
		left: 58.33333333%
	}
	.col-lg-push-6 {
		left: 50%
	}
	.col-lg-push-5 {
		left: 41.66666667%
	}
	.col-lg-push-4 {
		left: 33.33333333%
	}
	.col-lg-push-3 {
		left: 25%
	}
	.col-lg-push-2 {
		left: 16.66666667%
	}
	.col-lg-push-1 {
		left: 8.33333333%
	}
	.col-lg-push-0 {
		left: auto
	}
	.col-lg-offset-12 {
		margin-left: 100%
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%
	}
	.col-lg-offset-9 {
		margin-left: 75%
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%
	}
	.col-lg-offset-6 {
		margin-left: 50%
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%
	}
	.col-lg-offset-3 {
		margin-left: 25%
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%
	}
	.col-lg-offset-0 {
		margin-left: 0
	}
}

.clearfix,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
	content: " ";
	display: table
}

.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
	clear: both
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.pull-right {
	float: right!important
}

.pull-left {
	float: left!important
}

html {
	font-size: 16px;
	color: #393c4a;
	background: #fbfbfb;
	font-family: Rubik, sans-serif;
	font-style: normal;
	font-weight: 300
}

html.mobile950x1000 iframe,
html.mobile iframe {
	transform: scale(1.5)
}

html.mobile {
	font-size: 14px
}

html.mobile950x1000 {
	font-size: 12px
}

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

body {
	margin: 0
}

.no-scroll {
	overflow: hidden
}

h1 {
	font-size: 2.25em
}

h1,
h2 {
	font-family: Rubik, sans-serif;
	font-style: normal;
	font-weight: bold;
}

h2 {
	font-size: 1.875em
}

h3 {
	font-size: 1.5em
}

h3,
h4 {
	font-family: Rubik, sans-serif;
	font-style: normal;
	font-weight: bold;
}

h4 {
	font-size: 1.125em;
}

h5 {
	font-weight: 700;
	margin: .3em;
	font-family: Rubik, sans-serif;
	font-style: normal;
	font-weight: bold;
}

.link,
a,
h5 {
	font-size: 1em
}

.link,
a {
	color: #b2525c;
	text-decoration: none;
	cursor: pointer;
	display: inline-block
}

.link.strong,
a.strong {
	font-weight: 400
}

.link:active,
a:active {
	text-decoration: none
}

.link:hover,
a:hover {
	text-decoration: underline
}

.santa-form .row .multiselect {
	position: relative;
	padding-top: 1.25em
}

.santa-form .row .multiselect .multiselect__select {
	top: 1.6em
}

fieldset {
	border: none;
	border-bottom: 1px solid #ccc;
	background: #fff;
	margin: .7em 0
}

fieldset.no-border {
	border: none
}

i.fa-copy {
	cursor: pointer;
	color: #888;
}

i.fa-copy:hover {
	color: #f00;
}

.fa-eye,
.fa-eye-slash {
	font-size: .8em;
	color: #cfcfcf
}

.page-container {
	margin: 2em auto 0;
	width: 90%;
	max-width: 50em
}

.page-container h3 {
	text-align: center
}

.bg-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/img/bg.png) repeat;
	background-size: 500px;
	background-color: #fbfbfb
}

.header-bg-container {
	height: 12em;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	/*background: url(https://i1.wp.com/amyriadofdreams.com/wp-content/uploads/2017/01/new-year-header-1000x288.jpg?fit=1000,288);*/
	background-size: 100%;
	opacity: .6
}

.maintenance {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 30;
	background: #fff;
	text-align: center
}

.maintenance img {
	margin-top: 3em;
	width: 300px
}

.poll-info-bg {
	bottom: 0;
	background: rgba(0, 0, 0, .45);
	z-index: 30
}

.poll-info,
.poll-info-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%
}

.poll-info {
	background: #fff;
	z-index: 31;
	padding: .5em;
	font-size: 1em;
	border-bottom: 1px solid #ccc
}

.poll-info .radio-container {
	display: block
}

.poll-info .button {
	display: block;
	float: right
}

.update-info {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #ff5d64;
	color: #fff;
	z-index: 30;
	padding: .5em
}

.update-info .close-info {
	position: absolute;
	top: .2em;
	right: .2em;
	font-size: 1.4em;
	cursor: pointer
}

.blur {
	filter: blur(.2em)
}

.container-full {
	margin: 0 auto;
	border: none;
	width: 100%;
	max-width: 65em;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
	background: #fff;
	position: relative
}

.mobile .container-full {
	box-shadow: none
}

.mobile .bg-container {
	background: #fff
}

.santa-head {
	font-family: Rubik, sans-serif;
	font-style: normal;
	font-weight: 700;
	min-height: 5.5em;
	padding: 1em 1.5em;
	position: relative
}

.santa-head .santa-title {
	display: inline-block;
	font-size: 2.5em;
	text-align: left;
	padding-left: .2em;
	margin: auto
}

.santa-head .santa-title a {
	color: inherit;
	text-decoration: none
}

.santa-head .float-container {
	display: inline-block;
	clear: both;
	width: calc(100% - 370px);
	vertical-align: bottom;
	transform: translateY(-.5em)
}

.santa-head .float-container .santa-counter {
	float: left;
	font-size: 1em;
	text-align: left;
	padding-left: 1em;
	margin: auto;
	font-weight: 400
}

.mobile950x1000 .santa-container,
.mobile950x1000 .santa-footer,
.mobile950x1000 .santa-head,
.mobile .santa-container,
.mobile .santa-footer,
.mobile .santa-head {
	box-shadow: none;
	width: 100%;
	margin: .5em 0
}

.mobile950x1000 .santa-counter,
.mobile .santa-counter {
	display: block
}

.mobile950x1000 .float-container,
.mobile .float-container {
	width: 100%
}

.santa-container {
	position: relative;
	/*min-height: calc(100vh - 15em);*/
	padding: 2em 1em 1em
}

.garland {
	position: absolute;
	top: -17px;
	left: 0;
	background: url(/img/garland.png) repeat-x 0 0;
	background-size: 57px;
	background-color: transparent;
	width: 100%;
	height: 5em
}

.santa-footer {
	min-height: 8em;
	padding: 2em 1em;
	margin-top:2em;
	border-top: 1px solid #ccc
}

.santa-footer .row {
	position: relative
}

.santa-footer ul {
	list-style: none;
	margin: 0
}

.santa-footer ul li {
	padding: .3em .5em
}

.santa-footer .santa-footer-left {
	text-align: left
}

.santa-footer .santa-footer-right {
	text-align: right;
	position: absolute;
	right: 0;
	bottom: 0
}

.row-delimeter {
	margin-top: 1em;
	padding-top: .5em;
	border-top: 1px solid #ccc
}

.VueCarousel-navigation-button[data-v-7fed18e9] {
	color: #DC143C;
	font-size: 1.7em
}

.mobile .mobile-text-right {
	text-align: right
}

.mobile .mobile-text-center {
	text-align: center
}

.mobile .mobile-text-center ul,
.mobile .mobile-ul-no-padding ul {
	padding-left: 0
}

.mobile .bottom-right-link {
	text-align: center
}

.bottom-right-link {
	text-align: right
}

.vk_like_container {
	margin-top: 1em
}

.be-secret-santa {
	margin: auto;
	text-align: center;
	line-height: 2em;
	font-size: 1.5em
}

.blank-page {
	background: #fff;
	height: 100%;
	width: 100%
}

.home-container {
	width: 90%;
	max-width: 45em;
	text-align: center;
	margin-top:50px;
}

.home-pic-container img {
	width: 22em
}

.home-step {
	margin-top: 1em
}

.home-step:last-child {
	margin-bottom: 1em
}

.home-steps {
	width: 100%;
	margin: auto
}

.home-steps .santa-card {
	height: 8em;
	width: 14em;
	margin: 1em .4em
}

.mobile .home-steps {
	width: 90%
}

.login-container {
	width: 90%;
	max-width: 27em
}

.login-container .login-register-container {
	font-size: 1.2em;
	margin-bottom: .7em;
	margin-top: 3em;
	text-align:center;
}

.login-container .login-register-container.login {
	margin-left: 2.5em
}

.login-container .login-register-container>div {
	display: inline-block
}

.login-container .login-register-container a {
	text-decoration: none;
	color: inherit
}

.login-container .login-register-container .active {
	font-weight: bold;
}

.login-container .login-register-container .login-login {
	cursor: pointer;
	border-right: 1px solid #393c4a;
	padding-right: .5em
}

.login-container .login-register-container .login-register {
	cursor: pointer;
	padding-left: .2em
}

.login-container button {
	width: 100%;
	margin: .5em 0
}

.login-container .login-bottom {
	text-align: center
}

.login-container .login-bottom p {
	display: inline-block
}

.login-with-social {
	margin-top: 1em;
	padding-top: .5em;
	text-align: center
}

.btn-social-login.inactive {
	opacity: .2
}

.btn-social-login-vk {
	background: url(https://b9m5k9c4.stackpathcdn.com/assets/social_icons.png?f8a80aac6acc8c232c518c7646ef0476);
	background-size: 25em 20em;
	background-repeat: no-repeat;
	background-position-x: -4.3em;
	background-position-y: .15em
}

.btn-social-login-fb,
.btn-social-login-vk {
	cursor: pointer;
	width: 3.5em;
	height: 3.5em;
	display: inline-block;
	margin: .5em .2em
}

.btn-social-login-fb {
	background: url(https://b9m5k9c4.stackpathcdn.com/assets/social_icons.png?f8a80aac6acc8c232c518c7646ef0476);
	background-size: 25em 20em;
	background-repeat: no-repeat;
	background-position-x: -8.7em;
	background-position-y: .15em
}

.btn-social-login-gl {
	background: url(https://b9m5k9c4.stackpathcdn.com/assets/social_icons.png?f8a80aac6acc8c232c518c7646ef0476);
	background-size: 25em 20em;
	background-repeat: no-repeat;
	background-position-x: -17.4em;
	background-position-y: .15em
}

.btn-social-login-gl,
.btn-social-login-tw {
	cursor: pointer;
	width: 3.5em;
	height: 3.5em;
	display: inline-block;
	margin: .5em .2em
}

.btn-social-login-tw {
	background: url(https://b9m5k9c4.stackpathcdn.com/assets/social_icons.png?f8a80aac6acc8c232c518c7646ef0476);
	background-size: 25em 20em;
	background-repeat: no-repeat;
	background-position-x: -13.1em;
	background-position-y: .15em
}

.btn-social-login-ig {
	background: url(https://b9m5k9c4.stackpathcdn.com/assets/social_icons.png?f8a80aac6acc8c232c518c7646ef0476);
	background-size: 25em 20em;
	background-repeat: no-repeat;
	background-position-x: -21.7em;
	background-position-y: .15em
}

.btn-social-login-ig,
.btn-social-login-tm {
	cursor: pointer;
	width: 3.5em;
	height: 3.5em;
	display: inline-block;
	margin: .5em .2em
}

.btn-social-login-tm {
	background: url(https://b9m5k9c4.stackpathcdn.com/assets/social_icons.png?f8a80aac6acc8c232c518c7646ef0476);
	background-size: 25em 20em;
	background-repeat: no-repeat;
	background-position-x: -8.7em;
	background-position-y: -12.5em
}

.fast-draw-container {
	max-width: 40em;
	width: 95%
}

.fast-draw-container .button {
	margin: 2em 0
}

.fast-draw-container .randomize-result {
	font-size: 1.5em
}

.invite-table-hint {
	text-align: left
}

.result-table {
	width: 100%
}

.result-table td,
.result-table th {
	text-align: center;
	padding-left: .2em;
	border: none;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	height: 2em
}

.result-table td:first-child,
.result-table td:nth-child(2),
.result-table th:first-child,
.result-table th:nth-child(2) {
	width: 40%
}

.result-table td:first-child,
.result-table th:first-child {
	border-left: 1px solid #ccc
}

.result-table td:nth-child(3),
.result-table th:nth-child(3) {
	width: 20%;
	border-top: none;
	border-right: none;
	border-bottom: none
}

.result-table th {
	border-top: 1px solid #ccc
}

.donate-page-container {
	text-align: center
}

.donate-page-container .vk_photo {
	margin-top: -1em
}

.vk_photo {
	border-radius: 50%;
	width: 110px;
	margin-top: 1em
}

.donate-row {
	margin-top: 2em
}

.donate-container {
	text-align: center
}

.donate-container .row {
	margin: .5em;
	text-align: left
}

.donate-container #donate-btn {
	float: right
}

.faq-container {
	max-width: 50em;
	width: 95%
}

.faq-container .faq-bottom {
	text-align: center
}

.faq-container .faq-bottom * {
	display: inline-block;
	margin-right: .4em
}

.faq-container .santa-card {
	margin: .5em 0
}

.about-container {
	max-width: 50em;
	width: 95%
}

.about-container .new-box-btn-container {
	text-align: center;
	margin: auto
}

.tabs-container {
	font-size: 1.5em;
	margin-bottom: .7em;
	text-align: center
}

.tabs-container>div {
	display: inline-block
}

.tabs-container a {
	text-decoration: none;
	color: inherit
}

.tabs-container .active {
	font-weight: bold;
}

.tabs-container .tab-1 {
	cursor: pointer;
	border-right: 1px solid #393c4a;
	padding-right: .5em
}

.tabs-container .tab-2 {
	cursor: pointer;
	padding-left: .2em
}

.my-boxes-btn-container {
	text-align: center
}

.my-boxes-row {
	padding: 1em;
	border-bottom: 1px solid #ccc;
	text-align: left;
	font-size: 1.2em
}

.my-boxes-row:last-child {
	border-bottom: none
}

.my-boxes-row>div {
	display: inline-block
}

.my-boxes-row .box-name {
	font-weight: 700
}

.my-boxes-row .box-participants-count {
	display: block;
	font-size: .8em
}

.my-boxes-row .box-info {
	color: #cfcfcf;
	font-size: .8em;
	text-align: right
}

.my-boxes-row .box-info .box-organizer {
	color: #393c4a
}

.my-boxes-row .box-role {
	display: block;
	color: #cfcfcf;
	font-size: .8em
}

.account-container {
	width: 90%;
	max-width: 50em
}

.account-container h3 {
	text-align: center
}

.account-container .account-form .fas.fa-check {
	color: #9dbd09;
	font-size: 1.5em;
	transform: translateY(.2em)
}

.account-container #send-verification-code {
	margin-top: .7em
}

.account-container #save-account-btn {
	float: right
}

.account-container .email-question {
	display: inline-block;
	vertical-align: top;
	padding-top: .6em
}

.gifts-container iframe {
	width: 100%;
	height: 20em;
	border: none
}

.gifts-container h3 {
	margin-bottom: 0
}

.gifts-container .banner-frame {
	max-width: 100%;
	width: 30em;
	position: relative;
	margin: auto;
	margin-bottom: 1em
}

.gifts-container .banner {
	width: 100%;
	max-width: 600px;
	max-height: 300px
}

.ozon-title {
	position: relative;
	margin-left: -4em;
	margin-bottom: 2em
}

.ozon-title img {
	position: absolute;
	top: -10px
}

.ozon-card {
	width: 100%;
	height: 17em;
	padding: 0 .5em;
	text-align: center
}

.ozon-card a {
	color: #0176b9
}

.ozon-card .ozon-name {
	font-size: .8em;
	height: 3.5em;
	overflow: hidden
}

.ozon-card .ozon-img {
	text-align: center;
	height: 8em
}

.ozon-card .ozon-img img {
	max-width: 100%;
	height: auto;
	max-height: 100%;
	object-fit: contain;
	margin-top: 1em
}

.ozon-card .ozon-price {
	font-weight: bolder;
	margin-top: .5em;
	font-size: 1em
}

.ozon-card .ozon-button {
	margin-top: .5em;
	width: 7em;
	height: 2em;
	display: inline-block;
	text-align: center;
	padding-top: .3em;
	border-radius: .2em;
	cursor: pointer;
	font-size: 1em;
	line-height: 1.4em;
	color: #fff;
	background-color: #0083ca
}

.ozon-show-more {
	cursor: pointer;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 2em
}

#save-box-settings-btn {
	float: right
}

.new-box-container {
	padding-bottom: 4em
}

.box-container {
	max-width: none;
	width: 100%
}

.box-container .access-denied {
	width: 30em;
	margin: auto
}

.santa-box-title {
	display: block;
	font-size: 2em;
	text-align: center;
	margin: auto;
	margin-bottom: .2em;
	cursor: default
}

.santa-box-title a {
	color: inherit;
	text-decoration: none
}

.santa-box-subtitle {
	text-align: center;
	font-size: 1em;
	padding-left: 1em;
	margin: auto;
	font-weight: 400;
	cursor: default
}

.santa-box-subtitle.inline {
	display: inline-block
}

#delete-box-btn {
	margin: 1em auto;
	display: block
}

.creator-set-limit {
	margin: 0 auto
}

.santa-head-box {
	margin: 1em
}

.draw-row {
	margin-bottom: 1em
}

.draw-row>div {
	text-align: center;
	font-weight: 700;
	font-size: 1.2em
}

.draw-new-row {
	margin-top: 1em
}

.box-card {
	text-align: center;
	color: #DC143C;
	width: 90%!important;
	cursor: default;
	display: table!important;
	height: 7em
}

.box-card h4 {
	display: table-cell;
	vertical-align: middle
}

.box-card.unverified {
	color: #b6b6b9
}

.box-card.read {
	color: #9dbd09
}

.box-card.clickable {
	cursor: pointer
}

.box-card .card-name-mid {
	font-size: 12px
}

.box-card .card-name-small {
	font-size: 10px
}

.box-card.box-draw-card {
	position: relative;
	display: table;
	height: 4em;
	color: #393c4a;
	font-weight: 400
}

.box-card.box-draw-card.unverified {
	color: #b6b6b9
}

.box-card.box-draw-card .draw-card-name {
	display: table-cell;
	vertical-align: middle;
	overflow: hidden
}

.box-card.box-draw-card .draw-card-secret {
	overflow: unset;
	position: absolute;
	top: 0;
	height: 100%;
	width: 95%
}

.box-card.box-draw-card .draw-card-secret .selected-name {
	cursor: pointer;
	width: 100%;
	line-height: 4em;
	max-height: 4em;
	padding: 2em;
	white-space: nowrap
}

.box-card.box-draw-card .draw-card-secret .my-dropdown-dd {
	max-width: 20em;
	margin-top: -2em
}

.box-card.box-draw-card .icon-remove {
	cursor: pointer;
	position: absolute;
	bottom: .5em;
	right: .5em;
	color: #e4e4e4
}

.box-card.box-draw-card .icon-verify {
	cursor: pointer;
	position: absolute;
	top: .5em;
	right: .5em;
	color: #9dbd09
}

.box-card.box-draw-card .icon-unlink {
	cursor: pointer;
	position: absolute;
	top: .2em;
	right: -.2em;
	color: #e4e4e4
}

.box-card.box-draw-card.card-secret {
	text-align: center
}

.row-colors {
	margin: 1em auto
}

.draggable-parent {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: transparent
}

.color-slot,
.draggable {
	width: 1.5em;
	height: 1.5em;
	border-radius: 100%;
	display: inline-block;
	cursor: pointer;
	margin: 0 .5em .5em 0
}

.color-slot.blank,
.draggable.blank {
	border: 1px solid #e4e4e4
}

.draggable {
	z-index: 50;
	position: absolute
}

.color-slot-card {
	width: 1.4em;
	height: 1.4em;
	border-radius: 100%;
	position: absolute;
	left: .2em;
	border: 1px dashed #cfcfcf
}

.color-slot-card.no-border {
	border: none
}

.color-slot-card.slot-1 {
	top: .5em
}

.color-slot-card.slot-2 {
	bottom: .5em
}

.delimeter {
	height: 1px;
	width: 100%;
	background: #ccc
}

.draw-btn-containter {
	text-align: center
}

.santa-box-top-menu-row {
	margin-top: .5em
}

.poke-btn-container {
	text-align: right
}

.need-help-link {
	font-size: 1.2em;
	margin-top: 2em;
	font-weight: 700
}

.right {
	float: right
}

.send-gift-btn-container {
	text-align: right
}

.colors-hint {
	display: block;
	text-align: center;
	margin-bottom: 1em
}

.gift-sent {
	opacity: .3
}

.box-menu {
	text-align: center;
	font-weight: 300
}

.box-menu-organizer {
	margin: .8em auto;
	width: 20em;
	text-align: center
}

.santa-box-menu-container {
	overflow: hidden;
	width: 100%
}

.santa-box-menu {
	/* white-space: nowrap; */
	width: 100%;
	overflow-x: scroll;
	margin-bottom: -30px;
	padding-bottom: 30px;
	user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-webkit-touch-callout: none;
	-o-user-select: none;
	-moz-user-select: none
}

.santa-box-menu ul {
	list-style-type: none;
	padding-left: 0;
	margin: 0
}

.santa-box-menu ul li {
	display: inline-block;
	cursor: pointer;
	color: #7e7e7e;
	/* padding: .6em .2em;
	margin: 0 .2em; */
	/* border-bottom: 2px solid #fff */
}

.santa-box-menu ul li.active {
	color: #393c4a;
	border-bottom: 2px solid #DC143C
}

.santa-box-menu ul li:hover {
	color: #393c4a;
	/* border-bottom: 2px solid #cfcfcf */
}

.box-wrapper {
	padding: 0 1em
}

.invite-table {
	width: 100%
}

.invite-table td,
.invite-table th {
	text-align: left;
	padding-left: .2em;
	border: none;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	height: 2em
}

.invite-table td:first-child,
.invite-table td:nth-child(2),
.invite-table th:first-child,
.invite-table th:nth-child(2) {
	width: 45% 
}

.invite-table td:first-child,
.invite-table th:first-child {
	border-left: 1px solid #ccc
}

.invite-table td:nth-child(3),
.invite-table th:nth-child(3) {
	width: 10%;
	border-top: none;
	border-right: none;
	border-bottom: none
}

.invite-table td:last-child,
.invite-table th:last-child {
	border: none
}

.invite-table td.invalid {
	border-bottom: 1px solid #de1d2a
}

.invite-table .fa-times {
	margin-left: .5em;
	color: #aaa;
	cursor: pointer
}

.invite-table .fa-times:hover {
	margin-left: .5em;
	color: #F00;
	cursor: pointer
}
.invite-table th {
	border-top: 1px solid #ccc
}

.invite-table input {
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	font-size: 1.2em
}

#invite-btn {
	float: right
}

.be-santa-container {
	max-width: 50em;
	width: 95%;
	text-align: center
}

.be-santa-container .santa-alert_wrapper {
	text-align: left
}

.gift_emoji {
	opacity: .2
}

.gift_emoji .received {
	opacity: 1
}

.santa-card.organizer-message-card {
	width: 97%
}

.show-all-message-container {
	border-top: 1px solid #ccc
}

.box-message-date {
	text-align: left;
	font-size: .8em;
	color: #cfcfcf;
	margin-left: .6em
}

.box-message {
	text-align: left;
	margin-top: .2em
}

.box-message-add,
.box-message-show-messages {
	text-align: center;
	display: block
}

.organizer-message-card h5 {
	text-align: center
}

mark {
	background-color: transparent;
	font-weight: 300
}

.policy-container {
	height: 2900px
}

.input-wrapper {
	position: relative;
	display: inline-block;
	padding-bottom: .3em;
	border: none;
	border-bottom: 1px solid #3b3b6c;
	margin: 2em 0 1.5em;
	width: 100%;
	/* height: 2em; */
	text-align: left
}

.input-wrapper label {
	cursor: text;
	color: #3b3b6c;
	font-size: 1em;
	width: 100%;
	margin-bottom: 0;
	max-width: 95%;
	position: absolute;
	left: 0;
	top: 2em;
	transform: translateY(-150%);
	transition: all .12s cubic-bezier(.72, .9, .97, .95);
	pointer-events: none;
	font-weight: 400
}

.input-wrapper input {
	font-size: 1em;
	font-family: Rubik, sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #393c4a;
	border: none;
	outline: none;
	background: transparent;
	width: 100%;
	padding-left: 0
}

.input-wrapper input.input-with-icon {
	width: calc(100% - 2em)
}

.input-wrapper i {
	position: absolute;
	top: -.2em;
	right: 0
}

.input-wrapper.input-wrapper_focused label,
.input-wrapper.input-wrapper_has-content label {
	top: .5em;
	font-size: 1em;
	color: #3b3b6c;
	transition: all .12s cubic-bezier(.72, .9, .97, .95);
	text-transform: uppercase
}

.input-wrapper.disabled {
	border-color: #bfbfbf!important
}

.input-wrapper.disabled input,
.input-wrapper.disabled label {
	cursor: not-allowed;
	color: #bfbfbf
}

.input-wrapper.error {
	border-color: #ff4a63
}

.input-wrapper .error__message {
	/*position: relative;
	top: .9em;*/
	color: #ff4a63;
	font-size: .9em;
	letter-spacing: .5px;
	line-height: 1.2em
}

.input-wrapper_textarea {
	/* height: 2.05em; */
	margin: 2em 0
}

.input-wrapper_textarea textarea {
	background: transparent;
	font-family: Rubik, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1em;
	color: #393c4a;
	border: none;
	resize: none;
	width: 100%;
	outline: none;
	height: 1.4em
}

.input-wrapper_textarea.input-wrapper_has-content {
	height: auto
}

.input-wrapper_textarea .error__message {
	top: 1.1em
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

.radio-container {
	display: inline-block;
	position: relative;
	padding-left: 1.5em;
	padding-right: 1em;
	margin-bottom: .9em;
	cursor: pointer;
	font-size: 1em;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.radio-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer
}

.radio-container input:checked~.radio-checkmark {
	background-color: #9dbd09
}

.radio-container input:checked~.checkmark:after {
	display: block
}

.radio-container .radio-checkmark:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff
}

.radio-checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 1.2em;
	width: 1.2em;
	background-color: #eee;
	border-radius: 50%
}

.radio-checkmark:after {
	content: "";
	position: absolute;
	display: none
}

.santa-card {
	background: #fcfcfc;
	border-radius: .15em;
	display: inline-block;
	margin: .5em 1rem;
	position: relative;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
	width: 100%;
	padding: .8em .5em
}

.santa-card p {
	padding-left: .5em
}

.button {
	padding: 1em;
	font-size: 1em;
	outline: none;
	border: none;
	border-radius: .2em;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
	cursor: pointer;
	margin: .3em;
	font-family: Rubik, sans-serif;
	font-style: normal;
	font-weight: bold;;
	background: #393c4a;
	color: #fff
}

.button.size-xs {
	font-size: .6em
}

.button.size-sm {
	font-size: .8em
}

.button.size-l {
	font-size: 1.4em
}

.button:hover {
	box-shadow: 0 1px 2px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
}

.button.primary {
	background: #fa4a4a;
	color: #fff
}

.button.green {
	background: #9dbd09;
	color: #fff
}
.button.blue {
	background: #588BBC;
	color: #fff
}
.button.red {
	background: #FF0000;
	color: #fff
}
.button.orange {
	background: rgb(255, 133, 0);
	color: #fff
}

.button.danger {
	background: #e45252;
	color: #fff
}

.button.blank {
	background: transparent;
	color: #393c4a
}

.button.modal-yes {
	background: #9dbd09;
	float: right
}

.button.modal-no,
.button.modal-yes {
	color: #fff;
	border-radius: 0;
	margin: 2em 0;
	padding: 1.5em;
	min-width: 14em
}

.button.modal-no {
	background: #e45252;
	float: left
}

.button.modal-single {
	background: #c12f78;
	color: #fff;
	border-radius: 0;
	margin: 2em 0;
	padding: 1.5em;
	min-width: 14em;
	float: right
}

.button.disabled,
.button:disabled {
	opacity: .5;
	cursor: not-allowed
}

a.button:hover {
	text-decoration: none
}

.modal-fade {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .74);
	overflow: auto;
	transition: opacity .5s ease
}

.modal-fade.no-fade {
	background-color: transparent
}

.modal-fade-error,
.modal-fade-success {
	z-index: 200
}

.modal-wrap {
	position: relative;
	max-width: 46em;
	width: 90%;
	margin: 6em auto
}

.modal-title {
	margin-bottom: .3em;
	font-size: 2em;
	font-weight: bold;;
	color: #fff;
	width: 90%
}

.modal-subtitle {
	margin-bottom: .8em;
	font-size: 1em;
	font-weight: 300;
	color: #fff;
	width: 90%
}

.modal-container {
	width: 100%;
	background: #fff;
	padding: 2em 2em 4em
}

.icon-close {
	color: #fff;
	opacity: .2;
	font-size: 2em;
	position: absolute;
	top: -.5em;
	right: -.5em;
	cursor: pointer;
	padding: .5em
}

.icon-close:hover {
	opacity: .4
}

.santa-alert_wrapper .santa-alert {
	padding: .5em;
	border-left: .1em solid #93ad3a;
	margin: .3em 0 1em;
	letter-spacing: .5px;
	line-height: 1.2em;
	width: 100%
}

.santa-alert_wrapper .santa-alert.blank {
	border-left: .1em solid transparent
}

.santa-alert_wrapper .santa-alert.error {
	border-left: 3px solid #de1d2a;
	background: rgba(222, 29, 42, .1)
}

.santa-alert_wrapper .santa-alert.warning {
	border-left: 3px solid #dd5555;
	background: rgba(221, 85, 85, 0.1)
}

.santa-alert_wrapper .santa-alert.big {
	font-size: 1.2em
}

.santa-alert_wrapper.centered {
	text-align: center
}

.santa-alert_wrapper.centered .santa-alert {
	text-align: center;
	display: inline-block;
	margin: auto
}

.santa-alert_wrapper.top-padding {
	padding-top: 2em
}

.centered {
	text-align: center
}

.multiselect__tag {
	border-radius: .1em;
	background: #9dbd09;
	font-size: 1em;
	padding: .25em 1.5em .25em .8em
}

.multiselect,
.multiselect__input,
.multiselect__single {
	font-size: 1.2em
}

.multiselect__tags {
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #393c4a;
	padding: .5em 1.5em 0 0;
	background: transparent
}

.multiselect__single {
	padding-left: 0;
	background: transparent
}

.multiselect__select:before {
	color: #393c4a;
	border-color: #393c4a transparent transparent;
	border-width: .3em;
	top: 1em
}

.multiselect__select {
	width: 1.2em;
	height: 1em;
	right: .1em;
	top: .1em;
	padding: 0
}

.multiselect__input {
	font-size: 1.2em
}

.multiselect__tag-icon {
	top: .25em;
	width: 1.5em;
	border: none;
	margin-left: .5em
}

.multiselect__tag-icon:hover {
	background: transparent
}

.multiselect__tag-icon:after {
	color: #fff;
	font-size: 1.2em
}

.multiselect__option--highlight {
	background: #ccc;
	color: #393c4a
}

.multiselect--disabled {
	background: transparent;
	color: #bfbfbf;
	opacity: 1
}

.multiselect--disabled .multiselect__tags {
	border-bottom: 1px solid #bfbfbf
}

.multiselect--disabled .multiselect__select:before {
	color: #bfbfbf;
	border-color: #bfbfbf transparent transparent
}

.multiselect--disabled .multiselect__current,
.multiselect--disabled .multiselect__select,
.multiselect__option--disabled {
	background: transparent;
	color: #bfbfbf
}

.multiselect__option--selected.multiselect__option--highlight {
	background: #ccc;
	color: #393c4a
}

.multiselect__option--highlight:after {
	background: #fff;
	color: #393c4a
}

.toggle-wrapper {
	display: inline-block
}

.toggle-wrapper_circle-draw {
	display: block
}

.toggle-wrap {
	display: inline-block;
	margin-right: .3em
}

.label-wrap {
	display: inline-block;
	vertical-align: top;
	padding-top: .6em;
	color: #d1d1d1
}

.label-wrap.checked {
	color: #393c4a
}

.switch {
	position: relative;
	display: inline-block;
	width: 4em;
	height: 2.2em
}

.switch input {
	display: none
}

.slider {
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #d1d1d1
}

.slider,
.slider:before {
	position: absolute;
	transition: .4s
}

.slider:before {
	content: "";
	height: 1.6em;
	width: 1.6em;
	left: .3em;
	bottom: .3em;
	background-color: #fff
}

input:checked+.slider {
	background-color: #9dbd09
}

input:focus+.slider {
	box-shadow: 0 0 1px #9dbd09
}

input:checked+.slider:before {
	transform: translateX(1.8em)
}

.slider.round {
	border-radius: 2em
}

.slider.round:before {
	border-radius: 50%
}

.dropdown .my-dropdown-dd {
	border: 1px solid #ccc;
	z-index: 2;
	background: #fff;
	min-width: 7em;
	margin-top: .5em
}

.dropdown .my-dropdown-dd ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.dropdown .my-dropdown-dd ul li {
	padding: 1em;
	text-align: left;
	cursor: pointer
}

.dropdown .my-dropdown-dd ul li:hover {
	background: #f8f8f8
}

.dropdown .my-dropdown-dd ul a {
	padding: 0
}

.dropdown .my-dropdown-dd ul a:hover {
	text-decoration: none
}

.dropdown .fa-box-open,
.dropdown .fa-sign-out-alt,
.dropdown .fa-user-circle {
	margin-right: .5em;
	color: #cfcfcf
}

.dropdown .fa-box-open {
	margin-left: -.1em
}

.dropdown .account-name {
	cursor: pointer
}

.dropdown .account-name i {
	margin-right: .2em;
	color: #393c4a
}

.santa-mobile-menu-container {
	display: none;
	color: #393c4a;
	padding: .4em .1em .1em .5em;
	font-size: 1.7em;
	position: absolute
}

.mobile-fade {
	display: block;
	z-index: 1;
	opacity: 1;
	cursor: pointer;
	visibility: visible;
	right: 0;
	background: rgba(0, 0, 0, .64);
	transition: opacity .3s, left .3s, visibility .3s
}

.mobile-fade,
.santa-mobile-menu {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0
}

.santa-mobile-menu {
	background: #fbfbfb;
	transition: left .3s;
	border-bottom: none;
	width: 18em;
	display: inline-block;
	margin-bottom: 0;
	z-index: 4
}

.closed .mobile-fade {
	visibility: hidden;
	opacity: 0
}

.closed .santa-mobile-menu {
	left: -18em
}

.santa-account-top {
	height: 5em; 
	border-bottom: 1px solid #ccc
}

.santa-account-top .santa-box-dropdown,
.santa-account-top .santa-top-left-menu-item {
	display: inline-block;
	padding: 1em
}

.santa-login {
	display: inline-block;
	font-size: 1em;
	text-align: right;
	font-weight: lighter;
	padding-top: 1em;
	padding-right: 1em;
	float: right
}

.santa-login a {
	color: #393c4a
}

.hr-text__container {
	width: 100%;
	height: .7em;
	margin-bottom: .8em;
	margin-top: .3em;
	border-bottom: 1px solid #e4e4e4;
	text-align: center
}

.hr-text__text {
	font-size: 1em;
	color: #b80202;
	background-color: #fff;
	padding: 0 10px
}

.notifications_wrapper {
	border: 1px solid #ccc;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 30em;
	background: #fff;
	max-height: 90%;
	overflow-y: scroll
}

.notifications_wrapper .notifications_wrapper_scroll {
	overflow-y: scroll
}

.notifications_wrapper .button_wrapper {
	text-align: right
}

.notifications_wrapper .time {
	text-align: left;
	font-size: .8em;
	color: #e4e4e4
}

.notifications_wrapper_more {
	padding: 1em
}

.notification_popup {
	position: relative;
	padding: .8em;
	border-bottom: 1px solid #ccc
}

.notification_popup h5 {
	margin-bottom: 1em;
	margin-left: 0
}

.notification_popup .icon-close {
	color: #cfcfcf;
	font-size: 1.5em;
	top: 0;
	right: .2em
}

.notification_popup .button_wrapper {
	margin-top: .8em
}

.hello-content {
	margin: 100px
}

.santa-top-left-menu-item i {
	color: #33a233;
}