button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}.ui.fluid.buttons .or:after,[hidden],audio:not([controls]),template{display:none}.ui.button,.ui.buttons,.ui.circular.button>.icon,progress,sub,sup{vertical-align:baseline}.ui.bulleted.list .list>.item:before,.ui.bulleted.list>.item:before,.ui.button,.ui.divider,ul.ui.list li:before{-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none}.ui.button,.ui.divider,.ui.dropdown,.ui.menu .item{-webkit-tap-highlight-color:transparent}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}html,legend{-webkit-box-sizing:border-box}html{box-sizing:border-box;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}input[type=text],input[type=email],input[type=search],input[type=password]{-webkit-appearance:none;-moz-appearance:none}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}body,i.flag:not(.icon),i.icon{font-smoothing:antialiased}



.ui.button,.ui.header,.ui.text.container,body,h1,h2,h3,h4,h5 {
	font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
}

.ui.button,.ui.buttons .or:before {
	text-align: center;
	font-style: normal;
}

summary {
	display: list-item;
}

body,html {
	height: 100%;
}

html {
	font-size: 14px;
}

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	min-width: 320px;
	background: #FFF;
	font-size: 14px;
	line-height: 1.4285em;
	color: rgba(0,0,0,.87);
}

h1,h2,h3,h4,h5 {
	line-height: 1.28571429em;
	margin: calc(2rem - .14285714em) 0 1rem;
	font-weight: 700;
	padding: 0;
}

h1 {
	min-height: 1rem;
	font-size: 2rem;
}

h2 {
	font-size: 1.71428571rem;
}

h3 {
	font-size: 1.28571429rem;
}

h4 {
	font-size: 1.07142857rem;
}

h5 {
	font-size: 1rem;
}

h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,p:first-child {
	margin-top: 0;
}

h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,p:last-child {
	margin-bottom: 0;
}

p {
	margin: 0 0 1em;
	line-height: 1.4285em;
}

::-webkit-selection {
	background-color: #CCE2FF;
	color: rgba(0,0,0,.87);
}

::-moz-selection {
	background-color: #CCE2FF;
	color: rgba(0,0,0,.87);
}

::selection {
	background-color: #CCE2FF;
	color: rgba(0,0,0,.87);
}

input::-webkit-selection,textarea::-webkit-selection {
	background-color: rgba(100,100,100,.4);
	color: rgba(0,0,0,.87);
}

input::-moz-selection,textarea::-moz-selection {
	background-color: rgba(100,100,100,.4);
	color: rgba(0,0,0,.87);
}

input::selection,textarea::selection {
	background-color: rgba(100,100,100,.4);
	color: rgba(0,0,0,.87);
}

body ::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 10px;
	height: 10px;
}

.ui.loading.button:after,.ui.loading.button:before {
	content: '';
	left: 50%;
	height: 1.28571429em;
	top: 50%;
}

body ::-webkit-scrollbar-track {
	background: rgba(0,0,0,.1);
	border-radius: 0;
}

body ::-webkit-scrollbar-thumb {
	cursor: pointer;
	border-radius: 5px;
	background: rgba(0,0,0,.25);
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
}

body ::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0,0,0,.15);
}

body ::-webkit-scrollbar-thumb:hover {
	background: rgba(128,135,139,.8);
}

body .ui.inverted::-webkit-scrollbar-track {
	background: rgba(255,255,255,.1);
}

body .ui.inverted::-webkit-scrollbar-thumb {
	background: rgba(255,255,255,.25);
}

body .ui.inverted::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,255,255,.15);
}

body .ui.inverted::-webkit-scrollbar-thumb:hover {
	background: rgba(255,255,255,.35);
}

.ui.button {
	cursor: pointer;
	display: inline-block;
	min-height: 1em;
	outline: 0;
	border: none;
	background: #E0E1E2;
	color: rgba(0,0,0,.6);
	margin: 0 .25em 0 0;
	padding: .78571429em 1.5em;
	text-transform: none;
	text-shadow: none;
	font-weight: 700;
	line-height: 1em;
	text-decoration: none;
	border-radius: .28571429rem;
	-webkit-box-shadow: 0 0 0 1px transparent inset,0 0 0 0 rgba(34,36,38,.15) inset;
	box-shadow: 0 0 0 1px transparent inset,0 0 0 0 rgba(34,36,38,.15) inset;
	user-select: none;
	-webkit-transition: opacity .1s ease,background-color .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
	transition: opacity .1s ease,background-color .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
	transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;
	transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
	will-change: '';
}

.ui.button:focus,.ui.button:hover {
	background-color: #CACBCD;
	color: rgba(0,0,0,.8);
}

.ui.button:hover {
	background-image: none;
	-webkit-box-shadow: 0 0 0 1px transparent inset,0 0 0 0 rgba(34,36,38,.15) inset;
	box-shadow: 0 0 0 1px transparent inset,0 0 0 0 rgba(34,36,38,.15) inset;
}

.ui.button:hover .icon {
	opacity: .85;
}

.ui.button:focus {
	background-image: ''!important;
	-webkit-box-shadow: ''!important;
	box-shadow: ''!important;
}

.ui.button:focus .icon {
	opacity: .85;
}

.ui.active.button:active,.ui.button:active {
	background-color: #BABBBC;
	background-image: '';
	color: rgba(0,0,0,.9);
	-webkit-box-shadow: 0 0 0 1px transparent inset,none;
	box-shadow: 0 0 0 1px transparent inset,none;
}

.ui.active.button,.ui.active.button:hover {
	color: rgba(0,0,0,.95);
	background-color: #C0C1C2;
	background-image: none;
}

.ui.active.button {
	-webkit-box-shadow: 0 0 0 1px transparent inset;
	box-shadow: 0 0 0 1px transparent inset;
}

.ui.active.button:active {
	background-color: #C0C1C2;
	background-image: none;
}

.ui.loading.loading.loading.loading.loading.loading.button {
	position: relative;
	cursor: default;
	text-shadow: none!important;
	color: transparent!important;
	opacity: 1;
	pointer-events: auto;
	-webkit-transition: all 0s linear,opacity .1s ease;
	transition: all 0s linear,opacity .1s ease;
}

.ui.loading.button:before {
	position: absolute;
	margin: -.64285714em 0 0 -.64285714em;
	width: 1.28571429em;
	border-radius: 500rem;
	border: .2em solid rgba(0,0,0,.15);
}

.ui.loading.button:after {
	position: absolute;
	margin: -.64285714em 0 0 -.64285714em;
	width: 1.28571429em;
	-webkit-animation: button-spin .6s linear;
	animation: button-spin .6s linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	border-radius: 500rem;
	border-color: #FFF transparent transparent;
	border-style: solid;
	border-width: .2em;
	-webkit-box-shadow: 0 0 0 1px transparent;
	box-shadow: 0 0 0 1px transparent;
}

.ui.labeled.icon.loading.button .icon {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

@-webkit-keyframes button-spin {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes button-spin {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.ui.basic.loading.button:not(.inverted):before {
	border-color: rgba(0,0,0,.1);
}

.ui.basic.loading.button:not(.inverted):after {
	border-top-color: #767676;
}

.ui.button:disabled,.ui.buttons .disabled.button,.ui.disabled.active.button,.ui.disabled.button,.ui.disabled.button:hover {
	cursor: default;
	opacity: .45!important;
	background-image: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	pointer-events: none!important;
}

.ui.basic.buttons .ui.disabled.button {
	border-color: rgba(34,36,38,.5);
}

.ui.animated.button {
	position: relative;
	overflow: hidden;
	padding-right: 0!important;
	vertical-align: middle;
	z-index: 1;
}

.ui.animated.button .content {
	will-change: transform,opacity;
}

.ui.animated.button .visible.content {
	position: relative;
	margin-right: 1.5em;
	left: auto;
	right: 0;
}

.ui.animated.button .hidden.content {
	position: absolute;
	width: 100%;
	top: 50%;
	left: auto;
	right: -100%;
	margin-top: -.5em;
}

.ui.animated.button .hidden.content,.ui.animated.button .visible.content {
	-webkit-transition: right .3s ease 0s;
	transition: right .3s ease 0s;
}

.ui.animated.button:focus .visible.content,.ui.animated.button:hover .visible.content {
	left: auto;
	right: 200%;
}

.ui.animated.button:focus .hidden.content,.ui.animated.button:hover .hidden.content {
	left: auto;
	right: 0;
}

.ui.vertical.animated.button .hidden.content,.ui.vertical.animated.button .visible.content {
	-webkit-transition: top .3s ease,-webkit-transform .3s ease;
	transition: top .3s ease,-webkit-transform .3s ease;
	transition: top .3s ease,transform .3s ease;
	transition: top .3s ease,transform .3s ease,-webkit-transform .3s ease;
}

.ui.vertical.animated.button .visible.content {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	right: auto;
}

.ui.vertical.animated.button .hidden.content {
	top: -50%;
	left: 0;
	right: auto;
}

.ui.vertical.animated.button:focus .visible.content,.ui.vertical.animated.button:hover .visible.content {
	-webkit-transform: translateY(200%);
	transform: translateY(200%);
	right: auto;
}

.ui.vertical.animated.button:focus .hidden.content,.ui.vertical.animated.button:hover .hidden.content {
	top: 50%;
	right: auto;
}

.ui.fade.animated.button .hidden.content,.ui.fade.animated.button .visible.content {
	-webkit-transition: opacity .3s ease,-webkit-transform .3s ease;
	transition: opacity .3s ease,-webkit-transform .3s ease;
	transition: opacity .3s ease,transform .3s ease;
	transition: opacity .3s ease,transform .3s ease,-webkit-transform .3s ease;
}

.ui.fade.animated.button .visible.content {
	left: auto;
	right: auto;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.ui.fade.animated.button .hidden.content {
	opacity: 0;
	left: 0;
	right: auto;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

.ui.fade.animated.button:focus .visible.content,.ui.fade.animated.button:hover .visible.content {
	left: auto;
	right: auto;
	opacity: 0;
	-webkit-transform: scale(.75);
	transform: scale(.75);
}

.ui.fade.animated.button:focus .hidden.content,.ui.fade.animated.button:hover .hidden.content {
	left: 0;
	right: auto;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.ui.inverted.button {
	-webkit-box-shadow: 0 0 0 2px #FFF inset!important;
	box-shadow: 0 0 0 2px #FFF inset!important;
	background: 0 0;
	color: #FFF;
	text-shadow: none!important;
}

.ui.inverted.buttons .button {
	margin: 0 0 0 -2px;
}

.ui.inverted.buttons .button:first-child {
	margin-left: 0;
}

.ui.inverted.vertical.buttons .button {
	margin: 0 0 -2px;
}

.ui.inverted.vertical.buttons .button:first-child {
	margin-top: 0;
}

.ui.inverted.button.active,.ui.inverted.button:focus,.ui.inverted.button:hover {
	background: #FFF;
	-webkit-box-shadow: 0 0 0 2px #FFF inset!important;
	box-shadow: 0 0 0 2px #FFF inset!important;
	color: rgba(0,0,0,.8);
}

.ui.inverted.button.active:focus {
	background: #DCDDDE;
	-webkit-box-shadow: 0 0 0 2px #DCDDDE inset!important;
	box-shadow: 0 0 0 2px #DCDDDE inset!important;
	color: rgba(0,0,0,.8);
}

.ui.labeled.button:not(.icon) {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	background: 0 0!important;
	padding: 0!important;
	border: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
}

.ui.labeled.button>.label,.ui[class*="very basic"].table:not(.sortable):not(.striped) td,.ui[class*="very basic"].table:not(.sortable):not(.striped) th {
	padding: '';
}

.ui.labeled.button:not([class*="left labeled"])>.button,.ui[class*="left labeled"].button>.label {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.ui.facebook.button,.ui.twitter.button {
	color: #FFF;
	text-shadow: none;
	background-image: none;
	-webkit-box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
}

.ui.labeled.button>.button {
	margin: 0;
}

.ui.labeled.button>.label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 0 -1px!important;
	font-size: 1em;
	border-color: rgba(34,36,38,.15);
}

.ui.button:not(.icon)>.icon:not(.button):not(.dropdown),.ui.button>.icon:not(.button) {
	margin: 0 .42857143em 0 -.21428571em;
}

.ui.labeled.button>.tag.label:before {
	width: 1.85em;
	height: 1.85em;
}

.ui.labeled.button:not([class*="left labeled"])>.label,.ui[class*="left labeled"].button>.button {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.ui.facebook.button {
	background-color: #3B5998;
	box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
}

.ui.facebook.button:hover {
	background-color: #304d8a;
	color: #FFF;
	text-shadow: none;
}

.ui.facebook.button:active {
	background-color: #2d4373;
	color: #FFF;
	text-shadow: none;
}

.ui.twitter.button {
	background-color: #55ACEE;
	box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
}

.ui.google.plus.button,.ui.youtube.button {
	color: #FFF;
	text-shadow: none;
	background-image: none;
	-webkit-box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
}

.ui.twitter.button:hover {
	background-color: #35a2f4;
	color: #FFF;
	text-shadow: none;
}

.ui.twitter.button:active {
	background-color: #2795e9;
	color: #FFF;
	text-shadow: none;
}

.ui.google.plus.button {
	background-color: #DD4B39;
	box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
}

.ui.google.plus.button:hover {
	background-color: #e0321c;
	color: #FFF;
	text-shadow: none;
}

.ui.google.plus.button:active {
	background-color: #c23321;
	color: #FFF;
	text-shadow: none;
}

.ui.linkedin.button {
	background-color: #1F88BE;
	color: #FFF;
	text-shadow: none;
}

.ui.linkedin.button:hover {
	background-color: #147baf;
	color: #FFF;
	text-shadow: none;
}

.ui.linkedin.button:active {
	background-color: #186992;
	color: #FFF;
	text-shadow: none;
}

.ui.youtube.button {
	background-color: red;
	box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
}

.ui.instagram.button,.ui.pinterest.button {
	-webkit-box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
	text-shadow: none;
	color: #FFF;
	background-image: none;
}

.ui.youtube.button:hover {
	background-color: #e60000;
	color: #FFF;
	text-shadow: none;
}

.ui.youtube.button:active {
	background-color: #c00;
	color: #FFF;
	text-shadow: none;
}

.ui.instagram.button {
	background-color: #49769C;
	box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
}

.ui.instagram.button:hover {
	background-color: #3d698e;
	color: #FFF;
	text-shadow: none;
}

.ui.instagram.button:active {
	background-color: #395c79;
	color: #FFF;
	text-shadow: none;
}

.ui.pinterest.button {
	background-color: #BD081C;
	box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
}

.ui.pinterest.button:hover {
	background-color: #ac0013;
	color: #FFF;
	text-shadow: none;
}

.ui.pinterest.button:active {
	background-color: #8c0615;
	color: #FFF;
	text-shadow: none;
}

.ui.vk.button {
	background-color: #4D7198;
	color: #FFF;
	background-image: none;
	-webkit-box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
	box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
}

.ui.vk.button:hover {
	background-color: #41648a;
	color: #FFF;
}

.ui.vk.button:active {
	background-color: #3c5876;
	color: #FFF;
}

.ui.button>.icon:not(.button) {
	height: .85714286em;
	opacity: .8;
	-webkit-transition: opacity .1s ease;
	transition: opacity .1s ease;
	vertical-align: '';
	color: '';
}

.ui.button:not(.icon)>.right.icon:not(.button):not(.dropdown) {
	margin: 0 -.21428571em 0 .42857143em;
}

.ui[class*="left floated"].button,.ui[class*="left floated"].buttons {
	float: left;
	margin-left: 0;
	margin-right: .25em;
}

.ui[class*="right floated"].button,.ui[class*="right floated"].buttons {
	float: right;
	margin-right: 0;
	margin-left: .25em;
}

.ui.compact.button,.ui.compact.buttons .button {
	padding: .58928571em 1.125em;
}

.ui.compact.icon.button,.ui.compact.icon.buttons .button {
	padding: .58928571em;
}

.ui.compact.labeled.icon.button,.ui.compact.labeled.icon.buttons .button {
	padding: .58928571em 3.69642857em;
}

.ui.mini.button,.ui.mini.buttons .button,.ui.mini.buttons .or {
	font-size: .78571429rem;
}

.ui.tiny.button,.ui.tiny.buttons .button,.ui.tiny.buttons .or {
	font-size: .85714286rem;
}

.ui.small.button,.ui.small.buttons .button,.ui.small.buttons .or {
	font-size: .92857143rem;
}

.ui.button,.ui.buttons .button,.ui.buttons .or {
	font-size: 1rem;
}

.ui.large.button,.ui.large.buttons .button,.ui.large.buttons .or,.ui.text.container {
	font-size: 1.14285714rem;
}

.ui.big.button,.ui.big.buttons .button,.ui.big.buttons .or {
	font-size: 1.28571429rem;
}

.ui.huge.button,.ui.huge.buttons .button,.ui.huge.buttons .or {
	font-size: 1.42857143rem;
}

.ui.massive.button,.ui.massive.buttons .button,.ui.massive.buttons .or {
	font-size: 1.71428571rem;
}

.ui.icon.button,.ui.icon.buttons .button {
	padding: .78571429em;
}

.ui.icon.button>.icon,.ui.icon.buttons .button>.icon {
	opacity: .9;
	margin: 0!important;
	vertical-align: top;
}

.ui.basic.button,.ui.basic.buttons .button {
	background: 0 0!important;
	color: rgba(0,0,0,.6)!important;
	font-weight: 400;
	border-radius: .28571429rem;
	text-transform: none;
	text-shadow: none!important;
	-webkit-box-shadow: 0 0 0 1px rgba(34,36,38,.15) inset;
	box-shadow: 0 0 0 1px rgba(34,36,38,.15) inset;
}

.ui.basic.buttons {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid rgba(34,36,38,.15);
	border-radius: .28571429rem;
}

.ui.basic.button:focus,.ui.basic.button:hover,.ui.basic.buttons .button:focus,.ui.basic.buttons .button:hover {
	background: #FFF!important;
	color: rgba(0,0,0,.8)!important;
	-webkit-box-shadow: 0 0 0 1px rgba(34,36,38,.35) inset,0 0 0 0 rgba(34,36,38,.15) inset;
	box-shadow: 0 0 0 1px rgba(34,36,38,.35) inset,0 0 0 0 rgba(34,36,38,.15) inset;
}

.ui.basic.button:active,.ui.basic.buttons .button:active {
	background: #F8F8F8!important;
	color: rgba(0,0,0,.9)!important;
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.15) inset,0 1px 4px 0 rgba(34,36,38,.15) inset;
	box-shadow: 0 0 0 1px rgba(0,0,0,.15) inset,0 1px 4px 0 rgba(34,36,38,.15) inset;
}

.ui.basic.active.button,.ui.basic.buttons .active.button {
	background: rgba(0,0,0,.05)!important;
	-webkit-box-shadow: ''!important;
	box-shadow: ''!important;
	color: rgba(0,0,0,.95)!important;
}

.ui.basic.active.button:hover,.ui.basic.buttons .active.button:hover {
	background-color: rgba(0,0,0,.05);
}

.ui.basic.buttons .button:hover {
	-webkit-box-shadow: 0 0 0 1px rgba(34,36,38,.35) inset,0 0 0 0 rgba(34,36,38,.15) inset inset;
	box-shadow: 0 0 0 1px rgba(34,36,38,.35) inset,0 0 0 0 rgba(34,36,38,.15) inset inset;
}

.ui.basic.buttons .button:active {
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.15) inset,0 1px 4px 0 rgba(34,36,38,.15) inset inset;
	box-shadow: 0 0 0 1px rgba(0,0,0,.15) inset,0 1px 4px 0 rgba(34,36,38,.15) inset inset;
}

.ui.basic.buttons .active.button {
	-webkit-box-shadow: ''!important;
	box-shadow: ''!important;
}

.ui.basic.inverted.button,.ui.basic.inverted.buttons .button {
	background-color: transparent!important;
	color: #F9FAFB!important;
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,.5) inset!important;
	box-shadow: 0 0 0 2px rgba(255,255,255,.5) inset!important;
}

.ui.basic.inverted.button:focus,.ui.basic.inverted.button:hover,.ui.basic.inverted.buttons .button:focus,.ui.basic.inverted.buttons .button:hover {
	color: #FFF!important;
	-webkit-box-shadow: 0 0 0 2px #fff inset!important;
	box-shadow: 0 0 0 2px #fff inset!important;
}

.ui.basic.inverted.button:active,.ui.basic.inverted.buttons .button:active {
	background-color: rgba(255,255,255,.08)!important;
	color: #FFF!important;
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,.9) inset!important;
	box-shadow: 0 0 0 2px rgba(255,255,255,.9) inset!important;
}

.ui.basic.inverted.active.button,.ui.basic.inverted.buttons .active.button {
	background-color: rgba(255,255,255,.08);
	color: #FFF;
	text-shadow: none;
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,.7) inset;
	box-shadow: 0 0 0 2px rgba(255,255,255,.7) inset;
}

.ui.basic.inverted.active.button:hover,.ui.basic.inverted.buttons .active.button:hover {
	background-color: rgba(255,255,255,.15);
	-webkit-box-shadow: 0 0 0 2px #fff inset!important;
	box-shadow: 0 0 0 2px #fff inset!important;
}

.ui.basic.buttons .button {
	border-radius: 0;
	border-left: 1px solid rgba(34,36,38,.15);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ui.basic.vertical.buttons .button {
	border-left: none;
	border-left-width: 0;
	border-top: 1px solid rgba(34,36,38,.15);
}

.ui.basic.vertical.buttons .button:first-child {
	border-top-width: 0;
}

.ui.labeled.icon.button,.ui.labeled.icon.buttons .button {
	position: relative;
	padding-left: 4.07142857em!important;
	padding-right: 1.5em!important;
}

.ui.labeled.icon.button>.icon,.ui.labeled.icon.buttons>.button>.icon {
	position: absolute;
	height: 100%;
	line-height: 1;
	border-radius: 0;
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
	text-align: center;
	margin: 0;
	width: 2.57142857em;
	background-color: rgba(0,0,0,.05);
	color: '';
	-webkit-box-shadow: -1px 0 0 0 transparent inset;
	box-shadow: -1px 0 0 0 transparent inset;
	top: 0;
	left: 0;
}

.ui[class*="right labeled"].icon.button {
	padding-right: 4.07142857em!important;
	padding-left: 1.5em!important;
}

.ui[class*="right labeled"].icon.button>.icon {
	left: auto;
	right: 0;
	border-radius: 0;
	border-top-right-radius: inherit;
	border-bottom-right-radius: inherit;
	-webkit-box-shadow: 1px 0 0 0 transparent inset;
	box-shadow: 1px 0 0 0 transparent inset;
}

.ui.labeled.icon.button>.icon:after,.ui.labeled.icon.button>.icon:before,.ui.labeled.icon.buttons>.button>.icon:after,.ui.labeled.icon.buttons>.button>.icon:before {
	display: block;
	position: absolute;
	width: 100%;
	top: 50%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ui.labeled.icon.buttons .button>.icon {
	border-radius: 0;
}

.ui.labeled.icon.buttons .button:first-child>.icon {
	border-top-left-radius: .28571429rem;
	border-bottom-left-radius: .28571429rem;
}

.ui.labeled.icon.buttons .button:last-child>.icon {
	border-top-right-radius: .28571429rem;
	border-bottom-right-radius: .28571429rem;
}

.ui.vertical.labeled.icon.buttons .button:first-child>.icon {
	border-radius: .28571429rem 0 0;
}

.ui.vertical.labeled.icon.buttons .button:last-child>.icon {
	border-radius: 0 0 0 .28571429rem;
}

.ui.fluid[class*="left labeled"].icon.button,.ui.fluid[class*="right labeled"].icon.button {
	padding-left: 1.5em!important;
	padding-right: 1.5em!important;
}

.ui.button.toggle.active,.ui.buttons .button.toggle.active,.ui.toggle.buttons .active.button {
	background-color: #21BA45!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	text-shadow: none;
	color: #FFF!important;
}

.ui.button.toggle.active:hover {
	background-color: #16ab39!important;
	text-shadow: none;
	color: #FFF!important;
}

.ui.circular.button {
	border-radius: 10em;
}

.ui.circular.button>.icon {
	width: 1em;
}

.ui.buttons .or {
	position: relative;
	width: .3em;
	height: 2.57142857em;
	z-index: 3;
}

.ui.buttons .or:before {
	position: absolute;
	border-radius: 500rem;
	content: 'or';
	top: 50%;
	left: 50%;
	background-color: #FFF;
	text-shadow: none;
	margin-top: -.89285714em;
	margin-left: -.89285714em;
	width: 1.78571429em;
	height: 1.78571429em;
	line-height: 1.78571429em;
	color: rgba(0,0,0,.4);
	font-weight: 700;
	-webkit-box-shadow: 0 0 0 1px transparent inset;
	box-shadow: 0 0 0 1px transparent inset;
}

.ui.fluid.buttons .or,.ui.fluid.input>input {
	width: 0!important;
}

.ui.buttons .or[data-text]:before {
	content: attr(data-text);
}

.ui.attached.button {
	position: relative;
	display: block;
	margin: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 0 0 1px rgba(34,36,38,.15)!important;
	box-shadow: 0 0 0 1px rgba(34,36,38,.15)!important;
}

.ui.attached.top.button {
	border-radius: .28571429rem .28571429rem 0 0;
}

.ui.attached.bottom.button {
	border-radius: 0 0 .28571429rem .28571429rem;
}

.ui.left.attached.button {
	display: inline-block;
	border-left: none;
	text-align: right;
	padding-right: .75em;
	border-radius: .28571429rem 0 0 .28571429rem;
}

.ui.right.attached.button {
	display: inline-block;
	text-align: left;
	padding-left: .75em;
	border-radius: 0 .28571429rem .28571429rem 0;
}

.ui.attached.buttons {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 0;
	width: auto!important;
	z-index: 2;
	margin-left: -1px;
	margin-right: -1px;
}

.ui.fluid.button,.ui.fluid.buttons,.ui.two.buttons {
	width: 100%;
}

.ui.attached.buttons .button {
	margin: 0;
}

.ui.attached.buttons .button:first-child,.ui.attached.buttons .button:last-child {
	border-radius: 0;
}

.ui[class*="top attached"].buttons {
	margin-bottom: -1px;
	border-radius: .28571429rem .28571429rem 0 0;
}

.ui[class*="top attached"].buttons .button:first-child {
	border-radius: .28571429rem 0 0;
}

.ui[class*="top attached"].buttons .button:last-child {
	border-radius: 0 .28571429rem 0 0;
}

.ui[class*="bottom attached"].buttons {
	margin-top: -1px;
	border-radius: 0 0 .28571429rem .28571429rem;
}

.ui[class*="bottom attached"].buttons .button:first-child {
	border-radius: 0 0 0 .28571429rem;
}

.ui[class*="bottom attached"].buttons .button:last-child {
	border-radius: 0 0 .28571429rem;
}

.ui[class*="left attached"].buttons {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 0;
	margin-left: -1px;
	border-radius: 0 .28571429rem .28571429rem 0;
}

.ui[class*="left attached"].buttons .button:first-child {
	margin-left: -1px;
	border-radius: 0 .28571429rem 0 0;
}

.ui[class*="left attached"].buttons .button:last-child {
	margin-left: -1px;
	border-radius: 0 0 .28571429rem;
}

.ui[class*="right attached"].buttons {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-left: 0;
	margin-right: -1px;
	border-radius: .28571429rem 0 0 .28571429rem;
}

.ui.attached.header,.ui.buttons:not(.vertical)>.basic.black.button:not(:first-child),.ui.buttons:not(.vertical)>.basic.blue.button:not(:first-child),.ui.buttons:not(.vertical)>.basic.brown.button:not(:first-child),.ui.buttons:not(.vertical)>.basic.green.button:not(:first-child),.ui.buttons:not(.vertical)>.basic.grey.button:not(:first-child),.ui.buttons:not(.vertical)>.basic.olive.button:not(:first-child),.ui.buttons:not(.vertical)>.basic.orange.button:not(:first-child),.ui.buttons:not(.vertical)>.basic.pink.button:not(:first-child),.ui.buttons:not(.vertical)>.basic.primary.button:not(:first-child),.ui.buttons:not(.vertical)>.basic.purple.button:not(:first-child),.ui.buttons:not(.vertical)>.basic.red.button:not(:first-child),.ui.buttons:not(.vertical)>.basic.teal.button:not(:first-child),.ui.buttons:not(.vertical)>.basic.violet.button:not(:first-child),.ui.buttons:not(.vertical)>.basic.yellow.button:not(:first-child),.ui[class*="right attached"].buttons .button:first-child,.ui[class*="right attached"].buttons .button:last-child {
	margin-left: -1px;
}

.ui[class*="right attached"].buttons .button:first-child {
	border-radius: .28571429rem 0 0;
}

.ui[class*="right attached"].buttons .button:last-child {
	border-radius: 0 0 0 .28571429rem;
}

.ui.fluid.button {
	display: block;
}

.ui.two.buttons>.button {
	width: 50%;
}

.ui.three.buttons {
	width: 100%;
}

.ui.three.buttons>.button {
	width: 33.333%;
}

.ui.four.buttons {
	width: 100%;
}

.ui.four.buttons>.button {
	width: 25%;
}

.ui.five.buttons {
	width: 100%;
}

.ui.five.buttons>.button {
	width: 20%;
}

.ui.six.buttons {
	width: 100%;
}

.ui.six.buttons>.button {
	width: 16.666%;
}

.ui.seven.buttons {
	width: 100%;
}

.ui.seven.buttons>.button {
	width: 14.285%;
}

.ui.eight.buttons {
	width: 100%;
}

.ui.eight.buttons>.button {
	width: 12.5%;
}

.ui.nine.buttons {
	width: 100%;
}

.ui.nine.buttons>.button {
	width: 11.11%;
}

.ui.ten.buttons {
	width: 100%;
}

.ui.ten.buttons>.button {
	width: 10%;
}

.ui.eleven.buttons {
	width: 100%;
}

.ui.eleven.buttons>.button {
	width: 9.09%;
}

.ui.twelve.buttons {
	width: 100%;
}

.ui.twelve.buttons>.button {
	width: 8.3333%;
}

.ui.fluid.vertical.buttons,.ui.fluid.vertical.buttons>.button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: auto;
}

.ui.two.vertical.buttons>.button {
	height: 50%;
}

.ui.three.vertical.buttons>.button {
	height: 33.333%;
}

.ui.four.vertical.buttons>.button {
	height: 25%;
}

.ui.five.vertical.buttons>.button {
	height: 20%;
}

.ui.six.vertical.buttons>.button {
	height: 16.666%;
}

.ui.seven.vertical.buttons>.button {
	height: 14.285%;
}

.ui.eight.vertical.buttons>.button {
	height: 12.5%;
}

.ui.nine.vertical.buttons>.button {
	height: 11.11%;
}

.ui.ten.vertical.buttons>.button {
	height: 10%;
}

.ui.eleven.vertical.buttons>.button {
	height: 9.09%;
}

.ui.twelve.vertical.buttons>.button {
	height: 8.3333%;
}

.ui.black.button,.ui.black.buttons .button {
	background-color: #1B1C1D;
	color: #FFF;
	text-shadow: none;
	background-image: none;
}

.ui.black.button {
	-webkit-box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
	box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
}

.ui.black.button:hover,.ui.black.buttons .button:hover {
	background-color: #27292a;
	color: #FFF;
	text-shadow: none;
}

.ui.black.button:focus,.ui.black.buttons .button:focus {
	background-color: #2f3032;
	color: #FFF;
	text-shadow: none;
}

.ui.black.button:active,.ui.black.buttons .button:active {
	background-color: #343637;
	color: #FFF;
	text-shadow: none;
}

.ui.black.active.button,.ui.black.button .active.button:active,.ui.black.buttons .active.button,.ui.black.buttons .active.button:active {
	background-color: #0f0f10;
	color: #FFF;
	text-shadow: none;
}

.ui.basic.black.button,.ui.basic.black.buttons .button {
	-webkit-box-shadow: 0 0 0 1px #1B1C1D inset!important;
	box-shadow: 0 0 0 1px #1B1C1D inset!important;
	color: #1B1C1D!important;
}

.ui.basic.black.button:hover,.ui.basic.black.buttons .button:hover {
	background: 0 0!important;
	-webkit-box-shadow: 0 0 0 1px #27292a inset!important;
	box-shadow: 0 0 0 1px #27292a inset!important;
	color: #27292a!important;
}

.ui.basic.black.button:focus,.ui.basic.black.buttons .button:focus {
	background: 0 0!important;
	-webkit-box-shadow: 0 0 0 1px #2f3032 inset!important;
	box-shadow: 0 0 0 1px #2f3032 inset!important;
	color: #27292a!important;
}

.ui.basic.black.active.button,.ui.basic.black.buttons .active.button {
	background: 0 0!important;
	-webkit-box-shadow: 0 0 0 1px #0f0f10 inset!important;
	box-shadow: 0 0 0 1px #0f0f10 inset!important;
	color: #343637!important;
}

.ui.basic.black.button:active,.ui.basic.black.buttons .button:active {
	-webkit-box-shadow: 0 0 0 1px #343637 inset!important;
	box-shadow: 0 0 0 1px #343637 inset!important;
	color: #343637!important;
}

.ui.inverted.black.button,.ui.inverted.black.buttons .button {
	background-color: transparent;
	-webkit-box-shadow: 0 0 0 2px #D4D4D5 inset!important;
	box-shadow: 0 0 0 2px #D4D4D5 inset!important;
	color: #FFF;
}

.ui.inverted.black.button.active,.ui.inverted.black.button:active,.ui.inverted.black.button:focus,.ui.inverted.black.button:hover,.ui.inverted.black.buttons .button.active,.ui.inverted.black.buttons .button:active,.ui.inverted.black.buttons .button:focus,.ui.inverted.black.buttons .button:hover {
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	color: #FFF;
}

.ui.inverted.black.active.button,.ui.inverted.black.button:active,.ui.inverted.black.button:focus,.ui.inverted.black.button:hover,.ui.inverted.black.buttons .active.button,.ui.inverted.black.buttons .button:active,.ui.inverted.black.buttons .button:focus,.ui.inverted.black.buttons .button:hover {
	background-color: #000;
}

.ui.inverted.black.basic.button,.ui.inverted.black.basic.buttons .button,.ui.inverted.black.buttons .basic.button {
	background-color: transparent;
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,.5) inset!important;
	box-shadow: 0 0 0 2px rgba(255,255,255,.5) inset!important;
	color: #FFF!important;
}

.ui.inverted.black.basic.button:hover,.ui.inverted.black.basic.buttons .button:hover,.ui.inverted.black.buttons .basic.button:hover {
	-webkit-box-shadow: 0 0 0 2px #000 inset!important;
	box-shadow: 0 0 0 2px #000 inset!important;
	color: #FFF!important;
}

.ui.inverted.black.basic.button:focus,.ui.inverted.black.basic.buttons .button:focus {
	-webkit-box-shadow: 0 0 0 2px #000 inset!important;
	box-shadow: 0 0 0 2px #000 inset!important;
	color: #545454!important;
}

.ui.inverted.black.basic.active.button,.ui.inverted.black.basic.button:active,.ui.inverted.black.basic.buttons .active.button,.ui.inverted.black.basic.buttons .button:active,.ui.inverted.black.buttons .basic.active.button,.ui.inverted.black.buttons .basic.button:active {
	-webkit-box-shadow: 0 0 0 2px #000 inset!important;
	box-shadow: 0 0 0 2px #000 inset!important;
	color: #FFF!important;
}

.ui.grey.button,.ui.grey.buttons .button {
	background-color: #767676;
	color: #FFF;
	text-shadow: none;
	background-image: none;
}

.ui.grey.button {
	-webkit-box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
	box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
}

.ui.grey.button:hover,.ui.grey.buttons .button:hover {
	background-color: #838383;
	color: #FFF;
	text-shadow: none;
}

.ui.grey.button:focus,.ui.grey.buttons .button:focus {
	background-color: #8a8a8a;
	color: #FFF;
	text-shadow: none;
}

.ui.grey.button:active,.ui.grey.buttons .button:active {
	background-color: #909090;
	color: #FFF;
	text-shadow: none;
}

.ui.grey.active.button,.ui.grey.button .active.button:active,.ui.grey.buttons .active.button,.ui.grey.buttons .active.button:active {
	background-color: #696969;
	color: #FFF;
	text-shadow: none;
}

.ui.basic.grey.button,.ui.basic.grey.buttons .button {
	-webkit-box-shadow: 0 0 0 1px #767676 inset!important;
	box-shadow: 0 0 0 1px #767676 inset!important;
	color: #767676!important;
}

.ui.basic.grey.button:hover,.ui.basic.grey.buttons .button:hover {
	background: 0 0!important;
	-webkit-box-shadow: 0 0 0 1px #838383 inset!important;
	box-shadow: 0 0 0 1px #838383 inset!important;
	color: #838383!important;
}

.ui.basic.grey.button:focus,.ui.basic.grey.buttons .button:focus {
	background: 0 0!important;
	-webkit-box-shadow: 0 0 0 1px #8a8a8a inset!important;
	box-shadow: 0 0 0 1px #8a8a8a inset!important;
	color: #838383!important;
}

.ui.basic.grey.active.button,.ui.basic.grey.buttons .active.button {
	background: 0 0!important;
	-webkit-box-shadow: 0 0 0 1px #696969 inset!important;
	box-shadow: 0 0 0 1px #696969 inset!important;
	color: #909090!important;
}

.ui.basic.grey.button:active,.ui.basic.grey.buttons .button:active {
	-webkit-box-shadow: 0 0 0 1px #909090 inset!important;
	box-shadow: 0 0 0 1px #909090 inset!important;
	color: #909090!important;
}

.ui.inverted.grey.button,.ui.inverted.grey.buttons .button {
	background-color: transparent;
	-webkit-box-shadow: 0 0 0 2px #D4D4D5 inset!important;
	box-shadow: 0 0 0 2px #D4D4D5 inset!important;
	color: #FFF;
}

.ui.inverted.grey.button.active,.ui.inverted.grey.button:active,.ui.inverted.grey.button:focus,.ui.inverted.grey.button:hover,.ui.inverted.grey.buttons .button.active,.ui.inverted.grey.buttons .button:active,.ui.inverted.grey.buttons .button:focus,.ui.inverted.grey.buttons .button:hover {
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	color: rgba(0,0,0,.6);
}

.ui.inverted.grey.button:hover,.ui.inverted.grey.buttons .button:hover {
	background-color: #cfd0d2;
}

.ui.inverted.grey.button:focus,.ui.inverted.grey.buttons .button:focus {
	background-color: #c7c9cb;
}

.ui.inverted.grey.active.button,.ui.inverted.grey.buttons .active.button {
	background-color: #cfd0d2;
}

.ui.inverted.grey.button:active,.ui.inverted.grey.buttons .button:active {
	background-color: #c2c4c5;
}

.ui.inverted.grey.basic.button,.ui.inverted.grey.basic.buttons .button,.ui.inverted.grey.buttons .basic.button {
	background-color: transparent;
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,.5) inset!important;
	box-shadow: 0 0 0 2px rgba(255,255,255,.5) inset!important;
	color: #FFF!important;
}

.ui.inverted.grey.basic.button:hover,.ui.inverted.grey.basic.buttons .button:hover,.ui.inverted.grey.buttons .basic.button:hover {
	-webkit-box-shadow: 0 0 0 2px #cfd0d2 inset!important;
	box-shadow: 0 0 0 2px #cfd0d2 inset!important;
	color: #FFF!important;
}

.ui.inverted.grey.basic.button:focus,.ui.inverted.grey.basic.buttons .button:focus {
	-webkit-box-shadow: 0 0 0 2px #c7c9cb inset!important;
	box-shadow: 0 0 0 2px #c7c9cb inset!important;
	color: #DCDDDE!important;
}

.ui.inverted.grey.basic.active.button,.ui.inverted.grey.basic.buttons .active.button,.ui.inverted.grey.buttons .basic.active.button {
	-webkit-box-shadow: 0 0 0 2px #cfd0d2 inset!important;
	box-shadow: 0 0 0 2px #cfd0d2 inset!important;
	color: #FFF!important;
}

.ui.inverted.grey.basic.button:active,.ui.inverted.grey.basic.buttons .button:active,.ui.inverted.grey.buttons .basic.button:active {
	-webkit-box-shadow: 0 0 0 2px #c2c4c5 inset!important;
	box-shadow: 0 0 0 2px #c2c4c5 inset!important;
	color: #FFF!important;
}

.ui.brown.button,.ui.brown.buttons .button {
	background-color: #A5673F;
	color: #FFF;
	text-shadow: none;
	background-image: none;
}

.ui.brown.button {
	-webkit-box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
	box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
}

.ui.brown.button:hover,.ui.brown.buttons .button:hover {
	background-color: #975b33;
	color: #FFF;
	text-shadow: none;
}

.ui.brown.button:focus,.ui.brown.buttons .button:focus {
	background-color: #90532b;
	color: #FFF;
	text-shadow: none;
}

.ui.brown.button:active,.ui.brown.buttons .button:active {
	background-color: #805031;
	color: #FFF;
	text-shadow: none;
}

.ui.brown.active.button,.ui.brown.button .active.button:active,.ui.brown.buttons .active.button,.ui.brown.buttons .active.button:active {
	background-color: #995a31;
	color: #FFF;
	text-shadow: none;
}

.ui.basic.brown.button,.ui.basic.brown.buttons .button {
	-webkit-box-shadow: 0 0 0 1px #A5673F inset!important;
	box-shadow: 0 0 0 1px #A5673F inset!important;
	color: #A5673F!important;
}

.ui.basic.brown.button:hover,.ui.basic.brown.buttons .button:hover {
	background: 0 0!important;
	-webkit-box-shadow: 0 0 0 1px #975b33 inset!important;
	box-shadow: 0 0 0 1px #975b33 inset!important;
	color: #975b33!important;
}

.ui.basic.brown.button:focus,.ui.basic.brown.buttons .button:focus {
	background: 0 0!important;
	-webkit-box-shadow: 0 0 0 1px #90532b inset!important;
	box-shadow: 0 0 0 1px #90532b inset!important;
	color: #975b33!important;
}

.ui.basic.brown.active.button,.ui.basic.brown.buttons .active.button {
	background: 0 0!important;
	-webkit-box-shadow: 0 0 0 1px #995a31 inset!important;
	box-shadow: 0 0 0 1px #995a31 inset!important;
	color: #805031!important;
}

.ui.basic.brown.button:active,.ui.basic.brown.buttons .button:active {
	-webkit-box-shadow: 0 0 0 1px #805031 inset!important;
	box-shadow: 0 0 0 1px #805031 inset!important;
	color: #805031!important;
}

.ui.inverted.brown.button,.ui.inverted.brown.buttons .button {
	background-color: transparent;
	-webkit-box-shadow: 0 0 0 2px #D67C1C inset!important;
	box-shadow: 0 0 0 2px #D67C1C inset!important;
	color: #D67C1C;
}

.ui.inverted.brown.button.active,.ui.inverted.brown.button:active,.ui.inverted.brown.button:focus,.ui.inverted.brown.button:hover,.ui.inverted.brown.buttons .button.active,.ui.inverted.brown.buttons .button:active,.ui.inverted.brown.buttons .button:focus,.ui.inverted.brown.buttons .button:hover {
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	color: #FFF;
}

.ui.inverted.brown.button:hover,.ui.inverted.brown.buttons .button:hover {
	background-color: #c86f11;
}

.ui.inverted.brown.button:focus,.ui.inverted.brown.buttons .button:focus {
	background-color: #c16808;
}

.ui.inverted.brown.active.button,.ui.inverted.brown.buttons .active.button {
	background-color: #cc6f0d;
}

.ui.inverted.brown.button:active,.ui.inverted.brown.buttons .button:active {
	background-color: #a96216;
}

.ui.inverted.brown.basic.button,.ui.inverted.brown.basic.buttons .button,.ui.inverted.brown.buttons .basic.button {
	background-color: transparent;
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,.5) inset!important;
	box-shadow: 0 0 0 2px rgba(255,255,255,.5) inset!important;
	color: #FFF!important;
}

.ui.inverted.brown.basic.button:hover,.ui.inverted.brown.basic.buttons .button:hover,.ui.inverted.brown.buttons .basic.button:hover {
	-webkit-box-shadow: 0 0 0 2px #c86f11 inset!important;
	box-shadow: 0 0 0 2px #c86f11 inset!important;
	color: #D67C1C!important;
}

.ui.inverted.brown.basic.button:focus,.ui.inverted.brown.basic.buttons .button:focus {
	-webkit-box-shadow: 0 0 0 2px #c16808 inset!important;
	box-shadow: 0 0 0 2px #c16808 inset!important;
	color: #D67C1C!important;
}

.ui.inverted.brown.basic.active.button,.ui.inverted.brown.basic.buttons .active.button,.ui.inverted.brown.buttons .basic.active.button {
	-webkit-box-shadow: 0 0 0 2px #cc6f0d inset!important;
	box-shadow: 0 0 0 2px #cc6f0d inset!important;
	color: #D67C1C!important;
}

.ui.inverted.brown.basic.button:active,.ui.inverted.brown.basic.buttons .button:active,.ui.inverted.brown.buttons .basic.button:active {
	-webkit-box-shadow: 0 0 0 2px #a96216 inset!important;
	box-shadow: 0 0 0 2px #a96216 inset!important;
	color: #D67C1C!important;
}

.ui.blue.button,.ui.blue.buttons .button {
	background-color: #2185D0;
	color: #FFF;
	text-shadow: none;
	background-image: none;
}

.ui.blue.button {
	-webkit-box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
	box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
}

.ui.blue.button:hover,.ui.blue.buttons .button:hover {
	background-color: #1678c2;
	color: #FFF;
	text-shadow: none;
}

.ui.blue.button:focus,.ui.blue.buttons .button:focus {
	background-color: #0d71bb;
	color: #FFF;
	text-shadow: none;
}

.ui.blue.button:active,.ui.blue.buttons .button:active {
	background-color: #1a69a4;
	color: #FFF;
	text-shadow: none;
}

.ui.blue.active.button,.ui.blue.button .active.button:active,.ui.blue.buttons .active.button,.ui.blue.buttons .active.button:active {
	background-color: #1279c6;
	color: #FFF;
	text-shadow: none;
}

.ui.basic.blue.button,.ui.basic.blue.buttons .button {
	-webkit-box-shadow: 0 0 0 1px #2185D0 inset!important;
	box-shadow: 0 0 0 1px #2185D0 inset!important;
	color: #2185D0!important;
}

.ui.basic.blue.button:hover,.ui.basic.blue.buttons .button:hover {
	background: 0 0!important;
	-webkit-box-shadow: 0 0 0 1px #1678c2 inset!important;
	box-shadow: 0 0 0 1px #1678c2 inset!important;
	color: #1678c2!important;
}

.ui.basic.blue.button:focus,.ui.basic.blue.buttons .button:focus {
	background: 0 0!important;
	-webkit-box-shadow: 0 0 0 1px #0d71bb inset!important;
	box-shadow: 0 0 0 1px #0d71bb inset!important;
	color: #1678c2!important;
}

.ui.basic.blue.active.button,.ui.basic.blue.buttons .active.button {
	background: 0 0!important;
	-webkit-box-shadow: 0 0 0 1px #1279c6 inset!important;
	box-shadow: 0 0 0 1px #1279c6 inset!important;
	color: #1a69a4!important;
}

.ui.basic.blue.button:active,.ui.basic.blue.buttons .button:active {
	-webkit-box-shadow: 0 0 0 1px #1a69a4 inset!important;
	box-shadow: 0 0 0 1px #1a69a4 inset!important;
	color: #1a69a4!important;
}

.ui.inverted.blue.button,.ui.inverted.blue.buttons .button {
	background-color: transparent;
	-webkit-box-shadow: 0 0 0 2px #54C8FF inset!important;
	box-shadow: 0 0 0 2px #54C8FF inset!important;
	color: #54C8FF;
}

.ui.inverted.blue.button.active,.ui.inverted.blue.button:active,.ui.inverted.blue.button:focus,.ui.inverted.blue.button:hover,.ui.inverted.blue.buttons .button.active,.ui.inverted.blue.buttons .button:active,.ui.inverted.blue.buttons .button:focus,.ui.inverted.blue.buttons .button:hover {
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	color: #FFF;
}

.ui.inverted.blue.button:hover,.ui.inverted.blue.buttons .button:hover {
	background-color: #3ac0ff;
}

.ui.inverted.blue.button:focus,.ui.inverted.blue.buttons .button:focus {
	background-color: #2bbbff;
}

.ui.inverted.blue.active.button,.ui.inverted.blue.buttons .active.button {
	background-color: #3ac0ff;
}

.ui.inverted.blue.button:active,.ui.inverted.blue.buttons .button:active {
	background-color: #21b8ff;
}

.ui.inverted.blue.basic.button,.ui.inverted.blue.basic.buttons .button,.ui.inverted.blue.buttons .basic.button {
	background-color: transparent;
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,.5) inset!important;
	box-shadow: 0 0 0 2px rgba(255,255,255,.5) inset!important;
	color: #FFF!important;
}

.ui.inverted.blue.basic.button:hover,.ui.inverted.blue.basic.buttons .button:hover,.ui.inverted.blue.buttons .basic.button:hover {
	-webkit-box-shadow: 0 0 0 2px #3ac0ff inset!important;
	box-shadow: 0 0 0 2px #3ac0ff inset!important;
	color: #54C8FF!important;
}

.ui.inverted.blue.basic.button:focus,.ui.inverted.blue.basic.buttons .button:focus {
	-webkit-box-shadow: 0 0 0 2px #2bbbff inset!important;
	box-shadow: 0 0 0 2px #2bbbff inset!important;
	color: #54C8FF!important;
}

.ui.inverted.blue.basic.active.button,.ui.inverted.blue.basic.buttons .active.button,.ui.inverted.blue.buttons .basic.active.button {
	-webkit-box-shadow: 0 0 0 2px #3ac0ff inset!important;
	box-shadow: 0 0 0 2px #3ac0ff inset!important;
	color: #54C8FF!important;
}

.ui.inverted.blue.basic.button:active,.ui.inverted.blue.basic.buttons .button:active,.ui.inverted.blue.buttons .basic.button:active {
	-webkit-box-shadow: 0 0 0 2px #21b8ff inset!important;
	box-shadow: 0 0 0 2px #21b8ff inset!important;
	color: #54C8FF!important;
}

.ui.green.button,.ui.green.buttons .button {
	background-color: #21BA45;
	color: #FFF;
	text-shadow: none;
	background-image: none;
}

.ui.green.button {
	-webkit-box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
	box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
}

.ui.green.button:hover,.ui.green.buttons .button:hover {
	background-color: #16ab39;
	color: #FFF;
	text-shadow: none;
}

.ui.green.button:focus,.ui.green.buttons .button:focus {
	background-color: #0ea432;
	color: #FFF;
	text-shadow: none;
}

.ui.green.button:active,.ui.green.buttons .button:active {
	background-color: #198f35;
	color: #FFF;
	text-shadow: none;
}

.ui.green.active.button,.ui.green.button .active.button:active,.ui.green.buttons .active.button,.ui.green.buttons .active.button:active {
	background-color: #13ae38;
	color: #FFF;
	text-shadow: none;
}

.ui.basic.green.button,.ui.basic.green.buttons .button {
	-webkit-box-shadow: 0 0 0 1px #21BA45 inset!important;
	box-shadow: 0 0 0 1px #21BA45 inset!important;
	color: #21BA45!important;
}

.ui.basic.green.button:hover,.ui.basic.green.buttons .button:hover {
	background: 0 0!important;
	-webkit-box-shadow: 0 0 0 1px #16ab39 inset!important;
	box-shadow: 0 0 0 1px #16ab39 inset!important;
	color: #16ab39!important;
}

.ui.basic.green.button:focus,.ui.basic.green.buttons .button:focus {
	background: 0 0!important;
	-webkit-box-shadow: 0 0 0 1px #0ea432 inset!important;
	box-shadow: 0 0 0 1px #0ea432 inset!important;
	color: #16ab39!important;
}

.ui.basic.green.active.button,.ui.basic.green.buttons .active.button {
	background: 0 0!important;
	-webkit-box-shadow: 0 0 0 1px #13ae38 inset!important;
	box-shadow: 0 0 0 1px #13ae38 inset!important;
	color: #198f35!important;
}

.ui.basic.green.button:active,.ui.basic.green.buttons .button:active {
	-webkit-box-shadow: 0 0 0 1px #198f35 inset!important;
	box-shadow: 0 0 0 1px #198f35 inset!important;
	color: #198f35!important;
}

.ui.inverted.green.button,.ui.inverted.green.buttons .button {
	background-color: transparent;
	-webkit-box-shadow: 0 0 0 2px #2ECC40 inset!important;
	box-shadow: 0 0 0 2px #2ECC40 inset!important;
	color: #2ECC40;
}

.ui.inverted.green.button.active,.ui.inverted.green.button:active,.ui.inverted.green.button:focus,.ui.inverted.green.button:hover,.ui.inverted.green.buttons .button.active,.ui.inverted.green.buttons .button:active,.ui.inverted.green.buttons .button:focus,.ui.inverted.green.buttons .button:hover {
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	color: #FFF;
}

.ui.inverted.green.button:hover,.ui.inverted.green.buttons .button:hover {
	background-color: #22be34;
}

.ui.inverted.green.button:focus,.ui.inverted.green.buttons .button:focus {
	background-color: #19b82b;
}

.ui.inverted.green.active.button,.ui.inverted.green.buttons .active.button {
	background-color: #1fc231;
}

.ui.inverted.green.button:active,.ui.inverted.green.buttons .button:active {
	background-color: #25a233;
}

.ui.inverted.green.basic.button,.ui.inverted.green.basic.buttons .button,.ui.inverted.green.buttons .basic.button {
	background-color: transparent;
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,.5) inset!important;
	box-shadow: 0 0 0 2px rgba(255,255,255,.5) inset!important;
	color: #FFF!important;
}

.ui.inverted.green.basic.button:hover,.ui.inverted.green.basic.buttons .button:hover,.ui.inverted.green.buttons .basic.button:hover {
	-webkit-box-shadow: 0 0 0 2px #22be34 inset!important;
	box-shadow: 0 0 0 2px #22be34 inset!important;
	color: #2ECC40!important;
}

.ui.inverted.green.basic.button:focus,.ui.inverted.green.basic.buttons .button:focus {
	-webkit-box-shadow: 0 0 0 2px #19b82b inset!important;
	box-shadow: 0 0 0 2px #19b82b inset!important;
	color: #2ECC40!important;
}

.ui.inverted.green.basic.active.button,.ui.inverted.green.basic.buttons .active.button,.ui.inverted.green.buttons .basic.active.button {
	-webkit-box-shadow: 0 0 0 2px #1fc231 inset!important;
	box-shadow: 0 0 0 2px #1fc231 inset!important;
	color: #2ECC40!important;
}

.ui.inverted.green.basic.button:active,.ui.inverted.green.basic.buttons .button:active,.ui.inverted.green.buttons .basic.button:active {
	-webkit-box-shadow: 0 0 0 2px #25a233 inset!important;
	box-shadow: 0 0 0 2px #25a233 inset!important;
	color: #2ECC40!important;
}

.ui.orange.button,.ui.orange.buttons .button {
	background-color: #F2711C;
	color: #FFF;
	text-shadow: none;
	background-image: none;
}

.ui.orange.button {
	-webkit-box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
	box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
}

.ui.orange.button:hover,.ui.orange.buttons .button:hover {
	background-color: #f26202;
	color: #FFF;
	text-shadow: none;
}

.ui.orange.button:focus,.ui.orange.buttons .button:focus {
	background-color: #e55b00;
	color: #FFF;
	text-shadow: none;
}

.ui.orange.button:active,.ui.orange.buttons .button:active {
	background-color: #cf590c;
	color: #FFF;
	text-shadow: none;
}

.ui.orange.active.button,.ui.orange.button .active.button:active,.ui.orange.buttons .active.button,.ui.orange.buttons .active.button:active {
	background-color: #f56100;
	color: #FFF;
	text-shadow: none;
}

.ui.basic.orange.button,.ui.basic.orange.buttons .button {
	-webkit-box-shadow: 0 0 0 1px #F2711C inset!important;
	box-shadow: 0 0 0 1px #F2711C inset!important;
	color: #F2711C!important;
}

.ui.basic.orange.button:hover,.ui.basic.orange.buttons .button:hover {
	background: 0 0!important;
	-webkit-box-shadow: 0 0 0 1px #f26202 inset!important;
	box-shadow: 0 0 0 1px #f26202 inset!important;
	color: #f26202!important;
}

.ui.basic.orange.button:focus,.ui.basic.orange.buttons .button:focus {
	background: 0 0!important;
	-webkit-box-shadow: 0 0 0 1px #e55b00 inset!important;
	box-shadow: 0 0 0 1px #e55b00 inset!important;
	color: #f26202!important;
}

.ui.basic.orange.active.button,.ui.basic.orange.buttons .active.button {
	background: 0 0!important;
	-webkit-box-shadow: 0 0 0 1px #f56100 inset!important;
	box-shadow: 0 0 0 1px #f56100 inset!important;
	color: #cf590c!important;
}

.ui.basic.orange.button:active,.ui.basic.orange.buttons .button:active {
	-webkit-box-shadow: 0 0 0 1px #cf590c inset!important;
	box-shadow: 0 0 0 1px #cf590c inset!important;
	color: #cf590c!important;
}

.ui.inverted.orange.button,.ui.inverted.orange.buttons .button {
	background-color: transparent;
	-webkit-box-shadow: 0 0 0 2px #FF851B inset!important;
	box-shadow: 0 0 0 2px #FF851B inset!important;
	color: #FF851B;
}

.ui.inverted.orange.button.active,.ui.inverted.orange.button:active,.ui.inverted.orange.button:focus,.ui.inverted.orange.button:hover,.ui.inverted.orange.buttons .button.active,.ui.inverted.orange.buttons .button:active,.ui.inverted.orange.buttons .button:focus,.ui.inverted.orange.buttons .button:hover {
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	color: #FFF;
}

.ui.inverted.orange.button:hover,.ui.inverted.orange.buttons .button:hover {
	background-color: #ff7701;
}

.ui.inverted.orange.button:focus,.ui.inverted.orange.buttons .button:focus {
	background-color: #f17000;
}

.ui.inverted.orange.active.button,.ui.inverted.orange.buttons .active.button {
	background-color: #ff7701;
}

.ui.inverted.orange.button:active,.ui.inverted.orange.buttons .button:active {
	background-color: #e76b00;
}

.ui.inverted.orange.basic.button,.ui.inverted.orange.basic.buttons .button,.ui.inverted.orange.buttons .basic.button {
	background-color: transparent;
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,.5) inset!important;
	box-shadow: 0 0 0 2px rgba(255,255,255,.5) inset!important;
	color: #FFF!important;
}

.ui.inverted.orange.basic.button:hover,.ui.inverted.orange.basic.buttons .button:hover,.ui.inverted.orange.buttons .basic.button:hover {
	-webkit-box-shadow: 0 0 0 2px #ff7701 inset!important;
	box-shadow: 0 0 0 2px #ff7701 inset!important;
	color: #FF851B!important;
}

.ui.inverted.orange.basic.button:focus,.ui.inverted.orange.basic.buttons .button:focus {
	-webkit-box-shadow: 0 0 0 2px #f17000 inset!important;
	box-shadow: 0 0 0 2px #f17000 inset!important;
	color: #FF851B!important;
}

.ui.inverted.orange.basic.active.button,.ui.inverted.orange.basic.buttons .active.button,.ui.inverted.orange.buttons .basic.active.button {
	-webkit-box-shadow: 0 0 0 2px #ff7701 inset!important;
	box-shadow: 0 0 0 2px #ff7701 inset!important;
	color: #FF851B!important;
}

.ui.inverted.orange.basic.button:active,.ui.inverted.orange.basic.buttons .button:active,.ui.inverted.orange.buttons .basic.button:active {
	-webkit-box-shadow: 0 0 0 2px #e76b00 inset!important;
	box-shadow: 0 0 0 2px #e76b00 inset!important;
	color: #FF851B!important;
}

.ui.pink.button,.ui.pink.buttons .button {
	background-color: #E03997;
	color: #FFF;
	text-shadow: none;
	background-image: none;
}

.ui.pink.button {
	-webkit-box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
	box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
}

.ui.pink.button:hover,.ui.pink.buttons .button:hover {
	background-color: #e61a8d;
	color: #FFF;
	text-shadow: none;
}

.ui.pink.button:focus,.ui.pink.buttons .button:focus {
	background-color: #e10f85;
	color: #FFF;
	text-shadow: none;
}

.ui.pink.button:active,.ui.pink.buttons .button:active {
	background-color: #c71f7e;
	color: #FFF;
	text-shadow: none;
}

.ui.pink.active.button,.ui.pink.button .active.button:active,.ui.pink.buttons .active.button,.ui.pink.buttons .active.button:active {
	background-color: #ea158d;
	color: #FFF;
	text-shadow: none;
}

.ui.basic.pink.button,.ui.basic.pink.buttons .button {
	-webkit-box-shadow: 0 0 0 1px #E03997 inset!important;
	box-shadow: 0 0 0 1px #E03997 inset!important;
	color: #E03997!important;
}

.ui.basic.pink.button:hover,.ui.basic.pink.buttons .button:hover {
	background: 0 0!important;
	-webkit-box-shadow: 0 0 0 1px #e61a8d inset!important;
	box-shadow: 0 0 0 1px #e61a8d inset!important;
	color: #e61a8d!important;
}

.ui.basic.pink.button:focus,.ui.basic.pink.buttons .button:focus {
	background: 0 0!important;
	-webkit-box-shadow: 0 0 0 1px #e10f85 inset!important;
	box-shadow: 0 0 0 1px #e10f85 inset!important;
	color: #e61a8d!important;
}

.ui.basic.pink.active.button,.ui.basic.pink.buttons .active.button {
	background: 0 0!important;
	-webkit-box-shadow: 0 0 0 1px #ea158d inset!important;
	box-shadow: 0 0 0 1px #ea158d inset!important;
	color: #c71f7e!important;
}

.ui.basic.pink.button:active,.ui.basic.pink.buttons .button:active {
	-webkit-box-shadow: 0 0 0 1px #c71f7e inset!important;
	box-shadow: 0 0 0 1px #c71f7e inset!important;
	color: #c71f7e!important;
}

.ui.inverted.pink.button,.ui.inverted.pink.buttons .button {
	background-color: transparent;
	-webkit-box-shadow: 0 0 0 2px #FF8EDF inset!important;
	box-shadow: 0 0 0 2px #FF8EDF inset!important;
	color: #FF8EDF;
}

.ui.inverted.pink.button.active,.ui.inverted.pink.button:active,.ui.inverted.pink.button:focus,.ui.inverted.pink.button:hover,.ui.inverted.pink.buttons .button.active,.ui.inverted.pink.buttons .button:active,.ui.inverted.pink.buttons .button:focus,.ui.inverted.pink.buttons .button:hover {
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	color: #FFF;
}

.ui.inverted.pink.button:hover,.ui.inverted.pink.buttons .button:hover {
	background-color: #ff74d8;
}

.ui.inverted.pink.button:focus,.ui.inverted.pink.buttons .button:focus {
	background-color: #ff65d3;
}

.ui.inverted.pink.active.button,.ui.inverted.pink.buttons .active.button {
	background-color: #ff74d8;
}

.ui.inverted.pink.button:active,.ui.inverted.pink.buttons .button:active {
	background-color: #ff5bd1;
}

.ui.inverted.pink.basic.button,.ui.inverted.pink.basic.buttons .button,.ui.inverted.pink.buttons .basic.button {
	background-color: transparent;
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,.5) inset!important;
	box-shadow: 0 0 0 2px rgba(255,255,255,.5) inset!important;
	color: #FFF!important;
}

.ui.inverted.pink.basic.button:hover,.ui.inverted.pink.basic.buttons .button:hover,.ui.inverted.pink.buttons .basic.button:hover {
	-webkit-box-shadow: 0 0 0 2px #ff74d8 inset!important;
	box-shadow: 0 0 0 2px #ff74d8 inset!important;
	color: #FF8EDF!important;
}

.ui.inverted.pink.basic.button:focus,.ui.inverted.pink.basic.buttons .button:focus {
	-webkit-box-shadow: 0 0 0 2px #ff65d3 inset!important;
	box-shadow: 0 0 0 2px #ff65d3 inset!important;
	color: #FF8EDF!important;
}

.ui.inverted.pink.basic.active.button,.ui.inverted.pink.basic.buttons .active.button,.ui.inverted.pink.buttons .basic.active.button {
	-webkit-box-shadow: 0 0 0 2px #ff74d8 inset!important;
	box-shadow: 0 0 0 2px #ff74d8 inset!important;
	color: #FF8EDF!important;
}

.ui.inverted.pink.basic.button:active,.ui.inverted.pink.basic.buttons .button:active,.ui.inverted.pink.buttons .basic.button:active {
	-webkit-box-shadow: 0 0 0 2px #ff5bd1 inset!important;
	box-shadow: 0 0 0 2px #ff5bd1 inset!important;
	color: #FF8EDF!important;
}

.ui.violet.button,.ui.violet.buttons .button {
	background-color: #6435C9;
	color: #FFF;
	text-shadow: none;
	background-image: none;
}

.ui.violet.button {
	-webkit-box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
	box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
}

.ui.violet.button:hover,.ui.violet.buttons .button:hover {
	background-color: #5829bb;
	color: #FFF;
	text-shadow: none;
}

.ui.violet.button:focus,.ui.violet.buttons .button:focus {
	background-color: #4f20b5;
	color: #FFF;
	text-shadow: none;
}

.ui.violet.button:active,.ui.violet.buttons .button:active {
	background-color: #502aa1;
	color: #FFF;
	text-shadow: none;
}

.ui.violet.active.button,.ui.violet.button .active.button:active,.ui.violet.buttons .active.button,.ui.violet.buttons .active.button:active {
	background-color: #5626bf;
	color: #FFF;
	text-shadow: none;
}

.ui.basic.violet.button,.ui.basic.violet.buttons .button {
	-webkit-box-shadow: 0 0 0 1px #6435C9 inset!important;
	box-shadow: 0 0 0 1px #6435C9 inset!important;
	color: #6435C9!important;
}

.ui.basic.violet.button:hover,.ui.basic.violet.buttons .button:hover {
	background: 0 0!important;
	-webkit-box-shadow: 0 0 0 1px #5829bb inset!important;
	box-shadow: 0 0 0 1px #5829bb inset!important;
	color: #5829bb!important;
}

.ui.basic.violet.button:focus,.ui.basic.violet.buttons .button:focus {
	background: 0 0!important;
	-webkit-box-shadow: 0 0 0 1px #4f20b5 inset!important;
	box-shadow: 0 0 0 1px #4f20b5 inset!important;
	color: #5829bb!important;
}

.ui.basic.violet.active.button,.ui.basic.violet.buttons .active.button {
	background: 0 0!important;
	-webkit-box-shadow: 0 0 0 1px #5626bf inset!important;
	box-shadow: 0 0 0 1px #5626bf inset!important;
	color: #502aa1!important;
}

.ui.basic.violet.button:active,.ui.basic.violet.buttons .button:active {
	-webkit-box-shadow: 0 0 0 1px #502aa1 inset!important;
	box-shadow: 0 0 0 1px #502aa1 inset!important;
	color: #502aa1!important;
}

.ui.inverted.violet.button,.ui.inverted.violet.buttons .button {
	background-color: transparent;
	-webkit-box-shadow: 0 0 0 2px #A291FB inset!important;
	box-shadow: 0 0 0 2px #A291FB inset!important;
	color: #A291FB;
}

.ui.inverted.violet.button.active,.ui.inverted.violet.button:active,.ui.inverted.violet.button:focus,.ui.inverted.violet.button:hover,.ui.inverted.violet.buttons .button.active,.ui.inverted.violet.buttons .button:active,.ui.inverted.violet.buttons .button:focus,.ui.inverted.violet.buttons .button:hover {
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	color: #FFF;
}

.ui.inverted.violet.button:hover,.ui.inverted.violet.buttons .button:hover {
	background-color: #8a73ff;
}

.ui.inverted.violet.button:focus,.ui.inverted.violet.buttons .button:focus {
	background-color: #7d64ff;
}

.ui.inverted.violet.active.button,.ui.inverted.violet.buttons .active.button {
	background-color: #8a73ff;
}

.ui.inverted.violet.button:active,.ui.inverted.violet.buttons .button:active {
	background-color: #7860f9;
}

.ui.inverted.violet.basic.button,.ui.inverted.violet.basic.buttons .button,.ui.inverted.violet.buttons .basic.button {
	background-color: transparent;
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,.5) inset!important;
	box-shadow: 0 0 0 2px rgba(255,255,255,.5) inset!important;
	color: #FFF!important;
}

.ui.inverted.violet.basic.button:hover,.ui.inverted.violet.basic.buttons .button:hover,.ui.inverted.violet.buttons .basic.button:hover {
	-webkit-box-shadow: 0 0 0 2px #8a73ff inset!important;
	box-shadow: 0 0 0 2px #8a73ff inset!important;
	color: #A291FB!important;
}

.ui.inverted.violet.basic.button:focus,.ui.inverted.violet.basic.buttons .button:focus {
	-webkit-box-shadow: 0 0 0 2px #7d64ff inset!important;
	box-shadow: 0 0 0 2px #7d64ff inset!important;
	color: #A291FB!important;
}

.ui.inverted.violet.basic.active.button,.ui.inverted.violet.basic.buttons .active.button,.ui.inverted.violet.buttons .basic.active.button {
	-webkit-box-shadow: 0 0 0 2px #8a73ff inset!important;
	box-shadow: 0 0 0 2px #8a73ff inset!important;
	color: #A291FB!important;
}

.ui.inverted.violet.basic.button:active,.ui.inverted.violet.basic.buttons .button:active,.ui.inverted.violet.buttons .basic.button:active {
	-webkit-box-shadow: 0 0 0 2px #7860f9 inset!important;
	box-shadow: 0 0 0 2px #7860f9 inset!important;
	color: #A291FB!important;
}

.ui.purple.button,.ui.purple.buttons .button {
	background-color: #A333C8;
	color: #FFF;
	text-shadow: none;
	background-image: none;
}

.ui.purple.button {
	-webkit-box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
	box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
}

.ui.purple.button:hover,.ui.purple.buttons .button:hover {
	background-color: #9627ba;
	color: #FFF;
	text-shadow: none;
}

.ui.purple.button:focus,.ui.purple.buttons .button:focus {
	background-color: #8f1eb4;
	color: #FFF;
	text-shadow: none;
}

.ui.purple.button:active,.ui.purple.buttons .button:active {
	background-color: #82299f;
	color: #FFF;
	text-shadow: none;
}

.ui.purple.active.button,.ui.purple.button .active.button:active,.ui.purple.buttons .active.button,.ui.purple.buttons .active.button:active {
	background-color: #9724be;
	color: #FFF;
	text-shadow: none;
}

.ui.basic.purple.button,.ui.basic.purple.buttons .button {
	-webkit-box-shadow: 0 0 0 1px #A333C8 inset!important;
	box-shadow: 0 0 0 1px #A333C8 inset!important;
	color: #A333C8!important;
}

.ui.basic.purple.button:hover,.ui.basic.purple.buttons .button:hover {
	background: 0 0!important;
	-webkit-box-shadow: 0 0 0 1px #9627ba inset!important;
	box-shadow: 0 0 0 1px #9627ba inset!important;
	color: #9627ba!important;
}

.ui.basic.purple.button:focus,.ui.basic.purple.buttons .button:focus {
	background: 0 0!important;
	-webkit-box-shadow: 0 0 0 1px #8f1eb4 inset!important;
	box-shadow: 0 0 0 1px #8f1eb4 inset!important;
	color: #9627ba!important;
}

.ui.basic.purple.active.button,.ui.basic.purple.buttons .active.button {
	background: 0 0!important;
	-webkit-box-shadow: 0 0 0 1px #9724be inset!important;
	box-shadow: 0 0 0 1px #9724be inset!important;
	color: #82299f!important;
}

.ui.basic.purple.button:active,.ui.basic.purple.buttons .button:active {
	-webkit-box-shadow: 0 0 0 1px #82299f inset!important;
	box-shadow: 0 0 0 1px #82299f inset!important;
	color: #82299f!important;
}

.ui.inverted.purple.button,.ui.inverted.purple.buttons .button {
	background-color: transparent;
	-webkit-box-shadow: 0 0 0 2px #DC73FF inset!important;
	box-shadow: 0 0 0 2px #DC73FF inset!important;
	color: #DC73FF;
}

.ui.inverted.purple.button.active,.ui.inverted.purple.button:active,.ui.inverted.purple.button:focus,.ui.inverted.purple.button:hover,.ui.inverted.purple.buttons .button.active,.ui.inverted.purple.buttons .button:active,.ui.inverted.purple.buttons .button:focus,.ui.inverted.purple.buttons .button:hover {
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	color: #FFF;
}

.ui.inverted.purple.button:hover,.ui.inverted.purple.buttons .button:hover {
	background-color: #d65aff;
}

.ui.inverted.purple.button:focus,.ui.inverted.purple.buttons .button:focus {
	background-color: #d24aff;
}

.ui.inverted.purple.active.button,.ui.inverted.purple.buttons .active.button {
	background-color: #d65aff;
}

.ui.inverted.purple.button:active,.ui.inverted.purple.buttons .button:active {
	background-color: #cf40ff;
}

.ui.inverted.purple.basic.button,.ui.inverted.purple.basic.buttons .button,.ui.inverted.purple.buttons .basic.button {
	background-color: transparent;
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,.5) inset!important;
	box-shadow: 0 0 0 2px rgba(255,255,255,.5) inset!important;
	color: #FFF!important;
}

.ui.inverted.purple.basic.button:hover,.ui.inverted.purple.basic.buttons .button:hover,.ui.inverted.purple.buttons .basic.button:hover {
	-webkit-box-shadow: 0 0 0 2px #d65aff inset!important;
	box-shadow: 0 0 0 2px #d65aff inset!important;
	color: #DC73FF!important;
}

.ui.inverted.purple.basic.button:focus,.ui.inverted.purple.basic.buttons .button:focus {
	-webkit-box-shadow: 0 0 0 2px #d24aff inset!important;
	box-shadow: 0 0 0 2px #d24aff inset!important;
	color: #DC73FF!important;
}

.ui.inverted.purple.basic.active.button,.ui.inverted.purple.basic.buttons .active.button,.ui.inverted.purple.buttons .basic.active.button {
	-webkit-box-shadow: 0 0 0 2px #d65aff inset!important;
	box-shadow: 0 0 0 2px #d65aff inset!important;
	color: #DC73FF!important;
}

.ui.inverted.purple.basic.button:active,.ui.inverted.purple.basic.buttons .button:active,.ui.inverted.purple.buttons .basic.button:active {
	-webkit-box-shadow: 0 0 0 2px #cf40ff inset!important;
	box-shadow: 0 0 0 2px #cf40ff inset!important;
	color: #DC73FF!important;
}

.ui.red.button,.ui.red.buttons .button {
	background-color: #DB2828;
	color: #FFF;
	text-shadow: none;
	background-image: none;
}

.ui.red.button {
	-webkit-box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
	box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
}

.ui.red.button:hover,.ui.red.buttons .button:hover {
	background-color: #d01919;
	color: #FFF;
	text-shadow: none;
}

.ui.red.button:focus,.ui.red.buttons .button:focus {
	background-color: #ca1010;
	color: #FFF;
	text-shadow: none;
}

.ui.red.button:active,.ui.red.buttons .button:active {
	background-color: #b21e1e;
	color: #FFF;
	text-shadow: none;
}

.ui.red.active.button,.ui.red.button .active.button:active,.ui.red.buttons .active.button,.ui.red.buttons .active.button:active {
	background-color: #d41515;
	color: #FFF;
	text-shadow: none;
}

.ui.basic.red.button,.ui.basic.red.buttons .button {
	-webkit-box-shadow: 0 0 0 1px #DB2828 inset!important;
	box-shadow: 0 0 0 1px #DB2828 inset!important;
	color: #DB2828!important;
}

.ui.basic.red.button:hover,.ui.basic.red.buttons .button:hover {
	background: 0 0!important;
	-webkit-box-shadow: 0 0 0 1px #d01919 inset!important;
	box-shadow: 0 0 0 1px #d01919 inset!important;
	color: #d01919!important;
}

.ui.basic.red.button:focus,.ui.basic.red.buttons .button:focus {
	background: 0 0!important;
	-webkit-box-shadow: 0 0 0 1px #ca1010 inset!important;
	box-shadow: 0 0 0 1px #ca1010 inset!important;
	color: #d01919!important;
}

.ui.basic.red.active.button,.ui.basic.red.buttons .active.button {
	background: 0 0!important;
	-webkit-box-shadow: 0 0 0 1px #d41515 inset!important;
	box-shadow: 0 0 0 1px #d41515 inset!important;
	color: #b21e1e!important;
}

.ui.basic.red.button:active,.ui.basic.red.buttons .button:active {
	-webkit-box-shadow: 0 0 0 1px #b21e1e inset!important;
	box-shadow: 0 0 0 1px #b21e1e inset!important;
	color: #b21e1e!important;
}

.ui.inverted.red.button,.ui.inverted.red.buttons .button {
	background-color: transparent;
	-webkit-box-shadow: 0 0 0 2px #FF695E inset!important;
	box-shadow: 0 0 0 2px #FF695E inset!important;
	color: #FF695E;
}

.ui.inverted.red.button.active,.ui.inverted.red.button:active,.ui.inverted.red.button:focus,.ui.inverted.red.button:hover,.ui.inverted.red.buttons .button.active,.ui.inverted.red.buttons .button:active,.ui.inverted.red.buttons .button:focus,.ui.inverted.red.buttons .button:hover {
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	color: #FFF;
}

.ui.inverted.red.button:hover,.ui.inverted.red.buttons .button:hover {
	background-color: #ff5144;
}

.ui.inverted.red.button:focus,.ui.inverted.red.buttons .button:focus {
	background-color: #ff4335;
}

.ui.inverted.red.active.button,.ui.inverted.red.buttons .active.button {
	background-color: #ff5144;
}

.ui.inverted.red.button:active,.ui.inverted.red.buttons .button:active {
	background-color: #ff392b;
}

.ui.inverted.red.basic.button,.ui.inverted.red.basic.buttons .button,.ui.inverted.red.buttons .basic.button {
	background-color: transparent;
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,.5) inset!important;
	box-shadow: 0 0 0 2px rgba(255,255,255,.5) inset!important;
	color: #FFF!important;
}

.ui.inverted.red.basic.button:hover,.ui.inverted.red.basic.buttons .button:hover,.ui.inverted.red.buttons .basic.button:hover {
	-webkit-box-shadow: 0 0 0 2px #ff5144 inset!important;
	box-shadow: 0 0 0 2px #ff5144 inset!important;
	color: #FF695E!important;
}

.ui.inverted.red.basic.button:focus,.ui.inverted.red.basic.buttons .button:focus {
	-webkit-box-shadow: 0 0 0 2px #ff4335 inset!important;
	box-shadow: 0 0 0 2px #ff4335 inset!important;
	color: #FF695E!important;
}

.ui.inverted.red.basic.active.button,.ui.inverted.red.basic.buttons .active.button,.ui.inverted.red.buttons .basic.active.button {
	-webkit-box-shadow: 0 0 0 2px #ff5144 inset!important;
	box-shadow: 0 0 0 2px #ff5144 inset!important;
	color: #FF695E!important;
}

.ui.inverted.red.basic.button:active,.ui.inverted.red.basic.buttons .button:active,.ui.inverted.red.buttons .basic.button:active {
	-webkit-box-shadow: 0 0 0 2px #ff392b inset!important;
	box-shadow: 0 0 0 2px #ff392b inset!important;
	color: #FF695E!important;
}

.ui.teal.button,.ui.teal.buttons .button {
	background-color: #00B5AD;
	color: #FFF;
	text-shadow: none;
	background-image: none;
}

.ui.teal.button {
	-webkit-box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
	box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
}

.ui.teal.button:hover,.ui.teal.buttons .button:hover {
	background-color: #009c95;
	color: #FFF;
	text-shadow: none;
}

.ui.teal.button:focus,.ui.teal.buttons .button:focus {
	background-color: #008c86;
	color: #FFF;
	text-shadow: none;
}

.ui.teal.button:active,.ui.teal.buttons .button:active {
	background-color: #00827c;
	color: #FFF;
	text-shadow: none;
}

.ui.teal.active.button,.ui.teal.button .active.button:active,.ui.teal.buttons .active.button,.ui.teal.buttons .active.button:active {
	background-color: #009c95;
	color: #FFF;
	text-shadow: none;
}

.ui.basic.teal.button,.ui.basic.teal.buttons .button {
	-webkit-box-shadow: 0 0 0 1px #00B5AD inset!important;
	box-shadow: 0 0 0 1px #00B5AD inset!important;
	color: #00B5AD!important;
}

.ui.basic.teal.button:hover,.ui.basic.teal.buttons .button:hover {
	background: 0 0!important;
	-webkit-box-shadow: 0 0 0 1px #009c95 inset!important;
	box-shadow: 0 0 0 1px #009c95 inset!important;
	color: #009c95!important;
}

.ui.basic.teal.button:focus,.ui.basic.teal.buttons .button:focus {
	background: 0 0!important;
	-webkit-box-shadow: 0 0 0 1px #008c86 inset!important;
	box-shadow: 0 0 0 1px #008c86 inset!important;
	color: #009c95!important;
}

.ui.basic.teal.active.button,.ui.basic.teal.buttons .active.button {
	background: 0 0!important;
	-webkit-box-shadow: 0 0 0 1px #009c95 inset!important;
	box-shadow: 0 0 0 1px #009c95 inset!important;
	color: #00827c!important;
}

.ui.basic.teal.button:active,.ui.basic.teal.buttons .button:active {
	-webkit-box-shadow: 0 0 0 1px #00827c inset!important;
	box-shadow: 0 0 0 1px #00827c inset!important;
	color: #00827c!important;
}

.ui.inverted.teal.button,.ui.inverted.teal.buttons .button {
	background-color: transparent;
	-webkit-box-shadow: 0 0 0 2px #6DFFFF inset!important;
	box-shadow: 0 0 0 2px #6DFFFF inset!important;
	color: #6DFFFF;
}

.ui.inverted.teal.button.active,.ui.inverted.teal.button:active,.ui.inverted.teal.button:focus,.ui.inverted.teal.button:hover,.ui.inverted.teal.buttons .button.active,.ui.inverted.teal.buttons .button:active,.ui.inverted.teal.buttons .button:focus,.ui.inverted.teal.buttons .button:hover {
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	color: rgba(0,0,0,.6);
}

.ui.inverted.teal.button:hover,.ui.inverted.teal.buttons .button:hover {
	background-color: #54ffff;
}

.ui.inverted.teal.button:focus,.ui.inverted.teal.buttons .button:focus {
	background-color: #4ff;
}

.ui.inverted.teal.active.button,.ui.inverted.teal.buttons .active.button {
	background-color: #54ffff;
}

.ui.inverted.teal.button:active,.ui.inverted.teal.buttons .button:active {
	background-color: #3affff;
}

.ui.inverted.teal.basic.button,.ui.inverted.teal.basic.buttons .button,.ui.inverted.teal.buttons .basic.button {
	background-color: transparent;
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,.5) inset!important;
	box-shadow: 0 0 0 2px rgba(255,255,255,.5) inset!important;
	color: #FFF!important;
}

.ui.inverted.teal.basic.button:hover,.ui.inverted.teal.basic.buttons .button:hover,.ui.inverted.teal.buttons .basic.button:hover {
	-webkit-box-shadow: 0 0 0 2px #54ffff inset!important;
	box-shadow: 0 0 0 2px #54ffff inset!important;
	color: #6DFFFF!important;
}

.ui.inverted.teal.basic.button:focus,.ui.inverted.teal.basic.buttons .button:focus {
	-webkit-box-shadow: 0 0 0 2px #4ff inset!important;
	box-shadow: 0 0 0 2px #4ff inset!important;
	color: #6DFFFF!important;
}

.ui.inverted.teal.basic.active.button,.ui.inverted.teal.basic.buttons .active.button,.ui.inverted.teal.buttons .basic.active.button {
	-webkit-box-shadow: 0 0 0 2px #54ffff inset!important;
	box-shadow: 0 0 0 2px #54ffff inset!important;
	color: #6DFFFF!important;
}

.ui.inverted.teal.basic.button:active,.ui.inverted.teal.basic.buttons .button:active,.ui.inverted.teal.buttons .basic.button:active {
	-webkit-box-shadow: 0 0 0 2px #3affff inset!important;
	box-shadow: 0 0 0 2px #3affff inset!important;
	color: #6DFFFF!important;
}

.ui.olive.button,.ui.olive.buttons .button {
	background-color: #B5CC18;
	color: #FFF;
	text-shadow: none;
	background-image: none;
}

.ui.olive.button {
	-webkit-box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
	box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
}

.ui.olive.button:hover,.ui.olive.buttons .button:hover {
	background-color: #a7bd0d;
	color: #FFF;
	text-shadow: none;
}

.ui.olive.button:focus,.ui.olive.buttons .button:focus {
	background-color: #a0b605;
	color: #FFF;
	text-shadow: none;
}

.ui.olive.button:active,.ui.olive.buttons .button:active {
	background-color: #8d9e13;
	color: #FFF;
	text-shadow: none;
}

.ui.olive.active.button,.ui.olive.button .active.button:active,.ui.olive.buttons .active.button,.ui.olive.buttons .active.button:active {
	background-color: #aac109;
	color: #FFF;
	text-shadow: none;
}

.ui.basic.olive.button,.ui.basic.olive.buttons .button {
	-webkit-box-shadow: 0 0 0 1px #B5CC18 inset!important;
	box-shadow: 0 0 0 1px #B5CC18 inset!important;
	color: #B5CC18!important;
}

.ui.basic.olive.button:hover,.ui.basic.olive.buttons .button:hover {
	background: 0 0!important;
	-webkit-box-shadow: 0 0 0 1px #a7bd0d inset!important;
	box-shadow: 0 0 0 1px #a7bd0d inset!important;
	color: #a7bd0d!important;
}

.ui.basic.olive.button:focus,.ui.basic.olive.buttons .button:focus {
	background: 0 0!important;
	-webkit-box-shadow: 0 0 0 1px #a0b605 inset!important;
	box-shadow: 0 0 0 1px #a0b605 inset!important;
	color: #a7bd0d!important;
}

.ui.basic.olive.active.button,.ui.basic.olive.buttons .active.button {
	background: 0 0!important;
	-webkit-box-shadow: 0 0 0 1px #aac109 inset!important;
	box-shadow: 0 0 0 1px #aac109 inset!important;
	color: #8d9e13!important;
}

.ui.basic.olive.button:active,.ui.basic.olive.buttons .button:active {
	-webkit-box-shadow: 0 0 0 1px #8d9e13 inset!important;
	box-shadow: 0 0 0 1px #8d9e13 inset!important;
	color: #8d9e13!important;
}

.ui.inverted.olive.button,.ui.inverted.olive.buttons .button {
	background-color: transparent;
	-webkit-box-shadow: 0 0 0 2px #D9E778 inset!important;
	box-shadow: 0 0 0 2px #D9E778 inset!important;
	color: #D9E778;
}

.ui.inverted.olive.button.active,.ui.inverted.olive.button:active,.ui.inverted.olive.button:focus,.ui.inverted.olive.button:hover,.ui.inverted.olive.buttons .button.active,.ui.inverted.olive.buttons .button:active,.ui.inverted.olive.buttons .button:focus,.ui.inverted.olive.buttons .button:hover {
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	color: rgba(0,0,0,.6);
}

.ui.inverted.olive.button:hover,.ui.inverted.olive.buttons .button:hover {
	background-color: #d8ea5c;
}

.ui.inverted.olive.button:focus,.ui.inverted.olive.buttons .button:focus {
	background-color: #daef47;
}

.ui.inverted.olive.active.button,.ui.inverted.olive.buttons .active.button {
	background-color: #daed59;
}

.ui.inverted.olive.button:active,.ui.inverted.olive.buttons .button:active {
	background-color: #cddf4d;
}

.ui.inverted.olive.basic.button,.ui.inverted.olive.basic.buttons .button,.ui.inverted.olive.buttons .basic.button {
	background-color: transparent;
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,.5) inset!important;
	box-shadow: 0 0 0 2px rgba(255,255,255,.5) inset!important;
	color: #FFF!important;
}

.ui.inverted.olive.basic.button:hover,.ui.inverted.olive.basic.buttons .button:hover,.ui.inverted.olive.buttons .basic.button:hover {
	-webkit-box-shadow: 0 0 0 2px #d8ea5c inset!important;
	box-shadow: 0 0 0 2px #d8ea5c inset!important;
	color: #D9E778!important;
}

.ui.inverted.olive.basic.button:focus,.ui.inverted.olive.basic.buttons .button:focus {
	-webkit-box-shadow: 0 0 0 2px #daef47 inset!important;
	box-shadow: 0 0 0 2px #daef47 inset!important;
	color: #D9E778!important;
}

.ui.inverted.olive.basic.active.button,.ui.inverted.olive.basic.buttons .active.button,.ui.inverted.olive.buttons .basic.active.button {
	-webkit-box-shadow: 0 0 0 2px #daed59 inset!important;
	box-shadow: 0 0 0 2px #daed59 inset!important;
	color: #D9E778!important;
}

.ui.inverted.olive.basic.button:active,.ui.inverted.olive.basic.buttons .button:active,.ui.inverted.olive.buttons .basic.button:active {
	-webkit-box-shadow: 0 0 0 2px #cddf4d inset!important;
	box-shadow: 0 0 0 2px #cddf4d inset!important;
	color: #D9E778!important;
}

.ui.yellow.button,.ui.yellow.buttons .button {
	background-color: #FBBD08;
	color: #FFF;
	text-shadow: none;
	background-image: none;
}

.ui.yellow.button {
	-webkit-box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
	box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
}

.ui.yellow.button:hover,.ui.yellow.buttons .button:hover {
	background-color: #eaae00;
	color: #FFF;
	text-shadow: none;
}

.ui.yellow.button:focus,.ui.yellow.buttons .button:focus {
	background-color: #daa300;
	color: #FFF;
	text-shadow: none;
}

.ui.yellow.button:active,.ui.yellow.buttons .button:active {
	background-color: #cd9903;
	color: #FFF;
	text-shadow: none;
}

.ui.yellow.active.button,.ui.yellow.button .active.button:active,.ui.yellow.buttons .active.button,.ui.yellow.buttons .active.button:active {
	background-color: #eaae00;
	color: #FFF;
	text-shadow: none;
}

.ui.basic.yellow.button,.ui.basic.yellow.buttons .button {
	-webkit-box-shadow: 0 0 0 1px #FBBD08 inset!important;
	box-shadow: 0 0 0 1px #FBBD08 inset!important;
	color: #FBBD08!important;
}

.ui.basic.yellow.button:hover,.ui.basic.yellow.buttons .button:hover {
	background: 0 0!important;
	-webkit-box-shadow: 0 0 0 1px #eaae00 inset!important;
	box-shadow: 0 0 0 1px #eaae00 inset!important;
	color: #eaae00!important;
}

.ui.basic.yellow.button:focus,.ui.basic.yellow.buttons .button:focus {
	background: 0 0!important;
	-webkit-box-shadow: 0 0 0 1px #daa300 inset!important;
	box-shadow: 0 0 0 1px #daa300 inset!important;
	color: #eaae00!important;
}

.ui.basic.yellow.active.button,.ui.basic.yellow.buttons .active.button {
	background: 0 0!important;
	-webkit-box-shadow: 0 0 0 1px #eaae00 inset!important;
	box-shadow: 0 0 0 1px #eaae00 inset!important;
	color: #cd9903!important;
}

.ui.basic.yellow.button:active,.ui.basic.yellow.buttons .button:active {
	-webkit-box-shadow: 0 0 0 1px #cd9903 inset!important;
	box-shadow: 0 0 0 1px #cd9903 inset!important;
	color: #cd9903!important;
}

.ui.inverted.yellow.button,.ui.inverted.yellow.buttons .button {
	background-color: transparent;
	-webkit-box-shadow: 0 0 0 2px #FFE21F inset!important;
	box-shadow: 0 0 0 2px #FFE21F inset!important;
	color: #FFE21F;
}

.ui.inverted.yellow.button.active,.ui.inverted.yellow.button:active,.ui.inverted.yellow.button:focus,.ui.inverted.yellow.button:hover,.ui.inverted.yellow.buttons .button.active,.ui.inverted.yellow.buttons .button:active,.ui.inverted.yellow.buttons .button:focus,.ui.inverted.yellow.buttons .button:hover {
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	color: rgba(0,0,0,.6);
}

.ui.inverted.yellow.button:hover,.ui.inverted.yellow.buttons .button:hover {
	background-color: #ffdf05;
}

.ui.inverted.yellow.button:focus,.ui.inverted.yellow.buttons .button:focus {
	background-color: #f5d500;
}

.ui.inverted.yellow.active.button,.ui.inverted.yellow.buttons .active.button {
	background-color: #ffdf05;
}

.ui.inverted.yellow.button:active,.ui.inverted.yellow.buttons .button:active {
	background-color: #ebcd00;
}

.ui.inverted.yellow.basic.button,.ui.inverted.yellow.basic.buttons .button,.ui.inverted.yellow.buttons .basic.button {
	background-color: transparent;
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,.5) inset!important;
	box-shadow: 0 0 0 2px rgba(255,255,255,.5) inset!important;
	color: #FFF!important;
}

.ui.inverted.yellow.basic.button:hover,.ui.inverted.yellow.basic.buttons .button:hover,.ui.inverted.yellow.buttons .basic.button:hover {
	-webkit-box-shadow: 0 0 0 2px #ffdf05 inset!important;
	box-shadow: 0 0 0 2px #ffdf05 inset!important;
	color: #FFE21F!important;
}

.ui.inverted.yellow.basic.button:focus,.ui.inverted.yellow.basic.buttons .button:focus {
	-webkit-box-shadow: 0 0 0 2px #f5d500 inset!important;
	box-shadow: 0 0 0 2px #f5d500 inset!important;
	color: #FFE21F!important;
}

.ui.inverted.yellow.basic.active.button,.ui.inverted.yellow.basic.buttons .active.button,.ui.inverted.yellow.buttons .basic.active.button {
	-webkit-box-shadow: 0 0 0 2px #ffdf05 inset!important;
	box-shadow: 0 0 0 2px #ffdf05 inset!important;
	color: #FFE21F!important;
}

.ui.inverted.yellow.basic.button:active,.ui.inverted.yellow.basic.buttons .button:active,.ui.inverted.yellow.buttons .basic.button:active {
	-webkit-box-shadow: 0 0 0 2px #ebcd00 inset!important;
	box-shadow: 0 0 0 2px #ebcd00 inset!important;
	color: #FFE21F!important;
}

.ui.primary.button,.ui.primary.buttons .button {
	background-color: #2185D0;
	color: #FFF;
	text-shadow: none;
	background-image: none;
}

.ui.primary.button {
	-webkit-box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
	box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
}

.ui.primary.button:hover,.ui.primary.buttons .button:hover {
	background-color: #1678c2;
	color: #FFF;
	text-shadow: none;
}

.ui.primary.button:focus,.ui.primary.buttons .button:focus {
	background-color: #0d71bb;
	color: #FFF;
	text-shadow: none;
}

.ui.primary.button:active,.ui.primary.buttons .button:active {
	background-color: #1a69a4;
	color: #FFF;
	text-shadow: none;
}

.ui.primary.active.button,.ui.primary.button .active.button:active,.ui.primary.buttons .active.button,.ui.primary.buttons .active.button:active {
	background-color: #1279c6;
	color: #FFF;
	text-shadow: none;
}

.ui.basic.primary.button,.ui.basic.primary.buttons .button {
	-webkit-box-shadow: 0 0 0 1px #2185D0 inset!important;
	box-shadow: 0 0 0 1px #2185D0 inset!important;
	color: #2185D0!important;
}

.ui.basic.primary.button:hover,.ui.basic.primary.buttons .button:hover {
	background: 0 0!important;
	-webkit-box-shadow: 0 0 0 1px #1678c2 inset!important;
	box-shadow: 0 0 0 1px #1678c2 inset!important;
	color: #1678c2!important;
}

.ui.basic.primary.button:focus,.ui.basic.primary.buttons .button:focus {
	background: 0 0!important;
	-webkit-box-shadow: 0 0 0 1px #0d71bb inset!important;
	box-shadow: 0 0 0 1px #0d71bb inset!important;
	color: #1678c2!important;
}

.ui.basic.primary.active.button,.ui.basic.primary.buttons .active.button {
	background: 0 0!important;
	-webkit-box-shadow: 0 0 0 1px #1279c6 inset!important;
	box-shadow: 0 0 0 1px #1279c6 inset!important;
	color: #1a69a4!important;
}

.ui.basic.primary.button:active,.ui.basic.primary.buttons .button:active {
	-webkit-box-shadow: 0 0 0 1px #1a69a4 inset!important;
	box-shadow: 0 0 0 1px #1a69a4 inset!important;
	color: #1a69a4!important;
}

.ui.inverted.primary.button,.ui.inverted.primary.buttons .button {
	background-color: transparent;
	-webkit-box-shadow: 0 0 0 2px #54C8FF inset!important;
	box-shadow: 0 0 0 2px #54C8FF inset!important;
	color: #54C8FF;
}

.ui.inverted.primary.button.active,.ui.inverted.primary.button:active,.ui.inverted.primary.button:focus,.ui.inverted.primary.button:hover,.ui.inverted.primary.buttons .button.active,.ui.inverted.primary.buttons .button:active,.ui.inverted.primary.buttons .button:focus,.ui.inverted.primary.buttons .button:hover {
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	color: #FFF;
}

.ui.inverted.primary.button:hover,.ui.inverted.primary.buttons .button:hover {
	background-color: #3ac0ff;
}

.ui.inverted.primary.button:focus,.ui.inverted.primary.buttons .button:focus {
	background-color: #2bbbff;
}

.ui.inverted.primary.active.button,.ui.inverted.primary.buttons .active.button {
	background-color: #3ac0ff;
}

.ui.inverted.primary.button:active,.ui.inverted.primary.buttons .button:active {
	background-color: #21b8ff;
}

.ui.inverted.primary.basic.button,.ui.inverted.primary.basic.buttons .button,.ui.inverted.primary.buttons .basic.button {
	background-color: transparent;
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,.5) inset!important;
	box-shadow: 0 0 0 2px rgba(255,255,255,.5) inset!important;
	color: #FFF!important;
}

.ui.inverted.primary.basic.button:hover,.ui.inverted.primary.basic.buttons .button:hover,.ui.inverted.primary.buttons .basic.button:hover {
	-webkit-box-shadow: 0 0 0 2px #3ac0ff inset!important;
	box-shadow: 0 0 0 2px #3ac0ff inset!important;
	color: #54C8FF!important;
}

.ui.inverted.primary.basic.button:focus,.ui.inverted.primary.basic.buttons .button:focus {
	-webkit-box-shadow: 0 0 0 2px #2bbbff inset!important;
	box-shadow: 0 0 0 2px #2bbbff inset!important;
	color: #54C8FF!important;
}

.ui.inverted.primary.basic.active.button,.ui.inverted.primary.basic.buttons .active.button,.ui.inverted.primary.buttons .basic.active.button {
	-webkit-box-shadow: 0 0 0 2px #3ac0ff inset!important;
	box-shadow: 0 0 0 2px #3ac0ff inset!important;
	color: #54C8FF!important;
}

.ui.inverted.primary.basic.button:active,.ui.inverted.primary.basic.buttons .button:active,.ui.inverted.primary.buttons .basic.button:active {
	-webkit-box-shadow: 0 0 0 2px #21b8ff inset!important;
	box-shadow: 0 0 0 2px #21b8ff inset!important;
	color: #54C8FF!important;
}

.ui.secondary.button,.ui.secondary.buttons .button {
	background-color: #1B1C1D;
	color: #FFF;
	text-shadow: none;
	background-image: none;
}

.ui.secondary.button {
	-webkit-box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
	box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
}

.ui.secondary.button:hover,.ui.secondary.buttons .button:hover {
	background-color: #27292a;
	color: #FFF;
	text-shadow: none;
}

.ui.secondary.button:focus,.ui.secondary.buttons .button:focus {
	background-color: #2e3032;
	color: #FFF;
	text-shadow: none;
}

.ui.secondary.button:active,.ui.secondary.buttons .button:active {
	background-color: #343637;
	color: #FFF;
	text-shadow: none;
}

.ui.secondary.active.button,.ui.secondary.button .active.button:active,.ui.secondary.buttons .active.button,.ui.secondary.buttons .active.button:active {
	background-color: #27292a;
	color: #FFF;
	text-shadow: none;
}

.ui.basic.secondary.button,.ui.basic.secondary.buttons .button {
	-webkit-box-shadow: 0 0 0 1px #1B1C1D inset!important;
	box-shadow: 0 0 0 1px #1B1C1D inset!important;
	color: #1B1C1D!important;
}

.ui.basic.secondary.button:hover,.ui.basic.secondary.buttons .button:hover {
	background: 0 0!important;
	-webkit-box-shadow: 0 0 0 1px #27292a inset!important;
	box-shadow: 0 0 0 1px #27292a inset!important;
	color: #27292a!important;
}

.ui.basic.secondary.button:focus,.ui.basic.secondary.buttons .button:focus {
	background: 0 0!important;
	-webkit-box-shadow: 0 0 0 1px #2e3032 inset!important;
	box-shadow: 0 0 0 1px #2e3032 inset!important;
	color: #27292a!important;
}

.ui.basic.secondary.active.button,.ui.basic.secondary.buttons .active.button {
	background: 0 0!important;
	-webkit-box-shadow: 0 0 0 1px #27292a inset!important;
	box-shadow: 0 0 0 1px #27292a inset!important;
	color: #343637!important;
}

.ui.basic.secondary.button:active,.ui.basic.secondary.buttons .button:active {
	-webkit-box-shadow: 0 0 0 1px #343637 inset!important;
	box-shadow: 0 0 0 1px #343637 inset!important;
	color: #343637!important;
}

.ui.inverted.secondary.button,.ui.inverted.secondary.buttons .button {
	background-color: transparent;
	-webkit-box-shadow: 0 0 0 2px #545454 inset!important;
	box-shadow: 0 0 0 2px #545454 inset!important;
	color: #545454;
}

.ui.inverted.secondary.button.active,.ui.inverted.secondary.button:active,.ui.inverted.secondary.button:focus,.ui.inverted.secondary.button:hover,.ui.inverted.secondary.buttons .button.active,.ui.inverted.secondary.buttons .button:active,.ui.inverted.secondary.buttons .button:focus,.ui.inverted.secondary.buttons .button:hover {
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	color: #FFF;
}

.ui.inverted.secondary.button:hover,.ui.inverted.secondary.buttons .button:hover {
	background-color: #616161;
}

.ui.inverted.secondary.button:focus,.ui.inverted.secondary.buttons .button:focus {
	background-color: #686868;
}

.ui.inverted.secondary.active.button,.ui.inverted.secondary.buttons .active.button {
	background-color: #616161;
}

.ui.inverted.secondary.button:active,.ui.inverted.secondary.buttons .button:active {
	background-color: #6e6e6e;
}

.ui.inverted.secondary.basic.button,.ui.inverted.secondary.basic.buttons .button,.ui.inverted.secondary.buttons .basic.button {
	background-color: transparent;
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,.5) inset!important;
	box-shadow: 0 0 0 2px rgba(255,255,255,.5) inset!important;
	color: #FFF!important;
}

.ui.inverted.secondary.basic.button:hover,.ui.inverted.secondary.basic.buttons .button:hover,.ui.inverted.secondary.buttons .basic.button:hover {
	-webkit-box-shadow: 0 0 0 2px #616161 inset!important;
	box-shadow: 0 0 0 2px #616161 inset!important;
	color: #545454!important;
}

.ui.inverted.secondary.basic.button:focus,.ui.inverted.secondary.basic.buttons .button:focus {
	-webkit-box-shadow: 0 0 0 2px #686868 inset!important;
	box-shadow: 0 0 0 2px #686868 inset!important;
	color: #545454!important;
}

.ui.inverted.secondary.basic.active.button,.ui.inverted.secondary.basic.buttons .active.button,.ui.inverted.secondary.buttons .basic.active.button {
	-webkit-box-shadow: 0 0 0 2px #616161 inset!important;
	box-shadow: 0 0 0 2px #616161 inset!important;
	color: #545454!important;
}

.ui.inverted.secondary.basic.button:active,.ui.inverted.secondary.basic.buttons .button:active,.ui.inverted.secondary.buttons .basic.button:active {
	-webkit-box-shadow: 0 0 0 2px #6e6e6e inset!important;
	box-shadow: 0 0 0 2px #6e6e6e inset!important;
	color: #545454!important;
}

.ui.positive.button,.ui.positive.buttons .button {
	background-color: #21BA45;
	color: #FFF;
	text-shadow: none;
	background-image: none;
}

.ui.positive.button {
	-webkit-box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
	box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
}

.ui.positive.button:hover,.ui.positive.buttons .button:hover {
	background-color: #16ab39;
	color: #FFF;
	text-shadow: none;
}

.ui.positive.button:focus,.ui.positive.buttons .button:focus {
	background-color: #0ea432;
	color: #FFF;
	text-shadow: none;
}

.ui.positive.button:active,.ui.positive.buttons .button:active {
	background-color: #198f35;
	color: #FFF;
	text-shadow: none;
}

.ui.positive.active.button,.ui.positive.button .active.button:active,.ui.positive.buttons .active.button,.ui.positive.buttons .active.button:active {
	background-color: #13ae38;
	color: #FFF;
	text-shadow: none;
}

.ui.basic.positive.button,.ui.basic.positive.buttons .button {
	-webkit-box-shadow: 0 0 0 1px #21BA45 inset!important;
	box-shadow: 0 0 0 1px #21BA45 inset!important;
	color: #21BA45!important;
}

.ui.basic.positive.button:hover,.ui.basic.positive.buttons .button:hover {
	background: 0 0!important;
	-webkit-box-shadow: 0 0 0 1px #16ab39 inset!important;
	box-shadow: 0 0 0 1px #16ab39 inset!important;
	color: #16ab39!important;
}

.ui.basic.positive.button:focus,.ui.basic.positive.buttons .button:focus {
	background: 0 0!important;
	-webkit-box-shadow: 0 0 0 1px #0ea432 inset!important;
	box-shadow: 0 0 0 1px #0ea432 inset!important;
	color: #16ab39!important;
}

.ui.basic.positive.active.button,.ui.basic.positive.buttons .active.button {
	background: 0 0!important;
	-webkit-box-shadow: 0 0 0 1px #13ae38 inset!important;
	box-shadow: 0 0 0 1px #13ae38 inset!important;
	color: #198f35!important;
}

.ui.basic.positive.button:active,.ui.basic.positive.buttons .button:active {
	-webkit-box-shadow: 0 0 0 1px #198f35 inset!important;
	box-shadow: 0 0 0 1px #198f35 inset!important;
	color: #198f35!important;
}

.ui.negative.button,.ui.negative.buttons .button {
	background-color: #DB2828;
	color: #FFF;
	text-shadow: none;
	background-image: none;
}

.ui.negative.button {
	-webkit-box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
	box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
}

.ui.negative.button:hover,.ui.negative.buttons .button:hover {
	background-color: #d01919;
	color: #FFF;
	text-shadow: none;
}

.ui.negative.button:focus,.ui.negative.buttons .button:focus {
	background-color: #ca1010;
	color: #FFF;
	text-shadow: none;
}

.ui.negative.button:active,.ui.negative.buttons .button:active {
	background-color: #b21e1e;
	color: #FFF;
	text-shadow: none;
}

.ui.negative.active.button,.ui.negative.button .active.button:active,.ui.negative.buttons .active.button,.ui.negative.buttons .active.button:active {
	background-color: #d41515;
	color: #FFF;
	text-shadow: none;
}

.ui.basic.negative.button,.ui.basic.negative.buttons .button {
	-webkit-box-shadow: 0 0 0 1px #DB2828 inset!important;
	box-shadow: 0 0 0 1px #DB2828 inset!important;
	color: #DB2828!important;
}

.ui.basic.negative.button:hover,.ui.basic.negative.buttons .button:hover {
	background: 0 0!important;
	-webkit-box-shadow: 0 0 0 1px #d01919 inset!important;
	box-shadow: 0 0 0 1px #d01919 inset!important;
	color: #d01919!important;
}

.ui.basic.negative.button:focus,.ui.basic.negative.buttons .button:focus {
	background: 0 0!important;
	-webkit-box-shadow: 0 0 0 1px #ca1010 inset!important;
	box-shadow: 0 0 0 1px #ca1010 inset!important;
	color: #d01919!important;
}

.ui.basic.negative.active.button,.ui.basic.negative.buttons .active.button {
	background: 0 0!important;
	-webkit-box-shadow: 0 0 0 1px #d41515 inset!important;
	box-shadow: 0 0 0 1px #d41515 inset!important;
	color: #b21e1e!important;
}

.ui.basic.negative.button:active,.ui.basic.negative.buttons .button:active {
	-webkit-box-shadow: 0 0 0 1px #b21e1e inset!important;
	box-shadow: 0 0 0 1px #b21e1e inset!important;
	color: #b21e1e!important;
}

.ui.buttons {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	font-size: 0;
	margin: 0 .25em 0 0;
}

.ui.buttons:not(.basic):not(.inverted) {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ui.buttons:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.ui.buttons .button {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	border-radius: 0;
	margin: 0;
}

.ui.placeholder.segment,.ui.vertical.buttons {
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
}

.ui.buttons:not(.basic):not(.inverted)>.button,.ui.buttons>.ui.button:not(.basic):not(.inverted) {
	-webkit-box-shadow: 0 0 0 1px transparent inset,0 0 0 0 rgba(34,36,38,.15) inset;
	box-shadow: 0 0 0 1px transparent inset,0 0 0 0 rgba(34,36,38,.15) inset;
}

.ui.buttons .button:first-child {
	border-left: none;
	margin-left: 0;
	border-top-left-radius: .28571429rem;
	border-bottom-left-radius: .28571429rem;
}

.ui.buttons .button:last-child {
	border-top-right-radius: .28571429rem;
	border-bottom-right-radius: .28571429rem;
}

.ui.vertical.buttons {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-direction: normal;
	flex-direction: column;
}

.ui.vertical.buttons .button {
	display: block;
	float: none;
	width: 100%;
	margin: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
}

.ui.vertical.buttons .button:first-child {
	border-top-left-radius: .28571429rem;
	border-top-right-radius: .28571429rem;
}

.ui.vertical.buttons .button:last-child {
	margin-bottom: 0;
	border-bottom-left-radius: .28571429rem;
	border-bottom-right-radius: .28571429rem;
}

.ui.vertical.buttons .button:only-child {
	border-radius: .28571429rem;
}

.ui.container {
	display: block;
	max-width: 100%!important;
}

@media only screen and (max-width:767px) {
	.ui.container,.ui.grid.container,.ui.relaxed.grid.container,.ui.very.relaxed.grid.container {
		width: auto!important;
	}

	.ui.container {
		margin-left: 1em!important;
		margin-right: 1em!important;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.ui.container {
		width: 723px;
		margin-left: auto!important;
		margin-right: auto!important;
	}

	.ui.grid.container {
		width: calc(723px + 2rem)!important;
	}

	.ui.relaxed.grid.container {
		width: calc(723px + 3rem)!important;
	}

	.ui.very.relaxed.grid.container {
		width: calc(723px + 5rem)!important;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.ui.container {
		width: 933px;
		margin-left: auto!important;
		margin-right: auto!important;
	}

	.ui.grid.container {
		width: calc(933px + 2rem)!important;
	}

	.ui.relaxed.grid.container {
		width: calc(933px + 3rem)!important;
	}

	.ui.very.relaxed.grid.container {
		width: calc(933px + 5rem)!important;
	}
}

@media only screen and (min-width:1200px) {
	.ui.container {
		width: 1127px;
		margin-left: auto!important;
		margin-right: auto!important;
	}

	.ui.grid.container {
		width: calc(1127px + 2rem)!important;
	}

	.ui.relaxed.grid.container {
		width: calc(1127px + 3rem)!important;
	}

	.ui.very.relaxed.grid.container {
		width: calc(1127px + 5rem)!important;
	}
}

.ui.text.container {
	max-width: 700px!important;
	line-height: 1.5;
}

.ui.fluid.container {
	width: 100%;
}

.ui[class*="left aligned"].container {
	text-align: left;
}

.ui[class*="center aligned"].container {
	text-align: center;
}

.ui[class*="right aligned"].container {
	text-align: right;
}

.ui.justified.container {
	text-align: justify;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.ui.divider {
	margin: 1rem 0;
	line-height: 1;
	height: 0;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: rgba(0,0,0,.85);
	user-select: none;
	font-size: 1rem;
}

.ui.divider:not(.vertical):not(.horizontal) {
	border-top: 1px solid rgba(34,36,38,.15);
	border-bottom: 1px solid rgba(255,255,255,.1);
}

.ui.grid>.column+.divider,.ui.grid>.row>.column+.divider {
	left: auto;
}

.ui.horizontal.divider {
	display: table;
	white-space: nowrap;
	height: auto;
	margin: '';
	line-height: 1;
	text-align: center;
}

.ui.horizontal.divider:after,.ui.horizontal.divider:before {
	content: '';
	display: table-cell;
	position: relative;
	top: 50%;
	width: 50%;
	background-repeat: no-repeat;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC);
}

.ui.horizontal.divider:before {
	background-position: right 1em top 50%;
}

.ui.horizontal.divider:after {
	background-position: left 1em top 50%;
}

.ui.vertical.divider {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	width: auto;
	height: 50%;
	line-height: 0;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ui.vertical.divider:after,.ui.vertical.divider:before {
	position: absolute;
	left: 50%;
	content: '';
	z-index: 3;
	border-left: 1px solid rgba(34,36,38,.15);
	border-right: 1px solid rgba(255,255,255,.1);
	width: 0%;
	height: calc(100% - 1rem);
}

.ui.vertical.divider:before {
	top: -100%;
}

.ui.vertical.divider:after {
	top: auto;
	bottom: 0;
}

@media only screen and (max-width:767px) {
	.ui.grid .stackable.row .ui.vertical.divider,.ui.stackable.grid .ui.vertical.divider {
		display: table;
		white-space: nowrap;
		height: auto;
		margin: '';
		overflow: hidden;
		line-height: 1;
		text-align: center;
		position: static;
		top: 0;
		left: 0;
		-webkit-transform: none;
		transform: none;
	}

	.ui.grid .stackable.row .ui.vertical.divider:after,.ui.grid .stackable.row .ui.vertical.divider:before,.ui.stackable.grid .ui.vertical.divider:after,.ui.stackable.grid .ui.vertical.divider:before {
		left: 0;
		border-left: none;
		border-right: none;
		content: '';
		display: table-cell;
		position: relative;
		top: 50%;
		width: 50%;
		background-repeat: no-repeat;
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC);
	}

	.ui.grid .stackable.row .ui.vertical.divider:before,.ui.stackable.grid .ui.vertical.divider:before {
		background-position: right 1em top 50%;
	}

	.ui.grid .stackable.row .ui.vertical.divider:after,.ui.stackable.grid .ui.vertical.divider:after {
		background-position: left 1em top 50%;
	}
}

.ui.hidden.divider,.ui.transparent.input>input {
	border-color: transparent!important;
}

.ui.divider>.icon {
	margin: 0;
	font-size: 1rem;
	height: 1em;
	vertical-align: middle;
}

.ui.label,i.bordered.icon,i.flag:not(.icon) {
	vertical-align: baseline;
}

.ui.hidden.divider:after,.ui.hidden.divider:before {
	display: none;
}

i.flag:not(.icon),i.flag:not(.icon):before {
	display: inline-block;
	width: 16px;
	height: 11px;
}

.ui.divider.inverted,.ui.horizontal.inverted.divider,.ui.vertical.inverted.divider {
	color: #FFF;
}

.ui.divider.inverted,.ui.divider.inverted:after,.ui.divider.inverted:before {
	border-top-color: rgba(34,36,38,.15)!important;
	border-left-color: rgba(34,36,38,.15)!important;
	border-bottom-color: rgba(255,255,255,.15)!important;
	border-right-color: rgba(255,255,255,.15)!important;
}

.ui.fitted.divider {
	margin: 0;
}

.ui.clearing.divider {
	clear: both;
}

.ui.section.divider {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

i.flag:not(.icon) {
	line-height: 11px;
	margin: 0 .5em 0 0;
	text-decoration: inherit;
	speak: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

i.flag:not(.icon):before {
	content: '';
	background: url(../../plugins/semantic-ui-last/themes/default/assets/images/flags.png) -108px -1976px no-repeat;
}

i.flag.ad:before,i.flag.andorra:before {
	background-position: 0 0;
}

i.flag.ae:before,i.flag.uae:before,i.flag.united.arab.emirates:before {
	background-position: 0 -26px;
}

i.flag.af:before,i.flag.afghanistan:before {
	background-position: 0 -52px;
}

i.flag.ag:before,i.flag.antigua:before {
	background-position: 0 -78px;
}

i.flag.ai:before,i.flag.anguilla:before {
	background-position: 0 -104px;
}

i.flag.al:before,i.flag.albania:before {
	background-position: 0 -130px;
}

i.flag.am:before,i.flag.armenia:before {
	background-position: 0 -156px;
}

i.flag.an:before,i.flag.netherlands.antilles:before {
	background-position: 0 -182px;
}

i.flag.angola:before,i.flag.ao:before {
	background-position: 0 -208px;
}

i.flag.ar:before,i.flag.argentina:before {
	background-position: 0 -234px;
}

i.flag.american.samoa:before,i.flag.as:before {
	background-position: 0 -260px;
}

i.flag.at:before,i.flag.austria:before {
	background-position: 0 -286px;
}

i.flag.au:before,i.flag.australia:before {
	background-position: 0 -312px;
}

i.flag.aruba:before,i.flag.aw:before {
	background-position: 0 -338px;
}

i.flag.aland.islands:before,i.flag.ax:before {
	background-position: 0 -364px;
}

i.flag.az:before,i.flag.azerbaijan:before {
	background-position: 0 -390px;
}

i.flag.ba:before,i.flag.bosnia:before {
	background-position: 0 -416px;
}

i.flag.barbados:before,i.flag.bb:before {
	background-position: 0 -442px;
}

i.flag.bangladesh:before,i.flag.bd:before {
	background-position: 0 -468px;
}

i.flag.be:before,i.flag.belgium:before {
	background-position: 0 -494px;
}

i.flag.bf:before,i.flag.burkina.faso:before {
	background-position: 0 -520px;
}

i.flag.bg:before,i.flag.bulgaria:before {
	background-position: 0 -546px;
}

i.flag.bahrain:before,i.flag.bh:before {
	background-position: 0 -572px;
}

i.flag.bi:before,i.flag.burundi:before {
	background-position: 0 -598px;
}

i.flag.benin:before,i.flag.bj:before {
	background-position: 0 -624px;
}

i.flag.bermuda:before,i.flag.bm:before {
	background-position: 0 -650px;
}

i.flag.bn:before,i.flag.brunei:before {
	background-position: 0 -676px;
}

i.flag.bo:before,i.flag.bolivia:before {
	background-position: 0 -702px;
}

i.flag.br:before,i.flag.brazil:before {
	background-position: 0 -728px;
}

i.flag.bahamas:before,i.flag.bs:before {
	background-position: 0 -754px;
}

i.flag.bhutan:before,i.flag.bt:before {
	background-position: 0 -780px;
}

i.flag.bouvet.island:before,i.flag.bv:before {
	background-position: 0 -806px;
}

i.flag.botswana:before,i.flag.bw:before {
	background-position: 0 -832px;
}

i.flag.belarus:before,i.flag.by:before {
	background-position: 0 -858px;
}

i.flag.belize:before,i.flag.bz:before {
	background-position: 0 -884px;
}

i.flag.ca:before,i.flag.canada:before {
	background-position: 0 -910px;
}

i.flag.cc:before,i.flag.cocos.islands:before {
	background-position: 0 -962px;
}

i.flag.cd:before,i.flag.congo:before {
	background-position: 0 -988px;
}

i.flag.central.african.republic:before,i.flag.cf:before {
	background-position: 0 -1014px;
}

i.flag.cg:before,i.flag.congo.brazzaville:before {
	background-position: 0 -1040px;
}

i.flag.ch:before,i.flag.switzerland:before {
	background-position: 0 -1066px;
}

i.flag.ci:before,i.flag.cote.divoire:before {
	background-position: 0 -1092px;
}

i.flag.ck:before,i.flag.cook.islands:before {
	background-position: 0 -1118px;
}

i.flag.chile:before,i.flag.cl:before {
	background-position: 0 -1144px;
}

i.flag.cameroon:before,i.flag.cm:before {
	background-position: 0 -1170px;
}

i.flag.china:before,i.flag.cn:before {
	background-position: 0 -1196px;
}

i.flag.co:before,i.flag.colombia:before {
	background-position: 0 -1222px;
}

i.flag.costa.rica:before,i.flag.cr:before {
	background-position: 0 -1248px;
}

i.flag.cs:before,i.flag.serbia:before {
	background-position: 0 -1274px;
}

i.flag.cu:before,i.flag.cuba:before {
	background-position: 0 -1300px;
}

i.flag.cape.verde:before,i.flag.cv:before {
	background-position: 0 -1326px;
}

i.flag.christmas.island:before,i.flag.cx:before {
	background-position: 0 -1352px;
}

i.flag.cy:before,i.flag.cyprus:before {
	background-position: 0 -1378px;
}

i.flag.cz:before,i.flag.czech.republic:before {
	background-position: 0 -1404px;
}

i.flag.de:before,i.flag.germany:before {
	background-position: 0 -1430px;
}

i.flag.dj:before,i.flag.djibouti:before {
	background-position: 0 -1456px;
}

i.flag.denmark:before,i.flag.dk:before {
	background-position: 0 -1482px;
}

i.flag.dm:before,i.flag.dominica:before {
	background-position: 0 -1508px;
}

i.flag.do:before,i.flag.dominican.republic:before {
	background-position: 0 -1534px;
}

i.flag.algeria:before,i.flag.dz:before {
	background-position: 0 -1560px;
}

i.flag.ec:before,i.flag.ecuador:before {
	background-position: 0 -1586px;
}

i.flag.ee:before,i.flag.estonia:before {
	background-position: 0 -1612px;
}

i.flag.eg:before,i.flag.egypt:before {
	background-position: 0 -1638px;
}

i.flag.eh:before,i.flag.western.sahara:before {
	background-position: 0 -1664px;
}

i.flag.england:before,i.flag.gb.eng:before {
	background-position: 0 -1690px;
}

i.flag.er:before,i.flag.eritrea:before {
	background-position: 0 -1716px;
}

i.flag.es:before,i.flag.spain:before {
	background-position: 0 -1742px;
}

i.flag.et:before,i.flag.ethiopia:before {
	background-position: 0 -1768px;
}

i.flag.eu:before,i.flag.european.union:before {
	background-position: 0 -1794px;
}

i.flag.fi:before,i.flag.finland:before {
	background-position: 0 -1846px;
}

i.flag.fiji:before,i.flag.fj:before {
	background-position: 0 -1872px;
}

i.flag.falkland.islands:before,i.flag.fk:before {
	background-position: 0 -1898px;
}

i.flag.fm:before,i.flag.micronesia:before {
	background-position: 0 -1924px;
}

i.flag.faroe.islands:before,i.flag.fo:before {
	background-position: 0 -1950px;
}

i.flag.fr:before,i.flag.france:before {
	background-position: 0 -1976px;
}

i.flag.ga:before,i.flag.gabon:before {
	background-position: -36px 0;
}

i.flag.gb:before,i.flag.uk:before,i.flag.united.kingdom:before {
	background-position: -36px -26px;
}

i.flag.gd:before,i.flag.grenada:before {
	background-position: -36px -52px;
}

i.flag.ge:before,i.flag.georgia:before {
	background-position: -36px -78px;
}

i.flag.french.guiana:before,i.flag.gf:before {
	background-position: -36px -104px;
}

i.flag.gh:before,i.flag.ghana:before {
	background-position: -36px -130px;
}

i.flag.gi:before,i.flag.gibraltar:before {
	background-position: -36px -156px;
}

i.flag.gl:before,i.flag.greenland:before {
	background-position: -36px -182px;
}

i.flag.gambia:before,i.flag.gm:before {
	background-position: -36px -208px;
}

i.flag.gn:before,i.flag.guinea:before {
	background-position: -36px -234px;
}

i.flag.gp:before,i.flag.guadeloupe:before {
	background-position: -36px -260px;
}

i.flag.equatorial.guinea:before,i.flag.gq:before {
	background-position: -36px -286px;
}

i.flag.gr:before,i.flag.greece:before {
	background-position: -36px -312px;
}

i.flag.gs:before,i.flag.sandwich.islands:before {
	background-position: -36px -338px;
}

i.flag.gt:before,i.flag.guatemala:before {
	background-position: -36px -364px;
}

i.flag.gu:before,i.flag.guam:before {
	background-position: -36px -390px;
}

i.flag.guinea-bissau:before,i.flag.gw:before {
	background-position: -36px -416px;
}

i.flag.guyana:before,i.flag.gy:before {
	background-position: -36px -442px;
}

i.flag.hk:before,i.flag.hong.kong:before {
	background-position: -36px -468px;
}

i.flag.heard.island:before,i.flag.hm:before {
	background-position: -36px -494px;
}

i.flag.hn:before,i.flag.honduras:before {
	background-position: -36px -520px;
}

i.flag.croatia:before,i.flag.hr:before {
	background-position: -36px -546px;
}

i.flag.haiti:before,i.flag.ht:before {
	background-position: -36px -572px;
}

i.flag.hu:before,i.flag.hungary:before {
	background-position: -36px -598px;
}

i.flag.id:before,i.flag.indonesia:before {
	background-position: -36px -624px;
}

i.flag.ie:before,i.flag.ireland:before {
	background-position: -36px -650px;
}

i.flag.il:before,i.flag.israel:before {
	background-position: -36px -676px;
}

i.flag.in:before,i.flag.india:before {
	background-position: -36px -702px;
}

i.flag.indian.ocean.territory:before,i.flag.io:before {
	background-position: -36px -728px;
}

i.flag.iq:before,i.flag.iraq:before {
	background-position: -36px -754px;
}

i.flag.ir:before,i.flag.iran:before {
	background-position: -36px -780px;
}

i.flag.iceland:before,i.flag.is:before {
	background-position: -36px -806px;
}

i.flag.it:before,i.flag.italy:before {
	background-position: -36px -832px;
}

i.flag.jamaica:before,i.flag.jm:before {
	background-position: -36px -858px;
}

i.flag.jo:before,i.flag.jordan:before {
	background-position: -36px -884px;
}

i.flag.japan:before,i.flag.jp:before {
	background-position: -36px -910px;
}

i.flag.ke:before,i.flag.kenya:before {
	background-position: -36px -936px;
}

i.flag.kg:before,i.flag.kyrgyzstan:before {
	background-position: -36px -962px;
}

i.flag.cambodia:before,i.flag.kh:before {
	background-position: -36px -988px;
}

i.flag.ki:before,i.flag.kiribati:before {
	background-position: -36px -1014px;
}

i.flag.comoros:before,i.flag.km:before {
	background-position: -36px -1040px;
}

i.flag.kn:before,i.flag.saint.kitts.and.nevis:before {
	background-position: -36px -1066px;
}

i.flag.kp:before,i.flag.north.korea:before {
	background-position: -36px -1092px;
}

i.flag.kr:before,i.flag.south.korea:before {
	background-position: -36px -1118px;
}

i.flag.kuwait:before,i.flag.kw:before {
	background-position: -36px -1144px;
}

i.flag.cayman.islands:before,i.flag.ky:before {
	background-position: -36px -1170px;
}

i.flag.kazakhstan:before,i.flag.kz:before {
	background-position: -36px -1196px;
}

i.flag.la:before,i.flag.laos:before {
	background-position: -36px -1222px;
}

i.flag.lb:before,i.flag.lebanon:before {
	background-position: -36px -1248px;
}

i.flag.lc:before,i.flag.saint.lucia:before {
	background-position: -36px -1274px;
}

i.flag.li:before,i.flag.liechtenstein:before {
	background-position: -36px -1300px;
}

i.flag.lk:before,i.flag.sri.lanka:before {
	background-position: -36px -1326px;
}

i.flag.liberia:before,i.flag.lr:before {
	background-position: -36px -1352px;
}

i.flag.lesotho:before,i.flag.ls:before {
	background-position: -36px -1378px;
}

i.flag.lithuania:before,i.flag.lt:before {
	background-position: -36px -1404px;
}

i.flag.lu:before,i.flag.luxembourg:before {
	background-position: -36px -1430px;
}

i.flag.latvia:before,i.flag.lv:before {
	background-position: -36px -1456px;
}

i.flag.libya:before,i.flag.ly:before {
	background-position: -36px -1482px;
}

i.flag.ma:before,i.flag.morocco:before {
	background-position: -36px -1508px;
}

i.flag.mc:before,i.flag.monaco:before {
	background-position: -36px -1534px;
}

i.flag.md:before,i.flag.moldova:before {
	background-position: -36px -1560px;
}

i.flag.me:before,i.flag.montenegro:before {
	background-position: -36px -1586px;
}

i.flag.madagascar:before,i.flag.mg:before {
	background-position: -36px -1613px;
}

i.flag.marshall.islands:before,i.flag.mh:before {
	background-position: -36px -1639px;
}

i.flag.macedonia:before,i.flag.mk:before {
	background-position: -36px -1665px;
}

i.flag.mali:before,i.flag.ml:before {
	background-position: -36px -1691px;
}

i.flag.burma:before,i.flag.mm:before,i.flag.myanmar:before {
	background-position: -73px -1821px;
}

i.flag.mn:before,i.flag.mongolia:before {
	background-position: -36px -1743px;
}

i.flag.macau:before,i.flag.mo:before {
	background-position: -36px -1769px;
}

i.flag.mp:before,i.flag.northern.mariana.islands:before {
	background-position: -36px -1795px;
}

i.flag.martinique:before,i.flag.mq:before {
	background-position: -36px -1821px;
}

i.flag.mauritania:before,i.flag.mr:before {
	background-position: -36px -1847px;
}

i.flag.montserrat:before,i.flag.ms:before {
	background-position: -36px -1873px;
}

i.flag.malta:before,i.flag.mt:before {
	background-position: -36px -1899px;
}

i.flag.mauritius:before,i.flag.mu:before {
	background-position: -36px -1925px;
}

i.flag.maldives:before,i.flag.mv:before {
	background-position: -36px -1951px;
}

i.flag.malawi:before,i.flag.mw:before {
	background-position: -36px -1977px;
}

i.flag.mexico:before,i.flag.mx:before {
	background-position: -72px 0;
}

i.flag.malaysia:before,i.flag.my:before {
	background-position: -72px -26px;
}

i.flag.mozambique:before,i.flag.mz:before {
	background-position: -72px -52px;
}

i.flag.na:before,i.flag.namibia:before {
	background-position: -72px -78px;
}

i.flag.nc:before,i.flag.new.caledonia:before {
	background-position: -72px -104px;
}

i.flag.ne:before,i.flag.niger:before {
	background-position: -72px -130px;
}

i.flag.nf:before,i.flag.norfolk.island:before {
	background-position: -72px -156px;
}

i.flag.ng:before,i.flag.nigeria:before {
	background-position: -72px -182px;
}

i.flag.ni:before,i.flag.nicaragua:before {
	background-position: -72px -208px;
}

i.flag.netherlands:before,i.flag.nl:before {
	background-position: -72px -234px;
}

i.flag.no:before,i.flag.norway:before {
	background-position: -72px -260px;
}

i.flag.nepal:before,i.flag.np:before {
	background-position: -72px -286px;
}

i.flag.nauru:before,i.flag.nr:before {
	background-position: -72px -312px;
}

i.flag.niue:before,i.flag.nu:before {
	background-position: -72px -338px;
}

i.flag.new.zealand:before,i.flag.nz:before {
	background-position: -72px -364px;
}

i.flag.om:before,i.flag.oman:before {
	background-position: -72px -390px;
}

i.flag.pa:before,i.flag.panama:before {
	background-position: -72px -416px;
}

i.flag.pe:before,i.flag.peru:before {
	background-position: -72px -442px;
}

i.flag.french.polynesia:before,i.flag.pf:before {
	background-position: -72px -468px;
}

i.flag.new.guinea:before,i.flag.pg:before {
	background-position: -72px -494px;
}

i.flag.ph:before,i.flag.philippines:before {
	background-position: -72px -520px;
}

i.flag.pakistan:before,i.flag.pk:before {
	background-position: -72px -546px;
}

i.flag.pl:before,i.flag.poland:before {
	background-position: -72px -572px;
}

i.flag.pm:before,i.flag.saint.pierre:before {
	background-position: -72px -598px;
}

i.flag.pitcairn.islands:before,i.flag.pn:before {
	background-position: -72px -624px;
}

i.flag.pr:before,i.flag.puerto.rico:before {
	background-position: -72px -650px;
}

i.flag.palestine:before,i.flag.ps:before {
	background-position: -72px -676px;
}

i.flag.portugal:before,i.flag.pt:before {
	background-position: -72px -702px;
}

i.flag.palau:before,i.flag.pw:before {
	background-position: -72px -728px;
}

i.flag.paraguay:before,i.flag.py:before {
	background-position: -72px -754px;
}

i.flag.qa:before,i.flag.qatar:before {
	background-position: -72px -780px;
}

i.flag.re:before,i.flag.reunion:before {
	background-position: -72px -806px;
}

i.flag.ro:before,i.flag.romania:before {
	background-position: -72px -832px;
}

i.flag.rs:before,i.flag.serbia:before {
	background-position: -72px -858px;
}

i.flag.ru:before,i.flag.russia:before {
	background-position: -72px -884px;
}

i.flag.rw:before,i.flag.rwanda:before {
	background-position: -72px -910px;
}

i.flag.sa:before,i.flag.saudi.arabia:before {
	background-position: -72px -936px;
}

i.flag.sb:before,i.flag.solomon.islands:before {
	background-position: -72px -962px;
}

i.flag.sc:before,i.flag.seychelles:before {
	background-position: -72px -988px;
}

i.flag.gb.sct:before,i.flag.scotland:before {
	background-position: -72px -1014px;
}

i.flag.sd:before,i.flag.sudan:before {
	background-position: -72px -1040px;
}

i.flag.se:before,i.flag.sweden:before {
	background-position: -72px -1066px;
}

i.flag.sg:before,i.flag.singapore:before {
	background-position: -72px -1092px;
}

i.flag.saint.helena:before,i.flag.sh:before {
	background-position: -72px -1118px;
}

i.flag.si:before,i.flag.slovenia:before {
	background-position: -72px -1144px;
}

i.flag.jan.mayen:before,i.flag.sj:before,i.flag.svalbard:before {
	background-position: -72px -1170px;
}

i.flag.sk:before,i.flag.slovakia:before {
	background-position: -72px -1196px;
}

i.flag.sierra.leone:before,i.flag.sl:before {
	background-position: -72px -1222px;
}

i.flag.san.marino:before,i.flag.sm:before {
	background-position: -72px -1248px;
}

i.flag.senegal:before,i.flag.sn:before {
	background-position: -72px -1274px;
}

i.flag.so:before,i.flag.somalia:before {
	background-position: -72px -1300px;
}

i.flag.sr:before,i.flag.suriname:before {
	background-position: -72px -1326px;
}

i.flag.sao.tome:before,i.flag.st:before {
	background-position: -72px -1352px;
}

i.flag.el.salvador:before,i.flag.sv:before {
	background-position: -72px -1378px;
}

i.flag.sy:before,i.flag.syria:before {
	background-position: -72px -1404px;
}

i.flag.swaziland:before,i.flag.sz:before {
	background-position: -72px -1430px;
}

i.flag.caicos.islands:before,i.flag.tc:before {
	background-position: -72px -1456px;
}

i.flag.chad:before,i.flag.td:before {
	background-position: -72px -1482px;
}

i.flag.french.territories:before,i.flag.tf:before {
	background-position: -72px -1508px;
}

i.flag.tg:before,i.flag.togo:before {
	background-position: -72px -1534px;
}

i.flag.th:before,i.flag.thailand:before {
	background-position: -72px -1560px;
}

i.flag.tajikistan:before,i.flag.tj:before {
	background-position: -72px -1586px;
}

i.flag.tk:before,i.flag.tokelau:before {
	background-position: -72px -1612px;
}

i.flag.timorleste:before,i.flag.tl:before {
	background-position: -72px -1638px;
}

i.flag.tm:before,i.flag.turkmenistan:before {
	background-position: -72px -1664px;
}

i.flag.tn:before,i.flag.tunisia:before {
	background-position: -72px -1690px;
}

i.flag.to:before,i.flag.tonga:before {
	background-position: -72px -1716px;
}

i.flag.tr:before,i.flag.turkey:before {
	background-position: -72px -1742px;
}

i.flag.trinidad:before,i.flag.tt:before {
	background-position: -72px -1768px;
}

i.flag.tuvalu:before,i.flag.tv:before {
	background-position: -72px -1794px;
}

i.flag.taiwan:before,i.flag.tw:before {
	background-position: -72px -1820px;
}

i.flag.tanzania:before,i.flag.tz:before {
	background-position: -72px -1846px;
}

i.flag.ua:before,i.flag.ukraine:before {
	background-position: -72px -1872px;
}

i.flag.ug:before,i.flag.uganda:before {
	background-position: -72px -1898px;
}

i.flag.um:before,i.flag.us.minor.islands:before {
	background-position: -72px -1924px;
}

i.flag.america:before,i.flag.united.states:before,i.flag.us:before {
	background-position: -72px -1950px;
}

i.flag.uruguay:before,i.flag.uy:before {
	background-position: -72px -1976px;
}

i.flag.uz:before,i.flag.uzbekistan:before {
	background-position: -108px 0;
}

i.flag.va:before,i.flag.vatican.city:before {
	background-position: -108px -26px;
}

i.flag.saint.vincent:before,i.flag.vc:before {
	background-position: -108px -52px;
}

i.flag.ve:before,i.flag.venezuela:before {
	background-position: -108px -78px;
}

i.flag.british.virgin.islands:before,i.flag.vg:before {
	background-position: -108px -104px;
}

i.flag.us.virgin.islands:before,i.flag.vi:before {
	background-position: -108px -130px;
}

i.flag.vietnam:before,i.flag.vn:before {
	background-position: -108px -156px;
}

i.flag.vanuatu:before,i.flag.vu:before {
	background-position: -108px -182px;
}

i.flag.gb.wls:before,i.flag.wales:before {
	background-position: -108px -208px;
}

i.flag.wallis.and.futuna:before,i.flag.wf:before {
	background-position: -108px -234px;
}

i.flag.samoa:before,i.flag.ws:before {
	background-position: -108px -260px;
}

i.flag.ye:before,i.flag.yemen:before {
	background-position: -108px -286px;
}

i.flag.mayotte:before,i.flag.yt:before {
	background-position: -108px -312px;
}

i.flag.south.africa:before,i.flag.za:before {
	background-position: -108px -338px;
}

i.flag.zambia:before,i.flag.zm:before {
	background-position: -108px -364px;
}

i.flag.zimbabwe:before,i.flag.zw:before {
	background-position: -108px -390px;
}

.ui.header {
	border: none;
	margin: calc(2rem - .14285714em) 0 1rem;
	padding: 0;
	font-weight: 700;
	line-height: 1.28571429em;
	text-transform: none;
	color: rgba(0,0,0,.87);
}

.ui.header:first-child {
	margin-top: -.14285714em;
}

.ui.header:last-child {
	margin-bottom: 0;
}

.ui.header .sub.header {
	display: block;
	font-weight: 400;
	padding: 0;
	margin: 0;
	line-height: 1.2em;
	color: rgba(0,0,0,.6);
}

.ui.header>.icon {
	display: table-cell;
	opacity: 1;
	font-size: 1.5em;
	padding-top: 0;
	vertical-align: middle;
}

.ui.header .icon:only-child {
	display: inline-block;
	padding: 0;
	margin-right: .75rem;
}

.ui.header>.image:not(.icon),.ui.header>img {
	display: inline-block;
	margin-top: .14285714em;
	width: 2.5em;
	height: auto;
	vertical-align: middle;
}

.ui.header>.image:not(.icon):only-child,.ui.header>img:only-child {
	margin-right: .75rem;
}

.ui.header .content {
	display: inline-block;
	vertical-align: top;
}

.ui.header>.image+.content,.ui.header>img+.content {
	padding-left: .75rem;
	vertical-align: middle;
}

.ui.header>.icon+.content {
	padding-left: .75rem;
	display: table-cell;
	vertical-align: middle;
}

.ui.icon.header,.ui.image,.ui.justified.header:after,i.icon,i.icons {
	display: inline-block;
}

.ui.header .ui.label {
	font-size: '';
	margin-left: .5rem;
	vertical-align: middle;
}

.ui.header+p {
	margin-top: 0;
}

h1.ui.header {
	font-size: 2rem;
}

h2.ui.header {
	font-size: 1.71428571rem;
}

h3.ui.header {
	font-size: 1.28571429rem;
}

h4.ui.header {
	font-size: 1.07142857rem;
}

h5.ui.header {
	font-size: 1rem;
}

h1.ui.header .sub.header,h2.ui.header .sub.header {
	font-size: 1.14285714rem;
}

h3.ui.header .sub.header,h4.ui.header .sub.header {
	font-size: 1rem;
}

h5.ui.header .sub.header {
	font-size: .92857143rem;
}

.ui.huge.header {
	min-height: 1em;
	font-size: 2em;
}

.ui.large.header {
	font-size: 1.71428571em;
}

.ui.medium.header {
	font-size: 1.28571429em;
}

.ui.small.header {
	font-size: 1.07142857em;
}

.ui.tiny.header {
	font-size: 1em;
}

.ui.huge.header .sub.header,.ui.large.header .sub.header {
	font-size: 1.14285714rem;
}

.ui.header .sub.header,.ui.small.header .sub.header {
	font-size: 1rem;
}

.ui.tiny.header .sub.header {
	font-size: .92857143rem;
}

.ui.small.sub.header {
	font-size: .78571429em;
}

.ui.sub.header {
	padding: 0;
	margin-bottom: .14285714rem;
	font-weight: 700;
	text-transform: uppercase;
	color: '';
	font-size: .85714286em;
}

.ui.input,i.icon {
	font-weight: 400;
	font-style: normal;
}

.ui.large.sub.header {
	font-size: .92857143em;
}

.ui.huge.sub.header {
	font-size: 1em;
}

.ui.icon.header {
	text-align: center;
	margin: 2rem 0 1rem;
}

.ui.input>input,.ui.left.aligned.header {
	text-align: left;
}

.ui.icon.header:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.ui.icon.header:first-child {
	margin-top: 0;
}

.ui.icon.header .icon {
	float: none;
	display: block;
	width: auto;
	height: auto;
	line-height: 1;
	padding: 0;
	font-size: 3em;
	margin: 0 auto .5rem;
	opacity: 1;
}

.ui.icon.header .content {
	display: block;
	padding: 0;
}

.ui.icon.header .circular.icon,.ui.icon.header .square.icon {
	font-size: 2em;
}

.ui.block.icon.header .icon {
	margin-bottom: 0;
}

.ui.icon.header.aligned {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.ui.disabled.header {
	opacity: .45;
}

.ui.inverted.header {
	color: #FFF;
}

.ui.inverted.header .sub.header {
	color: rgba(255,255,255,.8);
}

.ui.inverted.attached.header {
	background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.05))) #545454;
	background: -webkit-linear-gradient(transparent,rgba(0,0,0,.05)) #545454;
	background: linear-gradient(transparent,rgba(0,0,0,.05)) #545454;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: transparent;
}

.ui.inverted.block.header {
	background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.05))) #545454;
	background: -webkit-linear-gradient(transparent,rgba(0,0,0,.05)) #545454;
	background: linear-gradient(transparent,rgba(0,0,0,.05)) #545454;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
}

.ui.red.header {
	color: #DB2828!important;
}

a.ui.red.header:hover {
	color: #d01919!important;
}

.ui.red.dividing.header {
	border-bottom: 2px solid #DB2828;
}

.ui.inverted.red.header {
	color: #FF695E!important;
}

a.ui.inverted.red.header:hover {
	color: #ff5144!important;
}

.ui.orange.header {
	color: #F2711C!important;
}

a.ui.orange.header:hover {
	color: #f26202!important;
}

.ui.orange.dividing.header {
	border-bottom: 2px solid #F2711C;
}

.ui.inverted.orange.header {
	color: #FF851B!important;
}

a.ui.inverted.orange.header:hover {
	color: #ff7701!important;
}

.ui.olive.header {
	color: #B5CC18!important;
}

a.ui.olive.header:hover {
	color: #a7bd0d!important;
}

.ui.olive.dividing.header {
	border-bottom: 2px solid #B5CC18;
}

.ui.inverted.olive.header {
	color: #D9E778!important;
}

a.ui.inverted.olive.header:hover {
	color: #d8ea5c!important;
}

.ui.yellow.header {
	color: #FBBD08!important;
}

a.ui.yellow.header:hover {
	color: #eaae00!important;
}

.ui.yellow.dividing.header {
	border-bottom: 2px solid #FBBD08;
}

.ui.inverted.yellow.header {
	color: #FFE21F!important;
}

a.ui.inverted.yellow.header:hover {
	color: #ffdf05!important;
}

.ui.green.header {
	color: #21BA45!important;
}

a.ui.green.header:hover {
	color: #16ab39!important;
}

.ui.green.dividing.header {
	border-bottom: 2px solid #21BA45;
}

.ui.inverted.green.header {
	color: #2ECC40!important;
}

a.ui.inverted.green.header:hover {
	color: #22be34!important;
}

.ui.teal.header {
	color: #00B5AD!important;
}

a.ui.teal.header:hover {
	color: #009c95!important;
}

.ui.teal.dividing.header {
	border-bottom: 2px solid #00B5AD;
}

.ui.inverted.teal.header {
	color: #6DFFFF!important;
}

a.ui.inverted.teal.header:hover {
	color: #54ffff!important;
}

.ui.blue.header {
	color: #2185D0!important;
}

a.ui.blue.header:hover {
	color: #1678c2!important;
}

.ui.blue.dividing.header {
	border-bottom: 2px solid #2185D0;
}

.ui.inverted.blue.header {
	color: #54C8FF!important;
}

a.ui.inverted.blue.header:hover {
	color: #3ac0ff!important;
}

.ui.violet.header {
	color: #6435C9!important;
}

a.ui.violet.header:hover {
	color: #5829bb!important;
}

.ui.violet.dividing.header {
	border-bottom: 2px solid #6435C9;
}

.ui.inverted.violet.header {
	color: #A291FB!important;
}

a.ui.inverted.violet.header:hover {
	color: #8a73ff!important;
}

.ui.purple.header {
	color: #A333C8!important;
}

a.ui.purple.header:hover {
	color: #9627ba!important;
}

.ui.purple.dividing.header {
	border-bottom: 2px solid #A333C8;
}

.ui.inverted.purple.header {
	color: #DC73FF!important;
}

a.ui.inverted.purple.header:hover {
	color: #d65aff!important;
}

.ui.pink.header {
	color: #E03997!important;
}

a.ui.pink.header:hover {
	color: #e61a8d!important;
}

.ui.pink.dividing.header {
	border-bottom: 2px solid #E03997;
}

.ui.inverted.pink.header {
	color: #FF8EDF!important;
}

a.ui.inverted.pink.header:hover {
	color: #ff74d8!important;
}

.ui.brown.header {
	color: #A5673F!important;
}

a.ui.brown.header:hover {
	color: #975b33!important;
}

.ui.brown.dividing.header {
	border-bottom: 2px solid #A5673F;
}

.ui.inverted.brown.header {
	color: #D67C1C!important;
}

a.ui.inverted.brown.header:hover {
	color: #c86f11!important;
}

.ui.grey.header {
	color: #767676!important;
}

a.ui.grey.header:hover {
	color: #838383!important;
}

.ui.grey.dividing.header {
	border-bottom: 2px solid #767676;
}

.ui.inverted.grey.header {
	color: #DCDDDE!important;
}

a.ui.inverted.grey.header:hover {
	color: #cfd0d2!important;
}

.ui.right.aligned.header {
	text-align: right;
}

.ui.center.aligned.header,.ui.centered.header {
	text-align: center;
}

.ui.justified.header {
	text-align: justify;
}

.ui.justified.header:after {
	content: '';
	width: 100%;
}

.ui.floated.header,.ui[class*="left floated"].header {
	float: left;
	margin-top: 0;
	margin-right: .5em;
}

.ui[class*="right floated"].header {
	float: right;
	margin-top: 0;
	margin-left: .5em;
}

.ui.fitted.header {
	padding: 0;
}

.ui.dividing.header,.ui.dividing.header .sub.header {
	padding-bottom: .21428571rem;
}

.ui.dividing.header {
	border-bottom: 1px solid rgba(34,36,38,.15);
}

.ui.dividing.header .icon {
	margin-bottom: 0;
}

.ui.inverted.dividing.header {
	border-bottom-color: rgba(255,255,255,.1);
}

.ui.block.header {
	background: #F3F4F5;
	padding: .78571429rem 1rem;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #D4D4D5;
	border-radius: .28571429rem;
}

.ui.tiny.block.header {
	font-size: .85714286rem;
}

.ui.small.block.header {
	font-size: .92857143rem;
}

.ui.block.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
	font-size: 1rem;
}

.ui.large.block.header {
	font-size: 1.14285714rem;
}

.ui.huge.block.header {
	font-size: 1.42857143rem;
}

.ui.attached.header {
	background: #FFF;
	padding: .78571429rem 1rem;
	margin-right: -1px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #D4D4D5;
}

.ui.attached.block.header {
	background: #F3F4F5;
}

.ui.attached:not(.top):not(.bottom).header {
	margin-top: 0;
	margin-bottom: 0;
	border-top: none;
	border-radius: 0;
}

.ui.top.attached.header {
	margin-bottom: 0;
	border-radius: .28571429rem .28571429rem 0 0;
}

.ui.bottom.attached.header {
	margin-top: 0;
	border-top: none;
	border-radius: 0 0 .28571429rem .28571429rem;
}

.ui.tiny.attached.header {
	font-size: .85714286em;
}

.ui.small.attached.header {
	font-size: .92857143em;
}

.ui.attached.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
	font-size: 1em;
}

.ui.large.attached.header {
	font-size: 1.14285714em;
}

.ui.huge.attached.header {
	font-size: 1.42857143em;
}

.ui.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
	font-size: 1.28571429em;
}

@font-face {
	font-family:Icons;src:url(themes/default/assets/fonts/icons.html);src:url(themes/default/assets/fonts/iconsd41d.html?#iefix) format('embedded-opentype'),url(themes/default/assets/fonts/icons-2.html) format('woff2'),url(themes/default/assets/fonts/icons-3.html) format('woff'),url(themes/default/assets/fonts/icons-4.html) format('truetype'),url(themes/default/assets/fonts/icons-5.html#icons) format('svg');font-style:normal;font-weight:400;font-variant:normal;text-decoration:inherit;text-transform:none;
}

i.icon {
	opacity: 1;
	margin: 0 .25rem 0 0;
	width: 1.18em;
	height: 1em;
	font-family: Icons;
	text-decoration: inherit;
	text-align: center;
	speak: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

i.icon:before {
	background: 0 0!important;
}

i.icon.loading {
	height: 1em;
	line-height: 1;
	-webkit-animation: icon-loading 2s linear infinite;
	animation: icon-loading 2s linear infinite;
}

@-webkit-keyframes icon-loading {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes icon-loading {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

i.emphasized.icon,i.icon.active,i.icon.hover {
	opacity: 1!important;
}

i.disabled.icon {
	opacity: .45!important;
}

i.fitted.icon {
	width: auto;
	margin: 0!important;
}

i.link.icon,i.link.icons {
	cursor: pointer;
	opacity: .8;
	-webkit-transition: opacity .1s ease;
	transition: opacity .1s ease;
}

i.link.icon:hover,i.link.icons:hover {
	opacity: 1!important;
}

i.circular.icon {
	border-radius: 500em!important;
	line-height: 1!important;
	padding: .5em 0!important;
	-webkit-box-shadow: 0 0 0 .1em rgba(0,0,0,.1) inset;
	box-shadow: 0 0 0 .1em rgba(0,0,0,.1) inset;
	width: 2em!important;
	height: 2em!important;
}

i.circular.inverted.icon {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

i.flipped.icon,i.horizontally.flipped.icon {
	-webkit-transform: scale(-1,1);
	transform: scale(-1,1);
}

i.vertically.flipped.icon {
	-webkit-transform: scale(1,-1);
	transform: scale(1,-1);
}

i.clockwise.rotated.icon,i.right.rotated.icon,i.rotated.icon {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

i.counterclockwise.rotated.icon,i.left.rotated.icon {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

i.bordered.icon {
	line-height: 1;
	width: 2em;
	height: 2em;
	padding: .5em 0!important;
	-webkit-box-shadow: 0 0 0 .1em rgba(0,0,0,.1) inset;
	box-shadow: 0 0 0 .1em rgba(0,0,0,.1) inset;
}

i.bordered.inverted.icon {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

i.inverted.bordered.icon,i.inverted.circular.icon {
	background-color: #1B1C1D!important;
	color: #FFF!important;
}

i.inverted.icon {
	color: #FFF;
}

.ui.basic.red.label,i.red.icon {
	color: #DB2828!important;
}

i.inverted.red.icon {
	color: #FF695E!important;
}

i.inverted.bordered.red.icon,i.inverted.circular.red.icon {
	background-color: #DB2828!important;
	color: #FFF!important;
}

.ui.basic.orange.label,i.orange.icon {
	color: #F2711C!important;
}

i.inverted.orange.icon {
	color: #FF851B!important;
}

i.inverted.bordered.orange.icon,i.inverted.circular.orange.icon {
	background-color: #F2711C!important;
	color: #FFF!important;
}

i.yellow.icon {
	color: #FBBD08!important;
}

i.inverted.yellow.icon {
	color: #FFE21F!important;
}

i.inverted.bordered.yellow.icon,i.inverted.circular.yellow.icon {
	background-color: #FBBD08!important;
	color: #FFF!important;
}

i.olive.icon {
	color: #B5CC18!important;
}

i.inverted.olive.icon {
	color: #D9E778!important;
}

i.inverted.bordered.olive.icon,i.inverted.circular.olive.icon {
	background-color: #B5CC18!important;
	color: #FFF!important;
}

i.green.icon {
	color: #21BA45!important;
}

i.inverted.green.icon {
	color: #2ECC40!important;
}

i.inverted.bordered.green.icon,i.inverted.circular.green.icon {
	background-color: #21BA45!important;
	color: #FFF!important;
}

i.teal.icon {
	color: #00B5AD!important;
}

i.inverted.teal.icon {
	color: #6DFFFF!important;
}

i.inverted.bordered.teal.icon,i.inverted.circular.teal.icon {
	background-color: #00B5AD!important;
	color: #FFF!important;
}

i.blue.icon {
	color: #2185D0!important;
}

i.inverted.blue.icon {
	color: #54C8FF!important;
}

i.inverted.bordered.blue.icon,i.inverted.circular.blue.icon {
	background-color: #2185D0!important;
	color: #FFF!important;
}

i.violet.icon {
	color: #6435C9!important;
}

i.inverted.violet.icon {
	color: #A291FB!important;
}

i.inverted.bordered.violet.icon,i.inverted.circular.violet.icon {
	background-color: #6435C9!important;
	color: #FFF!important;
}

i.purple.icon {
	color: #A333C8!important;
}

i.inverted.purple.icon {
	color: #DC73FF!important;
}

i.inverted.bordered.purple.icon,i.inverted.circular.purple.icon {
	background-color: #A333C8!important;
	color: #FFF!important;
}

i.pink.icon {
	color: #E03997!important;
}

i.inverted.pink.icon {
	color: #FF8EDF!important;
}

i.inverted.bordered.pink.icon,i.inverted.circular.pink.icon {
	background-color: #E03997!important;
	color: #FFF!important;
}

i.brown.icon {
	color: #A5673F!important;
}

i.inverted.brown.icon {
	color: #D67C1C!important;
}

i.inverted.bordered.brown.icon,i.inverted.circular.brown.icon {
	background-color: #A5673F!important;
	color: #FFF!important;
}

i.grey.icon {
	color: #767676!important;
}

i.inverted.grey.icon {
	color: #DCDDDE!important;
}

i.inverted.bordered.grey.icon,i.inverted.circular.grey.icon {
	background-color: #767676!important;
	color: #FFF!important;
}

i.black.icon {
	color: #1B1C1D!important;
}

i.inverted.black.icon {
	color: #545454!important;
}

i.inverted.bordered.black.icon,i.inverted.circular.black.icon {
	background-color: #1B1C1D!important;
	color: #FFF!important;
}

i.mini.icon,i.mini.icons {
	line-height: 1;
	font-size: .4em;
}

i.tiny.icon,i.tiny.icons {
	line-height: 1;
	font-size: .5em;
}

i.small.icon,i.small.icons {
	line-height: 1;
	font-size: .75em;
}

i.icon,i.icons {
	font-size: 1em;
}

i.large.icon,i.large.icons {
	line-height: 1;
	vertical-align: middle;
	font-size: 1.5em;
}

i.big.icon,i.big.icons {
	line-height: 1;
	vertical-align: middle;
	font-size: 2em;
}

i.huge.icon,i.huge.icons {
	line-height: 1;
	vertical-align: middle;
	font-size: 4em;
}

i.massive.icon,i.massive.icons {
	line-height: 1;
	vertical-align: middle;
	font-size: 8em;
}

i.icons {
	position: relative;
	line-height: 1;
}

i.icons .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	margin: 0;
}

i.icons .icon:first-child {
	position: static;
	width: auto;
	height: auto;
	vertical-align: top;
	-webkit-transform: none;
	transform: none;
	margin-right: .25rem;
}

i.icons .corner.icon {
	top: auto;
	left: auto;
	right: 0;
	bottom: 0;
	-webkit-transform: none;
	transform: none;
	font-size: .45em;
	text-shadow: -1px -1px 0 #FFF,1px -1px 0 #FFF,-1px 1px 0 #FFF,1px 1px 0 #FFF;
}

i.icons .top.right.corner.icon {
	top: 0;
	left: auto;
	right: 0;
	bottom: auto;
}

i.icons .top.left.corner.icon {
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
}

i.icons .bottom.left.corner.icon {
	top: auto;
	left: 0;
	right: auto;
	bottom: 0;
}

i.icons .bottom.right.corner.icon {
	top: auto;
	left: auto;
	right: 0;
	bottom: 0;
}

i.icons .inverted.corner.icon {
	text-shadow: -1px -1px 0 #1B1C1D,1px -1px 0 #1B1C1D,-1px 1px 0 #1B1C1D,1px 1px 0 #1B1C1D;
}

i.icon.linkedin.in:before {
	content: "\f0e1";
}

i.icon.zoom.in:before {
	content: "\f00e";
}

i.icon.zoom.out:before {
	content: "\f010";
}

i.icon.sign.in:before {
	content: "\f2f6";
}

i.icon.in.cart:before {
	content: "\f218";
}

i.icon.log.out:before,i.icon.sign.out:before {
	content: "\f2f5";
}

i.icon.\35 00px:before {
	content: "\f26e";
}

i.icon.accessible.icon:before {
	content: "\f368";
}

i.icon.accusoft:before {
	content: "\f369";
}

i.icon.address.book:before {
	content: "\f2b9";
}

i.icon.address.card:before {
	content: "\f2bb";
}

i.icon.adjust:before {
	content: "\f042";
}

i.icon.adn:before {
	content: "\f170";
}

i.icon.adversal:before {
	content: "\f36a";
}

i.icon.affiliatetheme:before {
	content: "\f36b";
}

i.icon.algolia:before {
	content: "\f36c";
}

i.icon.align.center:before {
	content: "\f037";
}

i.icon.align.justify:before {
	content: "\f039";
}

i.icon.align.left:before {
	content: "\f036";
}

i.icon.align.right:before {
	content: "\f038";
}

i.icon.amazon:before {
	content: "\f270";
}

i.icon.amazon.pay:before {
	content: "\f42c";
}

i.icon.ambulance:before {
	content: "\f0f9";
}

i.icon.american.sign.language.interpreting:before {
	content: "\f2a3";
}

i.icon.amilia:before {
	content: "\f36d";
}

i.icon.anchor:before {
	content: "\f13d";
}

i.icon.android:before {
	content: "\f17b";
}

i.icon.angellist:before {
	content: "\f209";
}

i.icon.angle.double.down:before {
	content: "\f103";
}

i.icon.angle.double.left:before {
	content: "\f100";
}

i.icon.angle.double.right:before {
	content: "\f101";
}

i.icon.angle.double.up:before {
	content: "\f102";
}

i.icon.angle.down:before {
	content: "\f107";
}

i.icon.angle.left:before {
	content: "\f104";
}

i.icon.angle.right:before {
	content: "\f105";
}

i.icon.angle.up:before {
	content: "\f106";
}

i.icon.angrycreative:before {
	content: "\f36e";
}

i.icon.angular:before {
	content: "\f420";
}

i.icon.app.store:before {
	content: "\f36f";
}

i.icon.app.store.ios:before {
	content: "\f370";
}

i.icon.apper:before {
	content: "\f371";
}

i.icon.apple:before {
	content: "\f179";
}

i.icon.apple.pay:before {
	content: "\f415";
}

i.icon.archive:before {
	content: "\f187";
}

i.icon.arrow.alternate.circle.down:before {
	content: "\f358";
}

i.icon.arrow.alternate.circle.left:before {
	content: "\f359";
}

i.icon.arrow.alternate.circle.right:before {
	content: "\f35a";
}

i.icon.arrow.alternate.circle.up:before {
	content: "\f35b";
}

i.icon.arrow.circle.down:before {
	content: "\f0ab";
}

i.icon.arrow.circle.left:before {
	content: "\f0a8";
}

i.icon.arrow.circle.right:before {
	content: "\f0a9";
}

i.icon.arrow.circle.up:before {
	content: "\f0aa";
}

i.icon.arrow.down:before {
	content: "\f063";
}

i.icon.arrow.left:before {
	content: "\f060";
}

i.icon.arrow.right:before {
	content: "\f061";
}

i.icon.arrow.up:before {
	content: "\f062";
}

i.icon.arrows.alternate:before {
	content: "\f0b2";
}

i.icon.arrows.alternate.horizontal:before {
	content: "\f337";
}

i.icon.arrows.alternate.vertical:before {
	content: "\f338";
}

i.icon.assistive.listening.systems:before {
	content: "\f2a2";
}

i.icon.asterisk:before {
	content: "\f069";
}

i.icon.asymmetrik:before {
	content: "\f372";
}

i.icon.at:before {
	content: "\f1fa";
}

i.icon.audible:before {
	content: "\f373";
}

i.icon.audio.description:before {
	content: "\f29e";
}

i.icon.autoprefixer:before {
	content: "\f41c";
}

i.icon.avianex:before {
	content: "\f374";
}

i.icon.aviato:before {
	content: "\f421";
}

i.icon.aws:before {
	content: "\f375";
}

i.icon.backward:before {
	content: "\f04a";
}

i.icon.balance.scale:before {
	content: "\f24e";
}

i.icon.ban:before {
	content: "\f05e";
}

i.icon.band.aid:before {
	content: "\f462";
}

i.icon.bandcamp:before {
	content: "\f2d5";
}

i.icon.barcode:before {
	content: "\f02a";
}

i.icon.bars:before {
	content: "\f0c9";
}

i.icon.baseball.ball:before {
	content: "\f433";
}

i.icon.basketball.ball:before {
	content: "\f434";
}

i.icon.bath:before {
	content: "\f2cd";
}

i.icon.battery.empty:before {
	content: "\f244";
}

i.icon.battery.full:before {
	content: "\f240";
}

i.icon.battery.half:before {
	content: "\f242";
}

i.icon.battery.quarter:before {
	content: "\f243";
}

i.icon.battery.three.quarters:before {
	content: "\f241";
}

i.icon.bed:before {
	content: "\f236";
}

i.icon.beer:before {
	content: "\f0fc";
}

i.icon.behance:before {
	content: "\f1b4";
}

i.icon.behance.square:before {
	content: "\f1b5";
}

i.icon.bell:before {
	content: "\f0f3";
}

i.icon.bell.slash:before {
	content: "\f1f6";
}

i.icon.bicycle:before {
	content: "\f206";
}

i.icon.bimobject:before {
	content: "\f378";
}

i.icon.binoculars:before {
	content: "\f1e5";
}

i.icon.birthday.cake:before {
	content: "\f1fd";
}

i.icon.bitbucket:before {
	content: "\f171";
}

i.icon.bitcoin:before {
	content: "\f379";
}

i.icon.bity:before {
	content: "\f37a";
}

i.icon.black.tie:before {
	content: "\f27e";
}

i.icon.blackberry:before {
	content: "\f37b";
}

i.icon.blind:before {
	content: "\f29d";
}

i.icon.blogger:before {
	content: "\f37c";
}

i.icon.blogger.b:before {
	content: "\f37d";
}

i.icon.bluetooth:before {
	content: "\f293";
}

i.icon.bluetooth.b:before {
	content: "\f294";
}

i.icon.bold:before {
	content: "\f032";
}

i.icon.bolt:before {
	content: "\f0e7";
}

i.icon.bomb:before {
	content: "\f1e2";
}

i.icon.book:before {
	content: "\f02d";
}

i.icon.bookmark:before {
	content: "\f02e";
}

i.icon.bowling.ball:before {
	content: "\f436";
}

i.icon.box:before {
	content: "\f466";
}

i.icon.boxes:before {
	content: "\f468";
}

i.icon.braille:before {
	content: "\f2a1";
}

i.icon.briefcase:before {
	content: "\f0b1";
}

i.icon.btc:before {
	content: "\f15a";
}

i.icon.bug:before {
	content: "\f188";
}

i.icon.building:before {
	content: "\f1ad";
}

i.icon.bullhorn:before {
	content: "\f0a1";
}

i.icon.bullseye:before {
	content: "\f140";
}

i.icon.buromobelexperte:before {
	content: "\f37f";
}

i.icon.bus:before {
	content: "\f207";
}

i.icon.buysellads:before {
	content: "\f20d";
}

i.icon.calculator:before {
	content: "\f1ec";
}

i.icon.calendar:before {
	content: "\f133";
}

i.icon.calendar.alternate:before {
	content: "\f073";
}

i.icon.calendar.check:before {
	content: "\f274";
}

i.icon.calendar.minus:before {
	content: "\f272";
}

i.icon.calendar.plus:before {
	content: "\f271";
}

i.icon.calendar.times:before {
	content: "\f273";
}

i.icon.camera:before {
	content: "\f030";
}

i.icon.camera.retro:before {
	content: "\f083";
}

i.icon.car:before {
	content: "\f1b9";
}

i.icon.caret.down:before {
	content: "\f0d7";
}

i.icon.caret.left:before {
	content: "\f0d9";
}

i.icon.caret.right:before {
	content: "\f0da";
}

i.icon.caret.square.down:before {
	content: "\f150";
}

i.icon.caret.square.left:before {
	content: "\f191";
}

i.icon.caret.square.right:before {
	content: "\f152";
}

i.icon.caret.square.up:before {
	content: "\f151";
}

i.icon.caret.up:before {
	content: "\f0d8";
}

i.icon.cart.arrow.down:before {
	content: "\f218";
}

i.icon.cart.plus:before {
	content: "\f217";
}

i.icon.cc.amazon.pay:before {
	content: "\f42d";
}

i.icon.cc.amex:before {
	content: "\f1f3";
}

i.icon.cc.apple.pay:before {
	content: "\f416";
}

i.icon.cc.diners.club:before {
	content: "\f24c";
}

i.icon.cc.discover:before {
	content: "\f1f2";
}

i.icon.cc.jcb:before {
	content: "\f24b";
}

i.icon.cc.mastercard:before {
	content: "\f1f1";
}

i.icon.cc.paypal:before {
	content: "\f1f4";
}

i.icon.cc.stripe:before {
	content: "\f1f5";
}

i.icon.cc.visa:before {
	content: "\f1f0";
}

i.icon.centercode:before {
	content: "\f380";
}

i.icon.certificate:before {
	content: "\f0a3";
}

i.icon.chart.area:before {
	content: "\f1fe";
}

i.icon.chart.bar:before {
	content: "\f080";
}

i.icon.chart.line:before {
	content: "\f201";
}

i.icon.chart.pie:before {
	content: "\f200";
}

i.icon.check:before {
	content: "\f00c";
}

i.icon.check.circle:before {
	content: "\f058";
}

i.icon.check.square:before {
	content: "\f14a";
}

i.icon.chess:before {
	content: "\f439";
}

i.icon.chess.bishop:before {
	content: "\f43a";
}

i.icon.chess.board:before {
	content: "\f43c";
}

i.icon.chess.king:before {
	content: "\f43f";
}

i.icon.chess.knight:before {
	content: "\f441";
}

i.icon.chess.pawn:before {
	content: "\f443";
}

i.icon.chess.queen:before {
	content: "\f445";
}

i.icon.chess.rook:before {
	content: "\f447";
}

i.icon.chevron.circle.down:before {
	content: "\f13a";
}

i.icon.chevron.circle.left:before {
	content: "\f137";
}

i.icon.chevron.circle.right:before {
	content: "\f138";
}

i.icon.chevron.circle.up:before {
	content: "\f139";
}

i.icon.chevron.down:before {
	content: "\f078";
}

i.icon.chevron.left:before {
	content: "\f053";
}

i.icon.chevron.right:before {
	content: "\f054";
}

i.icon.chevron.up:before {
	content: "\f077";
}

i.icon.child:before {
	content: "\f1ae";
}

i.icon.chrome:before {
	content: "\f268";
}

i.icon.circle:before {
	content: "\f111";
}

i.icon.circle.notch:before {
	content: "\f1ce";
}

i.icon.clipboard:before {
	content: "\f328";
}

i.icon.clipboard.check:before {
	content: "\f46c";
}

i.icon.clipboard.list:before {
	content: "\f46d";
}

i.icon.clock:before {
	content: "\f017";
}

i.icon.clone:before {
	content: "\f24d";
}

i.icon.closed.captioning:before {
	content: "\f20a";
}

i.icon.cloud:before {
	content: "\f0c2";
}

i.icon.cloudscale:before {
	content: "\f383";
}

i.icon.cloudsmith:before {
	content: "\f384";
}

i.icon.cloudversify:before {
	content: "\f385";
}

i.icon.code:before {
	content: "\f121";
}

i.icon.code.branch:before {
	content: "\f126";
}

i.icon.codepen:before {
	content: "\f1cb";
}

i.icon.codiepie:before {
	content: "\f284";
}

i.icon.coffee:before {
	content: "\f0f4";
}

i.icon.cog:before {
	content: "\f013";
}

i.icon.cogs:before {
	content: "\f085";
}

i.icon.columns:before {
	content: "\f0db";
}

i.icon.comment:before {
	content: "\f075";
}

i.icon.comment.alternate:before {
	content: "\f27a";
}

i.icon.comments:before {
	content: "\f086";
}

i.icon.compass:before {
	content: "\f14e";
}

i.icon.compress:before {
	content: "\f066";
}

i.icon.connectdevelop:before {
	content: "\f20e";
}

i.icon.contao:before {
	content: "\f26d";
}

i.icon.copy:before {
	content: "\f0c5";
}

i.icon.copyright:before {
	content: "\f1f9";
}

i.icon.cpanel:before {
	content: "\f388";
}

i.icon.creative.commons:before {
	content: "\f25e";
}

i.icon.credit.card:before {
	content: "\f09d";
}

i.icon.crop:before {
	content: "\f125";
}

i.icon.crosshairs:before {
	content: "\f05b";
}

i.icon.css3:before {
	content: "\f13c";
}

i.icon.css3.alternate:before {
	content: "\f38b";
}

i.icon.cube:before {
	content: "\f1b2";
}

i.icon.cubes:before {
	content: "\f1b3";
}

i.icon.cut:before {
	content: "\f0c4";
}

i.icon.cuttlefish:before {
	content: "\f38c";
}

i.icon.d.and.d:before {
	content: "\f38d";
}

i.icon.dashcube:before {
	content: "\f210";
}

i.icon.database:before {
	content: "\f1c0";
}

i.icon.deaf:before {
	content: "\f2a4";
}

i.icon.delicious:before {
	content: "\f1a5";
}

i.icon.deploydog:before {
	content: "\f38e";
}

i.icon.deskpro:before {
	content: "\f38f";
}

i.icon.desktop:before {
	content: "\f108";
}

i.icon.deviantart:before {
	content: "\f1bd";
}

i.icon.digg:before {
	content: "\f1a6";
}

i.icon.digital.ocean:before {
	content: "\f391";
}

i.icon.discord:before {
	content: "\f392";
}

i.icon.discourse:before {
	content: "\f393";
}

i.icon.dna:before {
	content: "\f471";
}

i.icon.dochub:before {
	content: "\f394";
}

i.icon.docker:before {
	content: "\f395";
}

i.icon.dollar.sign:before {
	content: "\f155";
}

i.icon.dolly:before {
	content: "\f472";
}

i.icon.dolly.flatbed:before {
	content: "\f474";
}

i.icon.dot.circle:before {
	content: "\f192";
}

i.icon.download:before {
	content: "\f019";
}

i.icon.draft2digital:before {
	content: "\f396";
}

i.icon.dribbble:before {
	content: "\f17d";
}

i.icon.dribbble.square:before {
	content: "\f397";
}

i.icon.dropbox:before {
	content: "\f16b";
}

i.icon.drupal:before {
	content: "\f1a9";
}

i.icon.dyalog:before {
	content: "\f399";
}

i.icon.earlybirds:before {
	content: "\f39a";
}

i.icon.edge:before {
	content: "\f282";
}

i.icon.edit:before {
	content: "\f044";
}

i.icon.eject:before {
	content: "\f052";
}

i.icon.elementor:before {
	content: "\f430";
}

i.icon.ellipsis.horizontal:before {
	content: "\f141";
}

i.icon.ellipsis.vertical:before {
	content: "\f142";
}

i.icon.ember:before {
	content: "\f423";
}

i.icon.empire:before {
	content: "\f1d1";
}

i.icon.envelope:before {
	content: "\f0e0";
}

i.icon.envelope.open:before {
	content: "\f2b6";
}

i.icon.envelope.square:before {
	content: "\f199";
}

i.icon.envira:before {
	content: "\f299";
}

i.icon.eraser:before {
	content: "\f12d";
}

i.icon.erlang:before {
	content: "\f39d";
}

i.icon.ethereum:before {
	content: "\f42e";
}

i.icon.etsy:before {
	content: "\f2d7";
}

i.icon.euro.sign:before {
	content: "\f153";
}

i.icon.exchange.alternate:before {
	content: "\f362";
}

i.icon.exclamation:before {
	content: "\f12a";
}

i.icon.exclamation.circle:before {
	content: "\f06a";
}

i.icon.exclamation.triangle:before {
	content: "\f071";
}

i.icon.expand:before {
	content: "\f065";
}

i.icon.expand.arrows.alternate:before {
	content: "\f31e";
}

i.icon.expeditedssl:before {
	content: "\f23e";
}

i.icon.external.alternate:before {
	content: "\f35d";
}

i.icon.external.square.alternate:before {
	content: "\f360";
}

i.icon.eye:before {
	content: "\f06e";
}

i.icon.eye.dropper:before {
	content: "\f1fb";
}

i.icon.eye.slash:before {
	content: "\f070";
}

i.icon.facebook:before {
	content: "\f09a";
}

i.icon.facebook.f:before {
	content: "\f39e";
}

i.icon.facebook.messenger:before {
	content: "\f39f";
}

i.icon.facebook.square:before {
	content: "\f082";
}

i.icon.fast.backward:before {
	content: "\f049";
}

i.icon.fast.forward:before {
	content: "\f050";
}

i.icon.fax:before {
	content: "\f1ac";
}

i.icon.female:before {
	content: "\f182";
}

i.icon.fighter.jet:before {
	content: "\f0fb";
}

i.icon.file:before {
	content: "\f15b";
}

i.icon.file.alternate:before {
	content: "\f15c";
}

i.icon.file.archive:before {
	content: "\f1c6";
}

i.icon.file.audio:before {
	content: "\f1c7";
}

i.icon.file.code:before {
	content: "\f1c9";
}

i.icon.file.excel:before {
	content: "\f1c3";
}

i.icon.file.image:before {
	content: "\f1c5";
}

i.icon.file.pdf:before {
	content: "\f1c1";
}

i.icon.file.powerpoint:before {
	content: "\f1c4";
}

i.icon.file.video:before {
	content: "\f1c8";
}

i.icon.file.word:before {
	content: "\f1c2";
}

i.icon.film:before {
	content: "\f008";
}

i.icon.filter:before {
	content: "\f0b0";
}

i.icon.fire:before {
	content: "\f06d";
}

i.icon.fire.extinguisher:before {
	content: "\f134";
}

i.icon.firefox:before {
	content: "\f269";
}

i.icon.first.order:before {
	content: "\f2b0";
}

i.icon.firstdraft:before {
	content: "\f3a1";
}

i.icon.flag:before {
	content: "\f024";
}

i.icon.flag.checkered:before {
	content: "\f11e";
}

i.icon.flask:before {
	content: "\f0c3";
}

i.icon.flickr:before {
	content: "\f16e";
}

i.icon.flipboard:before {
	content: "\f44d";
}

i.icon.fly:before {
	content: "\f417";
}

i.icon.folder:before {
	content: "\f07b";
}

i.icon.folder.open:before {
	content: "\f07c";
}

i.icon.font:before {
	content: "\f031";
}

i.icon.font.awesome:before {
	content: "\f2b4";
}

i.icon.font.awesome.alternate:before {
	content: "\f35c";
}

i.icon.font.awesome.flag:before {
	content: "\f425";
}

i.icon.fonticons:before {
	content: "\f280";
}

i.icon.fonticons.fi:before {
	content: "\f3a2";
}

i.icon.football.ball:before {
	content: "\f44e";
}

i.icon.fort.awesome:before {
	content: "\f286";
}

i.icon.fort.awesome.alternate:before {
	content: "\f3a3";
}

i.icon.forumbee:before {
	content: "\f211";
}

i.icon.forward:before {
	content: "\f04e";
}

i.icon.foursquare:before {
	content: "\f180";
}

i.icon.free.code.camp:before {
	content: "\f2c5";
}

i.icon.freebsd:before {
	content: "\f3a4";
}

i.icon.frown:before {
	content: "\f119";
}

i.icon.futbol:before {
	content: "\f1e3";
}

i.icon.gamepad:before {
	content: "\f11b";
}

i.icon.gavel:before {
	content: "\f0e3";
}

i.icon.gem:before {
	content: "\f3a5";
}

i.icon.genderless:before {
	content: "\f22d";
}

i.icon.get.pocket:before {
	content: "\f265";
}

i.icon.gg:before {
	content: "\f260";
}

i.icon.gg.circle:before {
	content: "\f261";
}

i.icon.gift:before {
	content: "\f06b";
}

i.icon.git:before {
	content: "\f1d3";
}

i.icon.git.square:before {
	content: "\f1d2";
}

i.icon.github:before {
	content: "\f09b";
}

i.icon.github.alternate:before {
	content: "\f113";
}

i.icon.github.square:before {
	content: "\f092";
}

i.icon.gitkraken:before {
	content: "\f3a6";
}

i.icon.gitlab:before {
	content: "\f296";
}

i.icon.gitter:before {
	content: "\f426";
}

i.icon.glass.martini:before {
	content: "\f000";
}

i.icon.glide:before {
	content: "\f2a5";
}

i.icon.glide.g:before {
	content: "\f2a6";
}

i.icon.globe:before {
	content: "\f0ac";
}

i.icon.gofore:before {
	content: "\f3a7";
}

i.icon.golf.ball:before {
	content: "\f450";
}

i.icon.goodreads:before {
	content: "\f3a8";
}

i.icon.goodreads.g:before {
	content: "\f3a9";
}

i.icon.google:before {
	content: "\f1a0";
}

i.icon.google.drive:before {
	content: "\f3aa";
}

i.icon.google.play:before {
	content: "\f3ab";
}

i.icon.google.plus:before {
	content: "\f2b3";
}

i.icon.google.plus.g:before {
	content: "\f0d5";
}

i.icon.google.plus.square:before {
	content: "\f0d4";
}

i.icon.google.wallet:before {
	content: "\f1ee";
}

i.icon.graduation.cap:before {
	content: "\f19d";
}

i.icon.gratipay:before {
	content: "\f184";
}

i.icon.grav:before {
	content: "\f2d6";
}

i.icon.gripfire:before {
	content: "\f3ac";
}

i.icon.grunt:before {
	content: "\f3ad";
}

i.icon.gulp:before {
	content: "\f3ae";
}

i.icon.h.square:before {
	content: "\f0fd";
}

i.icon.hacker.news:before {
	content: "\f1d4";
}

i.icon.hacker.news.square:before {
	content: "\f3af";
}

i.icon.hand.lizard:before {
	content: "\f258";
}

i.icon.hand.paper:before {
	content: "\f256";
}

i.icon.hand.peace:before {
	content: "\f25b";
}

i.icon.hand.point.down:before {
	content: "\f0a7";
}

i.icon.hand.point.left:before {
	content: "\f0a5";
}

i.icon.hand.point.right:before {
	content: "\f0a4";
}

i.icon.hand.point.up:before {
	content: "\f0a6";
}

i.icon.hand.pointer:before {
	content: "\f25a";
}

i.icon.hand.rock:before {
	content: "\f255";
}

i.icon.hand.scissors:before {
	content: "\f257";
}

i.icon.hand.spock:before {
	content: "\f259";
}

i.icon.handshake:before {
	content: "\f2b5";
}

i.icon.hashtag:before {
	content: "\f292";
}

i.icon.hdd:before {
	content: "\f0a0";
}

i.icon.heading:before {
	content: "\f1dc";
}

i.icon.headphones:before {
	content: "\f025";
}

i.icon.heart:before {
	content: "\f004";
}

i.icon.heartbeat:before {
	content: "\f21e";
}

i.icon.hips:before {
	content: "\f452";
}

i.icon.hire.a.helper:before {
	content: "\f3b0";
}

i.icon.history:before {
	content: "\f1da";
}

i.icon.hockey.puck:before {
	content: "\f453";
}

i.icon.home:before {
	content: "\f015";
}

i.icon.hooli:before {
	content: "\f427";
}

i.icon.hospital:before {
	content: "\f0f8";
}

i.icon.hospital.symbol:before {
	content: "\f47e";
}

i.icon.hotjar:before {
	content: "\f3b1";
}

i.icon.hourglass:before {
	content: "\f254";
}

i.icon.hourglass.end:before {
	content: "\f253";
}

i.icon.hourglass.half:before {
	content: "\f252";
}

i.icon.hourglass.start:before {
	content: "\f251";
}

i.icon.houzz:before {
	content: "\f27c";
}

i.icon.html5:before {
	content: "\f13b";
}

i.icon.hubspot:before {
	content: "\f3b2";
}

i.icon.i.cursor:before {
	content: "\f246";
}

i.icon.id.badge:before {
	content: "\f2c1";
}

i.icon.id.card:before {
	content: "\f2c2";
}

i.icon.image:before {
	content: "\f03e";
}

i.icon.images:before {
	content: "\f302";
}

i.icon.imdb:before {
	content: "\f2d8";
}

i.icon.inbox:before {
	content: "\f01c";
}

i.icon.indent:before {
	content: "\f03c";
}

i.icon.industry:before {
	content: "\f275";
}

i.icon.info:before {
	content: "\f129";
}

i.icon.info.circle:before {
	content: "\f05a";
}

i.icon.instagram:before {
	content: "\f16d";
}

i.icon.internet.explorer:before {
	content: "\f26b";
}

i.icon.ioxhost:before {
	content: "\f208";
}

i.icon.italic:before {
	content: "\f033";
}

i.icon.itunes:before {
	content: "\f3b4";
}

i.icon.itunes.note:before {
	content: "\f3b5";
}

i.icon.jenkins:before {
	content: "\f3b6";
}

i.icon.joget:before {
	content: "\f3b7";
}

i.icon.joomla:before {
	content: "\f1aa";
}

i.icon.js:before {
	content: "\f3b8";
}

i.icon.js.square:before {
	content: "\f3b9";
}

i.icon.jsfiddle:before {
	content: "\f1cc";
}

i.icon.key:before {
	content: "\f084";
}

i.icon.keyboard:before {
	content: "\f11c";
}

i.icon.keycdn:before {
	content: "\f3ba";
}

i.icon.kickstarter:before {
	content: "\f3bb";
}

i.icon.kickstarter.k:before {
	content: "\f3bc";
}

i.icon.korvue:before {
	content: "\f42f";
}

i.icon.language:before {
	content: "\f1ab";
}

i.icon.laptop:before {
	content: "\f109";
}

i.icon.laravel:before {
	content: "\f3bd";
}

i.icon.lastfm:before {
	content: "\f202";
}

i.icon.lastfm.square:before {
	content: "\f203";
}

i.icon.leaf:before {
	content: "\f06c";
}

i.icon.leanpub:before {
	content: "\f212";
}

i.icon.lemon:before {
	content: "\f094";
}

i.icon.less:before {
	content: "\f41d";
}

i.icon.level.down.alternate:before {
	content: "\f3be";
}

i.icon.level.up.alternate:before {
	content: "\f3bf";
}

i.icon.life.ring:before {
	content: "\f1cd";
}

i.icon.lightbulb:before {
	content: "\f0eb";
}

i.icon.linechat:before {
	content: "\f3c0";
}

i.icon.linkedin:before {
	content: "\f08c";
}

i.icon.linkedin.alt:before {
	content: "\f0e1";
}

i.icon.linode:before {
	content: "\f2b8";
}

i.icon.linux:before {
	content: "\f17c";
}

i.icon.lira.sign:before {
	content: "\f195";
}

i.icon.list:before {
	content: "\f03a";
}

i.icon.list.alternate:before {
	content: "\f022";
}

i.icon.list.ol:before {
	content: "\f0cb";
}

i.icon.list.ul:before {
	content: "\f0ca";
}

i.icon.location.arrow:before {
	content: "\f124";
}

i.icon.lock:before {
	content: "\f023";
}

i.icon.lock.open:before {
	content: "\f3c1";
}

i.icon.long.arrow.alternate.down:before {
	content: "\f309";
}

i.icon.long.arrow.alternate.left:before {
	content: "\f30a";
}

i.icon.long.arrow.alternate.right:before {
	content: "\f30b";
}

i.icon.long.arrow.alternate.up:before {
	content: "\f30c";
}

i.icon.low.vision:before {
	content: "\f2a8";
}

i.icon.lyft:before {
	content: "\f3c3";
}

i.icon.magento:before {
	content: "\f3c4";
}

i.icon.magic:before {
	content: "\f0d0";
}

i.icon.magnet:before {
	content: "\f076";
}

i.icon.male:before {
	content: "\f183";
}

i.icon.map:before {
	content: "\f279";
}

i.icon.map.marker:before {
	content: "\f041";
}

i.icon.map.marker.alternate:before {
	content: "\f3c5";
}

i.icon.map.pin:before {
	content: "\f276";
}

i.icon.map.signs:before {
	content: "\f277";
}

i.icon.mars:before {
	content: "\f222";
}

i.icon.mars.double:before {
	content: "\f227";
}

i.icon.mars.stroke:before {
	content: "\f229";
}

i.icon.mars.stroke.horizontal:before {
	content: "\f22b";
}

i.icon.mars.stroke.vertical:before {
	content: "\f22a";
}

i.icon.maxcdn:before {
	content: "\f136";
}

i.icon.medapps:before {
	content: "\f3c6";
}

i.icon.medium:before {
	content: "\f23a";
}

i.icon.medium.m:before {
	content: "\f3c7";
}

i.icon.medkit:before {
	content: "\f0fa";
}

i.icon.medrt:before {
	content: "\f3c8";
}

i.icon.meetup:before {
	content: "\f2e0";
}

i.icon.meh:before {
	content: "\f11a";
}

i.icon.mercury:before {
	content: "\f223";
}

i.icon.microchip:before {
	content: "\f2db";
}

i.icon.microphone:before {
	content: "\f130";
}

i.icon.microphone.slash:before {
	content: "\f131";
}

i.icon.microsoft:before {
	content: "\f3ca";
}

i.icon.minus:before {
	content: "\f068";
}

i.icon.minus.circle:before {
	content: "\f056";
}

i.icon.minus.square:before {
	content: "\f146";
}

i.icon.mix:before {
	content: "\f3cb";
}

i.icon.mixcloud:before {
	content: "\f289";
}

i.icon.mizuni:before {
	content: "\f3cc";
}

i.icon.mobile:before {
	content: "\f10b";
}

i.icon.mobile.alternate:before {
	content: "\f3cd";
}

i.icon.modx:before {
	content: "\f285";
}

i.icon.monero:before {
	content: "\f3d0";
}

i.icon.money.bill.alternate:before {
	content: "\f3d1";
}

i.icon.moon:before {
	content: "\f186";
}

i.icon.motorcycle:before {
	content: "\f21c";
}

i.icon.mouse.pointer:before {
	content: "\f245";
}

i.icon.music:before {
	content: "\f001";
}

i.icon.napster:before {
	content: "\f3d2";
}

i.icon.neuter:before {
	content: "\f22c";
}

i.icon.newspaper:before {
	content: "\f1ea";
}

i.icon.nintendo.switch:before {
	content: "\f418";
}

i.icon.node:before {
	content: "\f419";
}

i.icon.node.js:before {
	content: "\f3d3";
}

i.icon.npm:before {
	content: "\f3d4";
}

i.icon.ns8:before {
	content: "\f3d5";
}

i.icon.nutritionix:before {
	content: "\f3d6";
}

i.icon.object.group:before {
	content: "\f247";
}

i.icon.object.ungroup:before {
	content: "\f248";
}

i.icon.odnoklassniki:before {
	content: "\f263";
}

i.icon.odnoklassniki.square:before {
	content: "\f264";
}

i.icon.opencart:before {
	content: "\f23d";
}

i.icon.openid:before {
	content: "\f19b";
}

i.icon.opera:before {
	content: "\f26a";
}

i.icon.optin.monster:before {
	content: "\f23c";
}

i.icon.osi:before {
	content: "\f41a";
}

i.icon.outdent:before {
	content: "\f03b";
}

i.icon.page4:before {
	content: "\f3d7";
}

i.icon.pagelines:before {
	content: "\f18c";
}

i.icon.paint.brush:before {
	content: "\f1fc";
}

i.icon.palfed:before {
	content: "\f3d8";
}

i.icon.pallet:before {
	content: "\f482";
}

i.icon.paper.plane:before {
	content: "\f1d8";
}

i.icon.paperclip:before {
	content: "\f0c6";
}

i.icon.paragraph:before {
	content: "\f1dd";
}

i.icon.paste:before {
	content: "\f0ea";
}

i.icon.patreon:before {
	content: "\f3d9";
}

i.icon.pause:before {
	content: "\f04c";
}

i.icon.pause.circle:before {
	content: "\f28b";
}

i.icon.paw:before {
	content: "\f1b0";
}

i.icon.paypal:before {
	content: "\f1ed";
}

i.icon.pen.square:before {
	content: "\f14b";
}

i.icon.pencil.alternate:before {
	content: "\f303";
}

i.icon.percent:before {
	content: "\f295";
}

i.icon.periscope:before {
	content: "\f3da";
}

i.icon.phabricator:before {
	content: "\f3db";
}

i.icon.phoenix.framework:before {
	content: "\f3dc";
}

i.icon.phone:before {
	content: "\f095";
}

i.icon.phone.square:before {
	content: "\f098";
}

i.icon.phone.volume:before {
	content: "\f2a0";
}

i.icon.php:before {
	content: "\f457";
}

i.icon.pied.piper:before {
	content: "\f2ae";
}

i.icon.pied.piper.alternate:before {
	content: "\f1a8";
}

i.icon.pied.piper.pp:before {
	content: "\f1a7";
}

i.icon.pills:before {
	content: "\f484";
}

i.icon.pinterest:before {
	content: "\f0d2";
}

i.icon.pinterest.p:before {
	content: "\f231";
}

i.icon.pinterest.square:before {
	content: "\f0d3";
}

i.icon.plane:before {
	content: "\f072";
}

i.icon.play:before {
	content: "\f04b";
}

i.icon.play.circle:before {
	content: "\f144";
}

i.icon.playstation:before {
	content: "\f3df";
}

i.icon.plug:before {
	content: "\f1e6";
}

i.icon.plus:before {
	content: "\f067";
}

i.icon.plus.circle:before {
	content: "\f055";
}

i.icon.plus.square:before {
	content: "\f0fe";
}

i.icon.podcast:before {
	content: "\f2ce";
}

i.icon.pound.sign:before {
	content: "\f154";
}

i.icon.power.off:before {
	content: "\f011";
}

i.icon.print:before {
	content: "\f02f";
}

i.icon.product.hunt:before {
	content: "\f288";
}

i.icon.pushed:before {
	content: "\f3e1";
}

i.icon.puzzle.piece:before {
	content: "\f12e";
}

i.icon.python:before {
	content: "\f3e2";
}

i.icon.qq:before {
	content: "\f1d6";
}

i.icon.qrcode:before {
	content: "\f029";
}

i.icon.question:before {
	content: "\f128";
}

i.icon.question.circle:before {
	content: "\f059";
}

i.icon.quidditch:before {
	content: "\f458";
}

i.icon.quinscape:before {
	content: "\f459";
}

i.icon.quora:before {
	content: "\f2c4";
}

i.icon.quote.left:before {
	content: "\f10d";
}

i.icon.quote.right:before {
	content: "\f10e";
}

i.icon.random:before {
	content: "\f074";
}

i.icon.ravelry:before {
	content: "\f2d9";
}

i.icon.react:before {
	content: "\f41b";
}

i.icon.rebel:before {
	content: "\f1d0";
}

i.icon.recycle:before {
	content: "\f1b8";
}

i.icon.redriver:before {
	content: "\f3e3";
}

i.icon.reddit:before {
	content: "\f1a1";
}

i.icon.reddit.alien:before {
	content: "\f281";
}

i.icon.reddit.square:before {
	content: "\f1a2";
}

i.icon.redo:before {
	content: "\f01e";
}

i.icon.redo.alternate:before {
	content: "\f2f9";
}

i.icon.registered:before {
	content: "\f25d";
}

i.icon.rendact:before {
	content: "\f3e4";
}

i.icon.renren:before {
	content: "\f18b";
}

i.icon.reply:before {
	content: "\f3e5";
}

i.icon.reply.all:before {
	content: "\f122";
}

i.icon.replyd:before {
	content: "\f3e6";
}

i.icon.resolving:before {
	content: "\f3e7";
}

i.icon.retweet:before {
	content: "\f079";
}

i.icon.road:before {
	content: "\f018";
}

i.icon.rocket:before {
	content: "\f135";
}

i.icon.rocketchat:before {
	content: "\f3e8";
}

i.icon.rockrms:before {
	content: "\f3e9";
}

i.icon.rss:before {
	content: "\f09e";
}

i.icon.rss.square:before {
	content: "\f143";
}

i.icon.ruble.sign:before {
	content: "\f158";
}

i.icon.rupee.sign:before {
	content: "\f156";
}

i.icon.safari:before {
	content: "\f267";
}

i.icon.sass:before {
	content: "\f41e";
}

i.icon.save:before {
	content: "\f0c7";
}

i.icon.schlix:before {
	content: "\f3ea";
}

i.icon.scribd:before {
	content: "\f28a";
}

i.icon.search:before {
	content: "\f002";
}

i.icon.search.minus:before {
	content: "\f010";
}

i.icon.search.plus:before {
	content: "\f00e";
}

i.icon.searchengin:before {
	content: "\f3eb";
}

i.icon.sellcast:before {
	content: "\f2da";
}

i.icon.sellsy:before {
	content: "\f213";
}

i.icon.server:before {
	content: "\f233";
}

i.icon.servicestack:before {
	content: "\f3ec";
}

i.icon.share:before {
	content: "\f064";
}

i.icon.share.alternate:before {
	content: "\f1e0";
}

i.icon.share.alternate.square:before {
	content: "\f1e1";
}

i.icon.share.square:before {
	content: "\f14d";
}

i.icon.shekel.sign:before {
	content: "\f20b";
}

i.icon.shield.alternate:before {
	content: "\f3ed";
}

i.icon.ship:before {
	content: "\f21a";
}

i.icon.shipping.fast:before {
	content: "\f48b";
}

i.icon.shirtsinbulk:before {
	content: "\f214";
}

i.icon.shopping.bag:before {
	content: "\f290";
}

i.icon.shopping.basket:before {
	content: "\f291";
}

i.icon.shopping.cart:before {
	content: "\f07a";
}

i.icon.shower:before {
	content: "\f2cc";
}

i.icon.sign.language:before {
	content: "\f2a7";
}

i.icon.signal:before {
	content: "\f012";
}

i.icon.simplybuilt:before {
	content: "\f215";
}

i.icon.sistrix:before {
	content: "\f3ee";
}

i.icon.sitemap:before {
	content: "\f0e8";
}

i.icon.skyatlas:before {
	content: "\f216";
}

i.icon.skype:before {
	content: "\f17e";
}

i.icon.slack:before {
	content: "\f198";
}

i.icon.slack.hash:before {
	content: "\f3ef";
}

i.icon.sliders.horizontal:before {
	content: "\f1de";
}

i.icon.slideshare:before {
	content: "\f1e7";
}

i.icon.smile:before {
	content: "\f118";
}

i.icon.snapchat:before {
	content: "\f2ab";
}

i.icon.snapchat.ghost:before {
	content: "\f2ac";
}

i.icon.snapchat.square:before {
	content: "\f2ad";
}

i.icon.snowflake:before {
	content: "\f2dc";
}

i.icon.sort:before {
	content: "\f0dc";
}

i.icon.sort.alphabet.down:before {
	content: "\f15d";
}

i.icon.sort.alphabet.up:before {
	content: "\f15e";
}

i.icon.sort.amount.down:before {
	content: "\f160";
}

i.icon.sort.amount.up:before {
	content: "\f161";
}

i.icon.sort.down:before {
	content: "\f0dd";
}

i.icon.sort.numeric.down:before {
	content: "\f162";
}

i.icon.sort.numeric.up:before {
	content: "\f163";
}

i.icon.sort.up:before {
	content: "\f0de";
}

i.icon.soundcloud:before {
	content: "\f1be";
}

i.icon.space.shuttle:before {
	content: "\f197";
}

i.icon.speakap:before {
	content: "\f3f3";
}

i.icon.spinner:before {
	content: "\f110";
}

i.icon.spotify:before {
	content: "\f1bc";
}

i.icon.square:before {
	content: "\f0c8";
}

i.icon.square.full:before {
	content: "\f45c";
}

i.icon.stack.exchange:before {
	content: "\f18d";
}

i.icon.stack.overflow:before {
	content: "\f16c";
}

i.icon.star:before {
	content: "\f005";
}

i.icon.star.half:before {
	content: "\f089";
}

i.icon.staylinked:before {
	content: "\f3f5";
}

i.icon.steam:before {
	content: "\f1b6";
}

i.icon.steam.square:before {
	content: "\f1b7";
}

i.icon.steam.symbol:before {
	content: "\f3f6";
}

i.icon.step.backward:before {
	content: "\f048";
}

i.icon.step.forward:before {
	content: "\f051";
}

i.icon.stethoscope:before {
	content: "\f0f1";
}

i.icon.sticker.mule:before {
	content: "\f3f7";
}

i.icon.sticky.note:before {
	content: "\f249";
}

i.icon.stop:before {
	content: "\f04d";
}

i.icon.stop.circle:before {
	content: "\f28d";
}

i.icon.stopwatch:before {
	content: "\f2f2";
}

i.icon.strava:before {
	content: "\f428";
}

i.icon.street.view:before {
	content: "\f21d";
}

i.icon.strikethrough:before {
	content: "\f0cc";
}

i.icon.stripe:before {
	content: "\f429";
}

i.icon.stripe.s:before {
	content: "\f42a";
}

i.icon.studiovinari:before {
	content: "\f3f8";
}

i.icon.stumbleupon:before {
	content: "\f1a4";
}

i.icon.stumbleupon.circle:before {
	content: "\f1a3";
}

i.icon.subscript:before {
	content: "\f12c";
}

i.icon.subway:before {
	content: "\f239";
}

i.icon.suitcase:before {
	content: "\f0f2";
}

i.icon.sun:before {
	content: "\f185";
}

i.icon.superpowers:before {
	content: "\f2dd";
}

i.icon.superscript:before {
	content: "\f12b";
}

i.icon.supple:before {
	content: "\f3f9";
}

i.icon.sync:before {
	content: "\f021";
}

i.icon.sync.alternate:before {
	content: "\f2f1";
}

i.icon.syringe:before {
	content: "\f48e";
}

i.icon.table:before {
	content: "\f0ce";
}

i.icon.table.tennis:before {
	content: "\f45d";
}

i.icon.tablet:before {
	content: "\f10a";
}

i.icon.tablet.alternate:before {
	content: "\f3fa";
}

i.icon.tachometer.alternate:before {
	content: "\f3fd";
}

i.icon.tag:before {
	content: "\f02b";
}

i.icon.tags:before {
	content: "\f02c";
}

i.icon.tasks:before {
	content: "\f0ae";
}

i.icon.taxi:before {
	content: "\f1ba";
}

i.icon.telegram:before {
	content: "\f2c6";
}

i.icon.telegram.plane:before {
	content: "\f3fe";
}

i.icon.tencent.weibo:before {
	content: "\f1d5";
}

i.icon.terminal:before {
	content: "\f120";
}

i.icon.text.height:before {
	content: "\f034";
}

i.icon.text.width:before {
	content: "\f035";
}

i.icon.th:before {
	content: "\f00a";
}

i.icon.th.large:before {
	content: "\f009";
}

i.icon.th.list:before {
	content: "\f00b";
}

i.icon.themeisle:before {
	content: "\f2b2";
}

i.icon.thermometer.empty:before {
	content: "\f2cb";
}

i.icon.thermometer.full:before {
	content: "\f2c7";
}

i.icon.thermometer.half:before {
	content: "\f2c9";
}

i.icon.thermometer.quarter:before {
	content: "\f2ca";
}

i.icon.thermometer.three.quarters:before {
	content: "\f2c8";
}

i.icon.thumbs.down:before {
	content: "\f165";
}

i.icon.thumbs.up:before {
	content: "\f164";
}

i.icon.thumbtack:before {
	content: "\f08d";
}

i.icon.ticket.alternate:before {
	content: "\f3ff";
}

i.icon.times:before {
	content: "\f00d";
}

i.icon.times.circle:before {
	content: "\f057";
}

i.icon.tint:before {
	content: "\f043";
}

i.icon.toggle.off:before {
	content: "\f204";
}

i.icon.toggle.on:before {
	content: "\f205";
}

i.icon.trademark:before {
	content: "\f25c";
}

i.icon.train:before {
	content: "\f238";
}

i.icon.transgender:before {
	content: "\f224";
}

i.icon.transgender.alternate:before {
	content: "\f225";
}

i.icon.trash:before {
	content: "\f1f8";
}

i.icon.trash.alternate:before {
	content: "\f2ed";
}

i.icon.tree:before {
	content: "\f1bb";
}

i.icon.trello:before {
	content: "\f181";
}

i.icon.tripadvisor:before {
	content: "\f262";
}

i.icon.trophy:before {
	content: "\f091";
}

i.icon.truck:before {
	content: "\f0d1";
}

i.icon.tty:before {
	content: "\f1e4";
}

i.icon.tumblr:before {
	content: "\f173";
}

i.icon.tumblr.square:before {
	content: "\f174";
}

i.icon.tv:before {
	content: "\f26c";
}

i.icon.twitch:before {
	content: "\f1e8";
}

i.icon.twitter:before {
	content: "\f099";
}

i.icon.twitter.square:before {
	content: "\f081";
}

i.icon.typo3:before {
	content: "\f42b";
}

i.icon.uber:before {
	content: "\f402";
}

i.icon.uikit:before {
	content: "\f403";
}

i.icon.umbrella:before {
	content: "\f0e9";
}

i.icon.underline:before {
	content: "\f0cd";
}

i.icon.undo:before {
	content: "\f0e2";
}

i.icon.undo.alternate:before {
	content: "\f2ea";
}

i.icon.uniregistry:before {
	content: "\f404";
}

i.icon.universal.access:before {
	content: "\f29a";
}

i.icon.university:before {
	content: "\f19c";
}

i.icon.unlink:before {
	content: "\f127";
}

i.icon.unlock:before {
	content: "\f09c";
}

i.icon.unlock.alternate:before {
	content: "\f13e";
}

i.icon.untappd:before {
	content: "\f405";
}

i.icon.upload:before {
	content: "\f093";
}

i.icon.usb:before {
	content: "\f287";
}

i.icon.user:before {
	content: "\f007";
}

i.icon.user.circle:before {
	content: "\f2bd";
}

i.icon.user.md:before {
	content: "\f0f0";
}

i.icon.user.plus:before {
	content: "\f234";
}

i.icon.user.secret:before {
	content: "\f21b";
}

i.icon.user.times:before {
	content: "\f235";
}

i.icon.users:before {
	content: "\f0c0";
}

i.icon.ussunnah:before {
	content: "\f407";
}

i.icon.utensil.spoon:before {
	content: "\f2e5";
}

i.icon.utensils:before {
	content: "\f2e7";
}

i.icon.vaadin:before {
	content: "\f408";
}

i.icon.venus:before {
	content: "\f221";
}

i.icon.venus.double:before {
	content: "\f226";
}

i.icon.venus.mars:before {
	content: "\f228";
}

i.icon.viacoin:before {
	content: "\f237";
}

i.icon.viadeo:before {
	content: "\f2a9";
}

i.icon.viadeo.square:before {
	content: "\f2aa";
}

i.icon.viber:before {
	content: "\f409";
}

i.icon.video:before {
	content: "\f03d";
}

i.icon.vimeo:before {
	content: "\f40a";
}

i.icon.vimeo.square:before {
	content: "\f194";
}

i.icon.vimeo.v:before {
	content: "\f27d";
}

i.icon.vine:before {
	content: "\f1ca";
}

i.icon.vk:before {
	content: "\f189";
}

i.icon.vnv:before {
	content: "\f40b";
}

i.icon.volleyball.ball:before {
	content: "\f45f";
}

i.icon.volume.down:before {
	content: "\f027";
}

i.icon.volume.off:before {
	content: "\f026";
}

i.icon.volume.up:before {
	content: "\f028";
}

i.icon.vuejs:before {
	content: "\f41f";
}

i.icon.warehouse:before {
	content: "\f494";
}

i.icon.weibo:before {
	content: "\f18a";
}

i.icon.weight:before {
	content: "\f496";
}

i.icon.weixin:before {
	content: "\f1d7";
}

i.icon.whatsapp:before {
	content: "\f232";
}

i.icon.whatsapp.square:before {
	content: "\f40c";
}

i.icon.wheelchair:before {
	content: "\f193";
}

i.icon.whmcs:before {
	content: "\f40d";
}

i.icon.wifi:before {
	content: "\f1eb";
}

i.icon.wikipedia.w:before {
	content: "\f266";
}

i.icon.window.close:before {
	content: "\f410";
}

i.icon.window.maximize:before {
	content: "\f2d0";
}

i.icon.window.minimize:before {
	content: "\f2d1";
}

i.icon.window.restore:before {
	content: "\f2d2";
}

i.icon.windows:before {
	content: "\f17a";
}

i.icon.won.sign:before {
	content: "\f159";
}

i.icon.wordpress:before {
	content: "\f19a";
}

i.icon.wordpress.simple:before {
	content: "\f411";
}

i.icon.wpbeginner:before {
	content: "\f297";
}

i.icon.wpexplorer:before {
	content: "\f2de";
}

i.icon.wpforms:before {
	content: "\f298";
}

i.icon.wrench:before {
	content: "\f0ad";
}

i.icon.xbox:before {
	content: "\f412";
}

i.icon.xing:before {
	content: "\f168";
}

i.icon.xing.square:before {
	content: "\f169";
}

i.icon.y.combinator:before {
	content: "\f23b";
}

i.icon.yahoo:before {
	content: "\f19e";
}

i.icon.yandex:before {
	content: "\f413";
}

i.icon.yandex.international:before {
	content: "\f414";
}

i.icon.yelp:before {
	content: "\f1e9";
}

i.icon.yen.sign:before {
	content: "\f157";
}

i.icon.yoast:before {
	content: "\f2b1";
}

i.icon.youtube:before {
	content: "\f167";
}

i.icon.youtube.square:before {
	content: "\f431";
}

i.icon.chess.rock:before {
	content: "\f447";
}

i.icon.ordered.list:before {
	content: "\f0cb";
}

i.icon.unordered.list:before {
	content: "\f0ca";
}

i.icon.user.doctor:before {
	content: "\f0f0";
}

i.icon.shield:before {
	content: "\f3ed";
}

i.icon.puzzle:before {
	content: "\f12e";
}

i.icon.credit.card.amazon.pay:before {
	content: "\f42d";
}

i.icon.credit.card.american.express:before {
	content: "\f1f3";
}

i.icon.credit.card.diners.club:before {
	content: "\f24c";
}

i.icon.credit.card.discover:before {
	content: "\f1f2";
}

i.icon.credit.card.jcb:before {
	content: "\f24b";
}

i.icon.credit.card.mastercard:before {
	content: "\f1f1";
}

i.icon.credit.card.paypal:before {
	content: "\f1f4";
}

i.icon.credit.card.stripe:before {
	content: "\f1f5";
}

i.icon.credit.card.visa:before {
	content: "\f1f0";
}

i.icon.add.circle:before {
	content: "\f055";
}

i.icon.add.square:before {
	content: "\f0fe";
}

i.icon.add.to.calendar:before {
	content: "\f271";
}

i.icon.add.to.cart:before {
	content: "\f217";
}

i.icon.add.user:before {
	content: "\f234";
}

i.icon.add:before {
	content: "\f067";
}

i.icon.alarm.mute:before {
	content: "\f1f6";
}

i.icon.alarm:before {
	content: "\f0f3";
}

i.icon.ald:before,i.icon.als:before {
	content: "\f2a2";
}

i.icon.american.express.card:before,i.icon.american.express:before,i.icon.amex:before {
	content: "\f1f3";
}

i.icon.announcement:before {
	content: "\f0a1";
}

i.icon.area.chart:before,i.icon.area.graph:before {
	content: "\f1fe";
}

i.icon.arrow.down.cart:before {
	content: "\f218";
}

i.icon.asexual:before {
	content: "\f22d";
}

i.icon.asl.interpreting:before,i.icon.asl:before {
	content: "\f2a3";
}

i.icon.assistive.listening.devices:before {
	content: "\f2a2";
}

i.icon.attach:before {
	content: "\f0c6";
}

i.icon.attention:before {
	content: "\f06a";
}

i.icon.balance:before {
	content: "\f24e";
}

i.icon.bar:before {
	content: "\f0fc";
}

i.icon.bathtub:before {
	content: "\f2cd";
}

i.icon.battery.four:before {
	content: "\f240";
}

i.icon.battery.high:before {
	content: "\f241";
}

i.icon.battery.low:before {
	content: "\f243";
}

i.icon.battery.medium:before {
	content: "\f242";
}

i.icon.battery.one:before {
	content: "\f243";
}

i.icon.battery.three:before {
	content: "\f241";
}

i.icon.battery.two:before {
	content: "\f242";
}

i.icon.battery.zero:before {
	content: "\f244";
}

i.icon.birthday:before {
	content: "\f1fd";
}

i.icon.block.layout:before {
	content: "\f009";
}

i.icon.bluetooth.alternative:before {
	content: "\f294";
}

i.icon.broken.chain:before {
	content: "\f127";
}

i.icon.browser:before {
	content: "\f022";
}

i.icon.call.square:before {
	content: "\f098";
}

i.icon.call:before {
	content: "\f095";
}

i.icon.cancel:before {
	content: "\f00d";
}

i.icon.cart:before {
	content: "\f07a";
}

i.icon.cc:before {
	content: "\f20a";
}

i.icon.chain:before {
	content: "\f0c1";
}

i.icon.chat:before {
	content: "\f075";
}

i.icon.checked.calendar:before {
	content: "\f274";
}

i.icon.checkmark:before {
	content: "\f00c";
}

i.icon.circle.notched:before {
	content: "\f1ce";
}

i.icon.close:before {
	content: "\f00d";
}

i.icon.cny:before {
	content: "\f157";
}

i.icon.cocktail:before {
	content: "\f000";
}

i.icon.commenting:before {
	content: "\f27a";
}

i.icon.computer:before {
	content: "\f108";
}

i.icon.configure:before {
	content: "\f0ad";
}

i.icon.content:before {
	content: "\f0c9";
}

i.icon.deafness:before {
	content: "\f2a4";
}

i.icon.delete.calendar:before {
	content: "\f273";
}

i.icon.delete:before {
	content: "\f00d";
}

i.icon.detective:before {
	content: "\f21b";
}

i.icon.diners.club.card:before,i.icon.diners.club:before {
	content: "\f24c";
}

i.icon.discover.card:before,i.icon.discover:before {
	content: "\f1f2";
}

i.icon.discussions:before {
	content: "\f086";
}

i.icon.doctor:before {
	content: "\f0f0";
}

i.icon.dollar:before {
	content: "\f155";
}

i.icon.dont:before {
	content: "\f05e";
}

i.icon.dribble:before {
	content: "\f17d";
}

i.icon.drivers.license:before {
	content: "\f2c2";
}

i.icon.dropdown:before {
	content: "\f0d7";
}

i.icon.eercast:before {
	content: "\f2da";
}

i.icon.emergency:before {
	content: "\f0f9";
}

i.icon.envira.gallery:before {
	content: "\f299";
}

i.icon.erase:before {
	content: "\f12d";
}

i.icon.eur:before,i.icon.euro:before {
	content: "\f153";
}

i.icon.eyedropper:before {
	content: "\f1fb";
}

i.icon.fa:before {
	content: "\f2b4";
}

i.icon.factory:before {
	content: "\f275";
}

i.icon.favorite:before {
	content: "\f005";
}

i.icon.feed:before {
	content: "\f09e";
}

i.icon.female.homosexual:before {
	content: "\f226";
}

i.icon.file.text:before {
	content: "\f15c";
}

i.icon.find:before {
	content: "\f1e5";
}

i.icon.first.aid:before {
	content: "\f0fa";
}

i.icon.five.hundred.pixels:before {
	content: "\f26e";
}

i.icon.fork:before {
	content: "\f126";
}

i.icon.game:before {
	content: "\f11b";
}

i.icon.gay:before {
	content: "\f227";
}

i.icon.gbp:before {
	content: "\f154";
}

i.icon.gittip:before {
	content: "\f184";
}

i.icon.google.plus.circle:before,i.icon.google.plus.official:before {
	content: "\f2b3";
}

i.icon.grab:before {
	content: "\f255";
}

i.icon.graduation:before {
	content: "\f19d";
}

i.icon.grid.layout:before {
	content: "\f00a";
}

i.icon.group:before {
	content: "\f0c0";
}

i.icon.h:before {
	content: "\f0fd";
}

i.icon.hand.victory:before {
	content: "\f25b";
}

i.icon.handicap:before {
	content: "\f193";
}

i.icon.hard.of.hearing:before {
	content: "\f2a4";
}

i.icon.header:before {
	content: "\f1dc";
}

i.icon.help.circle:before {
	content: "\f059";
}

i.icon.help:before {
	content: "\f128";
}

i.icon.heterosexual:before {
	content: "\f228";
}

i.icon.hide:before {
	content: "\f070";
}

i.icon.hotel:before {
	content: "\f236";
}

i.icon.hourglass.four:before,i.icon.hourglass.full:before {
	content: "\f254";
}

i.icon.hourglass.one:before {
	content: "\f251";
}

i.icon.hourglass.three:before {
	content: "\f253";
}

i.icon.hourglass.two:before {
	content: "\f252";
}

i.icon.idea:before {
	content: "\f0eb";
}

i.icon.ils:before {
	content: "\f20b";
}

i.icon.in-cart:before {
	content: "\f218";
}

i.icon.inr:before {
	content: "\f156";
}

i.icon.intergender:before,i.icon.intersex:before {
	content: "\f224";
}

i.icon.japan.credit.bureau.card:before,i.icon.japan.credit.bureau:before,i.icon.jcb:before {
	content: "\f24b";
}

i.icon.jpy:before {
	content: "\f157";
}

i.icon.krw:before {
	content: "\f159";
}

i.icon.lab:before {
	content: "\f0c3";
}

i.icon.law:before {
	content: "\f24e";
}

i.icon.legal:before {
	content: "\f0e3";
}

i.icon.lesbian:before {
	content: "\f226";
}

i.icon.lightning:before {
	content: "\f0e7";
}

i.icon.like:before {
	content: "\f004";
}

i.icon.line.graph:before {
	content: "\f201";
}

i.icon.linkedin.square:before {
	content: "\f08c";
}

i.icon.linkify:before {
	content: "\f0c1";
}

i.icon.lira:before {
	content: "\f195";
}

i.icon.list.layout:before {
	content: "\f00b";
}

i.icon.magnify:before {
	content: "\f00e";
}

i.icon.mail.forward:before {
	content: "\f064";
}

i.icon.mail.square:before {
	content: "\f199";
}

i.icon.mail:before {
	content: "\f0e0";
}

i.icon.male.homosexual:before {
	content: "\f227";
}

i.icon.man:before {
	content: "\f222";
}

i.icon.marker:before {
	content: "\f041";
}

i.icon.mars.alternate:before {
	content: "\f229";
}

i.icon.mars.horizontal:before {
	content: "\f22b";
}

i.icon.mars.vertical:before {
	content: "\f22a";
}

i.icon.mastercard.card:before,i.icon.mastercard:before {
	content: "\f1f1";
}

i.icon.microsoft.edge:before {
	content: "\f282";
}

i.icon.military:before {
	content: "\f0fb";
}

i.icon.ms.edge:before {
	content: "\f282";
}

i.icon.mute:before {
	content: "\f131";
}

i.icon.new.pied.piper:before {
	content: "\f2ae";
}

i.icon.non.binary.transgender:before {
	content: "\f223";
}

i.icon.numbered.list:before {
	content: "\f0cb";
}

i.icon.optinmonster:before {
	content: "\f23c";
}

i.icon.options:before {
	content: "\f1de";
}

i.icon.other.gender.horizontal:before {
	content: "\f22b";
}

i.icon.other.gender.vertical:before {
	content: "\f22a";
}

i.icon.other.gender:before {
	content: "\f229";
}

i.icon.payment:before {
	content: "\f09d";
}

i.icon.paypal.card:before {
	content: "\f1f4";
}

i.icon.pencil.square:before {
	content: "\f14b";
}

i.icon.photo:before {
	content: "\f030";
}

i.icon.picture:before {
	content: "\f03e";
}

i.icon.pie.chart:before,i.icon.pie.graph:before {
	content: "\f200";
}

i.icon.pied.piper.hat:before {
	content: "\f2ae";
}

i.icon.pin:before {
	content: "\f08d";
}

i.icon.plus.cart:before {
	content: "\f217";
}

i.icon.pocket:before {
	content: "\f265";
}

i.icon.point:before {
	content: "\f041";
}

i.icon.pointing.down:before {
	content: "\f0a7";
}

i.icon.pointing.left:before {
	content: "\f0a5";
}

i.icon.pointing.right:before {
	content: "\f0a4";
}

i.icon.pointing.up:before {
	content: "\f0a6";
}

i.icon.pound:before {
	content: "\f154";
}

i.icon.power.cord:before {
	content: "\f1e6";
}

i.icon.power:before {
	content: "\f011";
}

i.icon.privacy:before {
	content: "\f084";
}

i.icon.r.circle:before {
	content: "\f25d";
}

i.icon.rain:before {
	content: "\f0e9";
}

i.icon.record:before {
	content: "\f03d";
}

i.icon.refresh:before {
	content: "\f021";
}

i.icon.remove.circle:before {
	content: "\f057";
}

i.icon.remove.from.calendar:before {
	content: "\f272";
}

i.icon.remove.user:before {
	content: "\f235";
}

i.icon.remove:before {
	content: "\f00d";
}

i.icon.repeat:before {
	content: "\f01e";
}

i.icon.rmb:before {
	content: "\f157";
}

i.icon.rouble:before,i.icon.rub:before,i.icon.ruble:before {
	content: "\f158";
}

i.icon.rupee:before {
	content: "\f156";
}

i.icon.s15:before {
	content: "\f2cd";
}

i.icon.selected.radio:before {
	content: "\f192";
}

i.icon.send:before {
	content: "\f1d8";
}

i.icon.setting:before {
	content: "\f013";
}

i.icon.settings:before {
	content: "\f085";
}

i.icon.shekel:before,i.icon.sheqel:before {
	content: "\f20b";
}

i.icon.shipping:before {
	content: "\f0d1";
}

i.icon.shop:before {
	content: "\f07a";
}

i.icon.shuffle:before {
	content: "\f074";
}

i.icon.shutdown:before {
	content: "\f011";
}

i.icon.sidebar:before {
	content: "\f0c9";
}

i.icon.signing:before {
	content: "\f2a7";
}

i.icon.signup:before {
	content: "\f044";
}

i.icon.sliders:before {
	content: "\f1de";
}

i.icon.soccer:before {
	content: "\f1e3";
}

i.icon.sort.alphabet.ascending:before {
	content: "\f15d";
}

i.icon.sort.alphabet.descending:before {
	content: "\f15e";
}

i.icon.sort.ascending:before {
	content: "\f0de";
}

i.icon.sort.content.ascending:before {
	content: "\f160";
}

i.icon.sort.content.descending:before {
	content: "\f161";
}

i.icon.sort.descending:before {
	content: "\f0dd";
}

i.icon.sort.numeric.ascending:before {
	content: "\f162";
}

i.icon.sort.numeric.descending:before {
	content: "\f163";
}

i.icon.sound:before {
	content: "\f025";
}

i.icon.spy:before {
	content: "\f21b";
}

i.icon.stripe.card:before {
	content: "\f1f5";
}

i.icon.student:before {
	content: "\f19d";
}

i.icon.talk:before {
	content: "\f27a";
}

i.icon.target:before {
	content: "\f140";
}

i.icon.teletype:before {
	content: "\f1e4";
}

i.icon.television:before {
	content: "\f26c";
}

i.icon.text.cursor:before {
	content: "\f246";
}

i.icon.text.telephone:before {
	content: "\f1e4";
}

i.icon.theme.isle:before {
	content: "\f2b2";
}

i.icon.theme:before {
	content: "\f043";
}

i.icon.thermometer:before {
	content: "\f2c7";
}

i.icon.thumb.tack:before {
	content: "\f08d";
}

i.icon.time:before {
	content: "\f017";
}

i.icon.tm:before {
	content: "\f25c";
}

i.icon.toggle.down:before {
	content: "\f150";
}

i.icon.toggle.left:before {
	content: "\f191";
}

i.icon.toggle.right:before {
	content: "\f152";
}

i.icon.toggle.up:before {
	content: "\f151";
}

i.icon.translate:before {
	content: "\f1ab";
}

i.icon.travel:before {
	content: "\f0b1";
}

i.icon.treatment:before {
	content: "\f0f1";
}

i.icon.triangle.down:before {
	content: "\f0d7";
}

i.icon.triangle.left:before {
	content: "\f0d9";
}

.ui.vertical.menu .dropdown.item>.icon,i.icon.triangle.right:before {
	content: "\f0da";
}

i.icon.triangle.up:before {
	content: "\f0d8";
}

i.icon.try:before {
	content: "\f195";
}

i.icon.unhide:before {
	content: "\f06e";
}

i.icon.unlinkify:before {
	content: "\f127";
}

i.icon.unmute:before {
	content: "\f130";
}

i.icon.usd:before {
	content: "\f155";
}

i.icon.user.cancel:before,i.icon.user.close:before,i.icon.user.delete:before,i.icon.user.x:before {
	content: "\f235";
}

i.icon.vcard:before {
	content: "\f2bb";
}

i.icon.video.camera:before {
	content: "\f03d";
}

i.icon.video.play:before {
	content: "\f144";
}

i.icon.visa.card:before,i.icon.visa:before {
	content: "\f1f0";
}

i.icon.volume.control.phone:before {
	content: "\f2a0";
}

i.icon.wait:before {
	content: "\f017";
}

i.icon.warning.circle:before {
	content: "\f06a";
}

i.icon.warning.sign:before {
	content: "\f071";
}

i.icon.warning:before {
	content: "\f12a";
}

i.icon.wechat:before {
	content: "\f1d7";
}

i.icon.wi-fi:before {
	content: "\f1eb";
}

i.icon.wikipedia:before {
	content: "\f266";
}

i.icon.winner:before {
	content: "\f091";
}

i.icon.wizard:before {
	content: "\f0d0";
}

i.icon.woman:before {
	content: "\f221";
}

i.icon.won:before {
	content: "\f159";
}

i.icon.wordpress.beginner:before {
	content: "\f297";
}

i.icon.wordpress.forms:before {
	content: "\f298";
}

i.icon.world:before {
	content: "\f0ac";
}

i.icon.write.square:before {
	content: "\f14b";
}

i.icon.x:before {
	content: "\f00d";
}

i.icon.yc:before,i.icon.ycombinator:before {
	content: "\f23b";
}

i.icon.yen:before {
	content: "\f157";
}

i.icon.zip:before {
	content: "\f187";
}

i.icon.zoom-in:before {
	content: "\f00e";
}

i.icon.zoom-out:before {
	content: "\f010";
}

i.icon.zoom:before {
	content: "\f00e";
}

i.icon.bitbucket.square:before {
	content: "\f171";
}

i.icon.checkmark.box:before {
	content: "\f14a";
}

i.icon.circle.thin:before {
	content: "\f111";
}

i.icon.cloud.download:before {
	content: "\f381";
}

i.icon.cloud.upload:before {
	content: "\f382";
}

i.icon.compose:before {
	content: "\f303";
}

i.icon.conversation:before {
	content: "\f086";
}

i.icon.credit.card.alternative:before {
	content: "\f09d";
}

i.icon.currency:before {
	content: "\f3d1";
}

i.icon.dashboard:before {
	content: "\f3fd";
}

i.icon.diamond:before {
	content: "\f3a5";
}

i.icon.disk:before {
	content: "\f0a0";
}

i.icon.exchange:before {
	content: "\f362";
}

i.icon.external.share:before {
	content: "\f14d";
}

i.icon.external.square:before {
	content: "\f360";
}

i.icon.external:before {
	content: "\f35d";
}

i.icon.facebook.official:before {
	content: "\f082";
}

i.icon.food:before {
	content: "\f2e7";
}

i.icon.hourglass.zero:before {
	content: "\f253";
}

i.icon.level.down:before {
	content: "\f3be";
}

i.icon.level.up:before {
	content: "\f3bf";
}

i.icon.logout:before {
	content: "\f2f5";
}

i.icon.meanpath:before {
	content: "\f0c8";
}

i.icon.money:before {
	content: "\f3d1";
}

i.icon.move:before {
	content: "\f0b2";
}

i.icon.pencil:before {
	content: "\f303";
}

i.icon.protect:before {
	content: "\f023";
}

i.icon.radio:before {
	content: "\f192";
}

i.icon.remove.bookmark:before {
	content: "\f02e";
}

i.icon.resize.horizontal:before {
	content: "\f337";
}

i.icon.resize.vertical:before {
	content: "\f338";
}

i.icon.sign-in:before {
	content: "\f2f6";
}

i.icon.sign-out:before {
	content: "\f2f5";
}

i.icon.spoon:before {
	content: "\f2e5";
}

i.icon.star.half.empty:before,i.icon.star.half.full:before {
	content: "\f089";
}

i.icon.ticket:before {
	content: "\f3ff";
}

i.icon.times.rectangle:before {
	content: "\f410";
}

i.icon.write:before {
	content: "\f303";
}

i.icon.youtube.play:before {
	content: "\f167";
}

@font-face {
	font-family:outline-icons;src:url(themes/default/assets/fonts/outline-icons.html);src:url(themes/default/assets/fonts/outline-iconsd41d.html?#iefix) format('embedded-opentype'),url(themes/default/assets/fonts/outline-icons-2.html) format('woff2'),url(themes/default/assets/fonts/outline-icons-3.html) format('woff'),url(themes/default/assets/fonts/outline-icons-4.html) format('truetype'),url(themes/default/assets/fonts/outline-icons-5.html#icons) format('svg');font-style:normal;font-weight:400;font-variant:normal;text-decoration:inherit;text-transform:none;
}

i.icon.outline {
	font-family: outline-icons;
}

i.icon.address.book.outline:before {
	content: "\f2b9";
}

i.icon.address.card.outline:before {
	content: "\f2bb";
}

i.icon.arrow.alternate.circle.down.outline:before {
	content: "\f358";
}

i.icon.arrow.alternate.circle.left.outline:before {
	content: "\f359";
}

i.icon.arrow.alternate.circle.right.outline:before {
	content: "\f35a";
}

i.icon.arrow.alternate.circle.up.outline:before {
	content: "\f35b";
}

i.icon.bell.outline:before {
	content: "\f0f3";
}

i.icon.bell.slash.outline:before {
	content: "\f1f6";
}

i.icon.bookmark.outline:before {
	content: "\f02e";
}

i.icon.building.outline:before {
	content: "\f1ad";
}

i.icon.calendar.outline:before {
	content: "\f133";
}

i.icon.calendar.alternate.outline:before {
	content: "\f073";
}

i.icon.calendar.check.outline:before {
	content: "\f274";
}

i.icon.calendar.minus.outline:before {
	content: "\f272";
}

i.icon.calendar.plus.outline:before {
	content: "\f271";
}

i.icon.calendar.times.outline:before {
	content: "\f273";
}

i.icon.caret.square.down.outline:before {
	content: "\f150";
}

i.icon.caret.square.left.outline:before {
	content: "\f191";
}

i.icon.caret.square.right.outline:before {
	content: "\f152";
}

i.icon.caret.square.up.outline:before {
	content: "\f151";
}

i.icon.chart.bar.outline:before {
	content: "\f080";
}

i.icon.check.circle.outline:before {
	content: "\f058";
}

i.icon.check.square.outline:before {
	content: "\f14a";
}

i.icon.circle.outline:before {
	content: "\f111";
}

i.icon.clipboard.outline:before {
	content: "\f328";
}

i.icon.clock.outline:before {
	content: "\f017";
}

i.icon.clone.outline:before {
	content: "\f24d";
}

i.icon.closed.captioning.outline:before {
	content: "\f20a";
}

i.icon.comment.outline:before {
	content: "\f075";
}

i.icon.comment.alternate.outline:before {
	content: "\f27a";
}

i.icon.comments.outline:before {
	content: "\f086";
}

i.icon.compass.outline:before {
	content: "\f14e";
}

i.icon.copy.outline:before {
	content: "\f0c5";
}

i.icon.copyright.outline:before {
	content: "\f1f9";
}

i.icon.credit.card.outline:before {
	content: "\f09d";
}

i.icon.dot.circle.outline:before {
	content: "\f192";
}

i.icon.edit.outline:before {
	content: "\f044";
}

i.icon.envelope.outline:before {
	content: "\f0e0";
}

i.icon.envelope.open.outline:before {
	content: "\f2b6";
}

i.icon.eye.slash.outline:before {
	content: "\f070";
}

i.icon.file.outline:before {
	content: "\f15b";
}

i.icon.file.alternate.outline:before {
	content: "\f15c";
}

i.icon.file.archive.outline:before {
	content: "\f1c6";
}

i.icon.file.audio.outline:before {
	content: "\f1c7";
}

i.icon.file.code.outline:before {
	content: "\f1c9";
}

i.icon.file.excel.outline:before {
	content: "\f1c3";
}

i.icon.file.image.outline:before {
	content: "\f1c5";
}

i.icon.file.pdf.outline:before {
	content: "\f1c1";
}

i.icon.file.powerpoint.outline:before {
	content: "\f1c4";
}

i.icon.file.video.outline:before {
	content: "\f1c8";
}

i.icon.file.word.outline:before {
	content: "\f1c2";
}

i.icon.flag.outline:before {
	content: "\f024";
}

i.icon.folder.outline:before {
	content: "\f07b";
}

i.icon.folder.open.outline:before {
	content: "\f07c";
}

i.icon.frown.outline:before {
	content: "\f119";
}

i.icon.futbol.outline:before {
	content: "\f1e3";
}

i.icon.gem.outline:before {
	content: "\f3a5";
}

i.icon.hand.lizard.outline:before {
	content: "\f258";
}

i.icon.hand.paper.outline:before {
	content: "\f256";
}

i.icon.hand.peace.outline:before {
	content: "\f25b";
}

i.icon.hand.point.down.outline:before {
	content: "\f0a7";
}

i.icon.hand.point.left.outline:before {
	content: "\f0a5";
}

i.icon.hand.point.right.outline:before {
	content: "\f0a4";
}

i.icon.hand.point.up.outline:before {
	content: "\f0a6";
}

i.icon.hand.pointer.outline:before {
	content: "\f25a";
}

i.icon.hand.rock.outline:before {
	content: "\f255";
}

i.icon.hand.scissors.outline:before {
	content: "\f257";
}

i.icon.hand.spock.outline:before {
	content: "\f259";
}

i.icon.handshake.outline:before {
	content: "\f2b5";
}

i.icon.hdd.outline:before {
	content: "\f0a0";
}

i.icon.heart.outline:before {
	content: "\f004";
}

i.icon.hospital.outline:before {
	content: "\f0f8";
}

i.icon.hourglass.outline:before {
	content: "\f254";
}

i.icon.id.badge.outline:before {
	content: "\f2c1";
}

i.icon.id.card.outline:before {
	content: "\f2c2";
}

i.icon.image.outline:before {
	content: "\f03e";
}

i.icon.images.outline:before {
	content: "\f302";
}

i.icon.keyboard.outline:before {
	content: "\f11c";
}

i.icon.lemon.outline:before {
	content: "\f094";
}

i.icon.life.ring.outline:before {
	content: "\f1cd";
}

i.icon.lightbulb.outline:before {
	content: "\f0eb";
}

i.icon.list.alternate.outline:before {
	content: "\f022";
}

i.icon.map.outline:before {
	content: "\f279";
}

i.icon.meh.outline:before {
	content: "\f11a";
}

i.icon.minus.square.outline:before {
	content: "\f146";
}

i.icon.money.bill.alternate.outline:before {
	content: "\f3d1";
}

i.icon.moon.outline:before {
	content: "\f186";
}

i.icon.newspaper.outline:before {
	content: "\f1ea";
}

i.icon.object.group.outline:before {
	content: "\f247";
}

i.icon.object.ungroup.outline:before {
	content: "\f248";
}

i.icon.paper.plane.outline:before {
	content: "\f1d8";
}

i.icon.pause.circle.outline:before {
	content: "\f28b";
}

i.icon.play.circle.outline:before {
	content: "\f144";
}

i.icon.plus.square.outline:before {
	content: "\f0fe";
}

i.icon.question.circle.outline:before {
	content: "\f059";
}

i.icon.registered.outline:before {
	content: "\f25d";
}

i.icon.save.outline:before {
	content: "\f0c7";
}

i.icon.share.square.outline:before {
	content: "\f14d";
}

i.icon.smile.outline:before {
	content: "\f118";
}

i.icon.snowflake.outline:before {
	content: "\f2dc";
}

i.icon.square.outline:before {
	content: "\f0c8";
}

i.icon.star.outline:before {
	content: "\f005";
}

i.icon.star.half.outline:before {
	content: "\f089";
}

i.icon.sticky.note.outline:before {
	content: "\f249";
}

i.icon.stop.circle.outline:before {
	content: "\f28d";
}

i.icon.sun.outline:before {
	content: "\f185";
}

i.icon.thumbs.down.outline:before {
	content: "\f165";
}

i.icon.thumbs.up.outline:before {
	content: "\f164";
}

i.icon.times.circle.outline:before {
	content: "\f057";
}

i.icon.trash.alternate.outline:before {
	content: "\f2ed";
}

i.icon.user.outline:before {
	content: "\f007";
}

i.icon.user.circle.outline:before {
	content: "\f2bd";
}

i.icon.window.close.outline:before {
	content: "\f410";
}

i.icon.window.maximize.outline:before {
	content: "\f2d0";
}

i.icon.window.minimize.outline:before {
	content: "\f2d1";
}

i.icon.window.restore.outline:before {
	content: "\f2d2";
}

i.icon.disk.outline:before {
	content: "\f0a0";
}

i.icon.heart.empty,i.icon.star.empty {
	font-family: outline-icons;
}

i.icon.heart.empty:before {
	content: "\f004";
}

i.icon.star.empty:before {
	content: "\f089";
}

@font-face {
	font-family:brand-icons;src:url(themes/default/assets/fonts/brand-icons.html);src:url(themes/default/assets/fonts/brand-iconsd41d.html?#iefix) format('embedded-opentype'),url(themes/default/assets/fonts/brand-icons-2.html) format('woff2'),url(themes/default/assets/fonts/brand-icons-3.html) format('woff'),url(themes/default/assets/fonts/brand-icons-4.html) format('truetype'),url(themes/default/assets/fonts/brand-icons-5.html#icons) format('svg');font-style:normal;font-weight:400;font-variant:normal;text-decoration:inherit;text-transform:none;
}

i.icon.\35 00px,i.icon.accessible.icon,i.icon.accusoft,i.icon.adn,i.icon.adversal,i.icon.affiliatetheme,i.icon.algolia,i.icon.amazon,i.icon.amazon.pay,i.icon.amilia,i.icon.android,i.icon.angellist,i.icon.angrycreative,i.icon.angular,i.icon.app.store,i.icon.app.store.ios,i.icon.apper,i.icon.apple,i.icon.apple.pay,i.icon.asymmetrik,i.icon.audible,i.icon.autoprefixer,i.icon.avianex,i.icon.aviato,i.icon.aws,i.icon.bandcamp,i.icon.behance,i.icon.behance.square,i.icon.bimobject,i.icon.bitbucket,i.icon.bitcoin,i.icon.bity,i.icon.black.tie,i.icon.blackberry,i.icon.blogger,i.icon.blogger.b,i.icon.bluetooth,i.icon.bluetooth.b,i.icon.btc,i.icon.buromobelexperte,i.icon.buysellads,i.icon.cc.amazon.pay,i.icon.cc.amex,i.icon.cc.apple.pay,i.icon.cc.diners.club,i.icon.cc.discover,i.icon.cc.jcb,i.icon.cc.mastercard,i.icon.cc.paypal,i.icon.cc.stripe,i.icon.cc.visa,i.icon.centercode,i.icon.chrome,i.icon.cloudscale,i.icon.cloudsmith,i.icon.cloudversify,i.icon.codepen,i.icon.codiepie,i.icon.connectdevelop,i.icon.contao,i.icon.cpanel,i.icon.creative.commons,i.icon.css3,i.icon.css3.alternate,i.icon.cuttlefish,i.icon.d.and.d,i.icon.dashcube,i.icon.delicious,i.icon.deploydog,i.icon.deskpro,i.icon.deviantart,i.icon.digg,i.icon.digital.ocean,i.icon.discord,i.icon.discourse,i.icon.dochub,i.icon.docker,i.icon.draft2digital,i.icon.dribbble,i.icon.dribbble.square,i.icon.dropbox,i.icon.drupal,i.icon.dyalog,i.icon.earlybirds,i.icon.edge,i.icon.elementor,i.icon.ember,i.icon.empire,i.icon.envira,i.icon.erlang,i.icon.ethereum,i.icon.etsy,i.icon.expeditedssl,i.icon.facebook,i.icon.facebook.f,i.icon.facebook.messenger,i.icon.facebook.square,i.icon.firefox,i.icon.first.order,i.icon.firstdraft,i.icon.flickr,i.icon.flipboard,i.icon.fly,i.icon.font.awesome,i.icon.font.awesome.alternate,i.icon.font.awesome.flag,i.icon.fonticons,i.icon.fonticons.fi,i.icon.fort.awesome,i.icon.fort.awesome.alternate,i.icon.forumbee,i.icon.foursquare,i.icon.free.code.camp,i.icon.freebsd,i.icon.get.pocket,i.icon.gg,i.icon.gg.circle,i.icon.git,i.icon.git.square,i.icon.github,i.icon.github.alternate,i.icon.github.square,i.icon.gitkraken,i.icon.gitlab,i.icon.gitter,i.icon.glide,i.icon.glide.g,i.icon.gofore,i.icon.goodreads,i.icon.goodreads.g,i.icon.google,i.icon.google.drive,i.icon.google.play,i.icon.google.plus,i.icon.google.plus.g,i.icon.google.plus.square,i.icon.google.wallet,i.icon.gratipay,i.icon.grav,i.icon.gripfire,i.icon.grunt,i.icon.gulp,i.icon.hacker.news,i.icon.hacker.news.square,i.icon.hips,i.icon.hire.a.helper,i.icon.hooli,i.icon.hotjar,i.icon.houzz,i.icon.html5,i.icon.hubspot,i.icon.imdb,i.icon.instagram,i.icon.internet.explorer,i.icon.ioxhost,i.icon.itunes,i.icon.itunes.note,i.icon.jenkins,i.icon.joget,i.icon.joomla,i.icon.js,i.icon.js.square,i.icon.jsfiddle,i.icon.keycdn,i.icon.kickstarter,i.icon.kickstarter.k,i.icon.korvue,i.icon.laravel,i.icon.lastfm,i.icon.lastfm.square,i.icon.leanpub,i.icon.less,i.icon.linechat,i.icon.linkedin,i.icon.linkedin.alternate,i.icon.linkedin.in,i.icon.linode,i.icon.linux,i.icon.lyft,i.icon.magento,i.icon.maxcdn,i.icon.medapps,i.icon.medium,i.icon.medium.m,i.icon.medrt,i.icon.meetup,i.icon.microsoft,i.icon.mix,i.icon.mixcloud,i.icon.mizuni,i.icon.modx,i.icon.monero,i.icon.napster,i.icon.nintendo.switch,i.icon.node,i.icon.node.js,i.icon.npm,i.icon.ns8,i.icon.nutritionix,i.icon.odnoklassniki,i.icon.odnoklassniki.square,i.icon.opencart,i.icon.openid,i.icon.opera,i.icon.optin.monster,i.icon.osi,i.icon.page4,i.icon.pagelines,i.icon.palfed,i.icon.patreon,i.icon.paypal,i.icon.periscope,i.icon.phabricator,i.icon.phoenix.framework,i.icon.php,i.icon.pied.piper,i.icon.pied.piper.alternate,i.icon.pied.piper.pp,i.icon.pinterest,i.icon.pinterest.p,i.icon.pinterest.square,i.icon.playstation,i.icon.product.hunt,i.icon.pushed,i.icon.python,i.icon.qq,i.icon.quinscape,i.icon.quora,i.icon.ravelry,i.icon.react,i.icon.rebel,i.icon.reddit,i.icon.reddit.alien,i.icon.reddit.square,i.icon.redriver,i.icon.rendact,i.icon.renren,i.icon.replyd,i.icon.resolving,i.icon.rocketchat,i.icon.rockrms,i.icon.safari,i.icon.sass,i.icon.schlix,i.icon.scribd,i.icon.searchengin,i.icon.sellcast,i.icon.sellsy,i.icon.servicestack,i.icon.shirtsinbulk,i.icon.simplybuilt,i.icon.sistrix,i.icon.skyatlas,i.icon.skype,i.icon.slack,i.icon.slack.hash,i.icon.slideshare,i.icon.snapchat,i.icon.snapchat.ghost,i.icon.snapchat.square,i.icon.soundcloud,i.icon.speakap,i.icon.spotify,i.icon.stack.exchange,i.icon.stack.overflow,i.icon.staylinked,i.icon.steam,i.icon.steam.square,i.icon.steam.symbol,i.icon.sticker.mule,i.icon.strava,i.icon.stripe,i.icon.stripe.s,i.icon.studiovinari,i.icon.stumbleupon,i.icon.stumbleupon.circle,i.icon.superpowers,i.icon.supple,i.icon.telegram,i.icon.telegram.plane,i.icon.tencent.weibo,i.icon.themeisle,i.icon.trello,i.icon.tripadvisor,i.icon.tumblr,i.icon.tumblr.square,i.icon.twitch,i.icon.twitter,i.icon.twitter.square,i.icon.typo3,i.icon.uber,i.icon.uikit,i.icon.uniregistry,i.icon.untappd,i.icon.usb,i.icon.ussunnah,i.icon.vaadin,i.icon.viacoin,i.icon.viadeo,i.icon.viadeo.square,i.icon.viber,i.icon.vimeo,i.icon.vimeo.square,i.icon.vimeo.v,i.icon.vine,i.icon.vk,i.icon.vnv,i.icon.vuejs,i.icon.wechat,i.icon.weibo,i.icon.weixin,i.icon.whatsapp,i.icon.whatsapp.square,i.icon.whmcs,i.icon.wikipedia.w,i.icon.windows,i.icon.wordpress,i.icon.wordpress.simple,i.icon.wpbeginner,i.icon.wpexplorer,i.icon.wpforms,i.icon.xbox,i.icon.xing,i.icon.xing.square,i.icon.y.combinator,i.icon.yahoo,i.icon.yandex,i.icon.yandex.international,i.icon.yelp,i.icon.yoast,i.icon.youtube,i.icon.youtube.square {
	font-family: brand-icons;
}

.ui.input>input,.ui.list .list>.item .header,.ui.list>.item .header,.ui.steps .step .title {
	font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
}

.ui.image {
	position: relative;
	vertical-align: middle;
	max-width: 100%;
	background-color: transparent;
}

img.ui.image {
	display: block;
}

.ui.image img,.ui.image svg {
	display: block;
	max-width: 100%;
	height: auto;
}

.ui.hidden.image,.ui.hidden.images {
	display: none;
}

.ui.hidden.transition.image,.ui.hidden.transition.images {
	display: block;
	visibility: hidden;
}

.ui.images>.hidden.transition {
	display: inline-block;
	visibility: hidden;
}

.ui.disabled.image,.ui.disabled.images {
	cursor: default;
	opacity: .45;
}

.ui.inline.image,.ui.inline.image img,.ui.inline.image svg {
	display: inline-block;
}

.ui.top.aligned.image,.ui.top.aligned.image img,.ui.top.aligned.image svg,.ui.top.aligned.images .image {
	display: inline-block;
	vertical-align: top;
}

.ui.middle.aligned.image,.ui.middle.aligned.image img,.ui.middle.aligned.image svg,.ui.middle.aligned.images .image {
	display: inline-block;
	vertical-align: middle;
}

.ui.bottom.aligned.image,.ui.bottom.aligned.image img,.ui.bottom.aligned.image svg,.ui.bottom.aligned.images .image {
	display: inline-block;
	vertical-align: bottom;
}

.ui.rounded.image,.ui.rounded.image>*,.ui.rounded.images .image,.ui.rounded.images .image>* {
	border-radius: .3125em;
}

.ui.bordered.image img,.ui.bordered.image svg,.ui.bordered.images .image,.ui.bordered.images img,.ui.bordered.images svg,img.ui.bordered.image {
	border: 1px solid rgba(0,0,0,.1);
}

.ui.circular.image,.ui.circular.images {
	overflow: hidden;
}

.ui.circular.image,.ui.circular.image>*,.ui.circular.images .image,.ui.circular.images .image>* {
	border-radius: 500rem;
}

.ui.fluid.image,.ui.fluid.image img,.ui.fluid.image svg,.ui.fluid.images,.ui.fluid.images img,.ui.fluid.images svg {
	display: block;
	width: 100%;
	height: auto;
}

.ui.avatar.image,.ui.avatar.image img,.ui.avatar.image svg,.ui.avatar.images .image,.ui.avatar.images img,.ui.avatar.images svg {
	margin-right: .25em;
	display: inline-block;
	width: 2em;
	height: 2em;
	border-radius: 500rem;
}

.ui.label.visible:not(.dropdown),.ui.labels.visible .label,.ui.spaced.image {
	display: inline-block!important;
}

.ui.spaced.image {
	margin-left: .5em;
	margin-right: .5em;
}

.ui[class*="left spaced"].image {
	margin-left: .5em;
	margin-right: 0;
}

.ui[class*="right spaced"].image {
	margin-left: 0;
	margin-right: .5em;
}

.ui.floated.image,.ui.floated.images {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.ui.right.floated.image,.ui.right.floated.images {
	float: right;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 1em;
}

.ui.floated.image:last-child,.ui.floated.images:last-child,.ui.image.label {
	margin-bottom: 0;
}

.ui.centered.image,.ui.centered.images {
	margin-left: auto;
	margin-right: auto;
}

.ui.mini.image,.ui.mini.images .image,.ui.mini.images img,.ui.mini.images svg {
	width: 35px;
	height: auto;
	font-size: .78571429rem;
}

.ui.tiny.image,.ui.tiny.images .image,.ui.tiny.images img,.ui.tiny.images svg {
	width: 80px;
	height: auto;
	font-size: .85714286rem;
}

.ui.small.image,.ui.small.images .image,.ui.small.images img,.ui.small.images svg {
	width: 150px;
	height: auto;
	font-size: .92857143rem;
}

.ui.medium.image,.ui.medium.images .image,.ui.medium.images img,.ui.medium.images svg {
	width: 300px;
	height: auto;
	font-size: 1rem;
}

.ui.large.image,.ui.large.images .image,.ui.large.images img,.ui.large.images svg {
	width: 450px;
	height: auto;
	font-size: 1.14285714rem;
}

.ui.big.image,.ui.big.images .image,.ui.big.images img,.ui.big.images svg {
	width: 600px;
	height: auto;
	font-size: 1.28571429rem;
}

.ui.huge.image,.ui.huge.images .image,.ui.huge.images img,.ui.huge.images svg {
	width: 800px;
	height: auto;
	font-size: 1.42857143rem;
}

.ui.massive.image,.ui.massive.images .image,.ui.massive.images img,.ui.massive.images svg {
	width: 960px;
	height: auto;
	font-size: 1.71428571rem;
}

.ui.images {
	font-size: 0;
	margin: 0 -.25rem;
}

.ui.images .image,.ui.images>img,.ui.images>svg {
	display: inline-block;
	margin: 0 .25rem .5rem;
}

.ui.input {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	color: rgba(0,0,0,.87);
}

.ui.input>input {
	margin: 0;
	max-width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	outline: 0;
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	line-height: 1.21428571em;
	padding: .67857143em 1em;
	background: #FFF;
	border: 1px solid rgba(34,36,38,.15);
	color: rgba(0,0,0,.87);
	border-radius: .28571429rem;
	-webkit-transition: border-color .1s ease,-webkit-box-shadow .1s ease;
	transition: border-color .1s ease,-webkit-box-shadow .1s ease;
	transition: box-shadow .1s ease,border-color .1s ease;
	transition: box-shadow .1s ease,border-color .1s ease,-webkit-box-shadow .1s ease;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ui.input>input::-webkit-input-placeholder {
	color: rgba(191,191,191,.87);
}

.ui.input>input::-moz-placeholder {
	color: rgba(191,191,191,.87);
}

.ui.input>input:-ms-input-placeholder {
	color: rgba(191,191,191,.87);
}

.ui.disabled.input,.ui.input:not(.disabled) input[disabled] {
	opacity: .45;
}

.ui.disabled.input>input,.ui.input:not(.disabled) input[disabled] {
	pointer-events: none;
}

.ui.input.down input,.ui.input>input:active {
	border-color: rgba(0,0,0,.3);
	background: #FAFAFA;
	color: rgba(0,0,0,.87);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ui.loading.loading.input>i.icon:before {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	margin: -.64285714em 0 0 -.64285714em;
	width: 1.28571429em;
	height: 1.28571429em;
	border-radius: 500rem;
	border: .2em solid rgba(0,0,0,.1);
}

.ui.loading.loading.input>i.icon:after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	margin: -.64285714em 0 0 -.64285714em;
	width: 1.28571429em;
	height: 1.28571429em;
	-webkit-animation: button-spin .6s linear;
	animation: button-spin .6s linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	border-radius: 500rem;
	border-color: #767676 transparent transparent;
	border-style: solid;
	border-width: .2em;
	-webkit-box-shadow: 0 0 0 1px transparent;
	box-shadow: 0 0 0 1px transparent;
}

.ui.input.focus>input,.ui.input>input:focus {
	border-color: #85B7D9;
	background: #FFF;
	color: rgba(0,0,0,.8);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ui.input.focus>input::-webkit-input-placeholder,.ui.input>input:focus::-webkit-input-placeholder {
	color: rgba(115,115,115,.87);
}

.ui.input.focus>input::-moz-placeholder,.ui.input>input:focus::-moz-placeholder {
	color: rgba(115,115,115,.87);
}

.ui.input.focus>input:-ms-input-placeholder,.ui.input>input:focus:-ms-input-placeholder {
	color: rgba(115,115,115,.87);
}

.ui.input.error>input {
	background-color: #FFF6F6;
	border-color: #E0B4B4;
	color: #9F3A38;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ui.input.error>input::-webkit-input-placeholder {
	color: #e7bdbc;
}

.ui.input.error>input::-moz-placeholder {
	color: #e7bdbc;
}

.ui.input.error>input:-ms-input-placeholder {
	color: #e7bdbc!important;
}

.ui.input.error>input:focus::-webkit-input-placeholder {
	color: #da9796;
}

.ui.input.error>input:focus::-moz-placeholder {
	color: #da9796;
}

.ui.input.error>input:focus:-ms-input-placeholder {
	color: #da9796!important;
}

.ui.transparent.input>input {
	background-color: transparent!important;
	padding: 0!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	border-radius: 0!important;
}

.ui.transparent.icon.input>i.icon {
	width: 1.1em;
}

.ui.transparent.icon.input>input {
	padding-left: 0!important;
	padding-right: 2em!important;
}

.ui.transparent[class*="left icon"].input>input {
	padding-left: 2em!important;
	padding-right: 0!important;
}

.ui.transparent.inverted.input {
	color: #FFF;
}

.ui.transparent.inverted.input>input {
	color: inherit;
}

.ui.transparent.inverted.input>input::-webkit-input-placeholder {
	color: rgba(255,255,255,.5);
}

.ui.transparent.inverted.input>input::-moz-placeholder {
	color: rgba(255,255,255,.5);
}

.ui.transparent.inverted.input>input:-ms-input-placeholder {
	color: rgba(255,255,255,.5);
}

.ui.icon.input>i.icon {
	cursor: default;
	position: absolute;
	line-height: 1;
	text-align: center;
	top: 0;
	right: 0;
	margin: 0;
	height: 100%;
	width: 2.67142857em;
	opacity: .5;
	border-radius: 0 .28571429rem .28571429rem 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.ui.icon.input>i.icon:not(.link) {
	pointer-events: none;
}

.ui.icon.input>input {
	padding-right: 2.67142857em!important;
}

.ui.icon.input>i.icon:after,.ui.icon.input>i.icon:before {
	left: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	margin-top: -.5em;
}

.ui.icon.input>i.link.icon {
	cursor: pointer;
}

.ui.icon.input>i.circular.icon {
	top: .35em;
	right: .5em;
}

.ui[class*="left icon"].input>i.icon {
	right: auto;
	left: 1px;
	border-radius: .28571429rem 0 0 .28571429rem;
}

.ui[class*="left icon"].input>i.circular.icon {
	right: auto;
	left: .5em;
}

.ui[class*="left icon"].input>input {
	padding-left: 2.67142857em!important;
	padding-right: 1em!important;
}

.ui.icon.input>input:focus~i.icon {
	opacity: 1;
}

.ui.labeled.input>.label {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 0;
	font-size: 1em;
}

.ui.labeled.input>.label:not(.corner) {
	padding-top: .78571429em;
	padding-bottom: .78571429em;
}

.ui.labeled.input:not([class*="corner labeled"]) .label:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.ui.labeled.input:not([class*="corner labeled"]) .label:first-child+input {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left-color: transparent;
}

.ui.labeled.input:not([class*="corner labeled"]) .label:first-child+input:focus {
	border-left-color: #85B7D9;
}

.ui[class*="right labeled"].input>input {
	border-top-right-radius: 0!important;
	border-bottom-right-radius: 0!important;
	border-right-color: transparent!important;
}

.ui[class*="right labeled"].input>input+.label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.ui[class*="right labeled"].input>input:focus {
	border-right-color: #85B7D9!important;
}

.ui.labeled.input .corner.label {
	top: 1px;
	right: 1px;
	font-size: .64285714em;
	border-radius: 0 .28571429rem 0 0;
}

.ui[class*="corner labeled"]:not([class*="left corner labeled"]).labeled.input>input {
	padding-right: 2.5em!important;
}

.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"])>input {
	padding-right: 3.25em!important;
}

.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"])>.icon {
	margin-right: 1.25em;
}

.ui[class*="left corner labeled"].labeled.input>input {
	padding-left: 2.5em!important;
}

.ui[class*="left corner labeled"].icon.input>input {
	padding-left: 3.25em!important;
}

.ui[class*="left corner labeled"].icon.input>.icon {
	margin-left: 1.25em;
}

.ui.input>.ui.corner.label {
	top: 1px;
	right: 1px;
}

.ui.input>.ui.left.corner.label {
	right: auto;
	left: 1px;
}

.ui.action.input>.button,.ui.action.input>.buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.ui.action.input>.button,.ui.action.input>.buttons>.button {
	padding-top: .78571429em;
	padding-bottom: .78571429em;
	margin: 0;
}

.ui.action.input:not([class*="left action"])>input {
	border-top-right-radius: 0!important;
	border-bottom-right-radius: 0!important;
	border-right-color: transparent!important;
}

.ui.action.input:not([class*="left action"])>.button:not(:first-child),.ui.action.input:not([class*="left action"])>.buttons:not(:first-child)>.button,.ui.action.input:not([class*="left action"])>.dropdown:not(:first-child) {
	border-radius: 0;
}

.ui.action.input:not([class*="left action"])>.button:last-child,.ui.action.input:not([class*="left action"])>.buttons:last-child>.button,.ui.action.input:not([class*="left action"])>.dropdown:last-child {
	border-radius: 0 .28571429rem .28571429rem 0;
}

.ui.action.input:not([class*="left action"])>input:focus {
	border-right-color: #85B7D9!important;
}

.ui[class*="left action"].input>input {
	border-top-left-radius: 0!important;
	border-bottom-left-radius: 0!important;
	border-left-color: transparent!important;
}

.ui[class*="left action"].input>.button,.ui[class*="left action"].input>.buttons>.button,.ui[class*="left action"].input>.dropdown {
	border-radius: 0;
}

.ui[class*="left action"].input>.button:first-child,.ui[class*="left action"].input>.buttons:first-child>.button,.ui[class*="left action"].input>.dropdown:first-child {
	border-radius: .28571429rem 0 0 .28571429rem;
}

.ui[class*="left action"].input>input:focus {
	border-left-color: #85B7D9!important;
}

.ui.inverted.input>input {
	border: none;
}

.ui.fluid.input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ui.mini.input {
	font-size: .78571429em;
}

.ui.small.input {
	font-size: .92857143em;
}

.ui.input {
	font-size: 1em;
}

.ui.corner.label .icon,.ui.large.input {
	font-size: 1.14285714em;
}

.ui.big.input {
	font-size: 1.28571429em;
}

.ui.huge.input {
	font-size: 1.42857143em;
}

.ui.massive.input {
	font-size: 1.71428571em;
}

.ui.label {
	display: inline-block;
	line-height: 1;
	margin: 0 .14285714em;
	background-color: #E8E8E8;
	background-image: none;
	padding: .5833em .833em;
	color: rgba(0,0,0,.6);
	text-transform: none;
	font-weight: 700;
	border: 0 solid transparent;
	border-radius: .28571429rem;
	-webkit-transition: background .1s ease;
	transition: background .1s ease;
}

.ui.label:first-child {
	margin-left: 0;
}

.ui.label:last-child {
	margin-right: 0;
}

a.ui.label {
	cursor: pointer;
}

.ui.label>a {
	cursor: pointer;
	color: inherit;
	opacity: .5;
	-webkit-transition: .1s opacity ease;
	transition: .1s opacity ease;
}

.ui.label>a:hover {
	opacity: 1;
}

.ui.label>img {
	width: auto!important;
	vertical-align: middle;
	height: 2.1666em!important;
}

.ui.label>.icon {
	width: auto;
	margin: 0 .75em 0 0;
}

.ui.label>.detail {
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
	margin-left: 1em;
	opacity: .8;
}

.ui.label>.detail .icon {
	margin: 0 .25em 0 0;
}

.ui.label>.close.icon,.ui.label>.delete.icon {
	cursor: pointer;
	margin-right: 0;
	margin-left: .5em;
	font-size: .92857143em;
	opacity: .5;
	-webkit-transition: background .1s ease;
	transition: background .1s ease;
}

.ui.label>.delete.icon:hover {
	opacity: 1;
}

.ui.labels>.label {
	margin: 0 .5em .5em 0;
}

.ui.header>.ui.label {
	margin-top: -.29165em;
}

.ui.attached.segment>.ui.top.left.attached.label,.ui.bottom.attached.segment>.ui.top.left.attached.label {
	border-top-left-radius: 0;
}

.ui.attached.segment>.ui.top.right.attached.label,.ui.bottom.attached.segment>.ui.top.right.attached.label {
	border-top-right-radius: 0;
}

.ui.top.attached.segment>.ui.bottom.left.attached.label {
	border-bottom-left-radius: 0;
}

.ui.top.attached.segment>.ui.bottom.right.attached.label {
	border-bottom-right-radius: 0;
}

.ui.top.attached.label+[class*="right floated"]+*,.ui.top.attached.label:first-child+:not(.attached) {
	margin-top: 2rem!important;
}

.ui.bottom.attached.label:first-child~:last-child:not(.attached) {
	margin-top: 0;
	margin-bottom: 2rem!important;
}

.ui.image.label {
	width: auto!important;
	margin-top: 0;
	max-width: 9999px;
	vertical-align: baseline;
	text-transform: none;
	background: #E8E8E8;
	padding: .5833em .833em .5833em .5em;
	border-radius: .28571429rem;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ui.image.label img {
	display: inline-block;
	vertical-align: top;
	height: 2.1666em;
	margin: -.5833em .5em -.5833em -.5em;
	border-radius: .28571429rem 0 0 .28571429rem;
}

.ui.image.label .detail,.ui.ribbon.label,.ui.tag.label,.ui.tag.labels .label {
	border-radius: 0 .28571429rem .28571429rem 0;
}

.ui.image.label .detail {
	background: rgba(0,0,0,.1);
	margin: -.5833em -.833em -.5833em .5em;
	padding: .5833em .833em;
}

.ui.tag.label,.ui.tag.labels .label {
	margin-left: 1em;
	position: relative;
	padding-left: 1.5em;
	padding-right: 1.5em;
	-webkit-transition: none;
	transition: none;
}

.ui.tag.label:before,.ui.tag.labels .label:before {
	position: absolute;
	-webkit-transform: translateY(-50%) translateX(50%) rotate(-45deg);
	transform: translateY(-50%) translateX(50%) rotate(-45deg);
	top: 50%;
	right: 100%;
	content: '';
	background-color: inherit;
	background-image: none;
	width: 1.56em;
	height: 1.56em;
	-webkit-transition: none;
	transition: none;
}

.ui.tag.label:after,.ui.tag.labels .label:after {
	position: absolute;
	content: '';
	top: 50%;
	left: -.25em;
	margin-top: -.25em;
	background-color: #FFF!important;
	width: .5em;
	height: .5em;
	-webkit-box-shadow: 0 -1px 1px 0 rgba(0,0,0,.3);
	box-shadow: 0 -1px 1px 0 rgba(0,0,0,.3);
	border-radius: 500rem;
}

.ui.corner.label {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	text-align: center;
	border-color: #E8E8E8;
	width: 4em;
	height: 4em;
	z-index: 1;
	-webkit-transition: border-color .1s ease;
	transition: border-color .1s ease;
	background-color: transparent!important;
}

.ui.corner.label:after,.ui.ribbon.label:after {
	background-color: transparent!important;
	width: 0;
}

.ui.corner.label:after {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	z-index: -1;
	height: 0;
	border-top: 0 solid transparent;
	border-right: 4em solid transparent;
	border-bottom: 4em solid transparent;
	border-left: 0 solid transparent;
	border-right-color: inherit;
	-webkit-transition: border-color .1s ease;
	transition: border-color .1s ease;
}

.ui.corner.label .icon {
	cursor: default;
	position: relative;
	top: .64285714em;
	left: .78571429em;
	margin: 0;
}

.ui.left.corner.label,.ui.left.corner.label:after {
	right: auto;
	left: 0;
}

.ui.left.corner.label:after {
	border-top: 4em solid transparent;
	border-right: 4em solid transparent;
	border-bottom: 0 solid transparent;
	border-left: 0 solid transparent;
	border-top-color: inherit;
}

.ui.left.corner.label .icon {
	left: -.78571429em;
}

.ui.segment>.ui.corner.label {
	top: -1px;
	right: -1px;
}

.ui.segment>.ui.left.corner.label {
	right: auto;
	left: -1px;
}

.ui.ribbon.label {
	position: relative;
	margin: 0;
	min-width: -webkit-max-content;
	min-width: -moz-max-content;
	min-width: max-content;
	border-color: rgba(0,0,0,.15);
}

.ui.ribbon.label:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border-style: solid;
	border-width: 0 1.2em 1.2em 0;
	border-color: transparent;
	border-right-color: inherit;
	height: 0;
}

.ui.ribbon.label {
	left: calc(-1rem - 1.2em);
	margin-right: -1.2em;
	padding-left: calc(1rem + 1.2em);
	padding-right: 1.2em;
}

.ui[class*="right ribbon"].label {
	left: calc(100% + 1rem + 1.2em);
	padding-left: 1.2em;
	padding-right: calc(1rem + 1.2em);
	text-align: left;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	border-radius: .28571429rem 0 0 .28571429rem;
}

.ui[class*="right ribbon"].label:after {
	left: auto;
	right: 0;
	border-style: solid;
	border-width: 1.2em 1.2em 0 0;
	border-color: transparent;
	border-top-color: inherit;
}

.ui.card .image>.ribbon.label,.ui.image>.ribbon.label {
	position: absolute;
	top: 1rem;
}

.ui.card .image>.ui.ribbon.label,.ui.image>.ui.ribbon.label {
	left: calc(.05rem - 1.2em);
}

.ui.card .image>.ui[class*="right ribbon"].label,.ui.image>.ui[class*="right ribbon"].label {
	left: calc(100% + -.05rem + 1.2em);
	padding-left: .833em;
}

.ui.table td>.ui.ribbon.label {
	left: calc(-.78571429em - 1.2em);
}

.ui.table td>.ui[class*="right ribbon"].label {
	left: calc(100% + .78571429em + 1.2em);
	padding-left: .833em;
}

.ui.attached.label,.ui[class*="top attached"].label {
	width: 100%;
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	padding: .75em 1em;
	border-radius: .21428571rem .21428571rem 0 0;
}

.ui[class*="bottom attached"].label {
	top: auto;
	bottom: 0;
	border-radius: 0 0 .21428571rem .21428571rem;
}

.ui[class*="top left attached"].label {
	width: auto;
	margin-top: 0!important;
	border-radius: .21428571rem 0 .28571429rem;
}

.ui[class*="top right attached"].label {
	width: auto;
	left: auto;
	right: 0;
	border-radius: 0 .21428571rem 0 .28571429rem;
}

.ui[class*="bottom left attached"].label {
	width: auto;
	top: auto;
	bottom: 0;
	border-radius: 0 .28571429rem 0 .21428571rem;
}

.ui[class*="bottom right attached"].label {
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
	width: auto;
	border-radius: .28571429rem 0 .21428571rem;
}

.ui.label.disabled {
	opacity: .5;
}

a.ui.label:hover,a.ui.labels .label:hover {
	background-color: #E0E0E0;
	border-color: #E0E0E0;
	background-image: none;
	color: rgba(0,0,0,.8);
}

.ui.labels a.label:hover:before,a.ui.label:hover:before {
	color: rgba(0,0,0,.8);
}

.ui.active.label {
	background-color: #D0D0D0;
	border-color: #D0D0D0;
	background-image: none;
	color: rgba(0,0,0,.95);
}

.ui.active.label:before {
	background-color: #D0D0D0;
	background-image: none;
	color: rgba(0,0,0,.95);
}

.ui.labels a.active.label:ActiveHover:before,a.ui.active.label:ActiveHover:before,a.ui.active.label:hover,a.ui.labels .active.label:hover {
	background-color: #C8C8C8;
	background-image: none;
	color: rgba(0,0,0,.95);
}

a.ui.active.label:hover,a.ui.labels .active.label:hover {
	border-color: #C8C8C8;
}

.ui.label.hidden,.ui.labels.hidden .label {
	display: none!important;
}

.ui.red.label,.ui.red.labels .label {
	background-color: #DB2828!important;
	border-color: #DB2828!important;
	color: #FFF!important;
}

.ui.red.labels .label:hover,a.ui.red.label:hover {
	background-color: #d01919!important;
	border-color: #d01919!important;
	color: #FFF!important;
}

.ui.red.corner.label,.ui.red.corner.label:hover {
	background-color: transparent!important;
}

.ui.red.ribbon.label {
	border-color: #b21e1e!important;
}

.ui.basic.red.label {
	background: #FFF!important;
	border-color: #DB2828!important;
}

.ui.basic.red.labels a.label:hover,a.ui.basic.red.label:hover {
	background-color: #FFF!important;
	color: #d01919!important;
	border-color: #d01919!important;
}

.ui.orange.label,.ui.orange.labels .label {
	background-color: #F2711C!important;
	border-color: #F2711C!important;
	color: #FFF!important;
}

.ui.orange.labels .label:hover,a.ui.orange.label:hover {
	background-color: #f26202!important;
	border-color: #f26202!important;
	color: #FFF!important;
}

.ui.orange.corner.label,.ui.orange.corner.label:hover {
	background-color: transparent!important;
}

.ui.orange.ribbon.label {
	border-color: #cf590c!important;
}

.ui.basic.orange.label {
	background: #FFF!important;
	border-color: #F2711C!important;
}

.ui.basic.orange.labels a.label:hover,a.ui.basic.orange.label:hover {
	background-color: #FFF!important;
	color: #f26202!important;
	border-color: #f26202!important;
}

.ui.yellow.label,.ui.yellow.labels .label {
	background-color: #FBBD08!important;
	border-color: #FBBD08!important;
	color: #FFF!important;
}

.ui.yellow.labels .label:hover,a.ui.yellow.label:hover {
	background-color: #eaae00!important;
	border-color: #eaae00!important;
	color: #FFF!important;
}

.ui.yellow.corner.label,.ui.yellow.corner.label:hover {
	background-color: transparent!important;
}

.ui.yellow.ribbon.label {
	border-color: #cd9903!important;
}

.ui.basic.yellow.label {
	background: #FFF!important;
	color: #FBBD08!important;
	border-color: #FBBD08!important;
}

.ui.basic.yellow.labels a.label:hover,a.ui.basic.yellow.label:hover {
	background-color: #FFF!important;
	color: #eaae00!important;
	border-color: #eaae00!important;
}

.ui.olive.label,.ui.olive.labels .label {
	background-color: #B5CC18!important;
	border-color: #B5CC18!important;
	color: #FFF!important;
}

.ui.olive.labels .label:hover,a.ui.olive.label:hover {
	background-color: #a7bd0d!important;
	border-color: #a7bd0d!important;
	color: #FFF!important;
}

.ui.olive.corner.label,.ui.olive.corner.label:hover {
	background-color: transparent!important;
}

.ui.olive.ribbon.label {
	border-color: #198f35!important;
}

.ui.basic.olive.label {
	background: #FFF!important;
	color: #B5CC18!important;
	border-color: #B5CC18!important;
}

.ui.basic.olive.labels a.label:hover,a.ui.basic.olive.label:hover {
	background-color: #FFF!important;
	color: #a7bd0d!important;
	border-color: #a7bd0d!important;
}

.ui.green.label,.ui.green.labels .label {
	background-color: #21BA45!important;
	border-color: #21BA45!important;
	color: #FFF!important;
}

.ui.green.labels .label:hover,a.ui.green.label:hover {
	background-color: #16ab39!important;
	border-color: #16ab39!important;
	color: #FFF!important;
}

.ui.green.corner.label,.ui.green.corner.label:hover {
	background-color: transparent!important;
}

.ui.green.ribbon.label {
	border-color: #198f35!important;
}

.ui.basic.green.label {
	background: #FFF!important;
	color: #21BA45!important;
	border-color: #21BA45!important;
}

.ui.basic.green.labels a.label:hover,a.ui.basic.green.label:hover {
	background-color: #FFF!important;
	color: #16ab39!important;
	border-color: #16ab39!important;
}

.ui.teal.label,.ui.teal.labels .label {
	background-color: #00B5AD!important;
	border-color: #00B5AD!important;
	color: #FFF!important;
}

.ui.teal.labels .label:hover,a.ui.teal.label:hover {
	background-color: #009c95!important;
	border-color: #009c95!important;
	color: #FFF!important;
}

.ui.teal.corner.label,.ui.teal.corner.label:hover {
	background-color: transparent!important;
}

.ui.teal.ribbon.label {
	border-color: #00827c!important;
}

.ui.basic.teal.label {
	background: #FFF!important;
	color: #00B5AD!important;
	border-color: #00B5AD!important;
}

.ui.basic.teal.labels a.label:hover,a.ui.basic.teal.label:hover {
	background-color: #FFF!important;
	color: #009c95!important;
	border-color: #009c95!important;
}

.ui.blue.label,.ui.blue.labels .label {
	background-color: #2185D0!important;
	border-color: #2185D0!important;
	color: #FFF!important;
}

.ui.blue.labels .label:hover,a.ui.blue.label:hover {
	background-color: #1678c2!important;
	border-color: #1678c2!important;
	color: #FFF!important;
}

.ui.blue.corner.label,.ui.blue.corner.label:hover {
	background-color: transparent!important;
}

.ui.blue.ribbon.label {
	border-color: #1a69a4!important;
}

.ui.basic.blue.label {
	background: #FFF!important;
	color: #2185D0!important;
	border-color: #2185D0!important;
}

.ui.basic.blue.labels a.label:hover,a.ui.basic.blue.label:hover {
	background-color: #FFF!important;
	color: #1678c2!important;
	border-color: #1678c2!important;
}

.ui.violet.label,.ui.violet.labels .label {
	background-color: #6435C9!important;
	border-color: #6435C9!important;
	color: #FFF!important;
}

.ui.violet.labels .label:hover,a.ui.violet.label:hover {
	background-color: #5829bb!important;
	border-color: #5829bb!important;
	color: #FFF!important;
}

.ui.violet.corner.label,.ui.violet.corner.label:hover {
	background-color: transparent!important;
}

.ui.violet.ribbon.label {
	border-color: #502aa1!important;
}

.ui.basic.violet.label {
	background: #FFF!important;
	color: #6435C9!important;
	border-color: #6435C9!important;
}

.ui.basic.violet.labels a.label:hover,a.ui.basic.violet.label:hover {
	background-color: #FFF!important;
	color: #5829bb!important;
	border-color: #5829bb!important;
}

.ui.purple.label,.ui.purple.labels .label {
	background-color: #A333C8!important;
	border-color: #A333C8!important;
	color: #FFF!important;
}

.ui.purple.labels .label:hover,a.ui.purple.label:hover {
	background-color: #9627ba!important;
	border-color: #9627ba!important;
	color: #FFF!important;
}

.ui.purple.corner.label,.ui.purple.corner.label:hover {
	background-color: transparent!important;
}

.ui.purple.ribbon.label {
	border-color: #82299f!important;
}

.ui.basic.purple.label {
	background: #FFF!important;
	color: #A333C8!important;
	border-color: #A333C8!important;
}

.ui.basic.purple.labels a.label:hover,a.ui.basic.purple.label:hover {
	background-color: #FFF!important;
	color: #9627ba!important;
	border-color: #9627ba!important;
}

.ui.pink.label,.ui.pink.labels .label {
	background-color: #E03997!important;
	border-color: #E03997!important;
	color: #FFF!important;
}

.ui.pink.labels .label:hover,a.ui.pink.label:hover {
	background-color: #e61a8d!important;
	border-color: #e61a8d!important;
	color: #FFF!important;
}

.ui.pink.corner.label,.ui.pink.corner.label:hover {
	background-color: transparent!important;
}

.ui.pink.ribbon.label {
	border-color: #c71f7e!important;
}

.ui.basic.pink.label {
	background: #FFF!important;
	color: #E03997!important;
	border-color: #E03997!important;
}

.ui.basic.pink.labels a.label:hover,a.ui.basic.pink.label:hover {
	background-color: #FFF!important;
	color: #e61a8d!important;
	border-color: #e61a8d!important;
}

.ui.brown.label,.ui.brown.labels .label {
	background-color: #A5673F!important;
	border-color: #A5673F!important;
	color: #FFF!important;
}

.ui.brown.labels .label:hover,a.ui.brown.label:hover {
	background-color: #975b33!important;
	border-color: #975b33!important;
	color: #FFF!important;
}

.ui.brown.corner.label,.ui.brown.corner.label:hover {
	background-color: transparent!important;
}

.ui.brown.ribbon.label {
	border-color: #805031!important;
}

.ui.basic.brown.label {
	background: #FFF!important;
	color: #A5673F!important;
	border-color: #A5673F!important;
}

.ui.basic.brown.labels a.label:hover,a.ui.basic.brown.label:hover {
	background-color: #FFF!important;
	color: #975b33!important;
	border-color: #975b33!important;
}

.ui.grey.label,.ui.grey.labels .label {
	background-color: #767676!important;
	border-color: #767676!important;
	color: #FFF!important;
}

.ui.grey.labels .label:hover,a.ui.grey.label:hover {
	background-color: #838383!important;
	border-color: #838383!important;
	color: #FFF!important;
}

.ui.grey.corner.label,.ui.grey.corner.label:hover {
	background-color: transparent!important;
}

.ui.grey.ribbon.label {
	border-color: #805031!important;
}

.ui.basic.grey.label {
	background: #FFF!important;
	color: #767676!important;
	border-color: #767676!important;
}

.ui.basic.grey.labels a.label:hover,a.ui.basic.grey.label:hover {
	background-color: #FFF!important;
	color: #838383!important;
	border-color: #838383!important;
}

.ui.black.label,.ui.black.labels .label {
	background-color: #1B1C1D!important;
	border-color: #1B1C1D!important;
	color: #FFF!important;
}

.ui.black.labels .label:hover,a.ui.black.label:hover {
	background-color: #27292a!important;
	border-color: #27292a!important;
	color: #FFF!important;
}

.ui.black.corner.label,.ui.black.corner.label:hover {
	background-color: transparent!important;
}

.ui.black.ribbon.label {
	border-color: #805031!important;
}

.ui.basic.black.label {
	background: #FFF!important;
	color: #1B1C1D!important;
	border-color: #1B1C1D!important;
}

.ui.basic.black.labels a.label:hover,a.ui.basic.black.label:hover {
	background-color: #FFF!important;
	color: #27292a!important;
	border-color: #27292a!important;
}

.ui.basic.label {
	background: #FFF;
	border: 1px solid rgba(34,36,38,.15);
	color: rgba(0,0,0,.87);
	-webkit-box-shadow: none;
	box-shadow: none;
}

a.ui.basic.label:hover {
	text-decoration: none;
	background: #FFF;
	color: #1e70bf;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ui.basic.pointing.label:before {
	border-color: inherit;
}

.ui.fluid.labels>.label,.ui.label.fluid {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.ui.inverted.label,.ui.inverted.labels .label {
	color: rgba(255,255,255,.9)!important;
}

.ui.horizontal.label,.ui.horizontal.labels .label {
	margin: 0 .5em 0 0;
	padding: .4em .833em;
	min-width: 3em;
	text-align: center;
}

.ui.circular.label,.ui.circular.labels .label {
	min-width: 2em;
	min-height: 2em;
	padding: .5em!important;
	line-height: 1em;
	text-align: center;
	border-radius: 500rem;
}

.ui.empty.circular.label,.ui.empty.circular.labels .label {
	min-width: 0;
	min-height: 0;
	overflow: hidden;
	width: .5em;
	height: .5em;
	vertical-align: baseline;
}

.ui.pointing.label {
	position: relative;
}

.ui.attached.pointing.label {
	position: absolute;
}

.ui.pointing.label:before {
	background-color: inherit;
	border-style: solid;
	border-color: inherit;
	position: absolute;
	content: '';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-image: none;
	z-index: 2;
	width: .6666em;
	height: .6666em;
	-webkit-transition: background .1s ease;
	transition: background .1s ease;
}

.ui.pointing.label,.ui[class*="pointing above"].label {
	margin-top: 1em;
}

.ui.pointing.label:before,.ui[class*="pointing above"].label:before {
	border-width: 1px 0 0 1px;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	top: 0;
	left: 50%;
}

.ui[class*="bottom pointing"].label,.ui[class*="pointing below"].label {
	margin-top: 0;
	margin-bottom: 1em;
}

.ui[class*="bottom pointing"].label:before,.ui[class*="pointing below"].label:before {
	border-width: 0 1px 1px 0;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	top: 100%;
	left: 50%;
}

.ui[class*="left pointing"].label {
	margin-top: 0;
	margin-left: .6666em;
}

.ui[class*="left pointing"].label:before {
	border-width: 0 0 1px 1px;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	bottom: auto;
	right: auto;
	top: 50%;
	left: 0;
}

.ui[class*="right pointing"].label {
	margin-top: 0;
	margin-right: .6666em;
}

.ui[class*="right pointing"].label:before {
	border-width: 1px 1px 0 0;
	-webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
	transform: translateX(50%) translateY(-50%) rotate(45deg);
	top: 50%;
	right: 0;
	bottom: auto;
	left: auto;
}

.ui.embed>.icon:before,.ui.loader,.ui.test.ad:after {
	-webkit-transform: translateX(-50%) translateY(-50%);
}

.ui.basic.pointing.label:before,.ui.basic[class*="pointing above"].label:before {
	margin-top: -1px;
}

.ui.basic[class*="bottom pointing"].label:before,.ui.basic[class*="pointing below"].label:before {
	bottom: auto;
	top: 100%;
	margin-top: 1px;
}

.ui.basic[class*="left pointing"].label:before {
	top: 50%;
	left: -1px;
}

.ui.basic[class*="right pointing"].label:before {
	top: 50%;
	right: -1px;
}

.ui.floating.label {
	position: absolute;
	z-index: 100;
	top: -1em;
	left: 100%;
	margin: 0 0 0 -1.5em!important;
}

.ui.mini.label,.ui.mini.labels .label {
	font-size: .64285714rem;
}

.ui.tiny.label,.ui.tiny.labels .label {
	font-size: .71428571rem;
}

.ui.small.label,.ui.small.labels .label {
	font-size: .78571429rem;
}

.ui.label,.ui.labels .label {
	font-size: .85714286rem;
}

.ui.large.label,.ui.large.labels .label {
	font-size: 1rem;
}

.ui.big.label,.ui.big.labels .label {
	font-size: 1.28571429rem;
}

.ui.huge.label,.ui.huge.labels .label {
	font-size: 1.42857143rem;
}

.ui.massive.label,.ui.massive.labels .label {
	font-size: 1.71428571rem;
}

.ui.list,ol.ui.list,ul.ui.list {
	list-style-type: none;
	margin: 1em 0;
	padding: 0;
}

.ui.list:first-child,ol.ui.list:first-child,ul.ui.list:first-child {
	margin-top: 0;
	padding-top: 0;
}

.ui.list:last-child,ol.ui.list:last-child,ul.ui.list:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.ui.list .list>.item,.ui.list>.item,ol.ui.list li,ul.ui.list li {
	display: list-item;
	table-layout: fixed;
	list-style-type: none;
	list-style-position: outside;
	padding: .21428571em 0;
	line-height: 1.14285714em;
}

.ui.list>.item:after,.ui.list>.list>.item,ol.ui.list>li:first-child:after,ul.ui.list>li:first-child:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.ui.list .list>.item:first-child,.ui.list>.item:first-child,ol.ui.list li:first-child,ul.ui.list li:first-child {
	padding-top: 0;
}

.ui.list .list>.item:last-child,.ui.list>.item:last-child,ol.ui.list li:last-child,ul.ui.list li:last-child {
	padding-bottom: 0;
}

.ui.list .list,ol.ui.list ol,ul.ui.list ul {
	clear: both;
	margin: 0;
	padding: .75em 0 .25em .5em;
}

.ui.list .list>.item,ol.ui.list ol li,ul.ui.list ul li {
	padding: .14285714em 0;
	line-height: inherit;
}

.ui.list .list>.item>i.icon,.ui.list>.item>i.icon {
	display: table-cell;
	margin: 0;
	padding-top: 0;
	padding-right: .28571429em;
	vertical-align: top;
	-webkit-transition: color .1s ease;
	transition: color .1s ease;
}

.ui.list .list>.item>i.icon:only-child,.ui.list>.item>i.icon:only-child {
	display: inline-block;
	vertical-align: top;
}

.ui.list .list>.item>.image,.ui.list>.item>.image {
	display: table-cell;
	background-color: transparent;
	margin: 0;
	vertical-align: top;
}

.ui.list .list>.item>.image:not(:only-child):not(img),.ui.list>.item>.image:not(:only-child):not(img) {
	padding-right: .5em;
}

.ui.list .list>.item>.image img,.ui.list>.item>.image img {
	vertical-align: top;
}

.ui.list .list>.item>.image:only-child,.ui.list .list>.item>img.image,.ui.list>.item>.image:only-child,.ui.list>.item>img.image {
	display: inline-block;
}

.ui.list .list>.item>.content,.ui.list>.item>.content {
	line-height: 1.14285714em;
}

.ui.list .list>.item>.icon+.content,.ui.list .list>.item>.image+.content,.ui.list>.item>.icon+.content,.ui.list>.item>.image+.content {
	display: table-cell;
	width: 100%;
	padding: 0 0 0 .5em;
	vertical-align: top;
}

.ui.list .list>.item>img.image+.content,.ui.list>.item>img.image+.content {
	display: inline-block;
	width: auto;
}

.ui.list .list>.item>.content>.list,.ui.list>.item>.content>.list {
	margin-left: 0;
	padding-left: 0;
}

.ui.list .list>.item .header,.ui.list>.item .header {
	display: block;
	margin: 0;
	font-weight: 700;
	color: rgba(0,0,0,.87);
}

.ui.list .list>.item .description,.ui.list>.item .description {
	display: block;
	color: rgba(0,0,0,.7);
}

.ui.list .list>.item a,.ui.list>.item a {
	cursor: pointer;
}

.ui.list .list>a.item,.ui.list>a.item {
	cursor: pointer;
	color: #4183C4;
}

.ui.list .list>a.item:hover,.ui.list>a.item:hover {
	color: #1e70bf;
}

.ui.list .list>a.item i.icon,.ui.list>a.item i.icon {
	color: rgba(0,0,0,.4);
}

.ui.list .list>.item a.header,.ui.list>.item a.header {
	cursor: pointer;
	color: #4183C4!important;
}

.ui.list .list>.item a.header:hover,.ui.list>.item a.header:hover {
	color: #1e70bf!important;
}

.ui[class*="left floated"].list {
	float: left;
}

.ui[class*="right floated"].list {
	float: right;
}

.ui.list .list>.item [class*="left floated"],.ui.list>.item [class*="left floated"] {
	float: left;
	margin: 0 1em 0 0;
}

.ui.list .list>.item [class*="right floated"],.ui.list>.item [class*="right floated"] {
	float: right;
	margin: 0 0 0 1em;
}

.ui.menu .ui.list .list>.item,.ui.menu .ui.list>.item {
	display: list-item;
	table-layout: fixed;
	background-color: transparent;
	list-style-type: none;
	list-style-position: outside;
	padding: .21428571em 0;
	line-height: 1.14285714em;
}

.ui.menu .ui.list .list>.item:before,.ui.menu .ui.list>.item:before {
	border: none;
	background: 0 0;
}

.ui.menu .ui.list .list>.item:first-child,.ui.menu .ui.list>.item:first-child {
	padding-top: 0;
}

.ui.menu .ui.list .list>.item:last-child,.ui.menu .ui.list>.item:last-child {
	padding-bottom: 0;
}

.ui.horizontal.list {
	display: inline-block;
	font-size: 0;
}

.ui.horizontal.list>.item {
	display: inline-block;
	margin-left: 1em;
	font-size: 1rem;
}

.ui.horizontal.list:not(.celled)>.item:first-child {
	margin-left: 0!important;
	padding-left: 0!important;
}

.ui.horizontal.list .list {
	padding-left: 0;
	padding-bottom: 0;
}

.ui.horizontal.list .list>.item>.content,.ui.horizontal.list .list>.item>.icon,.ui.horizontal.list .list>.item>.image,.ui.horizontal.list>.item>.content,.ui.horizontal.list>.item>.icon,.ui.horizontal.list>.item>.image {
	vertical-align: middle;
}

.ui.horizontal.list>.item:first-child,.ui.horizontal.list>.item:last-child {
	padding-top: .21428571em;
	padding-bottom: .21428571em;
}

.ui.horizontal.list>.item>i.icon {
	margin: 0;
	padding: 0 .25em 0 0;
}

.ui.horizontal.list>.item>.icon,.ui.horizontal.list>.item>.icon+.content {
	float: none;
	display: inline-block;
}

.ui.horizontal.bulleted.list>.item:first-child::before,.ui.loader,ul.ui.horizontal.bulleted.list li:first-child::before {
	display: none;
}

.ui.list .list>.disabled.item,.ui.list>.disabled.item {
	pointer-events: none;
	color: rgba(40,40,40,.3)!important;
}

.ui.inverted.list .list>.disabled.item,.ui.inverted.list>.disabled.item {
	color: rgba(225,225,225,.3)!important;
}

.ui.list .list>a.item:hover .icon,.ui.list>a.item:hover .icon {
	color: rgba(0,0,0,.87);
}

.ui.inverted.list .list>a.item>.icon,.ui.inverted.list>a.item>.icon {
	color: rgba(255,255,255,.7);
}

.ui.inverted.list .list>.item .header,.ui.inverted.list>.item .header {
	color: rgba(255,255,255,.9);
}

.ui.inverted.list .list>.item .description,.ui.inverted.list>.item .description {
	color: rgba(255,255,255,.7);
}

.ui.inverted.list .list>a.item,.ui.inverted.list>a.item {
	cursor: pointer;
	color: rgba(255,255,255,.9);
}

.ui.inverted.list .list>a.item:hover,.ui.inverted.list>a.item:hover {
	color: #1e70bf;
}

.ui.inverted.list .item a:not(.ui) {
	color: rgba(255,255,255,.9)!important;
}

.ui.inverted.list .item a:not(.ui):hover {
	color: #1e70bf!important;
}

.ui.list [class*="top aligned"],.ui.list[class*="top aligned"] .content,.ui.list[class*="top aligned"] .image {
	vertical-align: top!important;
}

.ui.list [class*="middle aligned"],.ui.list[class*="middle aligned"] .content,.ui.list[class*="middle aligned"] .image {
	vertical-align: middle!important;
}

.ui.list [class*="bottom aligned"],.ui.list[class*="bottom aligned"] .content,.ui.list[class*="bottom aligned"] .image {
	vertical-align: bottom!important;
}

.ui.link.list .item,.ui.link.list .item a:not(.ui),.ui.link.list a.item {
	color: rgba(0,0,0,.4);
	-webkit-transition: .1s color ease;
	transition: .1s color ease;
}

.ui.link.list.list .item a:not(.ui):hover,.ui.link.list.list a.item:hover {
	color: rgba(0,0,0,.8);
}

.ui.link.list.list .item a:not(.ui):active,.ui.link.list.list a.item:active {
	color: rgba(0,0,0,.9);
}

.ui.link.list.list .active.item,.ui.link.list.list .active.item a:not(.ui) {
	color: rgba(0,0,0,.95);
}

.ui.inverted.link.list .item,.ui.inverted.link.list .item a:not(.ui),.ui.inverted.link.list a.item {
	color: rgba(255,255,255,.5);
}

.ui.inverted.link.list.list .active.item a:not(.ui),.ui.inverted.link.list.list .item a:not(.ui):active,.ui.inverted.link.list.list .item a:not(.ui):hover,.ui.inverted.link.list.list a.active.item,.ui.inverted.link.list.list a.item:active,.ui.inverted.link.list.list a.item:hover {
	color: #fff;
}

.ui.selection.list .list>.item,.ui.selection.list>.item {
	cursor: pointer;
	background: 0 0;
	padding: .5em;
	margin: 0;
	color: rgba(0,0,0,.4);
	border-radius: .5em;
	-webkit-transition: .1s color ease,.1s padding-left ease,.1s background-color ease;
	transition: .1s color ease,.1s padding-left ease,.1s background-color ease;
}

.ui.selection.list .list>.item:last-child,.ui.selection.list>.item:last-child {
	margin-bottom: 0;
}

.ui.selection.list.list>.item:hover,.ui.selection.list>.item:hover {
	background: rgba(0,0,0,.03);
	color: rgba(0,0,0,.8);
}

.ui.selection.list .list>.item:active,.ui.selection.list>.item:active {
	background: rgba(0,0,0,.05);
	color: rgba(0,0,0,.9);
}

.ui.selection.list .list>.item.active,.ui.selection.list>.item.active {
	background: rgba(0,0,0,.05);
	color: rgba(0,0,0,.95);
}

.ui.inverted.selection.list>.item {
	background: 0 0;
	color: rgba(255,255,255,.5);
}

.ui.inverted.selection.list>.item:hover {
	background: rgba(255,255,255,.02);
	color: #fff;
}

.ui.inverted.selection.list>.item.active,.ui.inverted.selection.list>.item:active {
	background: rgba(255,255,255,.08);
	color: #fff;
}

.ui.celled.selection.list .list>.item,.ui.celled.selection.list>.item,.ui.divided.selection.list .list>.item,.ui.divided.selection.list>.item {
	border-radius: 0;
}

.ui.animated.list>.item {
	-webkit-transition: .25s color ease .1s,.25s padding-left ease .1s,.25s background-color ease .1s;
	transition: .25s color ease .1s,.25s padding-left ease .1s,.25s background-color ease .1s;
}

.ui.animated.list:not(.horizontal)>.item:hover {
	padding-left: 1em;
}

.ui.fitted.list:not(.selection) .list>.item,.ui.fitted.list:not(.selection)>.item {
	padding-left: 0;
	padding-right: 0;
}

.ui.fitted.selection.list .list>.item,.ui.fitted.selection.list>.item {
	margin-left: -.5em;
	margin-right: -.5em;
}

.ui.bulleted.list,ul.ui.list {
	margin-left: 1.25rem;
}

.ui.bulleted.list .list>.item,.ui.bulleted.list>.item,ul.ui.list li {
	position: relative;
}

.ui.bulleted.list .list>.item:before,.ui.bulleted.list>.item:before,ul.ui.list li:before {
	user-select: none;
	pointer-events: none;
	position: absolute;
	top: auto;
	left: auto;
	font-weight: 400;
	margin-left: -1.25rem;
	content: '•';
	opacity: 1;
	color: inherit;
	vertical-align: top;
}

.ui.bulleted.list .list>a.item:before,.ui.bulleted.list>a.item:before,ul.ui.list li:before {
	color: rgba(0,0,0,.87);
}

.ui.bulleted.list .list,ul.ui.list ul {
	padding-left: 1.25rem;
}

.ui.horizontal.bulleted.list,ul.ui.horizontal.bulleted.list {
	margin-left: 0;
}

.ui.horizontal.bulleted.list>.item,ul.ui.horizontal.bulleted.list li {
	margin-left: 1.75rem;
}

.ui.horizontal.bulleted.list>.item:first-child,ul.ui.horizontal.bulleted.list li:first-child {
	margin-left: 0;
}

.ui.horizontal.bulleted.list>.item::before,ul.ui.horizontal.bulleted.list li::before {
	color: rgba(0,0,0,.87);
}

.ui.ordered.list,.ui.ordered.list .list,ol.ui.list,ol.ui.list ol {
	counter-reset: ordered;
	margin-left: 1.25rem;
	list-style-type: none;
}

.ui.ordered.list .list>.item,.ui.ordered.list>.item,ol.ui.list li {
	list-style-type: none;
	position: relative;
}

.ui.ordered.list .list>.item:before,.ui.ordered.list>.item:before,ol.ui.list li:before {
	position: absolute;
	top: auto;
	left: auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	margin-left: -1.25rem;
	counter-increment: ordered;
	content: counters(ordered,".") " ";
	text-align: right;
	color: rgba(0,0,0,.87);
	vertical-align: middle;
	opacity: .8;
}

.ui.ordered.inverted.list .list>.item:before,.ui.ordered.inverted.list>.item:before,ol.ui.inverted.list li:before {
	color: rgba(255,255,255,.7);
}

.ui.ordered.list>.item[data-value],.ui.ordered.list>.list>.item[data-value] {
	content: attr(data-value);
}

ol.ui.list li[value]:before {
	content: attr(value);
}

.ui.ordered.list .list,ol.ui.list ol {
	margin-left: 1em;
}

.ui.ordered.list .list>.item:before,ol.ui.list ol li:before {
	margin-left: -2em;
}

.ui.ordered.horizontal.list,ol.ui.horizontal.list {
	margin-left: 0;
}

.ui.ordered.horizontal.list .list>.item:before,.ui.ordered.horizontal.list>.item:before,ol.ui.horizontal.list li:before {
	position: static;
	margin: 0 .5em 0 0;
}

.ui.loader,.ui.loader:after,.ui.loader:before {
	position: absolute;
	left: 50%;
}

.ui.divided.list>.item {
	border-top: 1px solid rgba(34,36,38,.15);
}

.ui.divided.list .item .list>.item,.ui.divided.list .list>.item,.ui.divided.list .list>.item:first-child,.ui.divided.list>.item:first-child {
	border-top: none;
}

.ui.divided.list:not(.horizontal) .list>.item:first-child {
	border-top-width: 1px;
}

.ui.divided.bulleted.list .list,.ui.divided.bulleted.list:not(.horizontal) {
	margin-left: 0;
	padding-left: 0;
}

.ui.divided.bulleted.list>.item:not(.horizontal),.ui.divided.ordered.list .list>.item,.ui.divided.ordered.list>.item {
	padding-left: 1.25rem;
}

.ui.divided.ordered.list {
	margin-left: 0;
}

.ui.divided.ordered.list .item .list {
	margin-left: 0;
	margin-right: 0;
	padding-bottom: .21428571em;
}

.ui.divided.ordered.list .item .list>.item {
	padding-left: 1em;
}

.ui.divided.selection.list .list>.item,.ui.divided.selection.list>.item {
	margin: 0;
	border-radius: 0;
}

.ui.divided.horizontal.list {
	margin-left: 0;
}

.ui.divided.horizontal.list>.item:not(:first-child) {
	padding-left: .5em;
}

.ui.divided.horizontal.list>.item:not(:last-child) {
	padding-right: .5em;
}

.ui.divided.horizontal.list>.item {
	border-top: none;
	border-left: 1px solid rgba(34,36,38,.15);
	margin: 0;
	line-height: .6;
}

.ui.horizontal.divided.list>.item:first-child {
	border-left: none;
}

.ui.divided.inverted.horizontal.list>.item,.ui.divided.inverted.list>.item,.ui.divided.inverted.list>.list {
	border-color: rgba(255,255,255,.1);
}

.ui.celled.list>.item,.ui.celled.list>.list {
	border-top: 1px solid rgba(34,36,38,.15);
	padding-left: .5em;
	padding-right: .5em;
}

.ui.celled.bulleted.list .list>.item,.ui.celled.bulleted.list>.item,.ui.celled.ordered.list .list>.item,.ui.celled.ordered.list>.item {
	padding-left: 1.25rem;
}

.ui.celled.list>.item:last-child {
	border-bottom: 1px solid rgba(34,36,38,.15);
}

.ui.celled.list>.item:first-child,.ui.celled.list>.item:last-child {
	padding-top: .21428571em;
	padding-bottom: .21428571em;
}

.ui.celled.list .item .list>.item {
	border-width: 0;
}

.ui.celled.list .list>.item:first-child {
	border-top-width: 0;
}

.ui.celled.bulleted.list {
	margin-left: 0;
}

.ui.celled.bulleted.list .item .list {
	margin-left: -1.25rem;
	margin-right: -1.25rem;
	padding-bottom: .21428571em;
}

.ui.celled.ordered.list {
	margin-left: 0;
}

.ui.celled.ordered.list .item .list {
	margin-left: 0;
	margin-right: 0;
	padding-bottom: .21428571em;
}

.ui.celled.ordered.list .list>.item {
	padding-left: 1em;
}

.ui.horizontal.celled.list {
	margin-left: 0;
}

.ui.horizontal.celled.list .list>.item,.ui.horizontal.celled.list>.item {
	border-top: none;
	border-left: 1px solid rgba(34,36,38,.15);
	margin: 0;
	padding-left: .5em;
	padding-right: .5em;
	line-height: .6;
}

.ui.horizontal.celled.list .list>.item:last-child,.ui.horizontal.celled.list>.item:last-child {
	border-bottom: none;
	border-right: 1px solid rgba(34,36,38,.15);
}

.ui.celled.inverted.horizontal.list .list>.item,.ui.celled.inverted.horizontal.list>.item,.ui.celled.inverted.list>.item,.ui.celled.inverted.list>.list {
	border-color: 1px solid rgba(255,255,255,.1);
}

.ui.relaxed.list:not(.horizontal)>.item:not(:first-child) {
	padding-top: .42857143em;
}

.ui.relaxed.list:not(.horizontal)>.item:not(:last-child) {
	padding-bottom: .42857143em;
}

.ui.horizontal.relaxed.list .list>.item:not(:first-child),.ui.horizontal.relaxed.list>.item:not(:first-child) {
	padding-left: 1rem;
}

.ui.horizontal.relaxed.list .list>.item:not(:last-child),.ui.horizontal.relaxed.list>.item:not(:last-child) {
	padding-right: 1rem;
}

.ui[class*="very relaxed"].list:not(.horizontal)>.item:not(:first-child) {
	padding-top: .85714286em;
}

.ui[class*="very relaxed"].list:not(.horizontal)>.item:not(:last-child) {
	padding-bottom: .85714286em;
}

.ui.horizontal[class*="very relaxed"].list .list>.item:not(:first-child),.ui.horizontal[class*="very relaxed"].list>.item:not(:first-child) {
	padding-left: 1.5rem;
}

.ui.horizontal[class*="very relaxed"].list .list>.item:not(:last-child),.ui.horizontal[class*="very relaxed"].list>.item:not(:last-child) {
	padding-right: 1.5rem;
}

.ui.mini.list {
	font-size: .78571429em;
}

.ui.tiny.list {
	font-size: .85714286em;
}

.ui.small.list {
	font-size: .92857143em;
}

.ui.list {
	font-size: 1em;
}

.ui.large.list {
	font-size: 1.14285714em;
}

.ui.big.list {
	font-size: 1.28571429em;
}

.ui.huge.list {
	font-size: 1.42857143em;
}

.ui.massive.list {
	font-size: 1.71428571em;
}

.ui.mini.horizontal.list .list>.item,.ui.mini.horizontal.list>.item {
	font-size: .78571429rem;
}

.ui.tiny.horizontal.list .list>.item,.ui.tiny.horizontal.list>.item {
	font-size: .85714286rem;
}

.ui.small.horizontal.list .list>.item,.ui.small.horizontal.list>.item {
	font-size: .92857143rem;
}

.ui.horizontal.list .list>.item,.ui.horizontal.list>.item {
	font-size: 1rem;
}

.ui.large.horizontal.list .list>.item,.ui.large.horizontal.list>.item {
	font-size: 1.14285714rem;
}

.ui.big.horizontal.list .list>.item,.ui.big.horizontal.list>.item {
	font-size: 1.28571429rem;
}

.ui.huge.horizontal.list .list>.item,.ui.huge.horizontal.list>.item {
	font-size: 1.42857143rem;
}

.ui.massive.horizontal.list .list>.item,.ui.massive.horizontal.list>.item {
	font-size: 1.71428571rem;
}

.ui.loader {
	top: 50%;
	margin: 0;
	text-align: center;
	z-index: 1000;
	transform: translateX(-50%) translateY(-50%);
}

.ui.loader:before {
	content: '';
	top: 0;
	border-radius: 500rem;
	border: .2em solid rgba(0,0,0,.1);
}

.ui.loader:after {
	content: '';
	top: 0;
	-webkit-animation: loader .6s linear;
	animation: loader .6s linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	border-radius: 500rem;
	border-color: #767676 transparent transparent;
	border-style: solid;
	border-width: .2em;
	-webkit-box-shadow: 0 0 0 1px transparent;
	box-shadow: 0 0 0 1px transparent;
}

@-webkit-keyframes loader {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes loader {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.ui.mini.loader:after,.ui.mini.loader:before {
	width: 1rem;
	height: 1rem;
	margin: 0 0 0 -.5rem;
}

.ui.tiny.loader:after,.ui.tiny.loader:before {
	width: 1.14285714rem;
	height: 1.14285714rem;
	margin: 0 0 0 -.57142857rem;
}

.ui.small.loader:after,.ui.small.loader:before {
	width: 1.71428571rem;
	height: 1.71428571rem;
	margin: 0 0 0 -.85714286rem;
}

.ui.loader:after,.ui.loader:before {
	width: 2.28571429rem;
	height: 2.28571429rem;
	margin: 0 0 0 -1.14285714rem;
}

.ui.large.loader:after,.ui.large.loader:before {
	width: 3.42857143rem;
	height: 3.42857143rem;
	margin: 0 0 0 -1.71428571rem;
}

.ui.big.loader:after,.ui.big.loader:before {
	width: 3.71428571rem;
	height: 3.71428571rem;
	margin: 0 0 0 -1.85714286rem;
}

.ui.huge.loader:after,.ui.huge.loader:before {
	width: 4.14285714rem;
	height: 4.14285714rem;
	margin: 0 0 0 -2.07142857rem;
}

.ui.massive.loader:after,.ui.massive.loader:before {
	width: 4.57142857rem;
	height: 4.57142857rem;
	margin: 0 0 0 -2.28571429rem;
}

.ui.dimmer .loader {
	display: block;
}

.ui.dimmer .ui.loader {
	color: rgba(255,255,255,.9);
}

.ui.dimmer .ui.loader:before {
	border-color: rgba(255,255,255,.15);
}

.ui.dimmer .ui.loader:after {
	border-color: #FFF transparent transparent;
}

.ui.inverted.dimmer .ui.loader {
	color: rgba(0,0,0,.87);
}

.ui.inverted.dimmer .ui.loader:before {
	border-color: rgba(0,0,0,.1);
}

.ui.inverted.dimmer .ui.loader:after {
	border-color: #767676 transparent transparent;
}

.ui.text.loader {
	width: auto!important;
	height: auto!important;
	text-align: center;
	font-style: normal;
}

.ui.indeterminate.loader:after {
	animation-direction: reverse;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
}

.ui.loader.active,.ui.loader.visible {
	display: block;
}

.ui.loader.disabled,.ui.loader.hidden {
	display: none;
}

.ui.inverted.dimmer .ui.mini.loader,.ui.mini.loader {
	width: 1rem;
	height: 1rem;
	font-size: .78571429em;
}

.ui.inverted.dimmer .ui.tiny.loader,.ui.tiny.loader {
	width: 1.14285714rem;
	height: 1.14285714rem;
	font-size: .85714286em;
}

.ui.inverted.dimmer .ui.small.loader,.ui.small.loader {
	width: 1.71428571rem;
	height: 1.71428571rem;
	font-size: .92857143em;
}

.ui.inverted.dimmer .ui.loader,.ui.loader {
	width: 2.28571429rem;
	height: 2.28571429rem;
	font-size: 1em;
}

.ui.inverted.dimmer .ui.large.loader,.ui.large.loader {
	width: 3.42857143rem;
	height: 3.42857143rem;
	font-size: 1.14285714em;
}

.ui.big.loader,.ui.inverted.dimmer .ui.big.loader {
	width: 3.71428571rem;
	height: 3.71428571rem;
	font-size: 1.28571429em;
}

.ui.huge.loader,.ui.inverted.dimmer .ui.huge.loader {
	width: 4.14285714rem;
	height: 4.14285714rem;
	font-size: 1.42857143em;
}

.ui.inverted.dimmer .ui.massive.loader,.ui.massive.loader {
	width: 4.57142857rem;
	height: 4.57142857rem;
	font-size: 1.71428571em;
}

.ui.mini.rail,.ui.mini.segment,.ui.mini.segments .segment,.ui.mini.step,.ui.mini.steps .step {
	font-size: .78571429rem;
}

.ui.mini.text.loader {
	min-width: 1rem;
	padding-top: 1.78571429rem;
}

.ui.tiny.text.loader {
	min-width: 1.14285714rem;
	padding-top: 1.92857143rem;
}

.ui.small.text.loader {
	min-width: 1.71428571rem;
	padding-top: 2.5rem;
}

.ui.text.loader {
	min-width: 2.28571429rem;
	padding-top: 3.07142857rem;
}

.ui.large.text.loader {
	min-width: 3.42857143rem;
	padding-top: 4.21428571rem;
}

.ui.big.text.loader {
	min-width: 3.71428571rem;
	padding-top: 4.5rem;
}

.ui.huge.text.loader {
	min-width: 4.14285714rem;
	padding-top: 4.92857143rem;
}

.ui.massive.text.loader {
	min-width: 4.57142857rem;
	padding-top: 5.35714286rem;
}

.ui.inverted.loader {
	color: rgba(255,255,255,.9);
}

.ui.inverted.loader:before {
	border-color: rgba(255,255,255,.15);
}

.ui.inverted.loader:after {
	border-top-color: #FFF;
}

.ui.inline.loader {
	position: relative;
	vertical-align: middle;
	margin: 0;
	left: 0;
	top: 0;
	-webkit-transform: none;
	transform: none;
}

.ui.inline.loader.active,.ui.inline.loader.visible {
	display: inline-block;
}

.ui.centered.inline.loader.active,.ui.centered.inline.loader.visible {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.ui.placeholder {
	position: static;
	overflow: hidden;
	-webkit-animation: placeholderShimmer 2s linear;
	animation: placeholderShimmer 2s linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.08)),color-stop(15%,rgba(0,0,0,.15)),color-stop(30%,rgba(0,0,0,.08)));
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.08) 0,rgba(0,0,0,.15) 15%,rgba(0,0,0,.08) 30%);
	background-image: linear-gradient(to right,rgba(0,0,0,.08) 0,rgba(0,0,0,.15) 15%,rgba(0,0,0,.08) 30%);
	background-size: 1200px 100%;
	max-width: 30rem;
}

@-webkit-keyframes placeholderShimmer {
	0% {
		background-position: -1200px 0;
	}

	100% {
		background-position: 1200px 0;
	}
}

@keyframes placeholderShimmer {
	0% {
		background-position: -1200px 0;
	}

	100% {
		background-position: 1200px 0;
	}
}

.ui.placeholder+.ui.placeholder {
	margin-top: 2rem;
	-webkit-animation-delay: .15s;
	animation-delay: .15s;
}

.ui.placeholder+.ui.placeholder+.ui.placeholder {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.ui.placeholder+.ui.placeholder+.ui.placeholder+.ui.placeholder {
	-webkit-animation-delay: .45s;
	animation-delay: .45s;
}

.ui.placeholder+.ui.placeholder+.ui.placeholder+.ui.placeholder+.ui.placeholder {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}

.ui.placeholder,.ui.placeholder .image.header:after,.ui.placeholder .line,.ui.placeholder .line:after,.ui.placeholder>:before {
	background-color: #FFF;
}

.ui.placeholder .image:not(.header):not(.ui) {
	height: 100px;
}

.ui.placeholder .square.image:not(.header) {
	height: 0;
	overflow: hidden;
	padding-top: 100%;
}

.ui.placeholder .rectangular.image:not(.header) {
	height: 0;
	overflow: hidden;
	padding-top: 75%;
}

.ui.placeholder .line {
	position: relative;
	height: .85714286em;
	margin-bottom: .5em;
}

.ui.placeholder .line:after,.ui.placeholder .line:before {
	top: 100%;
	position: absolute;
	content: '';
	background-color: inherit;
	height: .5em;
}

.ui.placeholder .line:before {
	left: 0;
}

.ui.placeholder .line:after {
	right: 0;
}

.ui.placeholder .line:not(:first-child) {
	margin-top: .5em;
}

.ui.placeholder .header {
	position: relative;
	overflow: hidden;
}

.ui.placeholder .line:nth-child(1):after {
	width: 0%;
}

.ui.placeholder .line:nth-child(2):after {
	width: 50%;
}

.ui.placeholder .line:nth-child(3):after {
	width: 10%;
}

.ui.placeholder .line:nth-child(4):after {
	width: 35%;
}

.ui.placeholder .line:nth-child(5):after {
	width: 65%;
}

.ui.placeholder .header .line {
	margin-bottom: .64285714em;
}

.ui.placeholder .header .line:after,.ui.placeholder .header .line:before {
	height: .64285714em;
}

.ui.placeholder .header .line:not(:first-child) {
	margin-top: .64285714em;
}

.ui.placeholder .header .line:after {
	width: 20%;
}

.ui.placeholder .header .line:nth-child(2):after {
	width: 60%;
}

.ui.placeholder .image.header .line {
	margin-left: 3em;
}

.ui.placeholder .image.header .line:before {
	width: .71428571rem;
}

.ui.placeholder .image.header:after {
	display: block;
	height: .85714286em;
	content: '';
	margin-left: 3em;
}

.ui.placeholder .header .line:first-child,.ui.placeholder .image .line:first-child,.ui.placeholder .paragraph .line:first-child {
	height: .01px;
}

.ui.placeholder .header:not(:first-child):before,.ui.placeholder .image:not(:first-child):before,.ui.placeholder .paragraph:not(:first-child):before {
	height: 1.42857143em;
	content: '';
	display: block;
}

.ui.inverted.placeholder {
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,.08)),color-stop(15%,rgba(255,255,255,.14)),color-stop(30%,rgba(255,255,255,.08)));
	background-image: -webkit-linear-gradient(left,rgba(255,255,255,.08) 0,rgba(255,255,255,.14) 15%,rgba(255,255,255,.08) 30%);
	background-image: linear-gradient(to right,rgba(255,255,255,.08) 0,rgba(255,255,255,.14) 15%,rgba(255,255,255,.08) 30%);
}

.ui.inverted.placeholder,.ui.inverted.placeholder .image.header:after,.ui.inverted.placeholder .line,.ui.inverted.placeholder .line:after,.ui.inverted.placeholder>:before {
	background-color: #1B1C1D;
}

.ui.placeholder .full.line.line.line:after {
	width: 0%;
}

.ui.placeholder .very.long.line.line.line:after {
	width: 10%;
}

.ui.placeholder .long.line.line.line:after {
	width: 35%;
}

.ui.placeholder .medium.line.line.line:after {
	width: 50%;
}

.ui.placeholder .short.line.line.line:after {
	width: 65%;
}

.ui.placeholder .very.short.line.line.line:after {
	width: 80%;
}

.ui.fluid.placeholder {
	max-width: none;
}

.ui.rail {
	position: absolute;
	top: 0;
	width: 300px;
	height: 100%;
}

.ui.left.rail {
	left: auto;
	right: 100%;
	padding: 0 2rem 0 0;
	margin: 0 2rem 0 0;
}

.ui.left.internal.rail,.ui.right.rail {
	right: auto;
	padding: 0 0 0 2rem;
	margin: 0 0 0 2rem;
}

.ui.right.rail {
	left: 100%;
}

.ui.left.internal.rail {
	left: 0;
}

.ui.right.internal.rail {
	left: auto;
	right: 0;
	padding: 0 2rem 0 0;
	margin: 0 2rem 0 0;
}

.ui.dividing.rail {
	width: 302.5px;
}

.ui.left.dividing.rail {
	padding: 0 2.5rem 0 0;
	margin: 0 2.5rem 0 0;
	border-right: 1px solid rgba(34,36,38,.15);
}

.ui.right.dividing.rail {
	border-left: 1px solid rgba(34,36,38,.15);
	padding: 0 0 0 2.5rem;
	margin: 0 0 0 2.5rem;
}

.ui.close.rail {
	width: calc(300px + 1em);
}

.ui.close.left.rail {
	padding: 0 1em 0 0;
	margin: 0 1em 0 0;
}

.ui.close.right.rail {
	padding: 0 0 0 1em;
	margin: 0 0 0 1em;
}

.ui.very.close.rail {
	width: calc(300px + .5em);
}

.ui.very.close.left.rail {
	padding: 0 .5em 0 0;
	margin: 0 .5em 0 0;
}

.ui.very.close.right.rail {
	padding: 0 0 0 .5em;
	margin: 0 0 0 .5em;
}

.ui.attached.left.rail,.ui.attached.right.rail {
	padding: 0;
	margin: 0;
}

.ui.tiny.rail {
	font-size: .85714286rem;
}

.ui.small.rail {
	font-size: .92857143rem;
}

.ui.rail {
	font-size: 1rem;
}

.ui.large.rail {
	font-size: 1.14285714rem;
}

.ui.big.rail {
	font-size: 1.28571429rem;
}

.ui.huge.rail {
	font-size: 1.42857143rem;
}

.ui.massive.rail {
	font-size: 1.71428571rem;
}

.ui.reveal {
	display: inherit;
	position: relative!important;
	font-size: 0!important;
}

.ui.reveal>.visible.content {
	position: absolute!important;
	top: 0!important;
	left: 0!important;
	z-index: 3!important;
	-webkit-transition: all .5s ease .1s;
	transition: all .5s ease .1s;
}

.ui.reveal>.hidden.content,.ui.slide.reveal,.ui.slide.reveal>.visible.content {
	position: relative!important;
}

.ui.reveal>.hidden.content {
	z-index: 2!important;
}

.ui.active.reveal .visible.content,.ui.reveal:hover .visible.content {
	z-index: 4!important;
}

.ui.slide.reveal {
	overflow: hidden!important;
	white-space: nowrap;
}

.ui.slide.reveal>.content {
	display: block;
	width: 100%;
	white-space: normal;
	float: left;
	margin: 0;
	-webkit-transition: -webkit-transform .5s ease .1s;
	transition: -webkit-transform .5s ease .1s;
	transition: transform .5s ease .1s;
	transition: transform .5s ease .1s,-webkit-transform .5s ease .1s;
}

.ui.slide.reveal>.hidden.content {
	position: absolute!important;
	left: 0!important;
	width: 100%!important;
	-webkit-transform: translateX(100%)!important;
	transform: translateX(100%)!important;
}

.ui.move.reveal,.ui.move.reveal>.visible.content {
	position: relative!important;
}

.ui.slide.active.reveal>.visible.content,.ui.slide.reveal:hover>.visible.content {
	-webkit-transform: translateX(-100%)!important;
	transform: translateX(-100%)!important;
}

.ui.slide.active.reveal>.hidden.content,.ui.slide.reveal:hover>.hidden.content,.ui.slide.right.reveal>.visible.content {
	-webkit-transform: translateX(0)!important;
	transform: translateX(0)!important;
}

.ui.slide.right.reveal>.hidden.content {
	-webkit-transform: translateX(-100%)!important;
	transform: translateX(-100%)!important;
}

.ui.slide.right.active.reveal>.visible.content,.ui.slide.right.reveal:hover>.visible.content {
	-webkit-transform: translateX(100%)!important;
	transform: translateX(100%)!important;
}

.ui.slide.right.active.reveal>.hidden.content,.ui.slide.right.reveal:hover>.hidden.content {
	-webkit-transform: translateX(0)!important;
	transform: translateX(0)!important;
}

.ui.slide.up.reveal>.hidden.content {
	-webkit-transform: translateY(100%)!important;
	transform: translateY(100%)!important;
}

.ui.slide.up.active.reveal>.visible.content,.ui.slide.up.reveal:hover>.visible.content {
	-webkit-transform: translateY(-100%)!important;
	transform: translateY(-100%)!important;
}

.ui.slide.up.active.reveal>.hidden.content,.ui.slide.up.reveal:hover>.hidden.content {
	-webkit-transform: translateY(0)!important;
	transform: translateY(0)!important;
}

.ui.slide.down.reveal>.hidden.content {
	-webkit-transform: translateY(-100%)!important;
	transform: translateY(-100%)!important;
}

.ui.slide.down.active.reveal>.visible.content,.ui.slide.down.reveal:hover>.visible.content {
	-webkit-transform: translateY(100%)!important;
	transform: translateY(100%)!important;
}

.ui.slide.down.active.reveal>.hidden.content,.ui.slide.down.reveal:hover>.hidden.content {
	-webkit-transform: translateY(0)!important;
	transform: translateY(0)!important;
}

.ui.fade.reveal>.visible.content {
	opacity: 1;
}

.ui.fade.active.reveal>.visible.content,.ui.fade.reveal:hover>.visible.content {
	opacity: 0;
}

.ui.move.reveal {
	overflow: hidden!important;
	white-space: nowrap;
}

.ui.move.reveal>.content {
	display: block;
	float: left;
	white-space: normal;
	margin: 0;
	-webkit-transition: -webkit-transform .5s cubic-bezier(.175,.885,.32,1) .1s;
	transition: -webkit-transform .5s cubic-bezier(.175,.885,.32,1) .1s;
	transition: transform .5s cubic-bezier(.175,.885,.32,1) .1s;
	transition: transform .5s cubic-bezier(.175,.885,.32,1) .1s,-webkit-transform .5s cubic-bezier(.175,.885,.32,1) .1s;
}

.ui.move.reveal>.hidden.content {
	position: absolute!important;
	left: 0!important;
	width: 100%!important;
}

.ui.move.active.reveal>.visible.content,.ui.move.reveal:hover>.visible.content {
	-webkit-transform: translateX(-100%)!important;
	transform: translateX(-100%)!important;
}

.ui.move.right.active.reveal>.visible.content,.ui.move.right.reveal:hover>.visible.content {
	-webkit-transform: translateX(100%)!important;
	transform: translateX(100%)!important;
}

.ui.move.up.active.reveal>.visible.content,.ui.move.up.reveal:hover>.visible.content {
	-webkit-transform: translateY(-100%)!important;
	transform: translateY(-100%)!important;
}

.ui.move.down.active.reveal>.visible.content,.ui.move.down.reveal:hover>.visible.content {
	-webkit-transform: translateY(100%)!important;
	transform: translateY(100%)!important;
}

.ui.rotate.reveal>.visible.content {
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.ui.rotate.reveal>.visible.content,.ui.rotate.right.reveal>.visible.content {
	-webkit-transform-origin: bottom right;
	transform-origin: bottom right;
}

.ui.rotate.active.reveal>.visible.content,.ui.rotate.reveal:hover>.visible.content,.ui.rotate.right.active.reveal>.visible.content,.ui.rotate.right.reveal:hover>.visible.content {
	-webkit-transform: rotate(110deg);
	transform: rotate(110deg);
}

.ui.rotate.left.reveal>.visible.content {
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
}

.ui.rotate.left.active.reveal>.visible.content,.ui.rotate.left.reveal:hover>.visible.content {
	-webkit-transform: rotate(-110deg);
	transform: rotate(-110deg);
}

.ui.disabled.reveal:hover>.visible.visible.content {
	position: static!important;
	display: block!important;
	opacity: 1!important;
	top: 0!important;
	left: 0!important;
	right: auto!important;
	bottom: auto!important;
	-webkit-transform: none!important;
	transform: none!important;
}

.ui.disabled.reveal:hover>.hidden.hidden.content {
	display: none!important;
}

.ui.horizontal.segments,.ui.placeholder.segment {
	display: -ms-flexbox;
	-webkit-box-direction: normal;
}

.ui.reveal>.ui.ribbon.label {
	z-index: 5;
}

.ui.visible.reveal {
	overflow: visible;
}

.ui.instant.reveal>.content {
	-webkit-transition-delay: 0s!important;
	transition-delay: 0s!important;
}

.ui.reveal>.content {
	font-size: 1rem!important;
}

.ui.segment {
	position: relative;
	background: #FFF;
	-webkit-box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
	box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
	margin: 1rem 0;
	padding: 1em;
	border-radius: .28571429rem;
	border: 1px solid rgba(34,36,38,.15);
}

.ui.segment:first-child {
	margin-top: 0;
}

.ui.segment:last-child {
	margin-bottom: 0;
}

.ui.vertical.segment {
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	background: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid rgba(34,36,38,.15);
}

.ui.attached.segment:not(.top):not(.bottom)>[class*="top attached"].label,.ui[class*="bottom attached"].segment>[class*="top attached"].label {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.ui.attached.segment:not(.top):not(.bottom)>[class*="bottom attached"].label,.ui[class*="top attached"].segment>[class*="bottom attached"].label {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.ui.vertical.segment:last-child {
	border-bottom: none;
}

.ui.inverted.segment>.ui.header {
	color: #FFF;
}

.ui.grid>.row>.ui.segment.column,.ui.grid>.ui.segment.column,.ui.page.grid.segment {
	padding-top: 2em;
	padding-bottom: 2em;
}

.ui.grid.segment {
	margin: 1rem 0;
	border-radius: .28571429rem;
}

.ui.basic.table.segment {
	background: #FFF;
	border: 1px solid rgba(34,36,38,.15);
	-webkit-box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
	box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
}

.ui[class*="very basic"].table.segment {
	padding: 1em;
}

.ui.placeholder.segment {
	display: -webkit-box;
	display: flex;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	max-width: initial;
	-webkit-animation: none;
	animation: none;
	overflow: visible;
	padding: 1em;
	min-height: 18rem;
	background: #F9FAFB;
	border-color: rgba(34,36,38,.15);
	-webkit-box-shadow: 0 2px 25px 0 rgba(34,36,38,.05) inset;
	box-shadow: 0 2px 25px 0 rgba(34,36,38,.05) inset;
}

.ui.placeholder.segment .button,.ui.placeholder.segment textarea {
	display: block;
}

.ui.placeholder.segment .button,.ui.placeholder.segment .column .button,.ui.placeholder.segment .column .field,.ui.placeholder.segment .column textarea,.ui.placeholder.segment .column>.ui.input,.ui.placeholder.segment .field,.ui.placeholder.segment textarea,.ui.placeholder.segment>.ui.input {
	max-width: 15rem;
	margin-left: auto;
	margin-right: auto;
}

.ui.placeholder.segment>.inline {
	-ms-flex-item-align: center;
	align-self: center;
}

.ui.placeholder.segment>.inline>.button {
	display: inline-block;
	width: auto;
	margin: 0 .35714286rem 0 0;
}

.ui.placeholder.segment>.inline>.button:last-child {
	margin-right: 0;
}

.ui.piled.segment,.ui.piled.segments {
	margin: 3em 0;
	-webkit-box-shadow: '';
	box-shadow: '';
	z-index: auto;
}

.ui.piled.segment:first-child {
	margin-top: 0;
}

.ui.piled.segment:last-child {
	margin-bottom: 0;
}

.ui.piled.segment:after,.ui.piled.segment:before,.ui.piled.segments:after,.ui.piled.segments:before {
	background-color: #FFF;
	visibility: visible;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
	border: 1px solid rgba(34,36,38,.15);
	-webkit-box-shadow: '';
	box-shadow: '';
}

.ui.piled.segment:before,.ui.piled.segments:before {
	-webkit-transform: rotate(-1.2deg);
	transform: rotate(-1.2deg);
	top: 0;
	z-index: -2;
}

.ui.piled.segment:after,.ui.piled.segments:after {
	-webkit-transform: rotate(1.2deg);
	transform: rotate(1.2deg);
	top: 0;
	z-index: -1;
}

.ui[class*="top attached"].piled.segment {
	margin-top: 3em;
	margin-bottom: 0;
}

.ui.piled.segment[class*="top attached"]:first-child {
	margin-top: 0;
}

.ui.piled.segment[class*="bottom attached"] {
	margin-top: 0;
	margin-bottom: 3em;
}

.ui.piled.segment[class*="bottom attached"]:last-child {
	margin-bottom: 0;
}

.ui.stacked.segment {
	padding-bottom: 1.4em;
}

.ui.stacked.segment:after,.ui.stacked.segment:before,.ui.stacked.segments:after,.ui.stacked.segments:before {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	border-top: 1px solid rgba(34,36,38,.15);
	background: rgba(0,0,0,.03);
	width: 100%;
	height: 6px;
	visibility: visible;
}

.ui.stacked.segment:before,.ui.stacked.segments:before {
	display: none;
}

.ui.tall.stacked.segment:before,.ui.tall.stacked.segments:before {
	display: block;
	bottom: 0;
}

.ui.category.search .results.animating,.ui.category.search .results.visible,.ui.compact.segment {
	display: table;
}

.ui.stacked.inverted.segment:after,.ui.stacked.inverted.segment:before,.ui.stacked.inverted.segments:after,.ui.stacked.inverted.segments:before {
	background-color: rgba(0,0,0,.03);
	border-top: 1px solid rgba(34,36,38,.35);
}

.ui.padded.segment {
	padding: 1.5em;
}

.ui[class*="very padded"].segment {
	padding: 3em;
}

.ui.padded.segment.vertical.segment,.ui[class*="very padded"].vertical.segment {
	padding-left: 0;
	padding-right: 0;
}

.ui.compact.segments {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.ui.compact.segments .segment,.ui.segments .compact.segment {
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.ui.circular.segment {
	display: table-cell;
	padding: 2em;
	text-align: center;
	vertical-align: middle;
	border-radius: 500em;
}

.ui.raised.segment,.ui.raised.segments {
	-webkit-box-shadow: 0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);
	box-shadow: 0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);
}

.ui.horizontal.segments,.ui.segments {
	-webkit-box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
}

.ui.segments {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	margin: 1rem 0;
	border: 1px solid rgba(34,36,38,.15);
	box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
	border-radius: .28571429rem;
}

.ui.segments:first-child {
	margin-top: 0;
}

.ui.segments:last-child {
	margin-bottom: 0;
}

.ui.segments>.segment {
	top: 0;
	bottom: 0;
	border-radius: 0;
	margin: 0;
	width: auto;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	border-top: 1px solid rgba(34,36,38,.15);
}

.ui.segments:not(.horizontal)>.segment:first-child {
	border-top: none;
	margin-top: 0;
	bottom: 0;
	margin-bottom: 0;
	top: 0;
	border-radius: .28571429rem .28571429rem 0 0;
}

.ui.segments:not(.horizontal)>.segment:last-child {
	top: 0;
	bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	-webkit-box-shadow: 0 1px 2px 0 rgba(34,36,38,.15),none;
	box-shadow: 0 1px 2px 0 rgba(34,36,38,.15),none;
	border-radius: 0 0 .28571429rem .28571429rem;
}

.ui.horizontal.segments,.ui.segments:not(.horizontal)>.segment:only-child {
	border-radius: .28571429rem;
}

.ui.segments>.ui.segments {
	border-top: 1px solid rgba(34,36,38,.15);
	margin: 1rem;
}

.ui.segments>.segments:first-child {
	border-top: none;
}

.ui.segments>.segment+.segments:not(.horizontal) {
	margin-top: 0;
}

.ui.horizontal.segments {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 0;
	background-color: #FFF;
	box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
	margin: 1rem 0;
	border: 1px solid rgba(34,36,38,.15);
}

.ui.segments>.horizontal.segments {
	margin: 0;
	background-color: transparent;
	border-radius: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-top: 1px solid rgba(34,36,38,.15);
}

.ui.horizontal.segments>.segment {
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	-ms-flex: 1 1 0px;
	margin: 0;
	min-width: 0;
	background-color: transparent;
	border-radius: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-left: 1px solid rgba(34,36,38,.15);
}

.ui.segments>.horizontal.segments:first-child {
	border-top: none;
}

.ui.horizontal.segments>.segment:first-child {
	border-left: none;
}

.ui.loading.form:after,.ui.loading.segment:after {
	border-style: solid;
	border-width: .2em;
	visibility: visible;
}

.ui.disabled.segment {
	opacity: .45;
	color: rgba(40,40,40,.3);
}

.ui.loading.segment {
	position: relative;
	cursor: default;
	pointer-events: none;
	text-shadow: none!important;
	color: transparent!important;
	-webkit-transition: all 0s linear;
	transition: all 0s linear;
}

.ui.loading.segment:after,.ui.loading.segment:before {
	position: absolute;
	content: '';
}

.ui.loading.segment:before {
	top: 0;
	left: 0;
	background: rgba(255,255,255,.8);
	width: 100%;
	height: 100%;
	border-radius: .28571429rem;
	z-index: 100;
}

.ui.loading.segment:after {
	top: 50%;
	left: 50%;
	margin: -1.5em 0 0 -1.5em;
	width: 3em;
	height: 3em;
	-webkit-animation: segment-spin .6s linear;
	animation: segment-spin .6s linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	border-radius: 500rem;
	border-color: #767676 rgba(0,0,0,.1) rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 0 1px transparent;
	box-shadow: 0 0 0 1px transparent;
	z-index: 101;
}

@-webkit-keyframes segment-spin {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes segment-spin {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.ui.basic.segment {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	border-radius: 0;
}

.ui.clearing.segment:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.ui.loading.form:after,.ui.loading.form:before,.ui.steps .step:after {
	content: '';
}

.ui.red.segment:not(.inverted) {
	border-top: 2px solid #DB2828!important;
}

.ui.inverted.red.segment {
	background-color: #DB2828!important;
	color: #FFF!important;
}

.ui.orange.segment:not(.inverted) {
	border-top: 2px solid #F2711C!important;
}

.ui.inverted.orange.segment {
	background-color: #F2711C!important;
	color: #FFF!important;
}

.ui.yellow.segment:not(.inverted) {
	border-top: 2px solid #FBBD08!important;
}

.ui.inverted.yellow.segment {
	background-color: #FBBD08!important;
	color: #FFF!important;
}

.ui.olive.segment:not(.inverted) {
	border-top: 2px solid #B5CC18!important;
}

.ui.inverted.olive.segment {
	background-color: #B5CC18!important;
	color: #FFF!important;
}

.ui.green.segment:not(.inverted) {
	border-top: 2px solid #21BA45!important;
}

.ui.inverted.green.segment {
	background-color: #21BA45!important;
	color: #FFF!important;
}

.ui.teal.segment:not(.inverted) {
	border-top: 2px solid #00B5AD!important;
}

.ui.inverted.teal.segment {
	background-color: #00B5AD!important;
	color: #FFF!important;
}

.ui.blue.segment:not(.inverted) {
	border-top: 2px solid #2185D0!important;
}

.ui.inverted.blue.segment {
	background-color: #2185D0!important;
	color: #FFF!important;
}

.ui.violet.segment:not(.inverted) {
	border-top: 2px solid #6435C9!important;
}

.ui.inverted.violet.segment {
	background-color: #6435C9!important;
	color: #FFF!important;
}

.ui.purple.segment:not(.inverted) {
	border-top: 2px solid #A333C8!important;
}

.ui.inverted.purple.segment {
	background-color: #A333C8!important;
	color: #FFF!important;
}

.ui.pink.segment:not(.inverted) {
	border-top: 2px solid #E03997!important;
}

.ui.inverted.pink.segment {
	background-color: #E03997!important;
	color: #FFF!important;
}

.ui.brown.segment:not(.inverted) {
	border-top: 2px solid #A5673F!important;
}

.ui.inverted.brown.segment {
	background-color: #A5673F!important;
	color: #FFF!important;
}

.ui.grey.segment:not(.inverted) {
	border-top: 2px solid #767676!important;
}

.ui.inverted.grey.segment {
	background-color: #767676!important;
	color: #FFF!important;
}

.ui.black.segment:not(.inverted) {
	border-top: 2px solid #1B1C1D!important;
}

.ui.inverted.black.segment {
	background-color: #1B1C1D!important;
	color: #FFF!important;
}

.ui[class*="left aligned"].segment {
	text-align: left;
}

.ui[class*="right aligned"].segment {
	text-align: right;
}

.ui[class*="center aligned"].segment {
	text-align: center;
}

.ui.floated.segment,.ui[class*="left floated"].segment {
	float: left;
	margin-right: 1em;
}

.ui[class*="right floated"].segment {
	float: right;
	margin-left: 1em;
}

.ui.inverted.segment {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ui.inverted.segment,.ui.primary.inverted.segment {
	background: #1B1C1D;
	color: rgba(255,255,255,.9);
}

.ui.inverted.segment .segment {
	color: rgba(0,0,0,.87);
}

.ui.inverted.segment .inverted.segment {
	color: rgba(255,255,255,.9);
}

.ui.inverted.attached.segment {
	border-color: #555;
}

.ui.secondary.segment {
	background: #F3F4F5;
	color: rgba(0,0,0,.6);
}

.ui.secondary.inverted.segment {
	background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.2)),to(rgba(255,255,255,.2))) #4c4f52;
	background: -webkit-linear-gradient(rgba(255,255,255,.2) 0,rgba(255,255,255,.2) 100%) #4c4f52;
	background: linear-gradient(rgba(255,255,255,.2) 0,rgba(255,255,255,.2) 100%) #4c4f52;
	color: rgba(255,255,255,.8);
}

.ui.tertiary.segment {
	background: #DCDDDE;
	color: rgba(0,0,0,.6);
}

.ui.tertiary.inverted.segment {
	background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.35)),to(rgba(255,255,255,.35))) #717579;
	background: -webkit-linear-gradient(rgba(255,255,255,.35) 0,rgba(255,255,255,.35) 100%) #717579;
	background: linear-gradient(rgba(255,255,255,.35) 0,rgba(255,255,255,.35) 100%) #717579;
	color: rgba(255,255,255,.8);
}

.ui.attached.segment {
	top: 0;
	bottom: 0;
	border-radius: 0;
	margin: 0 -1px;
	width: calc(100% + 2px);
	max-width: calc(100% + 2px);
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #D4D4D5;
}

.ui.attached:not(.message)+.ui.attached.segment:not(.top) {
	border-top: none;
}

.ui[class*="top attached"].segment {
	bottom: 0;
	margin-bottom: 0;
	top: 0;
	margin-top: 1rem;
	border-radius: .28571429rem .28571429rem 0 0;
}

.ui.segment[class*="top attached"]:first-child {
	margin-top: 0;
}

.ui.segment[class*="bottom attached"] {
	bottom: 0;
	margin-top: 0;
	top: 0;
	margin-bottom: 1rem;
	-webkit-box-shadow: 0 1px 2px 0 rgba(34,36,38,.15),none;
	box-shadow: 0 1px 2px 0 rgba(34,36,38,.15),none;
	border-radius: 0 0 .28571429rem .28571429rem;
}

.ui.segment[class*="bottom attached"]:last-child {
	margin-bottom: 0;
}

.ui.tiny.segment,.ui.tiny.segments .segment {
	font-size: .85714286rem;
}

.ui.small.segment,.ui.small.segments .segment {
	font-size: .92857143rem;
}

.ui.segment,.ui.segments .segment {
	font-size: 1rem;
}

.ui.large.segment,.ui.large.segments .segment {
	font-size: 1.14285714rem;
}

.ui.big.segment,.ui.big.segments .segment {
	font-size: 1.28571429rem;
}

.ui.huge.segment,.ui.huge.segments .segment {
	font-size: 1.42857143rem;
}

.ui.massive.segment,.ui.massive.segments .segment {
	font-size: 1.71428571rem;
}

.ui.steps {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin: 1em 0;
	background: 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	line-height: 1.14285714em;
	border-radius: .28571429rem;
	border: 1px solid rgba(34,36,38,.15);
}

.ui.steps:first-child {
	margin-top: 0;
}

.ui.steps:last-child {
	margin-bottom: 0;
}

.ui.steps .step {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	vertical-align: middle;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	padding: 1.14285714em 2em;
	background: #FFF;
	color: rgba(0,0,0,.87);
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	border: none;
	border-right: 1px solid rgba(34,36,38,.15);
	-webkit-transition: background-color .1s ease,opacity .1s ease,color .1s ease,-webkit-box-shadow .1s ease;
	transition: background-color .1s ease,opacity .1s ease,color .1s ease,-webkit-box-shadow .1s ease;
	transition: background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease;
	transition: background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease,-webkit-box-shadow .1s ease;
}

.ui.steps .step:after {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 0;
	border: solid;
	background-color: #FFF;
	width: 1.14285714em;
	height: 1.14285714em;
	border-color: rgba(34,36,38,.15);
	border-width: 0 1px 1px 0;
	-webkit-transition: background-color .1s ease,opacity .1s ease,color .1s ease,-webkit-box-shadow .1s ease;
	transition: background-color .1s ease,opacity .1s ease,color .1s ease,-webkit-box-shadow .1s ease;
	transition: background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease;
	transition: background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease,-webkit-box-shadow .1s ease;
	-webkit-transform: translateY(-50%) translateX(50%) rotate(-45deg);
	transform: translateY(-50%) translateX(50%) rotate(-45deg);
}

.ui.fluid.steps,.ui.steps .step>.description,.ui.steps .step>.title {
	width: 100%;
}

.ui.modal>.header,.ui.vertical.steps .step {
	border-bottom: 1px solid rgba(34,36,38,.15);
}

.ui.steps .step:first-child {
	padding-left: 2em;
	border-radius: .28571429rem 0 0 .28571429rem;
}

.ui.steps .step:last-child {
	border-radius: 0 .28571429rem .28571429rem 0;
	border-right: none;
	margin-right: 0;
}

.ui.steps .step:only-child {
	border-radius: .28571429rem;
}

.ui.steps .step .title {
	font-size: 1.14285714em;
	font-weight: 700;
}

.ui.steps .step .description {
	font-weight: 400;
	font-size: .92857143em;
	color: rgba(0,0,0,.87);
}

.ui.steps .step .title~.description {
	margin-top: .25em;
}

.ui.steps .step>.icon {
	line-height: 1;
	font-size: 2.5em;
	margin: 0 1rem 0 0;
}

.ui.steps .step>.icon,.ui.steps .step>.icon~.content {
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-ms-flex-item-align: middle;
	align-self: middle;
}

.ui.steps .step>.icon~.content {
	-webkit-box-flex: 1 0 auto;
	-ms-flex-positive: 1 0 auto;
	flex-grow: 1 0 auto;
}

.ui.steps:not(.vertical) .step>.icon {
	width: auto;
}

.ui.steps .link.step,.ui.steps a.step {
	cursor: pointer;
}

.ui.ordered.steps {
	counter-reset: ordered;
}

.ui.ordered.steps .step:before {
	display: block;
	position: static;
	text-align: center;
	content: counters(ordered,".");
	-ms-flex-item-align: middle;
	align-self: middle;
	margin-right: 1rem;
	font-size: 2.5em;
	counter-increment: ordered;
	font-family: inherit;
	font-weight: 700;
}

.ui.ordered.steps .step>* {
	display: block;
	-ms-flex-item-align: middle;
	align-self: middle;
}

.ui.pagination.menu,.ui.vertical.steps {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
}

.ui.vertical.steps {
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: visible;
}

.ui.vertical.steps .step {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	border-radius: 0;
	padding: 1.14285714em 2em;
	border-right: none;
}

.ui.vertical.steps .step:first-child {
	padding: 1.14285714em 2em;
	border-radius: .28571429rem .28571429rem 0 0;
}

.ui.vertical.steps .step:last-child {
	border-bottom: none;
	border-radius: 0 0 .28571429rem .28571429rem;
}

.ui.vertical.steps .step:only-child {
	border-radius: .28571429rem;
}

.ui.vertical.steps .step:after {
	top: 50%;
	right: 0;
	border-width: 0 1px 1px 0;
	display: none;
}

.ui.vertical.steps .active.step:after {
	display: block;
}

.ui.vertical.steps .step:last-child:after {
	display: none;
}

.ui.steps .active.step:after,.ui.steps .step:after,.ui.vertical.steps .active.step:last-child:after {
	display: block;
}

@media only screen and (max-width:767px) {
	.ui.steps:not(.unstackable) {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		overflow: visible;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.ui.steps:not(.unstackable) .step {
		width: 100%!important;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		border-radius: 0;
		padding: 1.14285714em 2em;
	}

	.ui.steps:not(.unstackable) .step:first-child {
		padding: 1.14285714em 2em;
		border-radius: .28571429rem .28571429rem 0 0;
	}

	.ui.steps:not(.unstackable) .step:last-child {
		border-radius: 0 0 .28571429rem .28571429rem;
	}

	.ui.steps:not(.unstackable) .step:after {
		display: none!important;
	}

	.ui.steps:not(.unstackable) .step .content {
		text-align: center;
	}

	.ui.ordered.steps:not(.unstackable) .step:before,.ui.steps:not(.unstackable) .step>.icon {
		margin: 0 0 1rem;
	}
}

.ui.steps .link.step:hover,.ui.steps .link.step:hover::after,.ui.steps a.step:hover,.ui.steps a.step:hover::after {
	background: #F9FAFB;
	color: rgba(0,0,0,.8);
}

.ui.steps .link.step:active,.ui.steps .link.step:active::after,.ui.steps a.step:active,.ui.steps a.step:active::after {
	background: #F3F4F5;
	color: rgba(0,0,0,.9);
}

.ui.steps .step.active {
	cursor: auto;
	background: #F3F4F5;
}

.ui.steps .step.active:after {
	background: #F3F4F5;
}

.ui.steps .step.active .title {
	color: #4183C4;
}

.ui.ordered.steps .step.active:before,.ui.steps .active.step .icon {
	color: rgba(0,0,0,.85);
}

.ui.steps .active.step:last-child:after,.ui.steps .step:last-child:after {
	display: none;
}

.ui.steps .link.active.step:hover,.ui.steps .link.active.step:hover::after,.ui.steps a.active.step:hover,.ui.steps a.active.step:hover::after {
	cursor: pointer;
	background: #DCDDDE;
	color: rgba(0,0,0,.87);
}

.ui.ordered.steps .step.completed:before,.ui.steps .step.completed>.icon:before {
	color: #21BA45;
	font-family: Step;
	content: '\e800';
}

.ui.steps .disabled.step {
	cursor: auto;
	background: #FFF;
	pointer-events: none;
}

.ui.steps .disabled.step,.ui.steps .disabled.step .description,.ui.steps .disabled.step .title {
	color: rgba(40,40,40,.3);
}

.ui.steps .disabled.step:after {
	background: #FFF;
}

@media only screen and (max-width:991px) {
	.ui[class*="tablet stackable"].steps {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		overflow: visible;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.ui[class*="tablet stackable"].steps .step {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		border-radius: 0;
		padding: 1.14285714em 2em;
	}

	.ui[class*="tablet stackable"].steps .step:first-child {
		padding: 1.14285714em 2em;
		border-radius: .28571429rem .28571429rem 0 0;
	}

	.ui[class*="tablet stackable"].steps .step:last-child {
		border-radius: 0 0 .28571429rem .28571429rem;
	}

	.ui[class*="tablet stackable"].steps .step:after {
		display: none!important;
	}

	.ui[class*="tablet stackable"].steps .step .content {
		text-align: center;
	}

	.ui[class*="tablet stackable"].ordered.steps .step:before,.ui[class*="tablet stackable"].steps .step>.icon {
		margin: 0 0 1rem;
	}
}

.ui.fluid.steps {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ui.attached.steps,.ui.tabular.fluid.menu {
	width: calc(100% + 2px)!important;
}

.ui.attached.steps {
	margin: 0 -1px;
	max-width: calc(100% + 2px);
	border-radius: .28571429rem .28571429rem 0 0;
}

.ui.eight.steps,.ui.five.steps,.ui.four.steps,.ui.one.steps,.ui.one.steps>.step,.ui.seven.steps,.ui.six.steps,.ui.three.steps,.ui.two.steps {
	width: 100%;
}

.ui.attached.steps .step:first-child {
	border-radius: .28571429rem 0 0;
}

.ui.attached.steps .step:last-child {
	border-radius: 0 .28571429rem 0 0;
}

.ui.bottom.attached.steps {
	margin: 0 -1px;
	border-radius: 0 0 .28571429rem .28571429rem;
}

.ui.bottom.attached.steps .step:first-child {
	border-radius: 0 0 0 .28571429rem;
}

.ui.bottom.attached.steps .step:last-child {
	border-radius: 0 0 .28571429rem;
}

.ui.eight.steps>.step,.ui.five.steps>.step,.ui.four.steps>.step,.ui.one.steps>.step,.ui.seven.steps>.step,.ui.six.steps>.step,.ui.three.steps>.step,.ui.two.steps>.step {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.ui.two.steps>.step {
	width: 50%;
}

.ui.three.steps>.step {
	width: 33.333%;
}

.ui.four.steps>.step {
	width: 25%;
}

.ui.five.steps>.step {
	width: 20%;
}

.ui.six.steps>.step {
	width: 16.666%;
}

.ui.seven.steps>.step {
	width: 14.285%;
}

.ui.eight.steps>.step {
	width: 12.5%;
}

.ui.tiny.step,.ui.tiny.steps .step {
	font-size: .85714286rem;
}

.ui.small.step,.ui.small.steps .step {
	font-size: .92857143rem;
}

.ui.step,.ui.steps .step {
	font-size: 1rem;
}

.ui.large.step,.ui.large.steps .step {
	font-size: 1.14285714rem;
}

.ui.big.step,.ui.big.steps .step {
	font-size: 1.28571429rem;
}

.ui.huge.step,.ui.huge.steps .step {
	font-size: 1.42857143rem;
}

.ui.massive.step,.ui.massive.steps .step {
	font-size: 1.71428571rem;
}

@font-face {
	font-family:Step;src:url(data:application/x-font-ttf;charset=utf-8;;base64,AAEAAAAOAIAAAwBgT1MvMj3hSQEAAADsAAAAVmNtYXDQEhm3AAABRAAAAUpjdnQgBkn/lAAABuwAAAAcZnBnbYoKeDsAAAcIAAAJkWdhc3AAAAAQAAAG5AAAAAhnbHlm32cEdgAAApAAAAC2aGVhZAErPHsAAANIAAAANmhoZWEHUwNNAAADgAAAACRobXR4CykAAAAAA6QAAAAMbG9jYQA4AFsAAAOwAAAACG1heHAApgm8AAADuAAAACBuYW1lzJ0aHAAAA9gAAALNcG9zdK69QJgAAAaoAAAAO3ByZXCSoZr/AAAQnAAAAFYAAQO4AZAABQAIAnoCvAAAAIwCegK8AAAB4AAxAQIAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA6ADoAQNS/2oAWgMLAE8AAAABAAAAAAAAAAAAAwAAAAMAAAAcAAEAAAAAAEQAAwABAAAAHAAEACgAAAAGAAQAAQACAADoAf//AAAAAOgA//8AABgBAAEAAAAAAAAAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAADpAKYABUAHEAZDwEAAQFCAAIBAmoAAQABagAAAGEUFxQDEisBFAcBBiInASY0PwE2Mh8BATYyHwEWA6QP/iAQLBD+6g8PTBAsEKQBbhAsEEwPAhYWEP4gDw8BFhAsEEwQEKUBbxAQTBAAAAH//f+xA18DCwAMABJADwABAQpDAAAACwBEFRMCESsBFA4BIi4CPgEyHgEDWXLG6MhuBnq89Lp+AV51xHR0xOrEdHTEAAAAAAEAAAABAADDeRpdXw889QALA+gAAAAAzzWYjQAAAADPNWBN//3/sQOkAwsAAAAIAAIAAAAAAAAAAQAAA1L/agBaA+gAAP/3A6QAAQAAAAAAAAAAAAAAAAAAAAMD6AAAA+gAAANZAAAAAAAAADgAWwABAAAAAwAWAAEAAAAAAAIABgATAG4AAAAtCZEAAAAAAAAAEgDeAAEAAAAAAAAANQAAAAEAAAAAAAEACAA1AAEAAAAAAAIABwA9AAEAAAAAAAMACABEAAEAAAAAAAQACABMAAEAAAAAAAUACwBUAAEAAAAAAAYACABfAAEAAAAAAAoAKwBnAAEAAAAAAAsAEwCSAAMAAQQJAAAAagClAAMAAQQJAAEAEAEPAAMAAQQJAAIADgEfAAMAAQQJAAMAEAEtAAMAAQQJAAQAEAE9AAMAAQQJAAUAFgFNAAMAAQQJAAYAEAFjAAMAAQQJAAoAVgFzAAMAAQQJAAsAJgHJQ29weXJpZ2h0IChDKSAyMDE0IGJ5IG9yaWdpbmFsIGF1dGhvcnMgQCBmb250ZWxsby5jb21mb250ZWxsb1JlZ3VsYXJmb250ZWxsb2ZvbnRlbGxvVmVyc2lvbiAxLjBmb250ZWxsb0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAEMAbwBwAHkAcgBpAGcAaAB0ACAAKABDACkAIAAyADAAMQA0ACAAYgB5ACAAbwByAGkAZwBpAG4AYQBsACAAYQB1AHQAaABvAHIAcwAgAEAAIABmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQBmAG8AbgB0AGUAbABsAG8AUgBlAGcAdQBsAGEAcgBmAG8AbgB0AGUAbABsAG8AZgBvAG4AdABlAGwAbABvAFYAZQByAHMAaQBvAG4AIAAxAC4AMABmAG8AbgB0AGUAbABsAG8ARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAAIAAAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAQIBAwljaGVja21hcmsGY2lyY2xlAAAAAAEAAf//AA8AAAAAAAAAAAAAAAAAAAAAADIAMgML/7EDC/+xsAAssCBgZi2wASwgZCCwwFCwBCZasARFW1ghIyEbilggsFBQWCGwQFkbILA4UFghsDhZWSCwCkVhZLAoUFghsApFILAwUFghsDBZGyCwwFBYIGYgiophILAKUFhgGyCwIFBYIbAKYBsgsDZQWCGwNmAbYFlZWRuwACtZWSOwAFBYZVlZLbACLCBFILAEJWFkILAFQ1BYsAUjQrAGI0IbISFZsAFgLbADLCMhIyEgZLEFYkIgsAYjQrIKAAIqISCwBkMgiiCKsAArsTAFJYpRWGBQG2FSWVgjWSEgsEBTWLAAKxshsEBZI7AAUFhlWS2wBCywB0MrsgACAENgQi2wBSywByNCIyCwACNCYbCAYrABYLAEKi2wBiwgIEUgsAJFY7ABRWJgRLABYC2wBywgIEUgsAArI7ECBCVgIEWKI2EgZCCwIFBYIbAAG7AwUFiwIBuwQFlZI7AAUFhlWbADJSNhRESwAWAtsAgssQUFRbABYUQtsAkssAFgICCwCUNKsABQWCCwCSNCWbAKQ0qwAFJYILAKI0JZLbAKLCC4BABiILgEAGOKI2GwC0NgIIpgILALI0IjLbALLEtUWLEHAURZJLANZSN4LbAMLEtRWEtTWLEHAURZGyFZJLATZSN4LbANLLEADENVWLEMDEOwAWFCsAorWbAAQ7ACJUKxCQIlQrEKAiVCsAEWIyCwAyVQWLEBAENgsAQlQoqKIIojYbAJKiEjsAFhIIojYbAJKiEbsQEAQ2CwAiVCsAIlYbAJKiFZsAlDR7AKQ0dgsIBiILACRWOwAUViYLEAABMjRLABQ7AAPrIBAQFDYEItsA4ssQAFRVRYALAMI0IgYLABYbUNDQEACwBCQopgsQ0FK7BtKxsiWS2wDyyxAA4rLbAQLLEBDistsBEssQIOKy2wEiyxAw4rLbATLLEEDistsBQssQUOKy2wFSyxBg4rLbAWLLEHDistsBcssQgOKy2wGCyxCQ4rLbAZLLAIK7EABUVUWACwDCNCIGCwAWG1DQ0BAAsAQkKKYLENBSuwbSsbIlktsBossQAZKy2wGyyxARkrLbAcLLECGSstsB0ssQMZKy2wHiyxBBkrLbAfLLEFGSstsCAssQYZKy2wISyxBxkrLbAiLLEIGSstsCMssQkZKy2wJCwgPLABYC2wJSwgYLANYCBDI7ABYEOwAiVhsAFgsCQqIS2wJiywJSuwJSotsCcsICBHICCwAkVjsAFFYmAjYTgjIIpVWCBHICCwAkVjsAFFYmAjYTgbIVktsCgssQAFRVRYALABFrAnKrABFTAbIlktsCkssAgrsQAFRVRYALABFrAnKrABFTAbIlktsCosIDWwAWAtsCssALADRWOwAUVisAArsAJFY7ABRWKwACuwABa0AAAAAABEPiM4sSoBFSotsCwsIDwgRyCwAkVjsAFFYmCwAENhOC2wLSwuFzwtsC4sIDwgRyCwAkVjsAFFYmCwAENhsAFDYzgtsC8ssQIAFiUgLiBHsAAjQrACJUmKikcjRyNhIFhiGyFZsAEjQrIuAQEVFCotsDAssAAWsAQlsAQlRyNHI2GwBkUrZYouIyAgPIo4LbAxLLAAFrAEJbAEJSAuRyNHI2EgsAQjQrAGRSsgsGBQWCCwQFFYswIgAyAbswImAxpZQkIjILAIQyCKI0cjRyNhI0ZgsARDsIBiYCCwACsgiophILACQ2BkI7ADQ2FkUFiwAkNhG7ADQ2BZsAMlsIBiYSMgILAEJiNGYTgbI7AIQ0awAiWwCENHI0cjYWAgsARDsIBiYCMgsAArI7AEQ2CwACuwBSVhsAUlsIBisAQmYSCwBCVgZCOwAyVgZFBYIRsjIVkjICCwBCYjRmE4WS2wMiywABYgICCwBSYgLkcjRyNhIzw4LbAzLLAAFiCwCCNCICAgRiNHsAArI2E4LbA0LLAAFrADJbACJUcjRyNhsABUWC4gPCMhG7ACJbACJUcjRyNhILAFJbAEJUcjRyNhsAYlsAUlSbACJWGwAUVjIyBYYhshWWOwAUViYCMuIyAgPIo4IyFZLbA1LLAAFiCwCEMgLkcjRyNhIGCwIGBmsIBiIyAgPIo4LbA2LCMgLkawAiVGUlggPFkusSYBFCstsDcsIyAuRrACJUZQWCA8WS6xJgEUKy2wOCwjIC5GsAIlRlJYIDxZIyAuRrACJUZQWCA8WS6xJgEUKy2wOSywMCsjIC5GsAIlRlJYIDxZLrEmARQrLbA6LLAxK4ogIDywBCNCijgjIC5GsAIlRlJYIDxZLrEmARQrsARDLrAmKy2wOyywABawBCWwBCYgLkcjRyNhsAZFKyMgPCAuIzixJgEUKy2wPCyxCAQlQrAAFrAEJbAEJSAuRyNHI2EgsAQjQrAGRSsgsGBQWCCwQFFYswIgAyAbswImAxpZQkIjIEewBEOwgGJgILAAKyCKimEgsAJDYGQjsANDYWRQWLACQ2EbsANDYFmwAyWwgGJhsAIlRmE4IyA8IzgbISAgRiNHsAArI2E4IVmxJgEUKy2wPSywMCsusSYBFCstsD4ssDErISMgIDywBCNCIzixJgEUK7AEQy6wJistsD8ssAAVIEewACNCsgABARUUEy6wLCotsEAssAAVIEewACNCsgABARUUEy6wLCotsEEssQABFBOwLSotsEIssC8qLbBDLLAAFkUjIC4gRoojYTixJgEUKy2wRCywCCNCsEMrLbBFLLIAADwrLbBGLLIAATwrLbBHLLIBADwrLbBILLIBATwrLbBJLLIAAD0rLbBKLLIAAT0rLbBLLLIBAD0rLbBMLLIBAT0rLbBNLLIAADkrLbBOLLIAATkrLbBPLLIBADkrLbBQLLIBATkrLbBRLLIAADsrLbBSLLIAATsrLbBTLLIBADsrLbBULLIBATsrLbBVLLIAAD4rLbBWLLIAAT4rLbBXLLIBAD4rLbBYLLIBAT4rLbBZLLIAADorLbBaLLIAATorLbBbLLIBADorLbBcLLIBATorLbBdLLAyKy6xJgEUKy2wXiywMiuwNistsF8ssDIrsDcrLbBgLLAAFrAyK7A4Ky2wYSywMysusSYBFCstsGIssDMrsDYrLbBjLLAzK7A3Ky2wZCywMyuwOCstsGUssDQrLrEmARQrLbBmLLA0K7A2Ky2wZyywNCuwNystsGgssDQrsDgrLbBpLLA1Ky6xJgEUKy2waiywNSuwNistsGsssDUrsDcrLbBsLLA1K7A4Ky2wbSwrsAhlsAMkUHiwARUwLQAAAEu4AMhSWLEBAY5ZuQgACABjILABI0SwAyNwsgQoCUVSRLIKAgcqsQYBRLEkAYhRWLBAiFixBgNEsSYBiFFYuAQAiFixBgFEWVlZWbgB/4WwBI2xBQBEAAA=) format('truetype'),url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAoUAA4AAAAAEPQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABRAAAAEQAAABWPeFJAWNtYXAAAAGIAAAAOgAAAUrQEhm3Y3Z0IAAAAcQAAAAUAAAAHAZJ/5RmcGdtAAAB2AAABPkAAAmRigp4O2dhc3AAAAbUAAAACAAAAAgAAAAQZ2x5ZgAABtwAAACuAAAAtt9nBHZoZWFkAAAHjAAAADUAAAA2ASs8e2hoZWEAAAfEAAAAIAAAACQHUwNNaG10eAAAB+QAAAAMAAAADAspAABsb2NhAAAH8AAAAAgAAAAIADgAW21heHAAAAf4AAAAIAAAACAApgm8bmFtZQAACBgAAAF3AAACzcydGhxwb3N0AAAJkAAAACoAAAA7rr1AmHByZXAAAAm8AAAAVgAAAFaSoZr/eJxjYGTewTiBgZWBg6mKaQ8DA0MPhGZ8wGDIyMTAwMTAysyAFQSkuaYwOLxgeMHIHPQ/iyGKmZvBHyjMCJIDAPe9C2B4nGNgYGBmgGAZBkYGEHAB8hjBfBYGDSDNBqQZGZgYGF4w/v8PUvCCAURLMELVAwEjG8OIBwBk5AavAAB4nGNgQANGDEbM3P83gjAAELQD4XicnVXZdtNWFJU8ZHASOmSgoA7X3DhQ68qEKRgwaSrFdiEdHAitBB2kDHTkncc+62uOQrtWH/m07n09JLR0rbYsls++R1tn2DrnRhwjKn0aiGvUoZKXA6msPZZK90lc13Uvj5UMBnFdthJPSZuonSRKat3sUC7xWOsqWSdYJ+PlIFZPVZ5noAziFB5lSUQbRBuplyZJ4onjJ4kWZxAfJUkgJaMQp9LIUEI1GsRS1aFM6dCr1xNx00DKRqMedVhU90PFJ8c1p9SsA0YqVznCFevVRr4bpwMve5DEOsGzrYcxHnisfpQqkIqR6cg/dkpOlIaBVHHUoVbi6DCTX/eRTCrNQKaMYkWl7oG43f102xYxPXQ6vi5KlUaqurnOKJrt0fGogygP2cbppNzQ2fbw5RlTVKtdcbPtQGYNXErJbHSfRAAdJlLj6QFONZwCqRn1R8XZ588BEslclKo8VTKHegOZMzt7cTHtbiersnCknwcyb3Z2452HQ6dXh3/R+hdM4cxHj+Jifj5C+lBqfiJOJKVGWMzyp4YfcVcgQrkxiAsXyuBThDl0RdrZZl3jtTH2hs/5SqlhPQna6KP4fgr9TiQrHGdRo/VInM1j13Wt3GdQS7W7Fzsyr0OVIu7vCwuuM+eEYZ4WC1VfnvneBTT/Bohn/EDeNIVL+5YpSrRvm6JMu2iKCu0SVKVdNsUU7YoppmnPmmKG9h1TzNKeMzLj/8vc55H7HN7xkJv2XeSmfQ+5ad9HbtoPkJtWITdtHblpLyA3rUZu2lWjOnYEGgZpF1IVQdA0svph3Fab9UDWjDR8aWDyLmLI+upER521tcofxX914gsHcmmip7siF5viLq/bFj483e6rj5pG3bDV+MaR8jAeRnocmtBZ+c3hv+1N3S6a7jKqMugBFUwKwABl7UAC0zrbCaT1mqf48gdgXIZ4zkpDtVSfO4am7+V5X/exOfG+x+3GLrdcd3kJWdYNcmP28N9SZKrrH+UtrVQnR6wrJ49VaxhDKrwour6SlHu0tRu/KKmy8l6U1srnk5CbPYMbQlu27mGwI0xpyiUeXlOlKD3UUo6yQyxvKco84JSLC1qGxLgOdQ9qa8TpoXoYGwshhqG0vRBwSCldFd+0ynfxHqtr2Oj4xRXh6XpyEhGf4ir7UfBU10b96A7avGbdMoMpVaqn+4xPsa/b9lFZaaSOsxe3VAfXNOsaORXTT+Rr4HRvOGjdAz1UfDRBI1U1x+jGKGM0ljXl3wR0MVZ+w2jVYvs93E+dpFWsuUuY7JsT9+C0u/0q+7WcW0bW/dcGvW3kip8jMb8tCvw7B2K3ZA3UO5OBGAvIWdAYxhYmdxiug23EbfY/Jqf/34aFRXJXOxq7eerD1ZNRJXfZ8rjLTXZZ16M2R9VOGvsIjS0PN+bY4XIstsRgQbb+wf8x7gF3aVEC4NDIZZiI2nShnurh6h6rsW04VxIBds2x43QAegAuQd8cu9bzCYD13CPnLsB9cgh2yCH4lByCz8i5BfA5OQRfkEMwIIdgl5w7AA/IIXhIDsEeOQSPyNkE+JIcgq/IIYjJIUjIuQ3wmByCJ+QQfE0OwTdGrk5k/pYH2QD6zqKbQKmdGhzaOGRGrk3Y+zxY9oFFZB9aROqRkesT6lMeLPV7i0j9wSJSfzRyY0L9iQdL/dkiUn+xiNRnxpeZIymvDp7zjg7+BJfqrV4AAAAAAQAB//8AD3icY2BkAALmJUwzGEQZZBwk+RkZGBmdGJgYmbIYgMwsoGSiiLgIs5A2owg7I5uSOqOaiT2jmZE8I5gQY17C/09BQEfg3yt+fh8gvYQxD0j68DOJiQn8U+DnZxQDcQUEljLmCwBpBgbG/3//b2SOZ+Zm4GEQcuAH2sblDLSEm8FFVJhJEGgLH6OSHpMdo5EcI3Nk0bEXJ/LYqvZ82VXHGFd6pKTkyCsQwQAAq+QkqAAAeJxjYGRgYADiw5VSsfH8Nl8ZuJlfAEUYzpvO6IXQCb7///7fyLyEmRvI5WBgAokCAFb/DJAAAAB4nGNgZGBgDvqfxRDF/IKB4f935iUMQBEUwAwAi5YFpgPoAAAD6AAAA1kAAAAAAAAAOABbAAEAAAADABYAAQAAAAAAAgAGABMAbgAAAC0JkQAAAAB4nHWQy2rCQBSG//HSi0JbWui2sypKabxgN4IgWHTTbqS4LTHGJBIzMhkFX6Pv0IfpS/RZ+puMpShNmMx3vjlz5mQAXOMbAvnzxJGzwBmjnAs4Rc9ykf7Zcon8YrmMKt4sn9C/W67gAYHlKm7wwQqidM5ogU/LAlfi0nIBF+LOcpH+0XKJ3LNcxq14tXxC71muYCJSy1Xci6+BWm11FIRG1gZ12W62OnK6lYoqStxYumsTKp3KvpyrxPhxrBxPLfc89oN17Op9uJ8nvk4jlciW09yrkZ/42jX+bFc93QRtY+ZyrtVSDm2GXGm18D3jhMasuo3G3/MwgMIKW2hEvKoQBhI12jrnNppooUOaMkMyM8+KkMBFTONizR1htpIy7nPMGSW0PjNisgOP3+WRH5MC7o9ZRR+tHsYT0u6MKPOSfTns7jBrREqyTDezs9/eU2x4WpvWcNeuS511JTE8qCF5H7u1BY1H72S3Ymi7aPD95/9+AN1fhEsAeJxjYGKAAC4G7ICZgYGRiZGZMzkjNTk7N7Eomy05syg5J5WBAQBE1QZBAABLuADIUlixAQGOWbkIAAgAYyCwASNEsAMjcLIEKAlFUkSyCgIHKrEGAUSxJAGIUViwQIhYsQYDRLEmAYhRWLgEAIhYsQYBRFlZWVm4Af+FsASNsQUARAAA) format('woff');
}

.ui.breadcrumb {
	line-height: 1;
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}

.ui.breadcrumb:first-child {
	margin-top: 0;
}

.ui.breadcrumb:last-child {
	margin-bottom: 0;
}

.ui.breadcrumb .divider {
	display: inline-block;
	opacity: .7;
	margin: 0 .21428571rem;
	font-size: .92857143em;
	color: rgba(0,0,0,.4);
	vertical-align: baseline;
}

.ui.breadcrumb a {
	color: #4183C4;
}

.ui.breadcrumb a:hover {
	color: #1e70bf;
}

.ui.breadcrumb .icon.divider {
	font-size: .85714286em;
	vertical-align: baseline;
}

.ui.breadcrumb a.section {
	cursor: pointer;
}

.ui.breadcrumb .section {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.ui.breadcrumb.segment {
	display: inline-block;
	padding: .78571429em 1em;
}

.ui.breadcrumb .active.section {
	font-weight: 700;
}

.ui.mini.breadcrumb {
	font-size: .78571429rem;
}

.ui.tiny.breadcrumb {
	font-size: .85714286rem;
}

.ui.small.breadcrumb {
	font-size: .92857143rem;
}

.ui.breadcrumb {
	font-size: 1rem;
}

.ui.large.breadcrumb {
	font-size: 1.14285714rem;
}

.ui.big.breadcrumb {
	font-size: 1.28571429rem;
}

.ui.huge.breadcrumb {
	font-size: 1.42857143rem;
}

.ui.massive.breadcrumb {
	font-size: 1.71428571rem;
}

.ui.form {
	position: relative;
	max-width: 100%;
}

.ui.form>p {
	margin: 1em 0;
}

.ui.form .field {
	clear: both;
	margin: 0 0 1em;
}

.ui.form .field:last-child,.ui.form .fields:last-child .field {
	margin-bottom: 0;
}

.ui.form .fields .field {
	clear: both;
	margin: 0;
}

.ui.form .field>label {
	display: block;
	margin: 0 0 .28571429rem;
	color: rgba(0,0,0,.87);
	font-size: .92857143em;
	font-weight: 700;
	text-transform: none;
}

.ui.form input:not([type]),.ui.form input[type=text],.ui.form input[type=email],.ui.form input[type=search],.ui.form input[type=password],.ui.form input[type=date],.ui.form input[type=datetime-local],.ui.form input[type=tel],.ui.form input[type=time],.ui.form input[type=file],.ui.form input[type=url],.ui.form input[type=number],.ui.form textarea {
	width: 100%;
	vertical-align: top;
}

.ui.form ::-webkit-datetime-edit,.ui.form ::-webkit-inner-spin-button {
	height: 1.21428571em;
}

.ui.form input:not([type]),.ui.form input[type=text],.ui.form input[type=email],.ui.form input[type=search],.ui.form input[type=password],.ui.form input[type=date],.ui.form input[type=datetime-local],.ui.form input[type=tel],.ui.form input[type=time],.ui.form input[type=file],.ui.form input[type=url],.ui.form input[type=number] {
	font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
	margin: 0;
	outline: 0;
	-webkit-appearance: none;
	tap-highlight-color: rgba(255,255,255,0);
	line-height: 1.21428571em;
	padding: .67857143em 1em;
	font-size: 1em;
	background: #FFF;
	border: 1px solid rgba(34,36,38,.15);
	color: rgba(0,0,0,.87);
	border-radius: .28571429rem;
	-webkit-box-shadow: 0 0 0 0 transparent inset;
	box-shadow: 0 0 0 0 transparent inset;
	-webkit-transition: color .1s ease,border-color .1s ease;
	transition: color .1s ease,border-color .1s ease;
}

.ui.form textarea {
	margin: 0;
	-webkit-appearance: none;
	tap-highlight-color: rgba(255,255,255,0);
	padding: .78571429em 1em;
	background: #FFF;
	border: 1px solid rgba(34,36,38,.15);
	outline: 0;
	color: rgba(0,0,0,.87);
	border-radius: .28571429rem;
	-webkit-box-shadow: 0 0 0 0 transparent inset;
	box-shadow: 0 0 0 0 transparent inset;
	-webkit-transition: color .1s ease,border-color .1s ease;
	transition: color .1s ease,border-color .1s ease;
	font-size: 1em;
	line-height: 1.2857;
	resize: vertical;
}

.ui.form select,.ui.search>.prompt {
	-webkit-box-shadow: 0 0 0 0 transparent inset;
}

.ui.form textarea:not([rows]) {
	height: 12em;
	min-height: 8em;
	max-height: 24em;
}

.ui.form input[type=checkbox],.ui.form textarea {
	vertical-align: top;
}

.ui.form input.attached {
	width: auto;
}

.ui.form select {
	display: block;
	height: auto;
	width: 100%;
	background: #FFF;
	border: 1px solid rgba(34,36,38,.15);
	border-radius: .28571429rem;
	box-shadow: 0 0 0 0 transparent inset;
	padding: .62em 1em;
	color: rgba(0,0,0,.87);
	-webkit-transition: color .1s ease,border-color .1s ease;
	transition: color .1s ease,border-color .1s ease;
}

.ui.form .field>.selection.dropdown {
	width: 100%;
}

.ui.form .field>.selection.dropdown>.dropdown.icon {
	float: right;
}

.ui.form .inline.field>.selection.dropdown,.ui.form .inline.fields .field>.selection.dropdown {
	width: auto;
}

.ui.form .inline.field>.selection.dropdown>.dropdown.icon,.ui.form .inline.fields .field>.selection.dropdown>.dropdown.icon {
	float: none;
}

.ui.form .field .ui.input,.ui.form .fields .field .ui.input,.ui.form .wide.field .ui.input {
	width: 100%;
}

.ui.form .inline.field:not(.wide) .ui.input,.ui.form .inline.fields .field:not(.wide) .ui.input {
	width: auto;
	vertical-align: middle;
}

.ui.form .field .ui.input input,.ui.form .fields .field .ui.input input {
	width: auto;
}

.ui.form .eight.fields .ui.input input,.ui.form .five.fields .ui.input input,.ui.form .four.fields .ui.input input,.ui.form .nine.fields .ui.input input,.ui.form .seven.fields .ui.input input,.ui.form .six.fields .ui.input input,.ui.form .ten.fields .ui.input input,.ui.form .three.fields .ui.input input,.ui.form .two.fields .ui.input input,.ui.form .wide.field .ui.input input {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	width: 0;
}

.ui.form .error.message,.ui.form .success.message,.ui.form .warning.message {
	display: none;
}

.ui.form .message:first-child {
	margin-top: 0;
}

.ui.form .field .prompt.label {
	white-space: normal;
	background: #FFF!important;
	border: 1px solid #E0B4B4!important;
	color: #9F3A38!important;
}

.ui.form .inline.field .prompt,.ui.form .inline.fields .field .prompt {
	vertical-align: top;
	margin: -.25em 0 -.5em .5em;
}

.ui.form .inline.field .prompt:before,.ui.form .inline.fields .field .prompt:before {
	border-width: 0 0 1px 1px;
	bottom: auto;
	right: auto;
	top: 50%;
	left: 0;
}

.ui.form .field.field input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 100px ivory inset!important;
	box-shadow: 0 0 0 100px ivory inset!important;
	border-color: #E5DFA1!important;
}

.ui.form .field.field input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 100px ivory inset!important;
	box-shadow: 0 0 0 100px ivory inset!important;
	border-color: #D5C315!important;
}

.ui.form .error.error input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 100px #FFFAF0 inset!important;
	box-shadow: 0 0 0 100px #FFFAF0 inset!important;
	border-color: #E0B4B4!important;
}

.ui.form ::-webkit-input-placeholder {
	color: rgba(191,191,191,.87);
}

.ui.form :-ms-input-placeholder {
	color: rgba(191,191,191,.87)!important;
}

.ui.form ::-moz-placeholder {
	color: rgba(191,191,191,.87);
}

.ui.form :focus::-webkit-input-placeholder {
	color: rgba(115,115,115,.87);
}

.ui.form :focus:-ms-input-placeholder {
	color: rgba(115,115,115,.87)!important;
}

.ui.form :focus::-moz-placeholder {
	color: rgba(115,115,115,.87);
}

.ui.form .error ::-webkit-input-placeholder {
	color: #e7bdbc;
}

.ui.form .error :-ms-input-placeholder {
	color: #e7bdbc!important;
}

.ui.form .error ::-moz-placeholder {
	color: #e7bdbc;
}

.ui.form .error :focus::-webkit-input-placeholder {
	color: #da9796;
}

.ui.form .error :focus:-ms-input-placeholder {
	color: #da9796!important;
}

.ui.form .error :focus::-moz-placeholder {
	color: #da9796;
}

.ui.form input:not([type]):focus,.ui.form input[type=text]:focus,.ui.form input[type=email]:focus,.ui.form input[type=search]:focus,.ui.form input[type=password]:focus,.ui.form input[type=date]:focus,.ui.form input[type=datetime-local]:focus,.ui.form input[type=tel]:focus,.ui.form input[type=time]:focus,.ui.form input[type=file]:focus,.ui.form input[type=url]:focus,.ui.form input[type=number]:focus {
	color: rgba(0,0,0,.95);
	border-color: #85B7D9;
	border-radius: .28571429rem;
	background: #FFF;
	-webkit-box-shadow: 0 0 0 0 rgba(34,36,38,.35) inset;
	box-shadow: 0 0 0 0 rgba(34,36,38,.35) inset;
}

.ui.form textarea:focus {
	color: rgba(0,0,0,.95);
	border-color: #85B7D9;
	border-radius: .28571429rem;
	background: #FFF;
	-webkit-box-shadow: 0 0 0 0 rgba(34,36,38,.35) inset;
	box-shadow: 0 0 0 0 rgba(34,36,38,.35) inset;
	-webkit-appearance: none;
}

.ui.form.success .success.message:not(:empty) {
	display: block;
}

.ui.form.success .compact.success.message:not(:empty) {
	display: inline-block;
}

.ui.form.success .icon.success.message:not(:empty) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ui.form.warning .warning.message:not(:empty) {
	display: block;
}

.ui.form.warning .compact.warning.message:not(:empty) {
	display: inline-block;
}

.ui.form.warning .icon.warning.message:not(:empty) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ui.form.error .error.message:not(:empty) {
	display: block;
}

.ui.form.error .compact.error.message:not(:empty) {
	display: inline-block;
}

.ui.form.error .icon.error.message:not(:empty) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ui.form .field.error .input,.ui.form .field.error label,.ui.form .fields.error .field .input,.ui.form .fields.error .field label {
	color: #9F3A38;
}

.ui.form .field.error .corner.label,.ui.form .fields.error .field .corner.label {
	border-color: #9F3A38;
	color: #FFF;
}

.ui.form .field.error input:not([type]),.ui.form .field.error input[type=text],.ui.form .field.error input[type=email],.ui.form .field.error input[type=search],.ui.form .field.error input[type=password],.ui.form .field.error input[type=date],.ui.form .field.error input[type=datetime-local],.ui.form .field.error input[type=tel],.ui.form .field.error input[type=time],.ui.form .field.error input[type=file],.ui.form .field.error input[type=url],.ui.form .field.error input[type=number],.ui.form .field.error select,.ui.form .field.error textarea,.ui.form .fields.error .field input:not([type]),.ui.form .fields.error .field input[type=text],.ui.form .fields.error .field input[type=email],.ui.form .fields.error .field input[type=search],.ui.form .fields.error .field input[type=password],.ui.form .fields.error .field input[type=date],.ui.form .fields.error .field input[type=datetime-local],.ui.form .fields.error .field input[type=tel],.ui.form .fields.error .field input[type=time],.ui.form .fields.error .field input[type=file],.ui.form .fields.error .field input[type=url],.ui.form .fields.error .field input[type=number],.ui.form .fields.error .field select,.ui.form .fields.error .field textarea {
	background: #FFF6F6;
	border-color: #E0B4B4;
	color: #9F3A38;
	border-radius: '';
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ui.form .field.error input:not([type]):focus,.ui.form .field.error input[type=text]:focus,.ui.form .field.error input[type=email]:focus,.ui.form .field.error input[type=search]:focus,.ui.form .field.error input[type=password]:focus,.ui.form .field.error input[type=date]:focus,.ui.form .field.error input[type=datetime-local]:focus,.ui.form .field.error input[type=tel]:focus,.ui.form .field.error input[type=time]:focus,.ui.form .field.error input[type=file]:focus,.ui.form .field.error input[type=url]:focus,.ui.form .field.error input[type=number]:focus,.ui.form .field.error select:focus,.ui.form .field.error textarea:focus {
	background: #FFF6F6;
	border-color: #E0B4B4;
	color: #9F3A38;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ui.form .field.error select {
	-webkit-appearance: menulist-button;
}

.ui.form .field.error .ui.dropdown,.ui.form .field.error .ui.dropdown .item,.ui.form .field.error .ui.dropdown .text,.ui.form .fields.error .field .ui.dropdown,.ui.form .fields.error .field .ui.dropdown .item {
	background: #FFF6F6;
	color: #9F3A38;
}

.ui.form .field.error .ui.dropdown,.ui.form .field.error .ui.dropdown:hover,.ui.form .fields.error .field .ui.dropdown,.ui.form .fields.error .field .ui.dropdown:hover {
	border-color: #E0B4B4!important;
}

.ui.form .field.error .ui.dropdown:hover .menu,.ui.form .fields.error .field .ui.dropdown:hover .menu {
	border-color: #E0B4B4;
}

.ui.form .field.error .ui.multiple.selection.dropdown>.label,.ui.form .fields.error .field .ui.multiple.selection.dropdown>.label {
	background-color: #EACBCB;
	color: #9F3A38;
}

.ui.form .field.error .ui.dropdown .menu .item:hover,.ui.form .field.error .ui.dropdown .menu .selected.item,.ui.form .fields.error .field .ui.dropdown .menu .item:hover,.ui.form .fields.error .field .ui.dropdown .menu .selected.item {
	background-color: #FBE7E7;
}

.ui.form .field.error .ui.dropdown .menu .active.item,.ui.form .fields.error .field .ui.dropdown .menu .active.item {
	background-color: #FDCFCF!important;
}

.ui.form .field.error .checkbox:not(.toggle):not(.slider) .box,.ui.form .field.error .checkbox:not(.toggle):not(.slider) label,.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box,.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label {
	color: #9F3A38;
}

.ui.form .field.error .checkbox:not(.toggle):not(.slider) .box:before,.ui.form .field.error .checkbox:not(.toggle):not(.slider) label:before,.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box:before,.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label:before {
	background: #FFF6F6;
	border-color: #E0B4B4;
}

.ui.form .field.error .checkbox .box:after,.ui.form .field.error .checkbox label:after,.ui.form .fields.error .field .checkbox .box:after,.ui.form .fields.error .field .checkbox label:after {
	color: #9F3A38;
}

.ui.form .disabled.field,.ui.form .disabled.fields .field,.ui.form .field :disabled {
	pointer-events: none;
	opacity: .45;
}

.ui.form .field.disabled>label,.ui.form .fields.disabled>label {
	opacity: .45;
}

.ui.form .field.disabled :disabled {
	opacity: 1;
}

.ui.loading.form {
	position: relative;
	cursor: default;
	pointer-events: none;
}

.ui.loading.form:before {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255,255,255,.8);
	width: 100%;
	height: 100%;
	z-index: 100;
}

.ui.loading.form:after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1.5em 0 0 -1.5em;
	width: 3em;
	height: 3em;
	-webkit-animation: form-spin .6s linear;
	animation: form-spin .6s linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	border-radius: 500rem;
	border-color: #767676 rgba(0,0,0,.1) rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 0 1px transparent;
	box-shadow: 0 0 0 1px transparent;
	z-index: 101;
}

@-webkit-keyframes form-spin {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes form-spin {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.ui.form .required.field>.checkbox:after,.ui.form .required.field>label:after,.ui.form .required.fields.grouped>label:after,.ui.form .required.fields:not(.grouped)>.field>.checkbox:after,.ui.form .required.fields:not(.grouped)>.field>label:after {
	margin: -.2em 0 0 .2em;
	content: '*';
	color: #DB2828;
}

.ui.form .required.field>label:after,.ui.form .required.fields.grouped>label:after,.ui.form .required.fields:not(.grouped)>.field>label:after {
	display: inline-block;
	vertical-align: top;
}

.ui.form .required.field>.checkbox:after,.ui.form .required.fields:not(.grouped)>.field>.checkbox:after {
	position: absolute;
	top: 0;
	left: 100%;
}

.ui.form .inverted.segment .ui.checkbox .box,.ui.form .inverted.segment .ui.checkbox label,.ui.form .inverted.segment label,.ui.inverted.form .inline.field>label,.ui.inverted.form .inline.field>p,.ui.inverted.form .inline.fields .field>label,.ui.inverted.form .inline.fields .field>p,.ui.inverted.form .inline.fields>label,.ui.inverted.form .ui.checkbox .box,.ui.inverted.form .ui.checkbox label,.ui.inverted.form label {
	color: rgba(255,255,255,.9);
}

.ui.inverted.form input:not([type]),.ui.inverted.form input[type=text],.ui.inverted.form input[type=email],.ui.inverted.form input[type=search],.ui.inverted.form input[type=password],.ui.inverted.form input[type=date],.ui.inverted.form input[type=datetime-local],.ui.inverted.form input[type=tel],.ui.inverted.form input[type=time],.ui.inverted.form input[type=file],.ui.inverted.form input[type=url],.ui.inverted.form input[type=number] {
	background: #FFF;
	border-color: rgba(255,255,255,.1);
	color: rgba(0,0,0,.87);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ui.form .grouped.fields {
	display: block;
	margin: 0 0 1em;
}

.ui.form .grouped.fields:last-child {
	margin-bottom: 0;
}

.ui.form .grouped.fields>label {
	margin: 0 0 .28571429rem;
	color: rgba(0,0,0,.87);
	font-size: .92857143em;
	font-weight: 700;
	text-transform: none;
}

.ui.form .grouped.fields .field,.ui.form .grouped.inline.fields .field {
	display: block;
	margin: .5em 0;
	padding: 0;
}

.ui.form .fields {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin: 0 -.5em 1em;
}

.ui.form .fields>.field {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	padding-left: .5em;
	padding-right: .5em;
}

.ui.form .fields>.field:first-child {
	border-left: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ui.form .two.fields>.field,.ui.form .two.fields>.fields {
	width: 50%;
}

.ui.form .three.fields>.field,.ui.form .three.fields>.fields {
	width: 33.33333333%;
}

.ui.form .four.fields>.field,.ui.form .four.fields>.fields {
	width: 25%;
}

.ui.form .five.fields>.field,.ui.form .five.fields>.fields {
	width: 20%;
}

.ui.form .six.fields>.field,.ui.form .six.fields>.fields {
	width: 16.66666667%;
}

.ui.form .seven.fields>.field,.ui.form .seven.fields>.fields {
	width: 14.28571429%;
}

.ui.form .eight.fields>.field,.ui.form .eight.fields>.fields {
	width: 12.5%;
}

.ui.form .nine.fields>.field,.ui.form .nine.fields>.fields {
	width: 11.11111111%;
}

.ui.form .ten.fields>.field,.ui.form .ten.fields>.fields {
	width: 10%;
}

@media only screen and (max-width:767px) {
	.ui.form .fields {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.ui.form:not(.unstackable) .eight.fields:not(.unstackable)>.field,.ui.form:not(.unstackable) .eight.fields:not(.unstackable)>.fields,.ui.form:not(.unstackable) .five.fields:not(.unstackable)>.field,.ui.form:not(.unstackable) .five.fields:not(.unstackable)>.fields,.ui.form:not(.unstackable) .four.fields:not(.unstackable)>.field,.ui.form:not(.unstackable) .four.fields:not(.unstackable)>.fields,.ui.form:not(.unstackable) .nine.fields:not(.unstackable)>.field,.ui.form:not(.unstackable) .nine.fields:not(.unstackable)>.fields,.ui.form:not(.unstackable) .seven.fields:not(.unstackable)>.field,.ui.form:not(.unstackable) .seven.fields:not(.unstackable)>.fields,.ui.form:not(.unstackable) .six.fields:not(.unstackable)>.field,.ui.form:not(.unstackable) .six.fields:not(.unstackable)>.fields,.ui.form:not(.unstackable) .ten.fields:not(.unstackable)>.field,.ui.form:not(.unstackable) .ten.fields:not(.unstackable)>.fields,.ui.form:not(.unstackable) .three.fields:not(.unstackable)>.field,.ui.form:not(.unstackable) .three.fields:not(.unstackable)>.fields,.ui.form:not(.unstackable) .two.fields:not(.unstackable)>.field,.ui.form:not(.unstackable) .two.fields:not(.unstackable)>.fields,.ui.form:not(.unstackable) [class*="equal width"].fields:not(.unstackable)>.field,.ui[class*="equal width"].form:not(.unstackable) .fields>.field {
		width: 100%!important;
		margin: 0 0 1em;
	}
}

.ui.form .fields .wide.field {
	width: 6.25%;
	padding-left: .5em;
	padding-right: .5em;
}

.ui.form .one.wide.field {
	width: 6.25%!important;
}

.ui.form .two.wide.field {
	width: 12.5%!important;
}

.ui.form .three.wide.field {
	width: 18.75%!important;
}

.ui.form .four.wide.field {
	width: 25%!important;
}

.ui.form .five.wide.field {
	width: 31.25%!important;
}

.ui.form .six.wide.field {
	width: 37.5%!important;
}

.ui.form .seven.wide.field {
	width: 43.75%!important;
}

.ui.form .eight.wide.field {
	width: 50%!important;
}

.ui.form .nine.wide.field {
	width: 56.25%!important;
}

.ui.form .ten.wide.field {
	width: 62.5%!important;
}

.ui.form .eleven.wide.field {
	width: 68.75%!important;
}

.ui.form .twelve.wide.field {
	width: 75%!important;
}

.ui.form .thirteen.wide.field {
	width: 81.25%!important;
}

.ui.form .fourteen.wide.field {
	width: 87.5%!important;
}

.ui.form .fifteen.wide.field {
	width: 93.75%!important;
}

.ui.form .sixteen.wide.field {
	width: 100%!important;
}

@media only screen and (max-width:767px) {
	.ui.form:not(.unstackable) .fields:not(.unstackable)>.eight.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.eleven.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.fifteen.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.five.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.four.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.fourteen.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.nine.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.seven.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.six.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.sixteen.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.ten.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.thirteen.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.three.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.twelve.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.two.wide.field,.ui.form:not(.unstackable) .five.fields:not(.unstackable)>.field,.ui.form:not(.unstackable) .five.fields:not(.unstackable)>.fields,.ui.form:not(.unstackable) .four.fields:not(.unstackable)>.field,.ui.form:not(.unstackable) .four.fields:not(.unstackable)>.fields,.ui.form:not(.unstackable) .three.fields:not(.unstackable)>.field,.ui.form:not(.unstackable) .three.fields:not(.unstackable)>.fields,.ui.form:not(.unstackable) .two.fields:not(.unstackable)>.field,.ui.form:not(.unstackable) .two.fields:not(.unstackable)>.fields {
		width: 100%!important;
	}

	.ui.form .fields {
		margin-bottom: 0;
	}
}

.ui.form [class*="equal width"].fields>.field,.ui[class*="equal width"].form .fields>.field {
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.ui.form .inline.fields {
	margin: 0 0 1em;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ui.form .inline.fields .field {
	margin: 0;
	padding: 0 1em 0 0;
}

.ui.form .inline.field>label,.ui.form .inline.field>p,.ui.form .inline.fields .field>label,.ui.form .inline.fields .field>p,.ui.form .inline.fields>label {
	display: inline-block;
	width: auto;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: baseline;
	font-size: .92857143em;
	font-weight: 700;
	color: rgba(0,0,0,.87);
	text-transform: none;
}

.ui.form .inline.fields>label {
	margin: .035714em 1em 0 0;
}

.ui.form .inline.field>input,.ui.form .inline.field>select,.ui.form .inline.fields .field>input,.ui.form .inline.fields .field>select {
	display: inline-block;
	width: auto;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle;
	font-size: 1em;
}

.ui.mini.form,.ui.mini.menu {
	font-size: .78571429rem;
}

.ui.form .inline.field>:first-child,.ui.form .inline.fields .field>:first-child {
	margin: 0 .85714286em 0 0;
}

.ui.form .inline.field>:only-child,.ui.form .inline.fields .field>:only-child {
	margin: 0;
}

.ui.form .inline.fields .wide.field {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ui.form .inline.fields .wide.field>input,.ui.form .inline.fields .wide.field>select {
	width: 100%;
}

.ui.tiny.form {
	font-size: .85714286rem;
}

.ui.small.form {
	font-size: .92857143rem;
}

.ui.form {
	font-size: 1rem;
}

.ui.large.form {
	font-size: 1.14285714rem;
}

.ui.big.form {
	font-size: 1.28571429rem;
}

.ui.huge.form {
	font-size: 1.42857143rem;
}

.ui.massive.form {
	font-size: 1.71428571rem;
}

.ui.grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding: 0;
	margin: -1rem;
}

.ui.relaxed.grid {
	margin-left: -1.5rem;
	margin-right: -1.5rem;
}

.ui[class*="very relaxed"].grid {
	margin-left: -2.5rem;
	margin-right: -2.5rem;
}

.ui.grid+.grid {
	margin-top: 1rem;
}

.ui.grid>.column:not(.row),.ui.grid>.row>.column {
	position: relative;
	display: inline-block;
	width: 6.25%;
	padding-left: 1rem;
	padding-right: 1rem;
	vertical-align: top;
}

.ui.grid>* {
	padding-left: 1rem;
	padding-right: 1rem;
}

.ui.grid>.row {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: inherit;
	-ms-flex-pack: inherit;
	justify-content: inherit;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%!important;
	padding: 1rem 0;
}

.ui.grid>.column:not(.row) {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.ui.grid>.row>.column {
	margin-top: 0;
	margin-bottom: 0;
}

.ui.grid>.row>.column>img,.ui.grid>.row>img {
	max-width: 100%;
}

.ui.grid>.ui.grid:first-child {
	margin-top: 0;
}

.ui.grid>.ui.grid:last-child {
	margin-bottom: 0;
}

.ui.aligned.grid .column>.segment:not(.compact):not(.attached),.ui.grid .aligned.row>.column>.segment:not(.compact):not(.attached) {
	width: 100%;
}

.ui.grid .row+.ui.divider {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: 1rem;
}

.ui.grid .column+.ui.vertical.divider {
	height: calc(50% - 1rem);
}

.ui.grid>.column:last-child>.horizontal.segment,.ui.grid>.row>.column:last-child>.horizontal.segment {
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media only screen and (max-width:767px) {
	.ui.page.grid {
		width: auto;
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.ui.page.grid {
		width: auto;
		margin-left: 0;
		margin-right: 0;
		padding-left: 2em;
		padding-right: 2em;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.ui.page.grid {
		width: auto;
		margin-left: 0;
		margin-right: 0;
		padding-left: 3%;
		padding-right: 3%;
	}
}

@media only screen and (min-width:1200px) and (max-width:1919px) {
	.ui.page.grid {
		width: auto;
		margin-left: 0;
		margin-right: 0;
		padding-left: 15%;
		padding-right: 15%;
	}
}

@media only screen and (min-width:1920px) {
	.ui.page.grid {
		width: auto;
		margin-left: 0;
		margin-right: 0;
		padding-left: 23%;
		padding-right: 23%;
	}
}

.ui.grid>.column:only-child,.ui.grid>.row>.column:only-child,.ui[class*="one column"].grid>.column:not(.row),.ui[class*="one column"].grid>.row>.column {
	width: 100%;
}

.ui[class*="two column"].grid>.column:not(.row),.ui[class*="two column"].grid>.row>.column {
	width: 50%;
}

.ui[class*="three column"].grid>.column:not(.row),.ui[class*="three column"].grid>.row>.column {
	width: 33.33333333%;
}

.ui[class*="four column"].grid>.column:not(.row),.ui[class*="four column"].grid>.row>.column {
	width: 25%;
}

.ui[class*="five column"].grid>.column:not(.row),.ui[class*="five column"].grid>.row>.column {
	width: 20%;
}

.ui[class*="six column"].grid>.column:not(.row),.ui[class*="six column"].grid>.row>.column {
	width: 16.66666667%;
}

.ui[class*="seven column"].grid>.column:not(.row),.ui[class*="seven column"].grid>.row>.column {
	width: 14.28571429%;
}

.ui[class*="eight column"].grid>.column:not(.row),.ui[class*="eight column"].grid>.row>.column {
	width: 12.5%;
}

.ui[class*="nine column"].grid>.column:not(.row),.ui[class*="nine column"].grid>.row>.column {
	width: 11.11111111%;
}

.ui[class*="ten column"].grid>.column:not(.row),.ui[class*="ten column"].grid>.row>.column {
	width: 10%;
}

.ui[class*="eleven column"].grid>.column:not(.row),.ui[class*="eleven column"].grid>.row>.column {
	width: 9.09090909%;
}

.ui[class*="twelve column"].grid>.column:not(.row),.ui[class*="twelve column"].grid>.row>.column {
	width: 8.33333333%;
}

.ui[class*="thirteen column"].grid>.column:not(.row),.ui[class*="thirteen column"].grid>.row>.column {
	width: 7.69230769%;
}

.ui[class*="fourteen column"].grid>.column:not(.row),.ui[class*="fourteen column"].grid>.row>.column {
	width: 7.14285714%;
}

.ui[class*="fifteen column"].grid>.column:not(.row),.ui[class*="fifteen column"].grid>.row>.column {
	width: 6.66666667%;
}

.ui[class*="sixteen column"].grid>.column:not(.row),.ui[class*="sixteen column"].grid>.row>.column {
	width: 6.25%;
}

.ui.grid>[class*="one column"].row>.column {
	width: 100%!important;
}

.ui.grid>[class*="two column"].row>.column {
	width: 50%!important;
}

.ui.grid>[class*="three column"].row>.column {
	width: 33.33333333%!important;
}

.ui.grid>[class*="four column"].row>.column {
	width: 25%!important;
}

.ui.grid>[class*="five column"].row>.column {
	width: 20%!important;
}

.ui.grid>[class*="six column"].row>.column {
	width: 16.66666667%!important;
}

.ui.grid>[class*="seven column"].row>.column {
	width: 14.28571429%!important;
}

.ui.grid>[class*="eight column"].row>.column {
	width: 12.5%!important;
}

.ui.grid>[class*="nine column"].row>.column {
	width: 11.11111111%!important;
}

.ui.grid>[class*="ten column"].row>.column {
	width: 10%!important;
}

.ui.grid>[class*="eleven column"].row>.column {
	width: 9.09090909%!important;
}

.ui.grid>[class*="twelve column"].row>.column {
	width: 8.33333333%!important;
}

.ui.grid>[class*="thirteen column"].row>.column {
	width: 7.69230769%!important;
}

.ui.grid>[class*="fourteen column"].row>.column {
	width: 7.14285714%!important;
}

.ui.grid>[class*="fifteen column"].row>.column {
	width: 6.66666667%!important;
}

.ui.column.grid>[class*="one wide"].column,.ui.grid>.column.row>[class*="one wide"].column,.ui.grid>.row>[class*="one wide"].column,.ui.grid>[class*="sixteen column"].row>.column,.ui.grid>[class*="one wide"].column {
	width: 6.25%!important;
}

.ui.celled.page.grid {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ui.column.grid>[class*="two wide"].column,.ui.grid>.column.row>[class*="two wide"].column,.ui.grid>.row>[class*="two wide"].column,.ui.grid>[class*="two wide"].column {
	width: 12.5%!important;
}

.ui.column.grid>[class*="three wide"].column,.ui.grid>.column.row>[class*="three wide"].column,.ui.grid>.row>[class*="three wide"].column,.ui.grid>[class*="three wide"].column {
	width: 18.75%!important;
}

.ui.column.grid>[class*="four wide"].column,.ui.grid>.column.row>[class*="four wide"].column,.ui.grid>.row>[class*="four wide"].column,.ui.grid>[class*="four wide"].column {
	width: 25%!important;
}

.ui.column.grid>[class*="five wide"].column,.ui.grid>.column.row>[class*="five wide"].column,.ui.grid>.row>[class*="five wide"].column,.ui.grid>[class*="five wide"].column {
	width: 31.25%!important;
}

.ui.column.grid>[class*="six wide"].column,.ui.grid>.column.row>[class*="six wide"].column,.ui.grid>.row>[class*="six wide"].column,.ui.grid>[class*="six wide"].column {
	width: 37.5%!important;
}

.ui.column.grid>[class*="seven wide"].column,.ui.grid>.column.row>[class*="seven wide"].column,.ui.grid>.row>[class*="seven wide"].column,.ui.grid>[class*="seven wide"].column {
	width: 43.75%!important;
}

.ui.column.grid>[class*="eight wide"].column,.ui.grid>.column.row>[class*="eight wide"].column,.ui.grid>.row>[class*="eight wide"].column,.ui.grid>[class*="eight wide"].column {
	width: 50%!important;
}

.ui.column.grid>[class*="nine wide"].column,.ui.grid>.column.row>[class*="nine wide"].column,.ui.grid>.row>[class*="nine wide"].column,.ui.grid>[class*="nine wide"].column {
	width: 56.25%!important;
}

.ui.column.grid>[class*="ten wide"].column,.ui.grid>.column.row>[class*="ten wide"].column,.ui.grid>.row>[class*="ten wide"].column,.ui.grid>[class*="ten wide"].column {
	width: 62.5%!important;
}

.ui.column.grid>[class*="eleven wide"].column,.ui.grid>.column.row>[class*="eleven wide"].column,.ui.grid>.row>[class*="eleven wide"].column,.ui.grid>[class*="eleven wide"].column {
	width: 68.75%!important;
}

.ui.column.grid>[class*="twelve wide"].column,.ui.grid>.column.row>[class*="twelve wide"].column,.ui.grid>.row>[class*="twelve wide"].column,.ui.grid>[class*="twelve wide"].column {
	width: 75%!important;
}

.ui.column.grid>[class*="thirteen wide"].column,.ui.grid>.column.row>[class*="thirteen wide"].column,.ui.grid>.row>[class*="thirteen wide"].column,.ui.grid>[class*="thirteen wide"].column {
	width: 81.25%!important;
}

.ui.column.grid>[class*="fourteen wide"].column,.ui.grid>.column.row>[class*="fourteen wide"].column,.ui.grid>.row>[class*="fourteen wide"].column,.ui.grid>[class*="fourteen wide"].column {
	width: 87.5%!important;
}

.ui.column.grid>[class*="fifteen wide"].column,.ui.grid>.column.row>[class*="fifteen wide"].column,.ui.grid>.row>[class*="fifteen wide"].column,.ui.grid>[class*="fifteen wide"].column {
	width: 93.75%!important;
}

.ui.column.grid>[class*="sixteen wide"].column,.ui.grid>.column.row>[class*="sixteen wide"].column,.ui.grid>.row>[class*="sixteen wide"].column,.ui.grid>[class*="sixteen wide"].column {
	width: 100%!important;
}

@media only screen and (min-width:320px) and (max-width:767px) {
	.ui.column.grid>[class*="one wide mobile"].column,.ui.grid>.column.row>[class*="one wide mobile"].column,.ui.grid>.row>[class*="one wide mobile"].column,.ui.grid>[class*="one wide mobile"].column {
		width: 6.25%!important;
	}

	.ui.column.grid>[class*="two wide mobile"].column,.ui.grid>.column.row>[class*="two wide mobile"].column,.ui.grid>.row>[class*="two wide mobile"].column,.ui.grid>[class*="two wide mobile"].column {
		width: 12.5%!important;
	}

	.ui.column.grid>[class*="three wide mobile"].column,.ui.grid>.column.row>[class*="three wide mobile"].column,.ui.grid>.row>[class*="three wide mobile"].column,.ui.grid>[class*="three wide mobile"].column {
		width: 18.75%!important;
	}

	.ui.column.grid>[class*="four wide mobile"].column,.ui.grid>.column.row>[class*="four wide mobile"].column,.ui.grid>.row>[class*="four wide mobile"].column,.ui.grid>[class*="four wide mobile"].column {
		width: 25%!important;
	}

	.ui.column.grid>[class*="five wide mobile"].column,.ui.grid>.column.row>[class*="five wide mobile"].column,.ui.grid>.row>[class*="five wide mobile"].column,.ui.grid>[class*="five wide mobile"].column {
		width: 31.25%!important;
	}

	.ui.column.grid>[class*="six wide mobile"].column,.ui.grid>.column.row>[class*="six wide mobile"].column,.ui.grid>.row>[class*="six wide mobile"].column,.ui.grid>[class*="six wide mobile"].column {
		width: 37.5%!important;
	}

	.ui.column.grid>[class*="seven wide mobile"].column,.ui.grid>.column.row>[class*="seven wide mobile"].column,.ui.grid>.row>[class*="seven wide mobile"].column,.ui.grid>[class*="seven wide mobile"].column {
		width: 43.75%!important;
	}

	.ui.column.grid>[class*="eight wide mobile"].column,.ui.grid>.column.row>[class*="eight wide mobile"].column,.ui.grid>.row>[class*="eight wide mobile"].column,.ui.grid>[class*="eight wide mobile"].column {
		width: 50%!important;
	}

	.ui.column.grid>[class*="nine wide mobile"].column,.ui.grid>.column.row>[class*="nine wide mobile"].column,.ui.grid>.row>[class*="nine wide mobile"].column,.ui.grid>[class*="nine wide mobile"].column {
		width: 56.25%!important;
	}

	.ui.column.grid>[class*="ten wide mobile"].column,.ui.grid>.column.row>[class*="ten wide mobile"].column,.ui.grid>.row>[class*="ten wide mobile"].column,.ui.grid>[class*="ten wide mobile"].column {
		width: 62.5%!important;
	}

	.ui.column.grid>[class*="eleven wide mobile"].column,.ui.grid>.column.row>[class*="eleven wide mobile"].column,.ui.grid>.row>[class*="eleven wide mobile"].column,.ui.grid>[class*="eleven wide mobile"].column {
		width: 68.75%!important;
	}

	.ui.column.grid>[class*="twelve wide mobile"].column,.ui.grid>.column.row>[class*="twelve wide mobile"].column,.ui.grid>.row>[class*="twelve wide mobile"].column,.ui.grid>[class*="twelve wide mobile"].column {
		width: 75%!important;
	}

	.ui.column.grid>[class*="thirteen wide mobile"].column,.ui.grid>.column.row>[class*="thirteen wide mobile"].column,.ui.grid>.row>[class*="thirteen wide mobile"].column,.ui.grid>[class*="thirteen wide mobile"].column {
		width: 81.25%!important;
	}

	.ui.column.grid>[class*="fourteen wide mobile"].column,.ui.grid>.column.row>[class*="fourteen wide mobile"].column,.ui.grid>.row>[class*="fourteen wide mobile"].column,.ui.grid>[class*="fourteen wide mobile"].column {
		width: 87.5%!important;
	}

	.ui.column.grid>[class*="fifteen wide mobile"].column,.ui.grid>.column.row>[class*="fifteen wide mobile"].column,.ui.grid>.row>[class*="fifteen wide mobile"].column,.ui.grid>[class*="fifteen wide mobile"].column {
		width: 93.75%!important;
	}

	.ui.column.grid>[class*="sixteen wide mobile"].column,.ui.grid>.column.row>[class*="sixteen wide mobile"].column,.ui.grid>.row>[class*="sixteen wide mobile"].column,.ui.grid>[class*="sixteen wide mobile"].column {
		width: 100%!important;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.ui.column.grid>[class*="one wide tablet"].column,.ui.grid>.column.row>[class*="one wide tablet"].column,.ui.grid>.row>[class*="one wide tablet"].column,.ui.grid>[class*="one wide tablet"].column {
		width: 6.25%!important;
	}

	.ui.column.grid>[class*="two wide tablet"].column,.ui.grid>.column.row>[class*="two wide tablet"].column,.ui.grid>.row>[class*="two wide tablet"].column,.ui.grid>[class*="two wide tablet"].column {
		width: 12.5%!important;
	}

	.ui.column.grid>[class*="three wide tablet"].column,.ui.grid>.column.row>[class*="three wide tablet"].column,.ui.grid>.row>[class*="three wide tablet"].column,.ui.grid>[class*="three wide tablet"].column {
		width: 18.75%!important;
	}

	.ui.column.grid>[class*="four wide tablet"].column,.ui.grid>.column.row>[class*="four wide tablet"].column,.ui.grid>.row>[class*="four wide tablet"].column,.ui.grid>[class*="four wide tablet"].column {
		width: 25%!important;
	}

	.ui.column.grid>[class*="five wide tablet"].column,.ui.grid>.column.row>[class*="five wide tablet"].column,.ui.grid>.row>[class*="five wide tablet"].column,.ui.grid>[class*="five wide tablet"].column {
		width: 31.25%!important;
	}

	.ui.column.grid>[class*="six wide tablet"].column,.ui.grid>.column.row>[class*="six wide tablet"].column,.ui.grid>.row>[class*="six wide tablet"].column,.ui.grid>[class*="six wide tablet"].column {
		width: 37.5%!important;
	}

	.ui.column.grid>[class*="seven wide tablet"].column,.ui.grid>.column.row>[class*="seven wide tablet"].column,.ui.grid>.row>[class*="seven wide tablet"].column,.ui.grid>[class*="seven wide tablet"].column {
		width: 43.75%!important;
	}

	.ui.column.grid>[class*="eight wide tablet"].column,.ui.grid>.column.row>[class*="eight wide tablet"].column,.ui.grid>.row>[class*="eight wide tablet"].column,.ui.grid>[class*="eight wide tablet"].column {
		width: 50%!important;
	}

	.ui.column.grid>[class*="nine wide tablet"].column,.ui.grid>.column.row>[class*="nine wide tablet"].column,.ui.grid>.row>[class*="nine wide tablet"].column,.ui.grid>[class*="nine wide tablet"].column {
		width: 56.25%!important;
	}

	.ui.column.grid>[class*="ten wide tablet"].column,.ui.grid>.column.row>[class*="ten wide tablet"].column,.ui.grid>.row>[class*="ten wide tablet"].column,.ui.grid>[class*="ten wide tablet"].column {
		width: 62.5%!important;
	}

	.ui.column.grid>[class*="eleven wide tablet"].column,.ui.grid>.column.row>[class*="eleven wide tablet"].column,.ui.grid>.row>[class*="eleven wide tablet"].column,.ui.grid>[class*="eleven wide tablet"].column {
		width: 68.75%!important;
	}

	.ui.column.grid>[class*="twelve wide tablet"].column,.ui.grid>.column.row>[class*="twelve wide tablet"].column,.ui.grid>.row>[class*="twelve wide tablet"].column,.ui.grid>[class*="twelve wide tablet"].column {
		width: 75%!important;
	}

	.ui.column.grid>[class*="thirteen wide tablet"].column,.ui.grid>.column.row>[class*="thirteen wide tablet"].column,.ui.grid>.row>[class*="thirteen wide tablet"].column,.ui.grid>[class*="thirteen wide tablet"].column {
		width: 81.25%!important;
	}

	.ui.column.grid>[class*="fourteen wide tablet"].column,.ui.grid>.column.row>[class*="fourteen wide tablet"].column,.ui.grid>.row>[class*="fourteen wide tablet"].column,.ui.grid>[class*="fourteen wide tablet"].column {
		width: 87.5%!important;
	}

	.ui.column.grid>[class*="fifteen wide tablet"].column,.ui.grid>.column.row>[class*="fifteen wide tablet"].column,.ui.grid>.row>[class*="fifteen wide tablet"].column,.ui.grid>[class*="fifteen wide tablet"].column {
		width: 93.75%!important;
	}

	.ui.column.grid>[class*="sixteen wide tablet"].column,.ui.grid>.column.row>[class*="sixteen wide tablet"].column,.ui.grid>.row>[class*="sixteen wide tablet"].column,.ui.grid>[class*="sixteen wide tablet"].column {
		width: 100%!important;
	}
}

@media only screen and (min-width:992px) {
	.ui.column.grid>[class*="one wide computer"].column,.ui.grid>.column.row>[class*="one wide computer"].column,.ui.grid>.row>[class*="one wide computer"].column,.ui.grid>[class*="one wide computer"].column {
		width: 6.25%!important;
	}

	.ui.column.grid>[class*="two wide computer"].column,.ui.grid>.column.row>[class*="two wide computer"].column,.ui.grid>.row>[class*="two wide computer"].column,.ui.grid>[class*="two wide computer"].column {
		width: 12.5%!important;
	}

	.ui.column.grid>[class*="three wide computer"].column,.ui.grid>.column.row>[class*="three wide computer"].column,.ui.grid>.row>[class*="three wide computer"].column,.ui.grid>[class*="three wide computer"].column {
		width: 18.75%!important;
	}

	.ui.column.grid>[class*="four wide computer"].column,.ui.grid>.column.row>[class*="four wide computer"].column,.ui.grid>.row>[class*="four wide computer"].column,.ui.grid>[class*="four wide computer"].column {
		width: 25%!important;
	}

	.ui.column.grid>[class*="five wide computer"].column,.ui.grid>.column.row>[class*="five wide computer"].column,.ui.grid>.row>[class*="five wide computer"].column,.ui.grid>[class*="five wide computer"].column {
		width: 31.25%!important;
	}

	.ui.column.grid>[class*="six wide computer"].column,.ui.grid>.column.row>[class*="six wide computer"].column,.ui.grid>.row>[class*="six wide computer"].column,.ui.grid>[class*="six wide computer"].column {
		width: 37.5%!important;
	}

	.ui.column.grid>[class*="seven wide computer"].column,.ui.grid>.column.row>[class*="seven wide computer"].column,.ui.grid>.row>[class*="seven wide computer"].column,.ui.grid>[class*="seven wide computer"].column {
		width: 43.75%!important;
	}

	.ui.column.grid>[class*="eight wide computer"].column,.ui.grid>.column.row>[class*="eight wide computer"].column,.ui.grid>.row>[class*="eight wide computer"].column,.ui.grid>[class*="eight wide computer"].column {
		width: 50%!important;
	}

	.ui.column.grid>[class*="nine wide computer"].column,.ui.grid>.column.row>[class*="nine wide computer"].column,.ui.grid>.row>[class*="nine wide computer"].column,.ui.grid>[class*="nine wide computer"].column {
		width: 56.25%!important;
	}

	.ui.column.grid>[class*="ten wide computer"].column,.ui.grid>.column.row>[class*="ten wide computer"].column,.ui.grid>.row>[class*="ten wide computer"].column,.ui.grid>[class*="ten wide computer"].column {
		width: 62.5%!important;
	}

	.ui.column.grid>[class*="eleven wide computer"].column,.ui.grid>.column.row>[class*="eleven wide computer"].column,.ui.grid>.row>[class*="eleven wide computer"].column,.ui.grid>[class*="eleven wide computer"].column {
		width: 68.75%!important;
	}

	.ui.column.grid>[class*="twelve wide computer"].column,.ui.grid>.column.row>[class*="twelve wide computer"].column,.ui.grid>.row>[class*="twelve wide computer"].column,.ui.grid>[class*="twelve wide computer"].column {
		width: 75%!important;
	}

	.ui.column.grid>[class*="thirteen wide computer"].column,.ui.grid>.column.row>[class*="thirteen wide computer"].column,.ui.grid>.row>[class*="thirteen wide computer"].column,.ui.grid>[class*="thirteen wide computer"].column {
		width: 81.25%!important;
	}

	.ui.column.grid>[class*="fourteen wide computer"].column,.ui.grid>.column.row>[class*="fourteen wide computer"].column,.ui.grid>.row>[class*="fourteen wide computer"].column,.ui.grid>[class*="fourteen wide computer"].column {
		width: 87.5%!important;
	}

	.ui.column.grid>[class*="fifteen wide computer"].column,.ui.grid>.column.row>[class*="fifteen wide computer"].column,.ui.grid>.row>[class*="fifteen wide computer"].column,.ui.grid>[class*="fifteen wide computer"].column {
		width: 93.75%!important;
	}

	.ui.column.grid>[class*="sixteen wide computer"].column,.ui.grid>.column.row>[class*="sixteen wide computer"].column,.ui.grid>.row>[class*="sixteen wide computer"].column,.ui.grid>[class*="sixteen wide computer"].column {
		width: 100%!important;
	}
}

@media only screen and (min-width:1200px) and (max-width:1919px) {
	.ui.column.grid>[class*="one wide large screen"].column,.ui.grid>.column.row>[class*="one wide large screen"].column,.ui.grid>.row>[class*="one wide large screen"].column,.ui.grid>[class*="one wide large screen"].column {
		width: 6.25%!important;
	}

	.ui.column.grid>[class*="two wide large screen"].column,.ui.grid>.column.row>[class*="two wide large screen"].column,.ui.grid>.row>[class*="two wide large screen"].column,.ui.grid>[class*="two wide large screen"].column {
		width: 12.5%!important;
	}

	.ui.column.grid>[class*="three wide large screen"].column,.ui.grid>.column.row>[class*="three wide large screen"].column,.ui.grid>.row>[class*="three wide large screen"].column,.ui.grid>[class*="three wide large screen"].column {
		width: 18.75%!important;
	}

	.ui.column.grid>[class*="four wide large screen"].column,.ui.grid>.column.row>[class*="four wide large screen"].column,.ui.grid>.row>[class*="four wide large screen"].column,.ui.grid>[class*="four wide large screen"].column {
		width: 25%!important;
	}

	.ui.column.grid>[class*="five wide large screen"].column,.ui.grid>.column.row>[class*="five wide large screen"].column,.ui.grid>.row>[class*="five wide large screen"].column,.ui.grid>[class*="five wide large screen"].column {
		width: 31.25%!important;
	}

	.ui.column.grid>[class*="six wide large screen"].column,.ui.grid>.column.row>[class*="six wide large screen"].column,.ui.grid>.row>[class*="six wide large screen"].column,.ui.grid>[class*="six wide large screen"].column {
		width: 37.5%!important;
	}

	.ui.column.grid>[class*="seven wide large screen"].column,.ui.grid>.column.row>[class*="seven wide large screen"].column,.ui.grid>.row>[class*="seven wide large screen"].column,.ui.grid>[class*="seven wide large screen"].column {
		width: 43.75%!important;
	}

	.ui.column.grid>[class*="eight wide large screen"].column,.ui.grid>.column.row>[class*="eight wide large screen"].column,.ui.grid>.row>[class*="eight wide large screen"].column,.ui.grid>[class*="eight wide large screen"].column {
		width: 50%!important;
	}

	.ui.column.grid>[class*="nine wide large screen"].column,.ui.grid>.column.row>[class*="nine wide large screen"].column,.ui.grid>.row>[class*="nine wide large screen"].column,.ui.grid>[class*="nine wide large screen"].column {
		width: 56.25%!important;
	}

	.ui.column.grid>[class*="ten wide large screen"].column,.ui.grid>.column.row>[class*="ten wide large screen"].column,.ui.grid>.row>[class*="ten wide large screen"].column,.ui.grid>[class*="ten wide large screen"].column {
		width: 62.5%!important;
	}

	.ui.column.grid>[class*="eleven wide large screen"].column,.ui.grid>.column.row>[class*="eleven wide large screen"].column,.ui.grid>.row>[class*="eleven wide large screen"].column,.ui.grid>[class*="eleven wide large screen"].column {
		width: 68.75%!important;
	}

	.ui.column.grid>[class*="twelve wide large screen"].column,.ui.grid>.column.row>[class*="twelve wide large screen"].column,.ui.grid>.row>[class*="twelve wide large screen"].column,.ui.grid>[class*="twelve wide large screen"].column {
		width: 75%!important;
	}

	.ui.column.grid>[class*="thirteen wide large screen"].column,.ui.grid>.column.row>[class*="thirteen wide large screen"].column,.ui.grid>.row>[class*="thirteen wide large screen"].column,.ui.grid>[class*="thirteen wide large screen"].column {
		width: 81.25%!important;
	}

	.ui.column.grid>[class*="fourteen wide large screen"].column,.ui.grid>.column.row>[class*="fourteen wide large screen"].column,.ui.grid>.row>[class*="fourteen wide large screen"].column,.ui.grid>[class*="fourteen wide large screen"].column {
		width: 87.5%!important;
	}

	.ui.column.grid>[class*="fifteen wide large screen"].column,.ui.grid>.column.row>[class*="fifteen wide large screen"].column,.ui.grid>.row>[class*="fifteen wide large screen"].column,.ui.grid>[class*="fifteen wide large screen"].column {
		width: 93.75%!important;
	}

	.ui.column.grid>[class*="sixteen wide large screen"].column,.ui.grid>.column.row>[class*="sixteen wide large screen"].column,.ui.grid>.row>[class*="sixteen wide large screen"].column,.ui.grid>[class*="sixteen wide large screen"].column {
		width: 100%!important;
	}
}

@media only screen and (min-width:1920px) {
	.ui.column.grid>[class*="one wide widescreen"].column,.ui.grid>.column.row>[class*="one wide widescreen"].column,.ui.grid>.row>[class*="one wide widescreen"].column,.ui.grid>[class*="one wide widescreen"].column {
		width: 6.25%!important;
	}

	.ui.column.grid>[class*="two wide widescreen"].column,.ui.grid>.column.row>[class*="two wide widescreen"].column,.ui.grid>.row>[class*="two wide widescreen"].column,.ui.grid>[class*="two wide widescreen"].column {
		width: 12.5%!important;
	}

	.ui.column.grid>[class*="three wide widescreen"].column,.ui.grid>.column.row>[class*="three wide widescreen"].column,.ui.grid>.row>[class*="three wide widescreen"].column,.ui.grid>[class*="three wide widescreen"].column {
		width: 18.75%!important;
	}

	.ui.column.grid>[class*="four wide widescreen"].column,.ui.grid>.column.row>[class*="four wide widescreen"].column,.ui.grid>.row>[class*="four wide widescreen"].column,.ui.grid>[class*="four wide widescreen"].column {
		width: 25%!important;
	}

	.ui.column.grid>[class*="five wide widescreen"].column,.ui.grid>.column.row>[class*="five wide widescreen"].column,.ui.grid>.row>[class*="five wide widescreen"].column,.ui.grid>[class*="five wide widescreen"].column {
		width: 31.25%!important;
	}

	.ui.column.grid>[class*="six wide widescreen"].column,.ui.grid>.column.row>[class*="six wide widescreen"].column,.ui.grid>.row>[class*="six wide widescreen"].column,.ui.grid>[class*="six wide widescreen"].column {
		width: 37.5%!important;
	}

	.ui.column.grid>[class*="seven wide widescreen"].column,.ui.grid>.column.row>[class*="seven wide widescreen"].column,.ui.grid>.row>[class*="seven wide widescreen"].column,.ui.grid>[class*="seven wide widescreen"].column {
		width: 43.75%!important;
	}

	.ui.column.grid>[class*="eight wide widescreen"].column,.ui.grid>.column.row>[class*="eight wide widescreen"].column,.ui.grid>.row>[class*="eight wide widescreen"].column,.ui.grid>[class*="eight wide widescreen"].column {
		width: 50%!important;
	}

	.ui.column.grid>[class*="nine wide widescreen"].column,.ui.grid>.column.row>[class*="nine wide widescreen"].column,.ui.grid>.row>[class*="nine wide widescreen"].column,.ui.grid>[class*="nine wide widescreen"].column {
		width: 56.25%!important;
	}

	.ui.column.grid>[class*="ten wide widescreen"].column,.ui.grid>.column.row>[class*="ten wide widescreen"].column,.ui.grid>.row>[class*="ten wide widescreen"].column,.ui.grid>[class*="ten wide widescreen"].column {
		width: 62.5%!important;
	}

	.ui.column.grid>[class*="eleven wide widescreen"].column,.ui.grid>.column.row>[class*="eleven wide widescreen"].column,.ui.grid>.row>[class*="eleven wide widescreen"].column,.ui.grid>[class*="eleven wide widescreen"].column {
		width: 68.75%!important;
	}

	.ui.column.grid>[class*="twelve wide widescreen"].column,.ui.grid>.column.row>[class*="twelve wide widescreen"].column,.ui.grid>.row>[class*="twelve wide widescreen"].column,.ui.grid>[class*="twelve wide widescreen"].column {
		width: 75%!important;
	}

	.ui.column.grid>[class*="thirteen wide widescreen"].column,.ui.grid>.column.row>[class*="thirteen wide widescreen"].column,.ui.grid>.row>[class*="thirteen wide widescreen"].column,.ui.grid>[class*="thirteen wide widescreen"].column {
		width: 81.25%!important;
	}

	.ui.column.grid>[class*="fourteen wide widescreen"].column,.ui.grid>.column.row>[class*="fourteen wide widescreen"].column,.ui.grid>.row>[class*="fourteen wide widescreen"].column,.ui.grid>[class*="fourteen wide widescreen"].column {
		width: 87.5%!important;
	}

	.ui.column.grid>[class*="fifteen wide widescreen"].column,.ui.grid>.column.row>[class*="fifteen wide widescreen"].column,.ui.grid>.row>[class*="fifteen wide widescreen"].column,.ui.grid>[class*="fifteen wide widescreen"].column {
		width: 93.75%!important;
	}

	.ui.column.grid>[class*="sixteen wide widescreen"].column,.ui.grid>.column.row>[class*="sixteen wide widescreen"].column,.ui.grid>.row>[class*="sixteen wide widescreen"].column,.ui.grid>[class*="sixteen wide widescreen"].column {
		width: 100%!important;
	}
}

.ui.centered.grid,.ui.centered.grid>.row,.ui.grid>.centered.row {
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ui.centered.grid>.column:not(.aligned):not(.justified):not(.row),.ui.centered.grid>.row>.column:not(.aligned):not(.justified),.ui.grid .centered.row>.column:not(.aligned):not(.justified) {
	text-align: left;
}

.ui.grid>.centered.column,.ui.grid>.row>.centered.column {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.ui.grid>.relaxed.row>.column,.ui.relaxed.grid>.column:not(.row),.ui.relaxed.grid>.row>.column {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.ui.grid>[class*="very relaxed"].row>.column,.ui[class*="very relaxed"].grid>.column:not(.row),.ui[class*="very relaxed"].grid>.row>.column {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.ui.grid .relaxed.row+.ui.divider,.ui.relaxed.grid .row+.ui.divider {
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}

.ui.grid [class*="very relaxed"].row+.ui.divider,.ui[class*="very relaxed"].grid .row+.ui.divider {
	margin-left: 2.5rem;
	margin-right: 2.5rem;
}

.ui.padded.grid:not(.vertically):not(.horizontally) {
	margin: 0!important;
}

[class*="horizontally padded"].ui.grid {
	margin-left: 0!important;
	margin-right: 0!important;
}

.ui.centered.ad,.ui.grid [class*="right floated"].column {
	margin-left: auto;
}

.ui.centered.ad,.ui.grid [class*="left floated"].column {
	margin-right: auto;
}

[class*="vertically padded"].ui.grid {
	margin-top: 0!important;
	margin-bottom: 0!important;
}

.ui.divided.grid:not([class*="vertically divided"])>.column:not(.row),.ui.divided.grid:not([class*="vertically divided"])>.row>.column {
	-webkit-box-shadow: -1px 0 0 0 rgba(34,36,38,.15);
	box-shadow: -1px 0 0 0 rgba(34,36,38,.15);
}

.ui[class*="vertically divided"].grid>.column:not(.row),.ui[class*="vertically divided"].grid>.row>.column {
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding-top: 0;
	padding-bottom: 0;
}

.ui[class*="vertically divided"].grid>.row {
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
}

.ui.divided.grid:not([class*="vertically divided"])>.column:first-child,.ui.divided.grid:not([class*="vertically divided"])>.row>.column:first-child {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ui[class*="vertically divided"].grid>.row:first-child>.column {
	margin-top: 0;
}

.ui.grid>.divided.row>.column {
	-webkit-box-shadow: -1px 0 0 0 rgba(34,36,38,.15);
	box-shadow: -1px 0 0 0 rgba(34,36,38,.15);
}

.ui.grid>.divided.row>.column:first-child {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ui[class*="vertically divided"].grid>.row:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: calc(100% - 2rem);
	height: 1px;
	margin: 0 1rem;
	-webkit-box-shadow: 0 -1px 0 0 rgba(34,36,38,.15);
	box-shadow: 0 -1px 0 0 rgba(34,36,38,.15);
}

.ui.padded.divided.grid:not(.vertically):not(.horizontally),[class*="horizontally padded"].ui.divided.grid {
	width: 100%;
}

.ui[class*="vertically divided"].grid>.row:first-child:before {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ui.inverted.divided.grid:not([class*="vertically divided"])>.column:not(.row),.ui.inverted.divided.grid:not([class*="vertically divided"])>.row>.column {
	-webkit-box-shadow: -1px 0 0 0 rgba(255,255,255,.1);
	box-shadow: -1px 0 0 0 rgba(255,255,255,.1);
}

.ui.inverted.divided.grid:not([class*="vertically divided"])>.column:not(.row):first-child,.ui.inverted.divided.grid:not([class*="vertically divided"])>.row>.column:first-child {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ui.inverted[class*="vertically divided"].grid>.row:before {
	-webkit-box-shadow: 0 -1px 0 0 rgba(255,255,255,.1);
	box-shadow: 0 -1px 0 0 rgba(255,255,255,.1);
}

.ui.relaxed[class*="vertically divided"].grid>.row:before {
	margin-left: 1.5rem;
	margin-right: 1.5rem;
	width: calc(100% - 3rem);
}

.ui[class*="very relaxed"][class*="vertically divided"].grid>.row:before {
	margin-left: 5rem;
	margin-right: 5rem;
	width: calc(100% - 5rem);
}

.ui.celled.grid {
	width: 100%;
	margin: 1em 0;
	-webkit-box-shadow: 0 0 0 1px #D4D4D5;
	box-shadow: 0 0 0 1px #D4D4D5;
}

.ui.celled.grid>.row {
	width: 100%!important;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: 0 -1px 0 0 #D4D4D5;
	box-shadow: 0 -1px 0 0 #D4D4D5;
}

.ui.celled.grid>.column:not(.row),.ui.celled.grid>.row>.column {
	-webkit-box-shadow: -1px 0 0 0 #D4D4D5;
	box-shadow: -1px 0 0 0 #D4D4D5;
	padding: 1em;
}

.ui.celled.grid>.column:first-child,.ui.celled.grid>.row>.column:first-child {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ui.relaxed.celled.grid>.column:not(.row),.ui.relaxed.celled.grid>.row>.column {
	padding: 1.5em;
}

.ui[class*="very relaxed"].celled.grid>.column:not(.row),.ui[class*="very relaxed"].celled.grid>.row>.column {
	padding: 2em;
}

.ui[class*="internally celled"].grid {
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
}

.ui[class*="internally celled"].grid>.row:first-child,.ui[class*="internally celled"].grid>.row>.column:first-child {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ui.grid>.row>[class*="top aligned"].column,.ui.grid>[class*="top aligned"].column:not(.row),.ui.grid>[class*="top aligned"].row>.column,.ui[class*="top aligned"].grid>.column:not(.row),.ui[class*="top aligned"].grid>.row>.column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	vertical-align: top;
	-ms-flex-item-align: start!important;
	align-self: flex-start!important;
}

.ui.grid>.row>[class*="middle aligned"].column,.ui.grid>[class*="middle aligned"].column:not(.row),.ui.grid>[class*="middle aligned"].row>.column,.ui[class*="middle aligned"].grid>.column:not(.row),.ui[class*="middle aligned"].grid>.row>.column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	vertical-align: middle;
	-ms-flex-item-align: center!important;
	align-self: center!important;
}

.ui.grid>.row>[class*="bottom aligned"].column,.ui.grid>[class*="bottom aligned"].column:not(.row),.ui.grid>[class*="bottom aligned"].row>.column,.ui[class*="bottom aligned"].grid>.column:not(.row),.ui[class*="bottom aligned"].grid>.row>.column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	vertical-align: bottom;
	-ms-flex-item-align: end!important;
	align-self: flex-end!important;
}

.ui.grid>.row>.stretched.column,.ui.grid>.stretched.column:not(.row),.ui.grid>.stretched.row>.column,.ui.stretched.grid>.column,.ui.stretched.grid>.row>.column {
	display: -webkit-inline-box!important;
	display: -ms-inline-flexbox!important;
	display: inline-flex!important;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.ui.grid>.row>.stretched.column>*,.ui.grid>.stretched.column:not(.row)>*,.ui.grid>.stretched.row>.column>*,.ui.stretched.grid>.column>*,.ui.stretched.grid>.row>.column>* {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.ui.grid>.row>[class*="left aligned"].column.column,.ui.grid>[class*="left aligned"].column.column,.ui.grid>[class*="left aligned"].row>.column,.ui[class*="left aligned"].grid>.column,.ui[class*="left aligned"].grid>.row>.column {
	text-align: left;
	-ms-flex-item-align: inherit;
	align-self: inherit;
}

.ui.grid>.row>[class*="center aligned"].column.column,.ui.grid>[class*="center aligned"].column.column,.ui.grid>[class*="center aligned"].row>.column,.ui[class*="center aligned"].grid>.column,.ui[class*="center aligned"].grid>.row>.column {
	text-align: center;
	-ms-flex-item-align: inherit;
	align-self: inherit;
}

.ui[class*="center aligned"].grid {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ui.grid>.row>[class*="right aligned"].column.column,.ui.grid>[class*="right aligned"].column.column,.ui.grid>[class*="right aligned"].row>.column,.ui[class*="right aligned"].grid>.column,.ui[class*="right aligned"].grid>.row>.column {
	text-align: right;
	-ms-flex-item-align: inherit;
	align-self: inherit;
}

.ui.grid>.justified.column.column,.ui.grid>.justified.row>.column,.ui.grid>.row>.justified.column.column,.ui.justified.grid>.column,.ui.justified.grid>.row>.column {
	text-align: justify;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.ui.grid>.row>.black.column,.ui.grid>.row>.blue.column,.ui.grid>.row>.brown.column,.ui.grid>.row>.green.column,.ui.grid>.row>.grey.column,.ui.grid>.row>.olive.column,.ui.grid>.row>.orange.column,.ui.grid>.row>.pink.column,.ui.grid>.row>.purple.column,.ui.grid>.row>.red.column,.ui.grid>.row>.teal.column,.ui.grid>.row>.violet.column,.ui.grid>.row>.yellow.column {
	margin-top: -1rem;
	margin-bottom: -1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.ui.grid>.red.column,.ui.grid>.red.row,.ui.grid>.row>.red.column {
	background-color: #DB2828!important;
	color: #FFF;
}

.ui.grid>.orange.column,.ui.grid>.orange.row,.ui.grid>.row>.orange.column {
	background-color: #F2711C!important;
	color: #FFF;
}

.ui.grid>.row>.yellow.column,.ui.grid>.yellow.column,.ui.grid>.yellow.row {
	background-color: #FBBD08!important;
	color: #FFF;
}

.ui.grid>.olive.column,.ui.grid>.olive.row,.ui.grid>.row>.olive.column {
	background-color: #B5CC18!important;
	color: #FFF;
}

.ui.grid>.green.column,.ui.grid>.green.row,.ui.grid>.row>.green.column {
	background-color: #21BA45!important;
	color: #FFF;
}

.ui.grid>.row>.teal.column,.ui.grid>.teal.column,.ui.grid>.teal.row {
	background-color: #00B5AD!important;
	color: #FFF;
}

.ui.grid>.blue.column,.ui.grid>.blue.row,.ui.grid>.row>.blue.column {
	background-color: #2185D0!important;
	color: #FFF;
}

.ui.grid>.row>.violet.column,.ui.grid>.violet.column,.ui.grid>.violet.row {
	background-color: #6435C9!important;
	color: #FFF;
}

.ui.grid>.purple.column,.ui.grid>.purple.row,.ui.grid>.row>.purple.column {
	background-color: #A333C8!important;
	color: #FFF;
}

.ui.grid>.pink.column,.ui.grid>.pink.row,.ui.grid>.row>.pink.column {
	background-color: #E03997!important;
	color: #FFF;
}

.ui.grid>.brown.column,.ui.grid>.brown.row,.ui.grid>.row>.brown.column {
	background-color: #A5673F!important;
	color: #FFF;
}

.ui.grid>.grey.column,.ui.grid>.grey.row,.ui.grid>.row>.grey.column {
	background-color: #767676!important;
	color: #FFF;
}

.ui.grid>.black.column,.ui.grid>.black.row,.ui.grid>.row>.black.column {
	background-color: #1B1C1D!important;
	color: #FFF;
}

.ui.grid>[class*="equal width"].row>.column,.ui[class*="equal width"].grid>.column:not(.row),.ui[class*="equal width"].grid>.row>.column {
	display: inline-block;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.ui.grid>[class*="equal width"].row>.wide.column,.ui[class*="equal width"].grid>.row>.wide.column,.ui[class*="equal width"].grid>.wide.column {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}

@media only screen and (max-width:767px) {
	.ui.grid>[class*="mobile reversed"].row,.ui[class*="mobile reversed"].grid,.ui[class*="mobile reversed"].grid>.row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.ui.stackable[class*="mobile reversed"],.ui[class*="mobile vertically reversed"].grid {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"])>.column:first-child,.ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:first-child {
		-webkit-box-shadow: -1px 0 0 0 rgba(34,36,38,.15);
		box-shadow: -1px 0 0 0 rgba(34,36,38,.15);
	}

	.ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"])>.column:last-child,.ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:last-child {
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.ui.grid[class*="vertically divided"][class*="mobile vertically reversed"]>.row:first-child:before {
		-webkit-box-shadow: 0 -1px 0 0 rgba(34,36,38,.15);
		box-shadow: 0 -1px 0 0 rgba(34,36,38,.15);
	}

	.ui.grid[class*="vertically divided"][class*="mobile vertically reversed"]>.row:last-child:before {
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.ui[class*="mobile reversed"].celled.grid>.row>.column:first-child {
		-webkit-box-shadow: -1px 0 0 0 #D4D4D5;
		box-shadow: -1px 0 0 0 #D4D4D5;
	}

	.ui[class*="mobile reversed"].celled.grid>.row>.column:last-child {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.ui.grid>[class*="tablet reversed"].row,.ui[class*="tablet reversed"].grid,.ui[class*="tablet reversed"].grid>.row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.ui[class*="tablet vertically reversed"].grid {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"])>.column:first-child,.ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:first-child {
		-webkit-box-shadow: -1px 0 0 0 rgba(34,36,38,.15);
		box-shadow: -1px 0 0 0 rgba(34,36,38,.15);
	}

	.ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"])>.column:last-child,.ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:last-child {
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.ui.grid[class*="vertically divided"][class*="tablet vertically reversed"]>.row:first-child:before {
		-webkit-box-shadow: 0 -1px 0 0 rgba(34,36,38,.15);
		box-shadow: 0 -1px 0 0 rgba(34,36,38,.15);
	}

	.ui.grid[class*="vertically divided"][class*="tablet vertically reversed"]>.row:last-child:before {
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.ui[class*="tablet reversed"].celled.grid>.row>.column:first-child {
		-webkit-box-shadow: -1px 0 0 0 #D4D4D5;
		box-shadow: -1px 0 0 0 #D4D4D5;
	}

	.ui[class*="tablet reversed"].celled.grid>.row>.column:last-child {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

@media only screen and (min-width:992px) {
	.ui.grid>[class*="computer reversed"].row,.ui[class*="computer reversed"].grid,.ui[class*="computer reversed"].grid>.row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.ui[class*="computer vertically reversed"].grid {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"])>.column:first-child,.ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:first-child {
		-webkit-box-shadow: -1px 0 0 0 rgba(34,36,38,.15);
		box-shadow: -1px 0 0 0 rgba(34,36,38,.15);
	}

	.ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"])>.column:last-child,.ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:last-child {
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.ui.grid[class*="vertically divided"][class*="computer vertically reversed"]>.row:first-child:before {
		-webkit-box-shadow: 0 -1px 0 0 rgba(34,36,38,.15);
		box-shadow: 0 -1px 0 0 rgba(34,36,38,.15);
	}

	.ui.grid[class*="vertically divided"][class*="computer vertically reversed"]>.row:last-child:before {
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.ui[class*="computer reversed"].celled.grid>.row>.column:first-child {
		-webkit-box-shadow: -1px 0 0 0 #D4D4D5;
		box-shadow: -1px 0 0 0 #D4D4D5;
	}

	.ui[class*="computer reversed"].celled.grid>.row>.column:last-child {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.ui.doubling.grid {
		width: auto;
	}

	.ui.doubling.grid>.row,.ui.grid>.doubling.row {
		margin: 0!important;
		padding: 0!important;
	}

	.ui.doubling.grid>.row>.column,.ui.grid>.doubling.row>.column {
		display: inline-block!important;
		padding-top: 1rem!important;
		padding-bottom: 1rem!important;
		-webkit-box-shadow: none!important;
		box-shadow: none!important;
		margin: 0;
	}

	.ui.grid>[class*="two column"].doubling.row.row>.column,.ui[class*="two column"].doubling.grid>.column:not(.row),.ui[class*="two column"].doubling.grid>.row>.column {
		width: 100%!important;
	}

	.ui.grid>[class*="three column"].doubling.row.row>.column,.ui.grid>[class*="four column"].doubling.row.row>.column,.ui[class*="three column"].doubling.grid>.column:not(.row),.ui[class*="three column"].doubling.grid>.row>.column,.ui[class*="four column"].doubling.grid>.column:not(.row),.ui[class*="four column"].doubling.grid>.row>.column {
		width: 50%!important;
	}

	.ui.grid>[class*="five column"].doubling.row.row>.column,.ui.grid>[class*="six column"].doubling.row.row>.column,.ui.grid>[class*="seven column"].doubling.row.row>.column,.ui[class*="five column"].doubling.grid>.column:not(.row),.ui[class*="five column"].doubling.grid>.row>.column,.ui[class*="six column"].doubling.grid>.column:not(.row),.ui[class*="six column"].doubling.grid>.row>.column,.ui[class*="seven column"].doubling.grid>.column:not(.row),.ui[class*="seven column"].doubling.grid>.row>.column {
		width: 33.33333333%!important;
	}

	.ui.grid>[class*="eight column"].doubling.row.row>.column,.ui.grid>[class*="nine column"].doubling.row.row>.column,.ui[class*="eight column"].doubling.grid>.column:not(.row),.ui[class*="eight column"].doubling.grid>.row>.column,.ui[class*="nine column"].doubling.grid>.column:not(.row),.ui[class*="nine column"].doubling.grid>.row>.column {
		width: 25%!important;
	}

	.ui.grid>[class*="ten column"].doubling.row.row>.column,.ui.grid>[class*="eleven column"].doubling.row.row>.column,.ui[class*="ten column"].doubling.grid>.column:not(.row),.ui[class*="ten column"].doubling.grid>.row>.column,.ui[class*="eleven column"].doubling.grid>.column:not(.row),.ui[class*="eleven column"].doubling.grid>.row>.column {
		width: 20%!important;
	}

	.ui.grid>[class*="twelve column"].doubling.row.row>.column,.ui.grid>[class*="thirteen column"].doubling.row.row>.column,.ui[class*="twelve column"].doubling.grid>.column:not(.row),.ui[class*="twelve column"].doubling.grid>.row>.column,.ui[class*="thirteen column"].doubling.grid>.column:not(.row),.ui[class*="thirteen column"].doubling.grid>.row>.column {
		width: 16.66666667%!important;
	}

	.ui.grid>[class*="fourteen column"].doubling.row.row>.column,.ui.grid>[class*="fifteen column"].doubling.row.row>.column,.ui[class*="fourteen column"].doubling.grid>.column:not(.row),.ui[class*="fourteen column"].doubling.grid>.row>.column,.ui[class*="fifteen column"].doubling.grid>.column:not(.row),.ui[class*="fifteen column"].doubling.grid>.row>.column {
		width: 14.28571429%!important;
	}

	.ui.grid>[class*="sixteen column"].doubling.row.row>.column,.ui[class*="sixteen column"].doubling.grid>.column:not(.row),.ui[class*="sixteen column"].doubling.grid>.row>.column {
		width: 12.5%!important;
	}

	.ui.grid.grid.grid>.row>[class*="computer only"].column:not(.tablet),.ui.grid.grid.grid>.row>[class*="large screen only"].column:not(.mobile),.ui.grid.grid.grid>.row>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>.row>[class*="mobile only"].column:not(.tablet),.ui.grid.grid.grid>[class*="computer only"].column:not(.tablet),.ui.grid.grid.grid>[class*="computer only"].row:not(.tablet),.ui.grid.grid.grid>[class*="large screen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="large screen only"].row:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].row:not(.mobile),.ui.grid.grid.grid>[class*="mobile only"].column:not(.tablet),.ui.grid.grid.grid>[class*="mobile only"].row:not(.tablet),.ui[class*="computer only"].grid.grid.grid:not(.tablet),.ui[class*="large screen only"].grid.grid.grid:not(.mobile),.ui[class*="widescreen only"].grid.grid.grid:not(.mobile),.ui[class*="mobile only"].grid.grid.grid:not(.tablet) {
		display: none!important;
	}
}

@media only screen and (max-width:767px) {
	.ui.doubling.grid>.row,.ui.grid>.doubling.row {
		margin: 0!important;
		padding: 0!important;
	}

	.ui.doubling.grid>.row>.column,.ui.grid>.doubling.row>.column {
		padding-top: 1rem!important;
		padding-bottom: 1rem!important;
		margin: 0!important;
		-webkit-box-shadow: none!important;
		box-shadow: none!important;
	}

	.ui.grid>[class*="two column"].doubling:not(.stackable).row.row>.column,.ui[class*="two column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="two column"].doubling:not(.stackable).grid>.row>.column {
		width: 100%!important;
	}

	.ui.grid>[class*="three column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="four column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="five column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="six column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="seven column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="eight column"].doubling:not(.stackable).row.row>.column,.ui[class*="three column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="three column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="four column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="four column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="five column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="five column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="six column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="six column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="seven column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="seven column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="eight column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="eight column"].doubling:not(.stackable).grid>.row>.column {
		width: 50%!important;
	}

	.ui.grid>[class*="nine column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="ten column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="eleven column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="twelve column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="thirteen column"].doubling:not(.stackable).row.row>.column,.ui[class*="nine column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="nine column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="ten column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="ten column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="eleven column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="eleven column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="twelve column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="twelve column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="thirteen column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="thirteen column"].doubling:not(.stackable).grid>.row>.column {
		width: 33.33333333%!important;
	}

	.ui.grid>[class*="fourteen column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="fifteen column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="sixteen column"].doubling:not(.stackable).row.row>.column,.ui[class*="fourteen column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="fourteen column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="fifteen column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="fifteen column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="sixteen column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="sixteen column"].doubling:not(.stackable).grid>.row>.column {
		width: 25%!important;
	}

	.ui.stackable.grid {
		width: auto;
		margin-left: 0!important;
		margin-right: 0!important;
	}

	.ui.grid>.stackable.stackable.row>.column,.ui.stackable.grid>.column.grid>.column,.ui.stackable.grid>.column.row>.column,.ui.stackable.grid>.column:not(.row),.ui.stackable.grid>.row>.column,.ui.stackable.grid>.row>.wide.column,.ui.stackable.grid>.wide.column {
		width: 100%!important;
		margin: 0!important;
		-webkit-box-shadow: none!important;
		box-shadow: none!important;
		padding: 1rem!important;
	}

	.ui.stackable.grid:not(.vertically)>.row {
		margin: 0;
		padding: 0;
	}

	.ui.container>.ui.stackable.grid>.column,.ui.container>.ui.stackable.grid>.row>.column,.ui.stackable.divided:not(.vertically).grid>.column:not(.row),.ui.stackable.divided:not(.vertically).grid>.row>.column {
		padding-left: 0!important;
		padding-right: 0!important;
	}

	.ui.grid .ui.stackable.grid,.ui.segment:not(.vertical) .ui.stackable.page.grid {
		margin-left: -1rem!important;
		margin-right: -1rem!important;
	}

	.ui.stackable.celled.grid>.column:not(.row):first-child,.ui.stackable.celled.grid>.row:first-child>.column:first-child,.ui.stackable.divided.grid>.column:not(.row):first-child,.ui.stackable.divided.grid>.row:first-child>.column:first-child {
		border-top: none!important;
	}

	.ui.inverted.stackable.celled.grid>.column:not(.row),.ui.inverted.stackable.celled.grid>.row>.column,.ui.inverted.stackable.divided.grid>.column:not(.row),.ui.inverted.stackable.divided.grid>.row>.column {
		border-top: 1px solid rgba(255,255,255,.1);
	}

	.ui.stackable.celled.grid>.column:not(.row),.ui.stackable.celled.grid>.row>.column,.ui.stackable.divided:not(.vertically).grid>.column:not(.row),.ui.stackable.divided:not(.vertically).grid>.row>.column {
		border-top: 1px solid rgba(34,36,38,.15);
		-webkit-box-shadow: none!important;
		box-shadow: none!important;
		padding-top: 2rem!important;
		padding-bottom: 2rem!important;
	}

	.ui.stackable.celled.grid>.row {
		-webkit-box-shadow: none!important;
		box-shadow: none!important;
	}

	.ui.grid.grid.grid>.row>[class*="tablet only"].column:not(.mobile),.ui.grid.grid.grid>.row>[class*="computer only"].column:not(.mobile),.ui.grid.grid.grid>.row>[class*="large screen only"].column:not(.mobile),.ui.grid.grid.grid>.row>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="tablet only"].column:not(.mobile),.ui.grid.grid.grid>[class*="tablet only"].row:not(.mobile),.ui.grid.grid.grid>[class*="computer only"].column:not(.mobile),.ui.grid.grid.grid>[class*="computer only"].row:not(.mobile),.ui.grid.grid.grid>[class*="large screen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="large screen only"].row:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].row:not(.mobile),.ui[class*="tablet only"].grid.grid.grid:not(.mobile),.ui[class*="computer only"].grid.grid.grid:not(.mobile),.ui[class*="large screen only"].grid.grid.grid:not(.mobile),.ui[class*="widescreen only"].grid.grid.grid:not(.mobile) {
		display: none!important;
	}
}

.ui.menu,.ui.table {
	border: 1px solid rgba(34,36,38,.15);
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.ui.grid.grid.grid>.row>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>.row>[class*="large screen only"].column:not(.mobile),.ui.grid.grid.grid>.row>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>.row>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].row:not(.computer),.ui.grid.grid.grid>[class*="large screen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="large screen only"].row:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].row:not(.mobile),.ui.grid.grid.grid>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>[class*="mobile only"].row:not(.computer),.ui[class*="tablet only"].grid.grid.grid:not(.computer),.ui[class*="large screen only"].grid.grid.grid:not(.mobile),.ui[class*="widescreen only"].grid.grid.grid:not(.mobile),.ui[class*="mobile only"].grid.grid.grid:not(.computer) {
		display: none!important;
	}
}

@media only screen and (min-width:1200px) and (max-width:1919px) {
	.ui.grid.grid.grid>.row>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>.row>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>.row>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].row:not(.computer),.ui.grid.grid.grid>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].row:not(.mobile),.ui.grid.grid.grid>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>[class*="mobile only"].row:not(.computer),.ui[class*="tablet only"].grid.grid.grid:not(.computer),.ui[class*="widescreen only"].grid.grid.grid:not(.mobile),.ui[class*="mobile only"].grid.grid.grid:not(.computer) {
		display: none!important;
	}
}

@media only screen and (min-width:1920px) {
	.ui.grid.grid.grid>.row>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>.row>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].row:not(.computer),.ui.grid.grid.grid>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>[class*="mobile only"].row:not(.computer),.ui[class*="tablet only"].grid.grid.grid:not(.computer),.ui[class*="mobile only"].grid.grid.grid:not(.computer) {
		display: none!important;
	}
}

.ui.menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 1rem 0;
	font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
	background: #FFF;
	font-weight: 400;
	-webkit-box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
	box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
	border-radius: .28571429rem;
	min-height: 2.85714286em;
}

.ui.menu .item>p:first-child,.ui.menu:first-child {
	margin-top: 0;
}

.ui.menu .item>p:last-child,.ui.menu:last-child {
	margin-bottom: 0;
}

.ui.menu:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.ui.menu .menu {
	margin: 0;
}

.ui.menu:not(.vertical)>.menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ui.menu:not(.vertical) .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ui.menu .item {
	position: relative;
	vertical-align: middle;
	line-height: 1;
	text-decoration: none;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: 0 0;
	padding: .92857143em 1.14285714em;
	text-transform: none;
	color: rgba(0,0,0,.87);
	font-weight: 400;
	-webkit-transition: background .1s ease,color .1s ease,-webkit-box-shadow .1s ease;
	transition: background .1s ease,color .1s ease,-webkit-box-shadow .1s ease;
	transition: background .1s ease,box-shadow .1s ease,color .1s ease;
	transition: background .1s ease,box-shadow .1s ease,color .1s ease,-webkit-box-shadow .1s ease;
}

.ui.menu .item:before,.ui.vertical.menu .item:before {
	position: absolute;
	background: rgba(34,36,38,.1);
	content: '';
}

.ui.menu>.item:first-child {
	border-radius: .28571429rem 0 0 .28571429rem;
}

.ui.menu .item:before {
	top: 0;
	right: 0;
	height: 100%;
	width: 1px;
}

.ui.item.menu .dropdown .menu .item,.ui.menu .item>.input {
	width: 100%;
}

.ui.menu .item>a:not(.ui),.ui.menu .item>p:only-child,.ui.menu .text.item>* {
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
	line-height: 1.3;
}

.ui.menu .item>i.icon {
	opacity: .9;
	float: none;
	margin: 0 .35714286em 0 0;
}

.ui.menu:not(.vertical) .item>.button,.ui.menu:not(.vertical) .item>.input {
	position: relative;
	margin: -.5em 0;
	top: 0;
}

.ui.menu:not(.vertical) .item>.button {
	padding-bottom: .78571429em;
	padding-top: .78571429em;
	font-size: 1em;
}

.ui.menu>.container,.ui.menu>.grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: inherit;
	-ms-flex-align: inherit;
	align-items: inherit;
	-webkit-box-orient: inherit;
	-webkit-box-direction: inherit;
	-ms-flex-direction: inherit;
	flex-direction: inherit;
}

.ui.menu .item>.input input {
	font-size: 1em;
	padding-top: .57142857em;
	padding-bottom: .57142857em;
}

.ui.menu .header.item,.ui.vertical.menu .header.item {
	margin: 0;
	background: 0 0;
	text-transform: normal;
	font-weight: 700;
}

.ui.vertical.menu .item>.header:not(.ui) {
	margin: 0 0 .5em;
	font-size: 1em;
	font-weight: 700;
}

.ui.menu .item>i.dropdown.icon {
	padding: 0;
	float: right;
	margin: 0 0 0 1em;
}

.ui.menu .dropdown.item .menu {
	min-width: calc(100% - 1px);
	border-radius: 0 0 .28571429rem .28571429rem;
	background: #FFF;
	margin: 0;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.08);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.08);
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: normal!important;
	-ms-flex-direction: column!important;
	flex-direction: column!important;
}

.ui.menu .ui.dropdown .menu>.item {
	margin: 0;
	text-align: left;
	font-size: 1em!important;
	padding: .78571429em 1.14285714em!important;
	background: 0 0!important;
	color: rgba(0,0,0,.87)!important;
	text-transform: none!important;
	font-weight: 400!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	-webkit-transition: none!important;
	transition: none!important;
}

.ui.menu .ui.dropdown .menu>.item:hover,.ui.menu .ui.dropdown .menu>.selected.item {
	background: rgba(0,0,0,.05)!important;
	color: rgba(0,0,0,.95)!important;
}

.ui.menu .ui.dropdown .menu>.active.item {
	background: rgba(0,0,0,.03)!important;
	font-weight: 700!important;
	color: rgba(0,0,0,.95)!important;
}

.ui.inverted.menu .search.dropdown.item>.search,.ui.inverted.menu .search.dropdown.item>.text,.ui.secondary.inverted.pointing.menu .item {
	color: rgba(255,255,255,.9);
}

.ui.menu .ui.dropdown.item .menu .item:not(.filtered) {
	display: block;
}

.ui.menu .ui.dropdown .menu>.item .icon:not(.dropdown) {
	display: inline-block;
	font-size: 1em!important;
	float: none;
	margin: 0 .75em 0 0!important;
}

.ui.secondary.menu .dropdown.item>.menu,.ui.text.menu .dropdown.item>.menu {
	border-radius: .28571429rem;
	margin-top: .35714286em;
}

.ui.menu .pointing.dropdown.item .menu {
	margin-top: .75em;
}

.ui.vertical.menu .dropdown.item>.icon {
	float: right;
	margin-left: 1em;
}

.ui.vertical.menu .dropdown.item .menu {
	left: 100%;
	min-width: 0;
	margin: 0;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.08);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.08);
	border-radius: 0 .28571429rem .28571429rem;
}

.ui.vertical.menu .dropdown.item.upward .menu {
	bottom: 0;
}

.ui.vertical.menu .dropdown.item:not(.upward) .menu {
	top: 0;
}

.ui.vertical.menu .active.dropdown.item {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.ui.vertical.menu .dropdown.active.item {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ui.menu .item>.label {
	background: #999;
	color: #FFF;
	margin-left: 1em;
	padding: .3em .78571429em;
}

.ui.vertical.menu .item>.label {
	background: #999;
	color: #FFF;
	margin-top: -.15em;
	margin-bottom: -.15em;
	padding: .3em .78571429em;
	float: right;
	text-align: center;
}

.ui.menu .item>.floating.label {
	padding: .3em .78571429em;
}

.ui.menu .item>img:not(.ui) {
	display: inline-block;
	vertical-align: middle;
	margin: -.3em 0;
	width: 2.5em;
}

.ui.vertical.menu .item>img:not(.ui):only-child {
	display: block;
	max-width: 100%;
	width: auto;
}

.ui.menu .list .item:before {
	background: 0 0!important;
}

.ui.vertical.sidebar.menu>.item:first-child:before {
	display: block!important;
}

.ui.vertical.sidebar.menu>.item::before {
	top: auto;
	bottom: 0;
}

@media only screen and (max-width:767px) {
	.ui.menu>.ui.container {
		width: 100%!important;
		margin-left: 0!important;
		margin-right: 0!important;
	}
}

@media only screen and (min-width:768px) {
	.ui.menu:not(.secondary):not(.text):not(.tabular):not(.borderless)>.container>.item:not(.right):not(.borderless):first-child {
		border-left: 1px solid rgba(34,36,38,.1);
	}
}

.ui.link.menu .item:hover,.ui.menu .dropdown.item:hover,.ui.menu .link.item:hover,.ui.menu a.item:hover {
	cursor: pointer;
	background: rgba(0,0,0,.03);
	color: rgba(0,0,0,.95);
}

.ui.link.menu .item:active,.ui.menu .link.item:active,.ui.menu a.item:active {
	background: rgba(0,0,0,.03);
	color: rgba(0,0,0,.95);
}

.ui.menu .active.item {
	background: rgba(0,0,0,.05);
	color: rgba(0,0,0,.95);
	font-weight: 400;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ui.menu .active.item>i.icon {
	opacity: 1;
}

.ui.menu .active.item:hover,.ui.vertical.menu .active.item:hover {
	background-color: rgba(0,0,0,.05);
	color: rgba(0,0,0,.95);
}

.ui.menu .item.disabled,.ui.menu .item.disabled:hover {
	cursor: default!important;
	background-color: transparent!important;
	color: rgba(40,40,40,.3)!important;
}

.ui.menu:not(.vertical) .left.item,.ui.menu:not(.vertical) :not(.dropdown)>.left.menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: auto!important;
}

.ui.menu:not(.vertical) .right.item,.ui.menu:not(.vertical) .right.menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto!important;
}

.ui.menu .right.item::before,.ui.menu .right.menu>.item::before {
	right: auto;
	left: 0;
}

.ui.vertical.menu {
	display: block;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #FFF;
	-webkit-box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
	box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
}

.ui.vertical.menu .item {
	display: block;
	background: 0 0;
	border-top: none;
	border-right: none;
}

.ui.vertical.menu>.item:first-child {
	border-radius: .28571429rem .28571429rem 0 0;
}

.ui.vertical.menu>.item:last-child {
	border-radius: 0 0 .28571429rem .28571429rem;
}

.ui.vertical.menu .item>i.icon {
	width: 1.18em;
	float: right;
	margin: 0 0 0 .5em;
}

.ui.vertical.menu .item>.label+i.icon {
	float: none;
	margin: 0 .5em 0 0;
}

.ui.vertical.menu .item:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
}

.ui.vertical.menu .item:first-child:before {
	display: none!important;
}

.ui.tabular.menu .item:before,.ui.vertical.menu .menu .item:before {
	display: none;
}

.ui.vertical.menu .item>.menu {
	margin: .5em -1.14285714em 0;
}

.ui.vertical.menu .menu .item {
	background: 0 0;
	padding: .5em 1.33333333em;
	font-size: .85714286em;
	color: rgba(0,0,0,.5);
}

.ui.vertical.menu .item .menu .link.item:hover,.ui.vertical.menu .item .menu a.item:hover {
	color: rgba(0,0,0,.85);
}

.ui.vertical.menu .active.item {
	background: rgba(0,0,0,.05);
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ui.vertical.menu>.active.item:first-child {
	border-radius: .28571429rem .28571429rem 0 0;
}

.ui.vertical.menu>.active.item:last-child {
	border-radius: 0 0 .28571429rem .28571429rem;
}

.ui.vertical.menu>.active.item:only-child {
	border-radius: .28571429rem;
}

.ui.vertical.menu .active.item .menu .active.item {
	border-left: none;
}

.ui.vertical.menu .item .menu .active.item {
	background-color: transparent;
	font-weight: 700;
	color: rgba(0,0,0,.95);
}

.ui.tabular.menu {
	border-radius: 0;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	border: none;
	background: none;
	border-bottom: 1px solid #D4D4D5;
}

.ui.tabular.menu .item {
	background: 0 0;
	border-bottom: none;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-top: 2px solid transparent;
	padding: .92857143em 1.42857143em;
	color: rgba(0,0,0,.87);
}

.ui.tabular.menu .item:hover {
	background-color: transparent;
	color: rgba(0,0,0,.8);
}

.ui.tabular.menu .active.item {
	background: #FFF;
	color: rgba(0,0,0,.95);
	border-top-width: 1px;
	border-color: #D4D4D5;
	font-weight: 700;
	margin-bottom: -1px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: .28571429rem .28571429rem 0 0!important;
}

.ui.bottom.tabular.menu,.ui.vertical.tabular.menu {
	-webkit-box-shadow: none!important;
	border-bottom: none;
}

.ui.tabular.menu+.attached:not(.top).segment,.ui.tabular.menu+.attached:not(.top).segment+.attached:not(.top).segment {
	border-top: none;
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	width: 100%;
}

.top.attached.segment+.ui.bottom.tabular.menu {
	position: relative;
	width: calc(100% + 2px);
	left: -1px;
}

.ui.bottom.tabular.menu {
	background: none;
	border-radius: 0;
	box-shadow: none!important;
	border-top: 1px solid #D4D4D5;
}

.ui.bottom.tabular.menu .item {
	background: 0 0;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;
	border-top: none;
}

.ui.bottom.tabular.menu .active.item {
	background: #FFF;
	color: rgba(0,0,0,.95);
	border-color: #D4D4D5;
	margin: -1px 0 0;
	border-radius: 0 0 .28571429rem .28571429rem!important;
}

.ui.vertical.tabular.menu {
	background: none;
	border-radius: 0;
	box-shadow: none!important;
	border-right: 1px solid #D4D4D5;
}

.ui.vertical.tabular.menu .item {
	background: 0 0;
	border-left: 1px solid transparent;
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
	border-right: none;
}

.ui.vertical.tabular.menu .active.item {
	background: #FFF;
	color: rgba(0,0,0,.95);
	border-color: #D4D4D5;
	margin: 0 -1px 0 0;
	border-radius: .28571429rem 0 0 .28571429rem!important;
}

.ui.vertical.right.tabular.menu {
	background: none;
	border-radius: 0;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	border-bottom: none;
	border-right: none;
	border-left: 1px solid #D4D4D5;
}

.ui.vertical.right.tabular.menu .item {
	background: 0 0;
	border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
	border-left: none;
}

.ui.vertical.right.tabular.menu .active.item {
	background: #FFF;
	color: rgba(0,0,0,.95);
	border-color: #D4D4D5;
	margin: 0 0 0 -1px;
	border-radius: 0 .28571429rem .28571429rem 0!important;
}

.ui.tabular.menu .active.dropdown.item {
	margin-bottom: 0;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-top: 2px solid transparent;
	border-bottom: none;
}

.ui.pagination.menu {
	margin: 0;
	display: inline-flex;
	vertical-align: middle;
}

.ui.pagination.menu .icon.item i.icon,.ui.table [class*="top aligned"],.ui.table[class*="top aligned"] {
	vertical-align: top;
}

.ui.pagination.menu .item:last-child {
	border-radius: 0 .28571429rem .28571429rem 0;
}

.ui.pagination.menu .item:last-child:before {
	display: none;
}

.ui.pagination.menu .item {
	min-width: 3em;
	text-align: center;
}

.ui.pagination.menu .active.item {
	border-top: none;
	padding-top: .92857143em;
	background-color: rgba(0,0,0,.05);
	color: rgba(0,0,0,.95);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ui.secondary.menu {
	background: 0 0;
	margin-left: -.35714286em;
	margin-right: -.35714286em;
	border-radius: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ui.secondary.menu .item {
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	padding: .78571429em .92857143em;
	margin: 0 .35714286em;
	background: 0 0;
	-webkit-transition: color .1s ease;
	transition: color .1s ease;
	border-radius: .28571429rem;
}

.ui.secondary.menu .item:before {
	display: none!important;
}

.ui.secondary.menu .header.item {
	border-radius: 0;
	border-right: none;
	background: none;
}

.ui.secondary.menu .item>img:not(.ui) {
	margin: 0;
}

.ui.secondary.menu .dropdown.item:hover,.ui.secondary.menu .link.item:hover,.ui.secondary.menu a.item:hover {
	background: rgba(0,0,0,.05);
	color: rgba(0,0,0,.95);
}

.ui.secondary.menu .active.item {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: rgba(0,0,0,.05);
	color: rgba(0,0,0,.95);
	border-radius: .28571429rem;
}

.ui.secondary.menu .active.item:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: rgba(0,0,0,.05);
	color: rgba(0,0,0,.95);
}

.ui.secondary.inverted.menu .link.item,.ui.secondary.inverted.menu a.item {
	color: rgba(255,255,255,.7)!important;
}

.ui.secondary.inverted.menu .dropdown.item:hover,.ui.secondary.inverted.menu .link.item:hover,.ui.secondary.inverted.menu a.item:hover {
	background: rgba(255,255,255,.08);
	color: #fff!important;
}

.ui.secondary.inverted.menu .active.item {
	background: rgba(255,255,255,.15);
	color: #fff!important;
}

.ui.secondary.item.menu {
	margin-left: 0;
	margin-right: 0;
}

.ui.secondary.item.menu .item:last-child {
	margin-right: 0;
}

.ui.secondary.attached.menu {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ui.vertical.secondary.menu .item:not(.dropdown)>.menu {
	margin: 0 -.92857143em;
}

.ui.vertical.secondary.menu .item:not(.dropdown)>.menu>.item {
	margin: 0;
	padding: .5em 1.33333333em;
}

.ui.secondary.vertical.menu>.item {
	border: none;
	margin: 0 0 .35714286em;
	border-radius: .28571429rem!important;
}

.ui.secondary.vertical.menu>.header.item {
	border-radius: 0;
}

.ui.secondary.inverted.menu,.ui.vertical.secondary.menu .item>.menu .item {
	background-color: transparent;
}

.ui.secondary.pointing.menu {
	margin-left: 0;
	margin-right: 0;
	border-bottom: 2px solid rgba(34,36,38,.15);
}

.ui.secondary.pointing.menu .item {
	border-bottom-color: transparent;
	border-bottom-style: solid;
	border-radius: 0;
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin: 0 0 -2px;
	padding: .85714286em 1.14285714em;
	border-bottom-width: 2px;
	-webkit-transition: color .1s ease;
	transition: color .1s ease;
}

.ui.secondary.pointing.menu .header.item {
	color: rgba(0,0,0,.85)!important;
}

.ui.secondary.pointing.menu .text.item {
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
}

.ui.secondary.pointing.menu .item:after {
	display: none;
}

.ui.secondary.pointing.menu .dropdown.item:hover,.ui.secondary.pointing.menu .link.item:hover,.ui.secondary.pointing.menu a.item:hover {
	background-color: transparent;
	color: rgba(0,0,0,.87);
}

.ui.secondary.pointing.menu .dropdown.item:active,.ui.secondary.pointing.menu .link.item:active,.ui.secondary.pointing.menu a.item:active {
	background-color: transparent;
	border-color: rgba(34,36,38,.15);
}

.ui.secondary.pointing.menu .active.item,.ui.secondary.pointing.menu .active.item:hover {
	border-color: #1B1C1D;
	color: rgba(0,0,0,.95);
}

.ui.secondary.pointing.menu .active.item {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 700;
}

.ui.secondary.pointing.menu .active.dropdown.item {
	border-color: transparent;
}

.ui.secondary.vertical.pointing.menu {
	border-bottom-width: 0;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: rgba(34,36,38,.15);
}

.ui.secondary.vertical.pointing.menu .item {
	border-bottom: none;
	border-right-style: solid;
	border-right-color: transparent;
	border-radius: 0!important;
	margin: 0 -2px 0 0;
	border-right-width: 2px;
}

.ui.secondary.vertical.pointing.menu .active.item {
	border-color: #1B1C1D;
}

.ui.secondary.inverted.pointing.menu {
	border-width: 2px;
	border-color: rgba(34,36,38,.15);
}

.ui.secondary.inverted.pointing.menu .header.item {
	color: #FFF!important;
}

.ui.secondary.inverted.pointing.menu .link.item:hover,.ui.secondary.inverted.pointing.menu a.item:hover {
	color: rgba(0,0,0,.95);
}

.ui.secondary.inverted.pointing.menu .active.item {
	border-color: #FFF;
	color: #fff;
}

.ui.text.menu {
	background: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	margin: 1em -.5em;
}

.ui.text.menu .item {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-ms-flex-item-align: center;
	align-self: center;
	margin: 0;
	padding: .35714286em .5em;
	font-weight: 400;
	color: rgba(0,0,0,.6);
	-webkit-transition: opacity .1s ease;
	transition: opacity .1s ease;
}

.ui.card,.ui.cards>.card,.ui.labeled.icon.menu .item,.ui.statistic {
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
}

.ui.text.menu .item:before,.ui.text.menu .menu .item:before {
	display: none!important;
}

.ui.text.menu .header.item {
	background-color: transparent;
	opacity: 1;
	color: rgba(0,0,0,.85);
	font-size: .92857143em;
	text-transform: uppercase;
	font-weight: 700;
}

.ui.text.item.menu .item,.ui.text.menu .item>img:not(.ui) {
	margin: 0;
}

.ui.vertical.text.menu {
	margin: 1em 0;
}

.ui.vertical.text.menu:first-child {
	margin-top: 0;
}

.ui.vertical.text.menu:last-child {
	margin-bottom: 0;
}

.ui.vertical.text.menu .item {
	margin: .57142857em 0;
	padding-left: 0;
	padding-right: 0;
}

.ui.vertical.text.menu .item>i.icon {
	float: none;
	margin: 0 .35714286em 0 0;
}

.ui.vertical.text.menu .header.item {
	margin: .57142857em 0 .71428571em;
}

.ui.vertical.text.menu .item:not(.dropdown)>.menu {
	margin: 0;
}

.ui.vertical.text.menu .item:not(.dropdown)>.menu>.item {
	margin: 0;
	padding: .5em 0;
}

.ui.text.menu .item:hover {
	opacity: 1;
	background-color: transparent;
}

.ui.text.menu .active.item {
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 400;
	color: rgba(0,0,0,.95);
}

.ui.text.menu .active.item:hover {
	background-color: transparent;
}

.ui.text.attached.menu,.ui.text.pointing.menu .active.item:after {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ui.inverted.text.menu,.ui.inverted.text.menu .active.item,.ui.inverted.text.menu .item,.ui.inverted.text.menu .item:hover {
	background-color: transparent!important;
}

.ui.fluid.text.menu {
	margin-left: 0;
	margin-right: 0;
}

.ui.vertical.icon.menu {
	display: inline-block;
	width: auto;
}

.ui.icon.menu .item {
	height: auto;
	text-align: center;
	color: #1B1C1D;
}

.ui.icon.menu .item>.icon:not(.dropdown) {
	margin: 0;
	opacity: 1;
}

.ui.icon.menu .icon:before {
	opacity: 1;
}

.ui.menu .icon.item>.icon {
	width: auto;
	margin: 0 auto;
}

.ui.vertical.icon.menu .item>.icon:not(.dropdown) {
	display: block;
	opacity: 1;
	margin: 0 auto;
	float: none;
}

.ui.inverted.icon.menu .item {
	color: #FFF;
}

.ui.labeled.icon.menu {
	text-align: center;
}

.ui.labeled.icon.menu .item {
	min-width: 6em;
	flex-direction: column;
}

.ui.labeled.icon.menu .item>.icon:not(.dropdown) {
	height: 1em;
	display: block;
	font-size: 1.71428571em!important;
	margin: 0 auto .5rem!important;
}

.ui.fluid.labeled.icon.menu>.item {
	min-width: 0;
}

@media only screen and (max-width:767px) {
	.ui.stackable.menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.ui.stackable.menu .item {
		width: 100%!important;
	}

	.ui.stackable.menu .item:before {
		position: absolute;
		content: '';
		top: auto;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background: rgba(34,36,38,.1);
	}

	.ui.stackable.menu .left.item,.ui.stackable.menu .left.menu {
		margin-right: 0!important;
	}

	.ui.stackable.menu .right.item,.ui.stackable.menu .right.menu {
		margin-left: 0!important;
	}

	.ui.stackable.menu .left.menu,.ui.stackable.menu .right.menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.ui.menu .red.active.item,.ui.red.menu .active.item {
	border-color: #DB2828!important;
	color: #DB2828!important;
}

.ui.menu .orange.active.item,.ui.orange.menu .active.item {
	border-color: #F2711C!important;
	color: #F2711C!important;
}

.ui.menu .yellow.active.item,.ui.yellow.menu .active.item {
	border-color: #FBBD08!important;
	color: #FBBD08!important;
}

.ui.menu .olive.active.item,.ui.olive.menu .active.item {
	border-color: #B5CC18!important;
	color: #B5CC18!important;
}

.ui.green.menu .active.item,.ui.menu .green.active.item {
	border-color: #21BA45!important;
	color: #21BA45!important;
}

.ui.menu .teal.active.item,.ui.teal.menu .active.item {
	border-color: #00B5AD!important;
	color: #00B5AD!important;
}

.ui.blue.menu .active.item,.ui.menu .blue.active.item {
	border-color: #2185D0!important;
	color: #2185D0!important;
}

.ui.menu .violet.active.item,.ui.violet.menu .active.item {
	border-color: #6435C9!important;
	color: #6435C9!important;
}

.ui.menu .purple.active.item,.ui.purple.menu .active.item {
	border-color: #A333C8!important;
	color: #A333C8!important;
}

.ui.menu .pink.active.item,.ui.pink.menu .active.item {
	border-color: #E03997!important;
	color: #E03997!important;
}

.ui.brown.menu .active.item,.ui.menu .brown.active.item {
	border-color: #A5673F!important;
	color: #A5673F!important;
}

.ui.grey.menu .active.item,.ui.menu .grey.active.item {
	border-color: #767676!important;
	color: #767676!important;
}

.ui.inverted.menu {
	border: 0 solid transparent;
	background: #1B1C1D;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ui.inverted.menu .item,.ui.inverted.menu .item>a:not(.ui) {
	background: 0 0;
	color: rgba(255,255,255,.9);
}

.ui.inverted.menu .item.menu {
	background: 0 0;
}

.ui.inverted.menu .item:before,.ui.vertical.inverted.menu .item:before {
	background: rgba(255,255,255,.08);
}

.ui.vertical.inverted.menu .menu .item,.ui.vertical.inverted.menu .menu .item a:not(.ui) {
	color: rgba(255,255,255,.5);
}

.ui.inverted.menu .header.item {
	margin: 0;
	background: 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ui.inverted.menu .item.disabled,.ui.inverted.menu .item.disabled:hover {
	color: rgba(225,225,225,.3);
}

.ui.inverted.menu .dropdown.item:hover,.ui.inverted.menu .link.item:hover,.ui.inverted.menu a.item:hover,.ui.link.inverted.menu .item:hover {
	background: rgba(255,255,255,.08);
	color: #fff;
}

.ui.vertical.inverted.menu .item .menu .link.item:hover,.ui.vertical.inverted.menu .item .menu a.item:hover {
	background: 0 0;
	color: #fff;
}

.ui.inverted.menu .link.item:active,.ui.inverted.menu a.item:active {
	background: rgba(255,255,255,.08);
	color: #fff;
}

.ui.inverted.menu .active.item {
	background: rgba(255,255,255,.15);
	color: #fff!important;
}

.ui.inverted.vertical.menu .item .menu .active.item {
	background: 0 0;
	color: #FFF;
}

.ui.inverted.pointing.menu .active.item:after {
	background: #3D3E3F!important;
	margin: 0!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	border: none!important;
}

.ui.inverted.menu .active.item:hover {
	background: rgba(255,255,255,.15);
	color: #FFF!important;
}

.ui.inverted.pointing.menu .active.item:hover:after {
	background: #3D3E3F!important;
}

.ui.floated.menu {
	float: left;
	margin: 0 .5rem 0 0;
}

.ui.floated.menu .item:last-child:before {
	display: none;
}

.ui.right.floated.menu {
	float: right;
	margin: 0 0 0 .5rem;
}

.ui.inverted.menu .red.active.item,.ui.inverted.red.menu {
	background-color: #DB2828;
}

.ui.inverted.red.menu .item:before {
	background-color: rgba(34,36,38,.1);
}

.ui.inverted.red.menu .active.item {
	background-color: rgba(0,0,0,.1)!important;
}

.ui.inverted.menu .orange.active.item,.ui.inverted.orange.menu {
	background-color: #F2711C;
}

.ui.inverted.orange.menu .item:before {
	background-color: rgba(34,36,38,.1);
}

.ui.inverted.orange.menu .active.item {
	background-color: rgba(0,0,0,.1)!important;
}

.ui.inverted.menu .yellow.active.item,.ui.inverted.yellow.menu {
	background-color: #FBBD08;
}

.ui.inverted.yellow.menu .item:before {
	background-color: rgba(34,36,38,.1);
}

.ui.inverted.yellow.menu .active.item {
	background-color: rgba(0,0,0,.1)!important;
}

.ui.inverted.menu .olive.active.item,.ui.inverted.olive.menu {
	background-color: #B5CC18;
}

.ui.inverted.olive.menu .item:before {
	background-color: rgba(34,36,38,.1);
}

.ui.inverted.olive.menu .active.item {
	background-color: rgba(0,0,0,.1)!important;
}

.ui.inverted.green.menu,.ui.inverted.menu .green.active.item {
	background-color: #21BA45;
}

.ui.inverted.green.menu .item:before {
	background-color: rgba(34,36,38,.1);
}

.ui.inverted.green.menu .active.item {
	background-color: rgba(0,0,0,.1)!important;
}

.ui.inverted.menu .teal.active.item,.ui.inverted.teal.menu {
	background-color: #00B5AD;
}

.ui.inverted.teal.menu .item:before {
	background-color: rgba(34,36,38,.1);
}

.ui.inverted.teal.menu .active.item {
	background-color: rgba(0,0,0,.1)!important;
}

.ui.inverted.blue.menu,.ui.inverted.menu .blue.active.item {
	background-color: #2185D0;
}

.ui.inverted.blue.menu .item:before {
	background-color: rgba(34,36,38,.1);
}

.ui.inverted.blue.menu .active.item {
	background-color: rgba(0,0,0,.1)!important;
}

.ui.inverted.menu .violet.active.item,.ui.inverted.violet.menu {
	background-color: #6435C9;
}

.ui.inverted.violet.menu .item:before {
	background-color: rgba(34,36,38,.1);
}

.ui.inverted.violet.menu .active.item {
	background-color: rgba(0,0,0,.1)!important;
}

.ui.inverted.menu .purple.active.item,.ui.inverted.purple.menu {
	background-color: #A333C8;
}

.ui.inverted.purple.menu .item:before {
	background-color: rgba(34,36,38,.1);
}

.ui.inverted.purple.menu .active.item {
	background-color: rgba(0,0,0,.1)!important;
}

.ui.inverted.menu .pink.active.item,.ui.inverted.pink.menu {
	background-color: #E03997;
}

.ui.inverted.pink.menu .item:before {
	background-color: rgba(34,36,38,.1);
}

.ui.inverted.pink.menu .active.item {
	background-color: rgba(0,0,0,.1)!important;
}

.ui.inverted.brown.menu,.ui.inverted.menu .brown.active.item {
	background-color: #A5673F;
}

.ui.inverted.brown.menu .item:before {
	background-color: rgba(34,36,38,.1);
}

.ui.inverted.brown.menu .active.item {
	background-color: rgba(0,0,0,.1)!important;
}

.ui.inverted.grey.menu,.ui.inverted.menu .grey.active.item {
	background-color: #767676;
}

.ui.inverted.grey.menu .item:before {
	background-color: rgba(34,36,38,.1);
}

.ui.inverted.grey.menu .active.item {
	background-color: rgba(0,0,0,.1)!important;
}

.ui.fitted.menu .item,.ui.fitted.menu .item .menu .item,.ui.menu .fitted.item {
	padding: 0;
}

.ui.horizontally.fitted.menu .item,.ui.horizontally.fitted.menu .item .menu .item,.ui.menu .horizontally.fitted.item {
	padding-top: .92857143em;
	padding-bottom: .92857143em;
}

.ui.menu .vertically.fitted.item,.ui.vertically.fitted.menu .item,.ui.vertically.fitted.menu .item .menu .item {
	padding-left: 1.14285714em;
	padding-right: 1.14285714em;
}

.ui.borderless.menu .item .menu .item:before,.ui.borderless.menu .item:before,.ui.menu .borderless.item:before {
	background: 0 0!important;
}

.ui.compact.menu {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: 0;
	vertical-align: middle;
}

.ui.compact.vertical.menu {
	display: inline-block;
	width: auto!important;
}

.ui.compact.menu .item:last-child {
	border-radius: 0 .28571429rem .28571429rem 0;
}

.ui.compact.menu .item:last-child:before {
	display: none;
}

.ui.compact.vertical.menu .item:last-child::before,.ui.message .header,.ui.visible.visible.visible.visible.message {
	display: block;
}

.ui.item.menu .item:last-child:before,.ui.pointing.menu .active.item .menu .active.item:after,.ui.pointing.menu .dropdown.active.item:after {
	display: none;
}

.ui.menu.fluid,.ui.vertical.menu.fluid {
	width: 100%!important;
}

.ui.item.menu,.ui.item.menu .item {
	width: 100%;
	padding-left: 0!important;
	padding-right: 0!important;
	margin-left: 0!important;
	margin-right: 0!important;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ui.attached.item.menu {
	margin: 0 -1px!important;
}

.ui.menu.two.item .item {
	width: 50%;
}

.ui.menu.three.item .item {
	width: 33.333%;
}

.ui.menu.four.item .item {
	width: 25%;
}

.ui.menu.five.item .item {
	width: 20%;
}

.ui.menu.six.item .item {
	width: 16.666%;
}

.ui.menu.seven.item .item {
	width: 14.285%;
}

.ui.menu.eight.item .item {
	width: 12.5%;
}

.ui.menu.nine.item .item {
	width: 11.11%;
}

.ui.menu.ten.item .item {
	width: 10%;
}

.ui.menu.eleven.item .item {
	width: 9.09%;
}

.ui.menu.twelve.item .item {
	width: 8.333%;
}

.ui.menu.fixed {
	position: fixed;
	z-index: 101;
	margin: 0;
	width: 100%;
}

.ui.menu.fixed,.ui.menu.fixed .item:first-child,.ui.menu.fixed .item:last-child {
	border-radius: 0!important;
}

.ui.fixed.menu,.ui[class*="top fixed"].menu {
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
}

.ui[class*="top fixed"].menu {
	border-top: none;
	border-left: none;
	border-right: none;
}

.ui[class*="right fixed"].menu {
	border-top: none;
	border-bottom: none;
	border-right: none;
	top: 0;
	right: 0;
	left: auto;
	bottom: auto;
	width: auto;
	height: 100%;
}

.ui[class*="bottom fixed"].menu {
	border-bottom: none;
	border-left: none;
	border-right: none;
	bottom: 0;
	left: 0;
	top: auto;
	right: auto;
}

.ui[class*="left fixed"].menu {
	border-top: none;
	border-bottom: none;
	border-left: none;
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
	width: auto;
	height: 100%;
}

.ui.fixed.menu+.ui.grid {
	padding-top: 2.75rem;
}

.ui.pointing.menu .item:after {
	visibility: hidden;
	position: absolute;
	content: '';
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	background: 0 0;
	margin: .5px 0 0;
	width: .57142857em;
	height: .57142857em;
	border: none;
	border-bottom: 1px solid #D4D4D5;
	border-right: 1px solid #D4D4D5;
	z-index: 2;
	-webkit-transition: background .1s ease;
	transition: background .1s ease;
}

.ui.vertical.pointing.menu .item:after {
	position: absolute;
	top: 50%;
	right: 0;
	bottom: auto;
	left: auto;
	-webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
	transform: translateX(50%) translateY(-50%) rotate(45deg);
	margin: 0 -.5px 0 0;
	border: none;
	border-top: 1px solid #D4D4D5;
	border-right: 1px solid #D4D4D5;
}

.ui.pointing.menu .active.item:after {
	visibility: visible;
}

.ui.pointing.menu .active.dropdown.item:after {
	visibility: hidden;
}

.ui.pointing.menu .active.item:after,.ui.pointing.menu .active.item:hover:after,.ui.vertical.pointing.menu .active.item:after,.ui.vertical.pointing.menu .active.item:hover:after {
	background-color: #F2F2F2;
}

.ui.vertical.pointing.menu .menu .active.item:after {
	background-color: #FFF;
}

.ui.attached.menu {
	top: 0;
	bottom: 0;
	border-radius: 0;
	margin: 0 -1px;
	width: calc(100% + 2px);
	max-width: calc(100% + 2px);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ui.attached+.ui.attached.menu:not(.top) {
	border-top: none;
}

.ui[class*="top attached"].menu {
	bottom: 0;
	margin-bottom: 0;
	top: 0;
	margin-top: 1rem;
	border-radius: .28571429rem .28571429rem 0 0;
}

.ui.menu[class*="top attached"]:first-child {
	margin-top: 0;
}

.ui[class*="bottom attached"].menu {
	bottom: 0;
	margin-top: 0;
	top: 0;
	margin-bottom: 1rem;
	-webkit-box-shadow: 0 1px 2px 0 rgba(34,36,38,.15),none;
	box-shadow: 0 1px 2px 0 rgba(34,36,38,.15),none;
	border-radius: 0 0 .28571429rem .28571429rem;
}

.ui[class*="bottom attached"].menu:last-child {
	margin-bottom: 0;
}

.ui.top.attached.menu>.item:first-child {
	border-radius: .28571429rem 0 0;
}

.ui.bottom.attached.menu>.item:first-child {
	border-radius: 0 0 0 .28571429rem;
}

.ui.attached.menu:not(.tabular),.ui.popup {
	border: 1px solid #D4D4D5;
}

.ui.attached.inverted.menu {
	border: none;
}

.ui.attached.tabular.menu {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

.ui.mini.vertical.menu {
	width: 9rem;
}

.ui.tiny.menu {
	font-size: .85714286rem;
}

.ui.tiny.vertical.menu {
	width: 11rem;
}

.ui.small.menu {
	font-size: .92857143rem;
}

.ui.small.vertical.menu {
	width: 13rem;
}

.ui.menu {
	font-size: 1rem;
}

.ui.vertical.menu {
	width: 15rem;
}

.ui.large.menu {
	font-size: 1.07142857rem;
}

.ui.large.vertical.menu {
	width: 18rem;
}

.ui.huge.menu {
	font-size: 1.21428571rem;
}

.ui.huge.vertical.menu {
	width: 22rem;
}

.ui.big.menu {
	font-size: 1.14285714rem;
}

.ui.big.vertical.menu {
	width: 20rem;
}

.ui.massive.menu {
	font-size: 1.28571429rem;
}

.ui.massive.vertical.menu {
	width: 25rem;
}

.ui.message {
	position: relative;
	min-height: 1em;
	margin: 1em 0;
	background: #F8F8F9;
	padding: 1em 1.5em;
	line-height: 1.4285em;
	color: rgba(0,0,0,.87);
	-webkit-transition: opacity .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
	transition: opacity .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
	transition: opacity .1s ease,color .1s ease,background .1s ease,box-shadow .1s ease;
	transition: opacity .1s ease,color .1s ease,background .1s ease,box-shadow .1s ease,-webkit-box-shadow .1s ease;
	border-radius: .28571429rem;
	-webkit-box-shadow: 0 0 0 1px rgba(34,36,38,.22) inset,0 0 0 0 transparent;
	box-shadow: 0 0 0 1px rgba(34,36,38,.22) inset,0 0 0 0 transparent;
}

.ui.message:first-child {
	margin-top: 0;
}

.ui.message:last-child {
	margin-bottom: 0;
}

.ui.message .header {
	font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
	font-weight: 700;
	margin: -.14285714em 0 0;
}

.ui.message .header:not(.ui) {
	font-size: 1.14285714em;
}

.ui.message p {
	opacity: .85;
	margin: .75em 0;
}

.ui.message p:first-child {
	margin-top: 0;
}

.ui.message p:last-child {
	margin-bottom: 0;
}

.ui.message .header+p {
	margin-top: .25em;
}

.ui.message .list:not(.ui) {
	text-align: left;
	padding: 0;
	opacity: .85;
	list-style-position: inside;
	margin: .5em 0 0;
}

.ui.message .list:not(.ui):first-child {
	margin-top: 0;
}

.ui.message .list:not(.ui):last-child {
	margin-bottom: 0;
}

.ui.message .list:not(.ui) li {
	position: relative;
	list-style-type: none;
	margin: 0 0 .3em 1em;
	padding: 0;
}

.ui.message .list:not(.ui) li:last-child,.ui.message>:last-child {
	margin-bottom: 0;
}

.ui.message .list:not(.ui) li:before {
	position: absolute;
	content: '•';
	left: -1em;
	height: 100%;
	vertical-align: baseline;
}

.ui.message>.icon {
	margin-right: .6em;
}

.ui.message>.close.icon {
	cursor: pointer;
	position: absolute;
	margin: 0;
	top: .78575em;
	right: .5em;
	opacity: .7;
	-webkit-transition: opacity .1s ease;
	transition: opacity .1s ease;
}

.ui.message>.close.icon:hover {
	opacity: 1;
}

.ui.message>:first-child {
	margin-top: 0;
}

.ui.dropdown .menu>.message {
	margin: 0 -1px;
}

.ui.icon.visible.visible.visible.visible.message {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ui.hidden.hidden.hidden.hidden.message,.ui.mobile.ad,.ui.sortable.table thead th:after,.ui.table.segment:after {
	display: none;
}

.ui.compact.message {
	display: inline-block;
}

.ui.compact.icon.message {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.ui.card,.ui.cards,.ui.cards>.card {
	display: -webkit-box;
	display: -ms-flexbox;
}

.ui.attached.message {
	margin-bottom: -1px;
	border-radius: .28571429rem .28571429rem 0 0;
	-webkit-box-shadow: 0 0 0 1px rgba(34,36,38,.15) inset;
	box-shadow: 0 0 0 1px rgba(34,36,38,.15) inset;
	margin-left: -1px;
	margin-right: -1px;
}

.ui.attached+.ui.attached.message:not(.top):not(.bottom) {
	margin-top: -1px;
	border-radius: 0;
}

.ui.bottom.attached.message {
	margin-top: -1px;
	border-radius: 0 0 .28571429rem .28571429rem;
	-webkit-box-shadow: 0 0 0 1px rgba(34,36,38,.15) inset,0 1px 2px 0 rgba(34,36,38,.15);
	box-shadow: 0 0 0 1px rgba(34,36,38,.15) inset,0 1px 2px 0 rgba(34,36,38,.15);
}

.ui.bottom.attached.message:not(:last-child) {
	margin-bottom: 1em;
}

.ui.attached.icon.message {
	width: auto;
}

.ui.icon.message {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ui.icon.message>.icon:not(.close) {
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	line-height: 1;
	vertical-align: middle;
	font-size: 3em;
	opacity: .8;
}

.ui.icon.message>.content {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	vertical-align: middle;
}

.ui.icon.message .icon:not(.close)+.content {
	padding-left: 0;
}

.ui.icon.message .circular.icon {
	width: 1em;
}

.ui.floating.message {
	-webkit-box-shadow: 0 0 0 1px rgba(34,36,38,.22) inset,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);
	box-shadow: 0 0 0 1px rgba(34,36,38,.22) inset,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);
}

.ui.positive.message {
	background-color: #FCFFF5;
	color: #2C662D;
}

.ui.attached.positive.message,.ui.positive.message {
	-webkit-box-shadow: 0 0 0 1px #A3C293 inset,0 0 0 0 transparent;
	box-shadow: 0 0 0 1px #A3C293 inset,0 0 0 0 transparent;
}

.ui.positive.message .header {
	color: #1A531B;
}

.ui.negative.message {
	background-color: #FFF6F6;
	color: #9F3A38;
}

.ui.attached.negative.message,.ui.negative.message {
	-webkit-box-shadow: 0 0 0 1px #E0B4B4 inset,0 0 0 0 transparent;
	box-shadow: 0 0 0 1px #E0B4B4 inset,0 0 0 0 transparent;
}

.ui.negative.message .header {
	color: #912D2B;
}

.ui.info.message {
	background-color: #F8FFFF;
	color: #276F86;
}

.ui.attached.info.message,.ui.info.message {
	-webkit-box-shadow: 0 0 0 1px #A9D5DE inset,0 0 0 0 transparent;
	box-shadow: 0 0 0 1px #A9D5DE inset,0 0 0 0 transparent;
}

.ui.info.message .header {
	color: #0E566C;
}

.ui.warning.message {
	background-color: #FFFAF3;
	color: #573A08;
}

.ui.attached.warning.message,.ui.warning.message {
	-webkit-box-shadow: 0 0 0 1px #C9BA9B inset,0 0 0 0 transparent;
	box-shadow: 0 0 0 1px #C9BA9B inset,0 0 0 0 transparent;
}

.ui.warning.message .header {
	color: #794B02;
}

.ui.error.message {
	background-color: #FFF6F6;
	color: #9F3A38;
}

.ui.attached.error.message,.ui.error.message {
	-webkit-box-shadow: 0 0 0 1px #E0B4B4 inset,0 0 0 0 transparent;
	box-shadow: 0 0 0 1px #E0B4B4 inset,0 0 0 0 transparent;
}

.ui.error.message .header {
	color: #912D2B;
}

.ui.success.message {
	background-color: #FCFFF5;
	color: #2C662D;
}

.ui.attached.success.message,.ui.success.message {
	-webkit-box-shadow: 0 0 0 1px #A3C293 inset,0 0 0 0 transparent;
	box-shadow: 0 0 0 1px #A3C293 inset,0 0 0 0 transparent;
}

.ui.success.message .header {
	color: #1A531B;
}

.ui.black.message,.ui.inverted.message {
	background-color: #1B1C1D;
	color: rgba(255,255,255,.9);
}

.ui.red.message {
	background-color: #FFE8E6;
	color: #DB2828;
	-webkit-box-shadow: 0 0 0 1px #DB2828 inset,0 0 0 0 transparent;
	box-shadow: 0 0 0 1px #DB2828 inset,0 0 0 0 transparent;
}

.ui.red.message .header {
	color: #c82121;
}

.ui.orange.message {
	background-color: #FFEDDE;
	color: #F2711C;
	-webkit-box-shadow: 0 0 0 1px #F2711C inset,0 0 0 0 transparent;
	box-shadow: 0 0 0 1px #F2711C inset,0 0 0 0 transparent;
}

.ui.orange.message .header {
	color: #e7640d;
}

.ui.yellow.message {
	background-color: #FFF8DB;
	color: #B58105;
	-webkit-box-shadow: 0 0 0 1px #B58105 inset,0 0 0 0 transparent;
	box-shadow: 0 0 0 1px #B58105 inset,0 0 0 0 transparent;
}

.ui.yellow.message .header {
	color: #9c6f04;
}

.ui.olive.message {
	background-color: #FBFDEF;
	color: #8ABC1E;
	-webkit-box-shadow: 0 0 0 1px #8ABC1E inset,0 0 0 0 transparent;
	box-shadow: 0 0 0 1px #8ABC1E inset,0 0 0 0 transparent;
}

.ui.olive.message .header {
	color: #7aa61a;
}

.ui.green.message {
	background-color: #E5F9E7;
	color: #1EBC30;
	-webkit-box-shadow: 0 0 0 1px #1EBC30 inset,0 0 0 0 transparent;
	box-shadow: 0 0 0 1px #1EBC30 inset,0 0 0 0 transparent;
}

.ui.green.message .header {
	color: #1aa62a;
}

.ui.teal.message {
	background-color: #E1F7F7;
	color: #10A3A3;
	-webkit-box-shadow: 0 0 0 1px #10A3A3 inset,0 0 0 0 transparent;
	box-shadow: 0 0 0 1px #10A3A3 inset,0 0 0 0 transparent;
}

.ui.teal.message .header {
	color: #0e8c8c;
}

.ui.blue.message {
	background-color: #DFF0FF;
	color: #2185D0;
	-webkit-box-shadow: 0 0 0 1px #2185D0 inset,0 0 0 0 transparent;
	box-shadow: 0 0 0 1px #2185D0 inset,0 0 0 0 transparent;
}

.ui.blue.message .header {
	color: #1e77ba;
}

.ui.violet.message {
	background-color: #EAE7FF;
	color: #6435C9;
	-webkit-box-shadow: 0 0 0 1px #6435C9 inset,0 0 0 0 transparent;
	box-shadow: 0 0 0 1px #6435C9 inset,0 0 0 0 transparent;
}

.ui.violet.message .header {
	color: #5a30b5;
}

.ui.purple.message {
	background-color: #F6E7FF;
	color: #A333C8;
	-webkit-box-shadow: 0 0 0 1px #A333C8 inset,0 0 0 0 transparent;
	box-shadow: 0 0 0 1px #A333C8 inset,0 0 0 0 transparent;
}

.ui.purple.message .header {
	color: #922eb4;
}

.ui.pink.message {
	background-color: #FFE3FB;
	color: #E03997;
	-webkit-box-shadow: 0 0 0 1px #E03997 inset,0 0 0 0 transparent;
	box-shadow: 0 0 0 1px #E03997 inset,0 0 0 0 transparent;
}

.ui.pink.message .header {
	color: #dd238b;
}

.ui.brown.message {
	background-color: #F1E2D3;
	color: #A5673F;
	-webkit-box-shadow: 0 0 0 1px #A5673F inset,0 0 0 0 transparent;
	box-shadow: 0 0 0 1px #A5673F inset,0 0 0 0 transparent;
}

.ui.brown.message .header {
	color: #935b38;
}

.ui.mini.message {
	font-size: .78571429em;
}

.ui.tiny.message {
	font-size: .85714286em;
}

.ui.small.message {
	font-size: .92857143em;
}

.ui.message {
	font-size: 1em;
}

.ui.large.message {
	font-size: 1.14285714em;
}

.ui.big.message {
	font-size: 1.28571429em;
}

.ui.huge.message {
	font-size: 1.42857143em;
}

.ui.massive.message {
	font-size: 1.71428571em;
}

.ui.table {
	width: 100%;
	background: #FFF;
	margin: 1em 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: .28571429rem;
	text-align: left;
	color: rgba(0,0,0,.87);
	border-collapse: separate;
	border-spacing: 0;
}

.ui.table tfoot th,.ui.table thead th {
	cursor: auto;
	background: #F9FAFB;
	color: rgba(0,0,0,.87);
	text-transform: none;
}

.ui.table tfoot tr>th:first-child,.ui.table thead th,.ui.table thead tr>th:first-child {
	border-left: none;
}

.ui.table:first-child {
	margin-top: 0;
}

.ui.table:last-child {
	margin-bottom: 0;
}

.ui.table td,.ui.table th {
	-webkit-transition: background .1s ease,color .1s ease;
	transition: background .1s ease,color .1s ease;
}

.ui.table thead {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ui.table thead th {
	text-align: inherit;
	padding: .92857143em .78571429em;
	vertical-align: inherit;
	font-style: none;
	font-weight: 700;
	border-bottom: 1px solid rgba(34,36,38,.1);
}

.ui.table td,.ui.table tfoot th {
	padding: .78571429em;
	text-align: inherit;
}

.ui.table thead tr:first-child>th:first-child {
	border-radius: .28571429rem 0 0;
}

.ui.table thead tr:first-child>th:last-child {
	border-radius: 0 .28571429rem 0 0;
}

.ui.table thead tr:first-child>th:only-child {
	border-radius: .28571429rem .28571429rem 0 0;
}

.ui.table tfoot {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ui.table tfoot th {
	border-top: 1px solid rgba(34,36,38,.15);
	vertical-align: middle;
	font-style: normal;
	font-weight: 400;
}

.ui.table tfoot tr:first-child>th:first-child {
	border-radius: 0 0 0 .28571429rem;
}

.ui.table tfoot tr:first-child>th:last-child {
	border-radius: 0 0 .28571429rem;
}

.ui.table tfoot tr:first-child>th:only-child {
	border-radius: 0 0 .28571429rem .28571429rem;
}

.ui.table tr td {
	border-top: 1px solid rgba(34,36,38,.1);
}

.ui.table tr:first-child td {
	border-top: none;
}

.ui.table tbody+tbody tr:first-child td {
	border-top: 1px solid rgba(34,36,38,.1);
}

.ui.table>.icon {
	vertical-align: baseline;
}

.ui.table>.icon:only-child {
	margin: 0;
}

.ui.table.segment {
	padding: 0;
}

.ui.table.segment.stacked:after {
	display: block;
}

@media only screen and (max-width:767px) {
	.ui.table:not(.unstackable) {
		width: 100%;
		padding: 0;
	}

	.ui.table:not(.unstackable) tbody,.ui.table:not(.unstackable) tr,.ui.table:not(.unstackable) tr>td,.ui.table:not(.unstackable) tr>th {
		width: auto!important;
		display: block!important;
	}

	.ui.table:not(.unstackable) tfoot,.ui.table:not(.unstackable) thead {
		display: block;
	}

	.ui.table:not(.unstackable) tr {
		padding-top: 1em;
		padding-bottom: 1em;
		-webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset!important;
		box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset!important;
	}

	.ui.table:not(.unstackable) tr>td,.ui.table:not(.unstackable) tr>th {
		background: 0 0;
		border: none!important;
		padding: .25em .75em!important;
		-webkit-box-shadow: none!important;
		box-shadow: none!important;
	}

	.ui.table:not(.unstackable) td:first-child,.ui.table:not(.unstackable) th:first-child {
		font-weight: 700;
	}

	.ui.definition.table:not(.unstackable) thead th:first-child {
		-webkit-box-shadow: none!important;
		box-shadow: none!important;
	}
}

.ui.table td .image,.ui.table td .image img,.ui.table th .image,.ui.table th .image img {
	max-width: none;
}

.ui.structured.table {
	border-collapse: collapse;
}

.ui.structured.table thead th {
	border-left: none;
	border-right: none;
}

.ui.definition.table td:nth-child(2),.ui.definition.table tfoot:not(.full-width) th:nth-child(2),.ui.definition.table thead:not(.full-width) th:nth-child(2),.ui.structured.sortable.table thead th {
	border-left: 1px solid rgba(34,36,38,.15);
}

.ui.structured.sortable.table thead th {
	border-right: 1px solid rgba(34,36,38,.15);
}

.ui.structured.basic.table th {
	border-left: none;
	border-right: none;
}

.ui.structured.celled.table tr td,.ui.structured.celled.table tr th {
	border-left: 1px solid rgba(34,36,38,.1);
	border-right: 1px solid rgba(34,36,38,.1);
}

.ui.definition.table thead:not(.full-width) th:first-child {
	pointer-events: none;
	background: 0 0;
	font-weight: 400;
	color: rgba(0,0,0,.4);
	-webkit-box-shadow: -1px -1px 0 1px #FFF;
	box-shadow: -1px -1px 0 1px #FFF;
}

.ui.definition.table tfoot:not(.full-width) th:first-child {
	pointer-events: none;
	background: 0 0;
	font-weight: rgba(0,0,0,.4);
	color: normal;
	-webkit-box-shadow: 1px 1px 0 1px #FFF;
	box-shadow: 1px 1px 0 1px #FFF;
}

.ui.celled.definition.table thead:not(.full-width) th:first-child {
	-webkit-box-shadow: 0 -1px 0 1px #FFF;
	box-shadow: 0 -1px 0 1px #FFF;
}

.ui.celled.definition.table tfoot:not(.full-width) th:first-child {
	-webkit-box-shadow: 0 1px 0 1px #FFF;
	box-shadow: 0 1px 0 1px #FFF;
}

.ui.definition.table tr td.definition,.ui.definition.table tr td:first-child:not(.ignored) {
	background: rgba(0,0,0,.03);
	font-weight: 700;
	color: rgba(0,0,0,.95);
	text-transform: '';
	-webkit-box-shadow: '';
	box-shadow: '';
	text-align: '';
	font-size: 1em;
	padding-left: '';
	padding-right: '';
}

.ui.table td.positive,.ui.table tr.positive {
	-webkit-box-shadow: 0 0 0 #A3C293 inset;
	box-shadow: 0 0 0 #A3C293 inset;
	background: #FCFFF5!important;
	color: #2C662D!important;
}

.ui.table td.error,.ui.table td.negative,.ui.table tr.error,.ui.table tr.negative {
	-webkit-box-shadow: 0 0 0 #E0B4B4 inset;
	box-shadow: 0 0 0 #E0B4B4 inset;
	background: #FFF6F6!important;
	color: #9F3A38!important;
}

.ui.table td.warning,.ui.table tr.warning {
	-webkit-box-shadow: 0 0 0 #C9BA9B inset;
	box-shadow: 0 0 0 #C9BA9B inset;
	background: #FFFAF3!important;
	color: #573A08!important;
}

.ui.table td.active,.ui.table tr.active {
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,.87) inset;
	box-shadow: 0 0 0 rgba(0,0,0,.87) inset;
	background: #E0E0E0!important;
	color: rgba(0,0,0,.87)!important;
}

.ui.table tr td.disabled,.ui.table tr.disabled td,.ui.table tr.disabled:hover,.ui.table tr:hover td.disabled {
	pointer-events: none;
	color: rgba(40,40,40,.3);
}

@media only screen and (max-width:991px) {
	.ui[class*="tablet stackable"].table,.ui[class*="tablet stackable"].table tbody,.ui[class*="tablet stackable"].table tr,.ui[class*="tablet stackable"].table tr>td,.ui[class*="tablet stackable"].table tr>th {
		width: 100%!important;
		display: block!important;
	}

	.ui[class*="tablet stackable"].table {
		padding: 0;
	}

	.ui[class*="tablet stackable"].table tfoot,.ui[class*="tablet stackable"].table thead {
		display: block;
	}

	.ui[class*="tablet stackable"].table tr {
		padding-top: 1em;
		padding-bottom: 1em;
		-webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset!important;
		box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset!important;
	}

	.ui[class*="tablet stackable"].table tr>td,.ui[class*="tablet stackable"].table tr>th {
		background: 0 0;
		border: none!important;
		padding: .25em .75em;
		-webkit-box-shadow: none!important;
		box-shadow: none!important;
	}

	.ui.definition[class*="tablet stackable"].table thead th:first-child {
		-webkit-box-shadow: none!important;
		box-shadow: none!important;
	}
}

.ui.table [class*="left aligned"],.ui.table[class*="left aligned"] {
	text-align: left;
}

.ui.table [class*="center aligned"],.ui.table[class*="center aligned"],.ui.test.ad:after {
	text-align: center;
}

.ui.table [class*="right aligned"],.ui.table[class*="right aligned"] {
	text-align: right;
}

.ui.table [class*="middle aligned"],.ui.table[class*="middle aligned"] {
	vertical-align: middle;
}

.ui.table [class*="bottom aligned"],.ui.table[class*="bottom aligned"] {
	vertical-align: bottom;
}

.ui.table td.collapsing,.ui.table th.collapsing {
	width: 1px;
	white-space: nowrap;
}

.ui.fixed.table {
	table-layout: fixed;
}

.ui.fixed.table td,.ui.fixed.table th {
	overflow: hidden;
	text-overflow: ellipsis;
}

.ui.selectable.table tbody tr:hover,.ui.table tbody tr td.selectable:hover {
	background: rgba(0,0,0,.05)!important;
	color: rgba(0,0,0,.95)!important;
}

.ui.inverted.table tbody tr td.selectable:hover,.ui.selectable.inverted.table tbody tr:hover {
	background: rgba(255,255,255,.08)!important;
	color: #fff!important;
}

.ui.table tbody tr td.selectable {
	padding: 0;
}

.ui.table tbody tr td.selectable>a:not(.ui) {
	display: block;
	color: inherit;
	padding: .78571429em;
}

.ui.selectable.table tr.error:hover,.ui.selectable.table tr:hover td.error,.ui.table tr td.selectable.error:hover {
	background: #ffe7e7!important;
	color: #943634!important;
}

.ui.selectable.table tr.warning:hover,.ui.selectable.table tr:hover td.warning,.ui.table tr td.selectable.warning:hover {
	background: #fff4e4!important;
	color: #493107!important;
}

.ui.selectable.table tr.active:hover,.ui.selectable.table tr:hover td.active,.ui.table tr td.selectable.active:hover {
	background: #E0E0E0!important;
	color: rgba(0,0,0,.87)!important;
}

.ui.selectable.table tr.positive:hover,.ui.selectable.table tr:hover td.positive,.ui.table tr td.selectable.positive:hover {
	background: #f7ffe6!important;
	color: #275b28!important;
}

.ui.selectable.table tr.negative:hover,.ui.selectable.table tr:hover td.negative,.ui.table tr td.selectable.negative:hover {
	background: #ffe7e7!important;
	color: #943634!important;
}

.ui.attached.table {
	top: 0;
	bottom: 0;
	border-radius: 0;
	margin: 0 -1px;
	width: calc(100% + 2px);
	max-width: calc(100% + 2px);
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #D4D4D5;
}

.ui.attached+.ui.attached.table:not(.top) {
	border-top: none;
}

.ui[class*="top attached"].table {
	bottom: 0;
	margin-bottom: 0;
	top: 0;
	margin-top: 1em;
	border-radius: .28571429rem .28571429rem 0 0;
}

.ui.table[class*="top attached"]:first-child {
	margin-top: 0;
}

.ui[class*="bottom attached"].table {
	bottom: 0;
	margin-top: 0;
	top: 0;
	margin-bottom: 1em;
	-webkit-box-shadow: none,none;
	box-shadow: none,none;
	border-radius: 0 0 .28571429rem .28571429rem;
}

.ui[class*="bottom attached"].table:last-child {
	margin-bottom: 0;
}

.ui.striped.table tbody tr:nth-child(2n),.ui.striped.table>tr:nth-child(2n) {
	background-color: rgba(0,0,50,.02);
}

.ui.inverted.striped.table tbody tr:nth-child(2n),.ui.inverted.striped.table>tr:nth-child(2n) {
	background-color: rgba(255,255,255,.05);
}

.ui.striped.selectable.selectable.selectable.table tbody tr.active:hover {
	background: #EFEFEF!important;
	color: rgba(0,0,0,.95)!important;
}

.ui.table [class*="single line"],.ui.table[class*="single line"] {
	white-space: nowrap;
}

.ui.red.table {
	border-top: .2em solid #DB2828;
}

.ui.inverted.red.table {
	background-color: #DB2828!important;
	color: #FFF!important;
}

.ui.orange.table {
	border-top: .2em solid #F2711C;
}

.ui.inverted.orange.table {
	background-color: #F2711C!important;
	color: #FFF!important;
}

.ui.yellow.table {
	border-top: .2em solid #FBBD08;
}

.ui.inverted.yellow.table {
	background-color: #FBBD08!important;
	color: #FFF!important;
}

.ui.olive.table {
	border-top: .2em solid #B5CC18;
}

.ui.inverted.olive.table {
	background-color: #B5CC18!important;
	color: #FFF!important;
}

.ui.green.table {
	border-top: .2em solid #21BA45;
}

.ui.inverted.green.table {
	background-color: #21BA45!important;
	color: #FFF!important;
}

.ui.teal.table {
	border-top: .2em solid #00B5AD;
}

.ui.inverted.teal.table {
	background-color: #00B5AD!important;
	color: #FFF!important;
}

.ui.blue.table {
	border-top: .2em solid #2185D0;
}

.ui.inverted.blue.table {
	background-color: #2185D0!important;
	color: #FFF!important;
}

.ui.violet.table {
	border-top: .2em solid #6435C9;
}

.ui.inverted.violet.table {
	background-color: #6435C9!important;
	color: #FFF!important;
}

.ui.purple.table {
	border-top: .2em solid #A333C8;
}

.ui.inverted.purple.table {
	background-color: #A333C8!important;
	color: #FFF!important;
}

.ui.pink.table {
	border-top: .2em solid #E03997;
}

.ui.inverted.pink.table {
	background-color: #E03997!important;
	color: #FFF!important;
}

.ui.brown.table {
	border-top: .2em solid #A5673F;
}

.ui.inverted.brown.table {
	background-color: #A5673F!important;
	color: #FFF!important;
}

.ui.grey.table {
	border-top: .2em solid #767676;
}

.ui.inverted.grey.table {
	background-color: #767676!important;
	color: #FFF!important;
}

.ui.black.table {
	border-top: .2em solid #1B1C1D;
}

.ui.inverted.black.table {
	background-color: #1B1C1D!important;
	color: #FFF!important;
}

.ui.one.column.table td {
	width: 100%;
}

.ui.two.column.table td {
	width: 50%;
}

.ui.three.column.table td {
	width: 33.33333333%;
}

.ui.four.column.table td {
	width: 25%;
}

.ui.five.column.table td {
	width: 20%;
}

.ui.six.column.table td {
	width: 16.66666667%;
}

.ui.seven.column.table td {
	width: 14.28571429%;
}

.ui.eight.column.table td {
	width: 12.5%;
}

.ui.nine.column.table td {
	width: 11.11111111%;
}

.ui.ten.column.table td {
	width: 10%;
}

.ui.eleven.column.table td {
	width: 9.09090909%;
}

.ui.twelve.column.table td {
	width: 8.33333333%;
}

.ui.thirteen.column.table td {
	width: 7.69230769%;
}

.ui.fourteen.column.table td {
	width: 7.14285714%;
}

.ui.fifteen.column.table td {
	width: 6.66666667%;
}

.ui.sixteen.column.table td,.ui.table td.one.wide,.ui.table th.one.wide {
	width: 6.25%;
}

.ui.table td.two.wide,.ui.table th.two.wide {
	width: 12.5%;
}

.ui.table td.three.wide,.ui.table th.three.wide {
	width: 18.75%;
}

.ui.table td.four.wide,.ui.table th.four.wide {
	width: 25%;
}

.ui.table td.five.wide,.ui.table th.five.wide {
	width: 31.25%;
}

.ui.table td.six.wide,.ui.table th.six.wide {
	width: 37.5%;
}

.ui.table td.seven.wide,.ui.table th.seven.wide {
	width: 43.75%;
}

.ui.table td.eight.wide,.ui.table th.eight.wide {
	width: 50%;
}

.ui.table td.nine.wide,.ui.table th.nine.wide {
	width: 56.25%;
}

.ui.table td.ten.wide,.ui.table th.ten.wide {
	width: 62.5%;
}

.ui.table td.eleven.wide,.ui.table th.eleven.wide {
	width: 68.75%;
}

.ui.table td.twelve.wide,.ui.table th.twelve.wide {
	width: 75%;
}

.ui.table td.thirteen.wide,.ui.table th.thirteen.wide {
	width: 81.25%;
}

.ui.table td.fourteen.wide,.ui.table th.fourteen.wide {
	width: 87.5%;
}

.ui.table td.fifteen.wide,.ui.table th.fifteen.wide {
	width: 93.75%;
}

.ui.table td.sixteen.wide,.ui.table th.sixteen.wide {
	width: 100%;
}

.ui.sortable.table thead th {
	cursor: pointer;
	white-space: nowrap;
	border-left: 1px solid rgba(34,36,38,.15);
	color: rgba(0,0,0,.87);
}

.ui.sortable.table thead th:first-child {
	border-left: none;
}

.ui.sortable.table thead th.sorted,.ui.sortable.table thead th.sorted:hover {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.ui.sortable.table thead th:after {
	font-style: normal;
	font-weight: 400;
	text-decoration: inherit;
	content: '';
	height: 1em;
	width: auto;
	opacity: .8;
	margin: 0 0 0 .5em;
	font-family: Icons;
}

.ui.sortable.table thead th.ascending:after {
	content: '\f0d8';
}

.ui.dropdown>.dropdown.icon:before,.ui.sortable.table thead th.descending:after {
	content: '\f0d7';
}

.ui.sortable.table th.disabled:hover {
	cursor: auto;
	color: rgba(40,40,40,.3);
}

.ui.sortable.table thead th:hover {
	background: rgba(0,0,0,.05);
	color: rgba(0,0,0,.8);
}

.ui.sortable.table thead th.sorted,.ui.sortable.table thead th.sorted:hover {
	background: rgba(0,0,0,.05);
	color: rgba(0,0,0,.95);
}

.ui.sortable.table thead th.sorted:after {
	display: inline-block;
}

.ui.inverted.sortable.table thead th.sorted {
	background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.05))) rgba(255,255,255,.15);
	background: -webkit-linear-gradient(transparent,rgba(0,0,0,.05)) rgba(255,255,255,.15);
	background: linear-gradient(transparent,rgba(0,0,0,.05)) rgba(255,255,255,.15);
	color: #fff;
}

.ui.inverted.sortable.table thead th:hover {
	background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.05))) rgba(255,255,255,.08);
	background: -webkit-linear-gradient(transparent,rgba(0,0,0,.05)) rgba(255,255,255,.08);
	background: linear-gradient(transparent,rgba(0,0,0,.05)) rgba(255,255,255,.08);
	color: #fff;
}

.ui.inverted.sortable.table thead th {
	border-left-color: transparent;
	border-right-color: transparent;
}

.ui.inverted.table {
	background: #333;
	color: rgba(255,255,255,.9);
	border: none;
}

.ui.inverted.table th,.ui.inverted.table tr td {
	border-color: rgba(255,255,255,.1)!important;
}

.ui.inverted.table th {
	background-color: rgba(0,0,0,.15);
	color: rgba(255,255,255,.9)!important;
}

.ui.inverted.table tr td.disabled,.ui.inverted.table tr.disabled td,.ui.inverted.table tr.disabled:hover td,.ui.inverted.table tr:hover td.disabled {
	pointer-events: none;
	color: rgba(225,225,225,.3);
}

.ui.inverted.definition.table tfoot:not(.full-width) th:first-child,.ui.inverted.definition.table thead:not(.full-width) th:first-child {
	background: #FFF;
}

.ui.inverted.definition.table tr td:first-child {
	background: rgba(255,255,255,.02);
	color: #fff;
}

.ui.collapsing.table {
	width: auto;
}

.ui.basic.table {
	background: 0 0;
	border: 1px solid rgba(34,36,38,.15);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ui.basic.table tfoot,.ui.basic.table thead {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ui.basic.table th {
	background: 0 0;
	border-left: none;
}

.ui.basic.table tbody tr {
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.ui.basic.table td {
	background: 0 0;
}

.ui.basic.striped.table tbody tr:nth-child(2n) {
	background-color: rgba(0,0,0,.05)!important;
}

.ui[class*="very basic"].table {
	border: none;
}

.ui[class*="very basic"].table:not(.sortable):not(.striped) td:first-child,.ui[class*="very basic"].table:not(.sortable):not(.striped) th:first-child {
	padding-left: 0;
}

.ui[class*="very basic"].table:not(.sortable):not(.striped) td:last-child,.ui[class*="very basic"].table:not(.sortable):not(.striped) th:last-child {
	padding-right: 0;
}

.ui[class*="very basic"].table:not(.sortable):not(.striped) thead tr:first-child th {
	padding-top: 0;
}

.ui.celled.table tr td,.ui.celled.table tr th {
	border-left: 1px solid rgba(34,36,38,.1);
}

.ui.celled.table tr td:first-child,.ui.celled.table tr th:first-child {
	border-left: none;
}

.ui.padded.table th {
	padding-left: 1em;
	padding-right: 1em;
}

.ui.padded.table td,.ui.padded.table th {
	padding: 1em;
}

.ui[class*="very padded"].table th {
	padding-left: 1.5em;
	padding-right: 1.5em;
}

.ui[class*="very padded"].table td {
	padding: 1.5em;
}

.ui.compact.table th {
	padding-left: .7em;
	padding-right: .7em;
}

.ui.compact.table td {
	padding: .5em .7em;
}

.ui[class*="very compact"].table th {
	padding-left: .6em;
	padding-right: .6em;
}

.ui[class*="very compact"].table td {
	padding: .4em .6em;
}

.ui.small.table {
	font-size: .9em;
}

.ui.table {
	font-size: 1em;
}

.ui.large.table {
	font-size: 1.1em;
}

.ui.ad {
	display: block;
	overflow: hidden;
	margin: 1em 0;
}

.ui.ad:first-child,.ui.ad:last-child {
	margin: 0;
}

.ui.ad iframe {
	margin: 0;
	padding: 0;
	border: none;
	overflow: hidden;
}

.ui.leaderboard.ad {
	width: 728px;
	height: 90px;
}

.ui[class*="medium rectangle"].ad {
	width: 300px;
	height: 250px;
}

.ui[class*="large rectangle"].ad {
	width: 336px;
	height: 280px;
}

.ui[class*="half page"].ad {
	width: 300px;
	height: 600px;
}

.ui.square.ad {
	width: 250px;
	height: 250px;
}

.ui[class*="small square"].ad {
	width: 200px;
	height: 200px;
}

.ui[class*="small rectangle"].ad {
	width: 180px;
	height: 150px;
}

.ui[class*="vertical rectangle"].ad {
	width: 240px;
	height: 400px;
}

.ui.button.ad {
	width: 120px;
	height: 90px;
}

.ui[class*="square button"].ad {
	width: 125px;
	height: 125px;
}

.ui[class*="small button"].ad {
	width: 120px;
	height: 60px;
}

.ui.skyscraper.ad {
	width: 120px;
	height: 600px;
}

.ui[class*="wide skyscraper"].ad {
	width: 160px;
}

.ui.banner.ad {
	width: 468px;
	height: 60px;
}

.ui[class*="vertical banner"].ad {
	width: 120px;
	height: 240px;
}

.ui[class*="top banner"].ad {
	width: 930px;
	height: 180px;
}

.ui[class*="half banner"].ad {
	width: 234px;
	height: 60px;
}

.ui[class*="large leaderboard"].ad {
	width: 970px;
	height: 90px;
}

.ui.billboard.ad {
	width: 970px;
	height: 250px;
}

.ui.panorama.ad {
	width: 980px;
	height: 120px;
}

.ui.netboard.ad {
	width: 580px;
	height: 400px;
}

.ui[class*="large mobile banner"].ad {
	width: 320px;
	height: 100px;
}

.ui[class*="mobile leaderboard"].ad {
	width: 320px;
	height: 50px;
}

@media only screen and (max-width:767px) {
	.ui.mobile.ad {
		display: block;
	}
}

.ui.test.ad {
	position: relative;
	background: #545454;
}

.ui.test.ad:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translateX(-50%) translateY(-50%);
	content: 'Ad';
	color: #FFF;
	font-size: 1em;
	font-weight: 700;
}

.ui.mobile.test.ad:after {
	font-size: .85714286em;
}

.ui.test.ad[data-text]:after {
	content: attr(data-text);
}

.ui.card,.ui.cards>.card {
	max-width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	width: 290px;
	min-height: 0;
	background: #FFF;
	padding: 0;
	border: none;
	border-radius: .28571429rem;
	-webkit-box-shadow: 0 1px 3px 0 #D4D4D5,0 0 0 1px #D4D4D5;
	box-shadow: 0 1px 3px 0 #D4D4D5,0 0 0 1px #D4D4D5;
	-webkit-transition: -webkit-box-shadow .1s ease,-webkit-transform .1s ease;
	transition: -webkit-box-shadow .1s ease,-webkit-transform .1s ease;
	transition: box-shadow .1s ease,transform .1s ease;
	transition: box-shadow .1s ease,transform .1s ease,-webkit-box-shadow .1s ease,-webkit-transform .1s ease;
	z-index: '';
}

.ui.card {
	margin: 1em 0;
}

.ui.card a,.ui.cards>.card a {
	cursor: pointer;
}

.ui.card:first-child {
	margin-top: 0;
}

.ui.card:last-child {
	margin-bottom: 0;
}

.ui.cards {
	display: flex;
	margin: -.875em -.5em;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ui.cards>.card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: .875em .5em;
	float: none;
}

.ui.card:after,.ui.cards:after {
	display: block;
	content: ' ';
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.ui.cards~.ui.cards {
	margin-top: .875em;
}

.ui.card>:first-child,.ui.cards>.card>:first-child {
	border-radius: .28571429rem .28571429rem 0 0!important;
	border-top: none!important;
}

.ui.card>:last-child,.ui.cards>.card>:last-child {
	border-radius: 0 0 .28571429rem .28571429rem!important;
}

.ui.card>:only-child,.ui.cards>.card>:only-child {
	border-radius: .28571429rem!important;
}

.ui.card>.image,.ui.cards>.card>.image {
	position: relative;
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 0;
	background: rgba(0,0,0,.05);
}

.ui.card>.image>img,.ui.cards>.card>.image>img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: inherit;
}

.ui.card>.image:not(.ui)>img,.ui.cards>.card>.image:not(.ui)>img {
	border: none;
}

.ui.card>.content,.ui.cards>.card>.content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	border: none;
	border-top: 1px solid rgba(34,36,38,.1);
	background: 0 0;
	margin: 0;
	padding: 1em;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 1em;
	border-radius: 0;
}

.ui.card>.content:after,.ui.cards>.card>.content:after {
	display: block;
	content: ' ';
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.ui.card>.content>.header,.ui.cards>.card>.content>.header {
	display: block;
	margin: '';
	font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
	color: rgba(0,0,0,.85);
}

.ui.card>.content>.header:not(.ui),.ui.cards>.card>.content>.header:not(.ui) {
	font-weight: 700;
	font-size: 1.28571429em;
	margin-top: -.21425em;
	line-height: 1.28571429em;
}

.ui.card>.content>.header+.description,.ui.card>.content>.meta+.description,.ui.cards>.card>.content>.header+.description,.ui.cards>.card>.content>.meta+.description {
	margin-top: .5em;
}

.ui.card [class*="left floated"],.ui.cards>.card [class*="left floated"] {
	float: left;
}

.ui.card [class*="right floated"],.ui.cards>.card [class*="right floated"] {
	float: right;
}

.ui.card [class*="left aligned"],.ui.cards>.card [class*="left aligned"] {
	text-align: left;
}

.ui.card [class*="center aligned"],.ui.cards>.card [class*="center aligned"] {
	text-align: center;
}

.ui.card [class*="right aligned"],.ui.cards>.card [class*="right aligned"] {
	text-align: right;
}

.ui.card .content img,.ui.cards>.card .content img {
	display: inline-block;
	vertical-align: middle;
	width: '';
}

.ui.card .avatar img,.ui.card img.avatar,.ui.cards>.card .avatar img,.ui.cards>.card img.avatar {
	width: 2em;
	height: 2em;
	border-radius: 500rem;
}

.ui.card>.content>.description,.ui.cards>.card>.content>.description {
	clear: both;
	color: rgba(0,0,0,.68);
}

.ui.card>.content p,.ui.cards>.card>.content p {
	margin: 0 0 .5em;
}

.ui.card>.content p:last-child,.ui.cards>.card>.content p:last-child {
	margin-bottom: 0;
}

.ui.card .meta,.ui.cards>.card .meta {
	font-size: 1em;
	color: rgba(0,0,0,.4);
}

.ui.card .meta *,.ui.cards>.card .meta * {
	margin-right: .3em;
}

.ui.card .meta :last-child,.ui.cards>.card .meta :last-child {
	margin-right: 0;
}

.ui.card .meta [class*="right floated"],.ui.cards>.card .meta [class*="right floated"] {
	margin-right: 0;
	margin-left: .3em;
}

.ui.card>.content a:not(.ui),.ui.cards>.card>.content a:not(.ui) {
	color: '';
	-webkit-transition: color .1s ease;
	transition: color .1s ease;
}

.ui.card>.content a:not(.ui):hover,.ui.cards>.card>.content a:not(.ui):hover {
	color: '';
}

.ui.card>.content>a.header,.ui.cards>.card>.content>a.header {
	color: rgba(0,0,0,.85);
}

.ui.card>.content>a.header:hover,.ui.cards>.card>.content>a.header:hover {
	color: #1e70bf;
}

.ui.card .meta>a:not(.ui),.ui.cards>.card .meta>a:not(.ui) {
	color: rgba(0,0,0,.4);
}

.ui.card .meta>a:not(.ui):hover,.ui.cards>.card .meta>a:not(.ui):hover {
	color: rgba(0,0,0,.87);
}

.ui.card>.button,.ui.card>.buttons,.ui.cards>.card>.button,.ui.cards>.card>.buttons {
	margin: 0 -1px;
	width: calc(100% + 2px);
}

.ui.card .dimmer,.ui.cards>.card .dimmer {
	background-color: '';
	z-index: 10;
}

.ui.card>.content .star.icon,.ui.cards>.card>.content .star.icon {
	cursor: pointer;
	opacity: .75;
	-webkit-transition: color .1s ease;
	transition: color .1s ease;
}

.ui.card>.content .star.icon:hover,.ui.cards>.card>.content .star.icon:hover {
	opacity: 1;
	color: #FFB70A;
}

.ui.card>.content .active.star.icon,.ui.cards>.card>.content .active.star.icon {
	color: #FFE623;
}

.ui.card>.content .like.icon,.ui.cards>.card>.content .like.icon {
	cursor: pointer;
	opacity: .75;
	-webkit-transition: color .1s ease;
	transition: color .1s ease;
}

.ui.card>.content .like.icon:hover,.ui.cards>.card>.content .like.icon:hover {
	opacity: 1;
	color: #FF2733;
}

.ui.card>.content .active.like.icon,.ui.cards>.card>.content .active.like.icon {
	color: #FF2733;
}

.ui.card>.extra,.ui.cards>.card>.extra {
	max-width: 100%;
	min-height: 0!important;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	border-top: 1px solid rgba(0,0,0,.05)!important;
	position: static;
	background: 0 0;
	width: auto;
	margin: 0;
	padding: .75em 1em;
	top: 0;
	left: 0;
	color: rgba(0,0,0,.4);
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: color .1s ease;
	transition: color .1s ease;
}

.ui.card>.extra a:not(.ui),.ui.cards>.card>.extra a:not(.ui) {
	color: rgba(0,0,0,.4);
}

.ui.card>.extra a:not(.ui):hover,.ui.cards>.card>.extra a:not(.ui):hover {
	color: #1e70bf;
}

.ui.link.cards .raised.card:hover,.ui.link.raised.card:hover,.ui.raised.cards a.card:hover,a.ui.raised.card:hover {
	-webkit-box-shadow: 0 0 0 1px #D4D4D5,0 2px 4px 0 rgba(34,36,38,.15),0 2px 10px 0 rgba(34,36,38,.25);
	box-shadow: 0 0 0 1px #D4D4D5,0 2px 4px 0 rgba(34,36,38,.15),0 2px 10px 0 rgba(34,36,38,.25);
}

.ui.raised.card,.ui.raised.cards>.card {
	-webkit-box-shadow: 0 0 0 1px #D4D4D5,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);
	box-shadow: 0 0 0 1px #D4D4D5,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);
}

.ui.centered.cards {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ui.centered.card {
	margin-left: auto;
	margin-right: auto;
}

.ui.fluid.card {
	width: 100%;
	max-width: 9999px;
}

.ui.cards a.card,.ui.link.card,.ui.link.cards .card,a.ui.card {
	-webkit-transform: none;
	transform: none;
}

.ui.cards a.card:hover,.ui.link.card:hover,.ui.link.cards .card:hover,a.ui.card:hover {
	cursor: pointer;
	z-index: 5;
	background: #FFF;
	border: none;
	-webkit-box-shadow: 0 1px 3px 0 #BCBDBD,0 0 0 1px #D4D4D5;
	box-shadow: 0 1px 3px 0 #BCBDBD,0 0 0 1px #D4D4D5;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.ui.cards>.red.card,.ui.red.card,.ui.red.cards>.card {
	-webkit-box-shadow: 0 0 0 1px #D4D4D5,0 2px 0 0 #DB2828,0 1px 3px 0 #D4D4D5;
	box-shadow: 0 0 0 1px #D4D4D5,0 2px 0 0 #DB2828,0 1px 3px 0 #D4D4D5;
}

.ui.cards>.red.card:hover,.ui.red.card:hover,.ui.red.cards>.card:hover {
	-webkit-box-shadow: 0 0 0 1px #D4D4D5,0 2px 0 0 #d01919,0 1px 3px 0 #BCBDBD;
	box-shadow: 0 0 0 1px #D4D4D5,0 2px 0 0 #d01919,0 1px 3px 0 #BCBDBD;
}

.ui.cards>.orange.card,.ui.orange.card,.ui.orange.cards>.card {
	-webkit-box-shadow: 0 0 0 1px #D4D4D5,0 2px 0 0 #F2711C,0 1px 3px 0 #D4D4D5;
	box-shadow: 0 0 0 1px #D4D4D5,0 2px 0 0 #F2711C,0 1px 3px 0 #D4D4D5;
}

.ui.cards>.orange.card:hover,.ui.orange.card:hover,.ui.orange.cards>.card:hover {
	-webkit-box-shadow: 0 0 0 1px #D4D4D5,0 2px 0 0 #f26202,0 1px 3px 0 #BCBDBD;
	box-shadow: 0 0 0 1px #D4D4D5,0 2px 0 0 #f26202,0 1px 3px 0 #BCBDBD;
}

.ui.cards>.yellow.card,.ui.yellow.card,.ui.yellow.cards>.card {
	-webkit-box-shadow: 0 0 0 1px #D4D4D5,0 2px 0 0 #FBBD08,0 1px 3px 0 #D4D4D5;
	box-shadow: 0 0 0 1px #D4D4D5,0 2px 0 0 #FBBD08,0 1px 3px 0 #D4D4D5;
}

.ui.cards>.yellow.card:hover,.ui.yellow.card:hover,.ui.yellow.cards>.card:hover {
	-webkit-box-shadow: 0 0 0 1px #D4D4D5,0 2px 0 0 #eaae00,0 1px 3px 0 #BCBDBD;
	box-shadow: 0 0 0 1px #D4D4D5,0 2px 0 0 #eaae00,0 1px 3px 0 #BCBDBD;
}

.ui.cards>.olive.card,.ui.olive.card,.ui.olive.cards>.card {
	-webkit-box-shadow: 0 0 0 1px #D4D4D5,0 2px 0 0 #B5CC18,0 1px 3px 0 #D4D4D5;
	box-shadow: 0 0 0 1px #D4D4D5,0 2px 0 0 #B5CC18,0 1px 3px 0 #D4D4D5;
}

.ui.cards>.olive.card:hover,.ui.olive.card:hover,.ui.olive.cards>.card:hover {
	-webkit-box-shadow: 0 0 0 1px #D4D4D5,0 2px 0 0 #a7bd0d,0 1px 3px 0 #BCBDBD;
	box-shadow: 0 0 0 1px #D4D4D5,0 2px 0 0 #a7bd0d,0 1px 3px 0 #BCBDBD;
}

.ui.cards>.green.card,.ui.green.card,.ui.green.cards>.card {
	-webkit-box-shadow: 0 0 0 1px #D4D4D5,0 2px 0 0 #21BA45,0 1px 3px 0 #D4D4D5;
	box-shadow: 0 0 0 1px #D4D4D5,0 2px 0 0 #21BA45,0 1px 3px 0 #D4D4D5;
}

.ui.cards>.green.card:hover,.ui.green.card:hover,.ui.green.cards>.card:hover {
	-webkit-box-shadow: 0 0 0 1px #D4D4D5,0 2px 0 0 #16ab39,0 1px 3px 0 #BCBDBD;
	box-shadow: 0 0 0 1px #D4D4D5,0 2px 0 0 #16ab39,0 1px 3px 0 #BCBDBD;
}

.ui.cards>.teal.card,.ui.teal.card,.ui.teal.cards>.card {
	-webkit-box-shadow: 0 0 0 1px #D4D4D5,0 2px 0 0 #00B5AD,0 1px 3px 0 #D4D4D5;
	box-shadow: 0 0 0 1px #D4D4D5,0 2px 0 0 #00B5AD,0 1px 3px 0 #D4D4D5;
}

.ui.cards>.teal.card:hover,.ui.teal.card:hover,.ui.teal.cards>.card:hover {
	-webkit-box-shadow: 0 0 0 1px #D4D4D5,0 2px 0 0 #009c95,0 1px 3px 0 #BCBDBD;
	box-shadow: 0 0 0 1px #D4D4D5,0 2px 0 0 #009c95,0 1px 3px 0 #BCBDBD;
}

.ui.blue.card,.ui.blue.cards>.card,.ui.cards>.blue.card {
	-webkit-box-shadow: 0 0 0 1px #D4D4D5,0 2px 0 0 #2185D0,0 1px 3px 0 #D4D4D5;
	box-shadow: 0 0 0 1px #D4D4D5,0 2px 0 0 #2185D0,0 1px 3px 0 #D4D4D5;
}

.ui.blue.card:hover,.ui.blue.cards>.card:hover,.ui.cards>.blue.card:hover {
	-webkit-box-shadow: 0 0 0 1px #D4D4D5,0 2px 0 0 #1678c2,0 1px 3px 0 #BCBDBD;
	box-shadow: 0 0 0 1px #D4D4D5,0 2px 0 0 #1678c2,0 1px 3px 0 #BCBDBD;
}

.ui.cards>.violet.card,.ui.violet.card,.ui.violet.cards>.card {
	-webkit-box-shadow: 0 0 0 1px #D4D4D5,0 2px 0 0 #6435C9,0 1px 3px 0 #D4D4D5;
	box-shadow: 0 0 0 1px #D4D4D5,0 2px 0 0 #6435C9,0 1px 3px 0 #D4D4D5;
}

.ui.cards>.violet.card:hover,.ui.violet.card:hover,.ui.violet.cards>.card:hover {
	-webkit-box-shadow: 0 0 0 1px #D4D4D5,0 2px 0 0 #5829bb,0 1px 3px 0 #BCBDBD;
	box-shadow: 0 0 0 1px #D4D4D5,0 2px 0 0 #5829bb,0 1px 3px 0 #BCBDBD;
}

.ui.cards>.purple.card,.ui.purple.card,.ui.purple.cards>.card {
	-webkit-box-shadow: 0 0 0 1px #D4D4D5,0 2px 0 0 #A333C8,0 1px 3px 0 #D4D4D5;
	box-shadow: 0 0 0 1px #D4D4D5,0 2px 0 0 #A333C8,0 1px 3px 0 #D4D4D5;
}

.ui.cards>.purple.card:hover,.ui.purple.card:hover,.ui.purple.cards>.card:hover {
	-webkit-box-shadow: 0 0 0 1px #D4D4D5,0 2px 0 0 #9627ba,0 1px 3px 0 #BCBDBD;
	box-shadow: 0 0 0 1px #D4D4D5,0 2px 0 0 #9627ba,0 1px 3px 0 #BCBDBD;
}

.ui.cards>.pink.card,.ui.pink.card,.ui.pink.cards>.card {
	-webkit-box-shadow: 0 0 0 1px #D4D4D5,0 2px 0 0 #E03997,0 1px 3px 0 #D4D4D5;
	box-shadow: 0 0 0 1px #D4D4D5,0 2px 0 0 #E03997,0 1px 3px 0 #D4D4D5;
}

.ui.cards>.pink.card:hover,.ui.pink.card:hover,.ui.pink.cards>.card:hover {
	-webkit-box-shadow: 0 0 0 1px #D4D4D5,0 2px 0 0 #e61a8d,0 1px 3px 0 #BCBDBD;
	box-shadow: 0 0 0 1px #D4D4D5,0 2px 0 0 #e61a8d,0 1px 3px 0 #BCBDBD;
}

.ui.brown.card,.ui.brown.cards>.card,.ui.cards>.brown.card {
	-webkit-box-shadow: 0 0 0 1px #D4D4D5,0 2px 0 0 #A5673F,0 1px 3px 0 #D4D4D5;
	box-shadow: 0 0 0 1px #D4D4D5,0 2px 0 0 #A5673F,0 1px 3px 0 #D4D4D5;
}

.ui.brown.card:hover,.ui.brown.cards>.card:hover,.ui.cards>.brown.card:hover {
	-webkit-box-shadow: 0 0 0 1px #D4D4D5,0 2px 0 0 #975b33,0 1px 3px 0 #BCBDBD;
	box-shadow: 0 0 0 1px #D4D4D5,0 2px 0 0 #975b33,0 1px 3px 0 #BCBDBD;
}

.ui.cards>.grey.card,.ui.grey.card,.ui.grey.cards>.card {
	-webkit-box-shadow: 0 0 0 1px #D4D4D5,0 2px 0 0 #767676,0 1px 3px 0 #D4D4D5;
	box-shadow: 0 0 0 1px #D4D4D5,0 2px 0 0 #767676,0 1px 3px 0 #D4D4D5;
}

.ui.cards>.grey.card:hover,.ui.grey.card:hover,.ui.grey.cards>.card:hover {
	-webkit-box-shadow: 0 0 0 1px #D4D4D5,0 2px 0 0 #838383,0 1px 3px 0 #BCBDBD;
	box-shadow: 0 0 0 1px #D4D4D5,0 2px 0 0 #838383,0 1px 3px 0 #BCBDBD;
}

.ui.black.card,.ui.black.cards>.card,.ui.cards>.black.card {
	-webkit-box-shadow: 0 0 0 1px #D4D4D5,0 2px 0 0 #1B1C1D,0 1px 3px 0 #D4D4D5;
	box-shadow: 0 0 0 1px #D4D4D5,0 2px 0 0 #1B1C1D,0 1px 3px 0 #D4D4D5;
}

.ui.black.card:hover,.ui.black.cards>.card:hover,.ui.cards>.black.card:hover {
	-webkit-box-shadow: 0 0 0 1px #D4D4D5,0 2px 0 0 #27292a,0 1px 3px 0 #BCBDBD;
	box-shadow: 0 0 0 1px #D4D4D5,0 2px 0 0 #27292a,0 1px 3px 0 #BCBDBD;
}

.ui.one.cards {
	margin-left: 0;
	margin-right: 0;
}

.ui.one.cards>.card {
	width: 100%;
}

.ui.two.cards {
	margin-left: -1em;
	margin-right: -1em;
}

.ui.two.cards>.card {
	width: calc(50% - 2em);
	margin-left: 1em;
	margin-right: 1em;
}

.ui.three.cards {
	margin-left: -1em;
	margin-right: -1em;
}

.ui.three.cards>.card {
	width: calc(33.33333333% - 2em);
	margin-left: 1em;
	margin-right: 1em;
}

.ui.four.cards {
	margin-left: -.75em;
	margin-right: -.75em;
}

.ui.four.cards>.card {
	width: calc(25% - 1.5em);
	margin-left: .75em;
	margin-right: .75em;
}

.ui.five.cards {
	margin-left: -.75em;
	margin-right: -.75em;
}

.ui.five.cards>.card {
	width: calc(20% - 1.5em);
	margin-left: .75em;
	margin-right: .75em;
}

.ui.six.cards {
	margin-left: -.75em;
	margin-right: -.75em;
}

.ui.six.cards>.card {
	width: calc(16.66666667% - 1.5em);
	margin-left: .75em;
	margin-right: .75em;
}

.ui.seven.cards {
	margin-left: -.5em;
	margin-right: -.5em;
}

.ui.seven.cards>.card {
	width: calc(14.28571429% - 1em);
	margin-left: .5em;
	margin-right: .5em;
}

.ui.eight.cards {
	margin-left: -.5em;
	margin-right: -.5em;
}

.ui.eight.cards>.card {
	width: calc(12.5% - 1em);
	margin-left: .5em;
	margin-right: .5em;
	font-size: 11px;
}

.ui.nine.cards {
	margin-left: -.5em;
	margin-right: -.5em;
}

.ui.nine.cards>.card {
	width: calc(11.11111111% - 1em);
	margin-left: .5em;
	margin-right: .5em;
	font-size: 10px;
}

.ui.ten.cards {
	margin-left: -.5em;
	margin-right: -.5em;
}

.ui.ten.cards>.card {
	width: calc(10% - 1em);
	margin-left: .5em;
	margin-right: .5em;
}

@media only screen and (max-width:767px) {
	.ui.two.doubling.cards,.ui.two.doubling.cards>.card {
		margin-left: 0;
		margin-right: 0;
	}

	.ui.two.doubling.cards>.card {
		width: 100%;
	}

	.ui.three.doubling.cards {
		margin-left: -1em;
		margin-right: -1em;
	}

	.ui.three.doubling.cards>.card {
		width: calc(50% - 2em);
		margin-left: 1em;
		margin-right: 1em;
	}

	.ui.four.doubling.cards {
		margin-left: -1em;
		margin-right: -1em;
	}

	.ui.four.doubling.cards>.card {
		width: calc(50% - 2em);
		margin-left: 1em;
		margin-right: 1em;
	}

	.ui.five.doubling.cards {
		margin-left: -1em;
		margin-right: -1em;
	}

	.ui.five.doubling.cards>.card {
		width: calc(50% - 2em);
		margin-left: 1em;
		margin-right: 1em;
	}

	.ui.six.doubling.cards {
		margin-left: -1em;
		margin-right: -1em;
	}

	.ui.six.doubling.cards>.card {
		width: calc(50% - 2em);
		margin-left: 1em;
		margin-right: 1em;
	}

	.ui.seven.doubling.cards {
		margin-left: -1em;
		margin-right: -1em;
	}

	.ui.seven.doubling.cards>.card {
		width: calc(33.33333333% - 2em);
		margin-left: 1em;
		margin-right: 1em;
	}

	.ui.eight.doubling.cards {
		margin-left: -1em;
		margin-right: -1em;
	}

	.ui.eight.doubling.cards>.card {
		width: calc(33.33333333% - 2em);
		margin-left: 1em;
		margin-right: 1em;
	}

	.ui.nine.doubling.cards {
		margin-left: -1em;
		margin-right: -1em;
	}

	.ui.nine.doubling.cards>.card {
		width: calc(33.33333333% - 2em);
		margin-left: 1em;
		margin-right: 1em;
	}

	.ui.ten.doubling.cards {
		margin-left: -1em;
		margin-right: -1em;
	}

	.ui.ten.doubling.cards>.card {
		width: calc(33.33333333% - 2em);
		margin-left: 1em;
		margin-right: 1em;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.ui.two.doubling.cards,.ui.two.doubling.cards>.card {
		margin-left: 0;
		margin-right: 0;
	}

	.ui.two.doubling.cards>.card {
		width: 100%;
	}

	.ui.three.doubling.cards {
		margin-left: -1em;
		margin-right: -1em;
	}

	.ui.three.doubling.cards>.card {
		width: calc(50% - 2em);
		margin-left: 1em;
		margin-right: 1em;
	}

	.ui.four.doubling.cards {
		margin-left: -1em;
		margin-right: -1em;
	}

	.ui.four.doubling.cards>.card {
		width: calc(50% - 2em);
		margin-left: 1em;
		margin-right: 1em;
	}

	.ui.five.doubling.cards {
		margin-left: -1em;
		margin-right: -1em;
	}

	.ui.five.doubling.cards>.card {
		width: calc(33.33333333% - 2em);
		margin-left: 1em;
		margin-right: 1em;
	}

	.ui.six.doubling.cards {
		margin-left: -1em;
		margin-right: -1em;
	}

	.ui.six.doubling.cards>.card {
		width: calc(33.33333333% - 2em);
		margin-left: 1em;
		margin-right: 1em;
	}

	.ui.eight.doubling.cards {
		margin-left: -.75em;
		margin-right: -.75em;
	}

	.ui.eight.doubling.cards>.card {
		width: calc(25% - 1.5em);
		margin-left: .75em;
		margin-right: .75em;
	}

	.ui.nine.doubling.cards {
		margin-left: -.75em;
		margin-right: -.75em;
	}

	.ui.nine.doubling.cards>.card {
		width: calc(25% - 1.5em);
		margin-left: .75em;
		margin-right: .75em;
	}

	.ui.ten.doubling.cards {
		margin-left: -.75em;
		margin-right: -.75em;
	}

	.ui.ten.doubling.cards>.card {
		width: calc(20% - 1.5em);
		margin-left: .75em;
		margin-right: .75em;
	}
}

@media only screen and (max-width:767px) {
	.ui.stackable.cards {
		display: block!important;
	}

	.ui.stackable.cards .card:first-child {
		margin-top: 0!important;
	}

	.ui.stackable.cards>.card {
		display: block!important;
		height: auto!important;
		margin: 1em;
		padding: 0!important;
		width: calc(100% - 2em)!important;
	}
}

.ui.cards>.card {
	font-size: 1em;
}

.ui.comments {
	margin: 1.5em 0;
	max-width: 650px;
}

.ui.comments:first-child {
	margin-top: 0;
}

.ui.comments:last-child {
	margin-bottom: 0;
}

.ui.comments .comment {
	position: relative;
	background: 0 0;
	margin: .5em 0 0;
	padding: .5em 0 0;
	border: none;
	border-top: none;
	line-height: 1.2;
}

.ui.comments .comment:first-child {
	margin-top: 0;
	padding-top: 0;
}

.ui.comments .comment .comments {
	margin: 0 0 .5em .5em;
	padding: 1em 0 1em 1em;
}

.ui.comments .comment .comments:before {
	position: absolute;
	top: 0;
	left: 0;
}

.ui.comments .comment .comments .comment {
	border: none;
	border-top: none;
	background: 0 0;
}

.ui.comments .comment .avatar {
	display: block;
	width: 2.5em;
	height: auto;
	float: left;
	margin: .2em 0 0;
}

.ui.comments .comment .avatar img,.ui.comments .comment img.avatar {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	border-radius: .25rem;
}

.ui.comments .comment>.content {
	display: block;
}

.ui.comments .comment>.avatar~.content {
	margin-left: 3.5em;
}

.ui.comments .comment .author {
	font-size: 1em;
	color: rgba(0,0,0,.87);
	font-weight: 700;
}

.ui.comments .comment a.author {
	cursor: pointer;
}

.ui.comments .comment a.author:hover {
	color: #1e70bf;
}

.ui.comments .comment .metadata {
	display: inline-block;
	margin-left: .5em;
	color: rgba(0,0,0,.4);
	font-size: .875em;
}

.ui.comments .comment .metadata>* {
	display: inline-block;
	margin: 0 .5em 0 0;
}

.ui.comments .comment .metadata>:last-child {
	margin-right: 0;
}

.ui.comments .comment .text {
	margin: .25em 0 .5em;
	font-size: 1em;
	word-wrap: break-word;
	color: rgba(0,0,0,.87);
	line-height: 1.3;
}

.ui.comments .comment .actions {
	font-size: .875em;
}

.ui.comments .comment .actions a {
	cursor: pointer;
	display: inline-block;
	margin: 0 .75em 0 0;
	color: rgba(0,0,0,.4);
}

.ui.comments .comment .actions a:last-child {
	margin-right: 0;
}

.ui.comments .comment .actions a.active,.ui.comments .comment .actions a:hover {
	color: rgba(0,0,0,.8);
}

.ui.comments>.reply.form {
	margin-top: 1em;
}

.ui.comments .comment .reply.form {
	width: 100%;
	margin-top: 1em;
}

.ui.comments .reply.form textarea {
	font-size: 1em;
	height: 12em;
}

.ui.mini.comments,.ui.mini.popup {
	font-size: .78571429rem;
}

.ui.collapsed.comments,.ui.comments .collapsed.comment,.ui.comments .collapsed.comments {
	display: none;
}

.ui.threaded.comments .comment .comments {
	margin: -1.5em 0 -1em 1.25em;
	padding: 3em 0 2em 2.25em;
	-webkit-box-shadow: -1px 0 0 rgba(34,36,38,.15);
	box-shadow: -1px 0 0 rgba(34,36,38,.15);
}

.ui.minimal.comments .comment .actions {
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

.ui.minimal.comments .comment>.content:hover>.actions {
	opacity: 1;
}

.ui.tiny.comments {
	font-size: .85714286rem;
}

.ui.small.comments {
	font-size: .92857143rem;
}

.ui.comments {
	font-size: 1rem;
}

.ui.large.comments {
	font-size: 1.14285714rem;
}

.ui.big.comments {
	font-size: 1.28571429rem;
}

.ui.huge.comments {
	font-size: 1.42857143rem;
}

.ui.massive.comments {
	font-size: 1.71428571rem;
}

.ui.feed {
	margin: 1em 0;
}

.ui.feed:first-child {
	margin-top: 0;
}

.ui.feed:last-child {
	margin-bottom: 0;
}

.ui.feed>.event {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%;
	padding: .21428571rem 0;
	margin: 0;
	background: 0 0;
	border-top: none;
}

.ui.feed>.event>.content,.ui.feed>.event>.label {
	display: block;
	align-self: stretch;
	text-align: left;
}

.ui.feed>.event:first-child {
	border-top: 0;
	padding-top: 0;
}

.ui.feed>.event:last-child {
	padding-bottom: 0;
}

.ui.feed>.event>.label {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 2.5em;
	height: auto;
	-ms-flex-item-align: stretch;
}

.ui.feed>.event>.label .icon {
	opacity: 1;
	font-size: 1.5em;
	width: 100%;
	padding: .25em;
	background: 0 0;
	border: none;
	border-radius: none;
	color: rgba(0,0,0,.6);
}

.ui.feed>.event>.label img {
	width: 100%;
	height: auto;
	border-radius: 500rem;
}

.ui.feed>.event>.label+.content {
	margin: .5em 0 .35714286em 1.14285714em;
}

.ui.feed>.event>.content {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-ms-flex-item-align: stretch;
	word-wrap: break-word;
}

.ui.feed>.event:last-child>.content {
	padding-bottom: 0;
}

.ui.feed>.event>.content a {
	cursor: pointer;
}

.ui.feed>.event>.content .date {
	margin: -.5rem 0 0;
	padding: 0;
	font-weight: 400;
	font-size: 1em;
	font-style: normal;
	color: rgba(0,0,0,.4);
}

.ui.feed>.event>.content .summary {
	margin: 0;
	font-size: 1em;
	font-weight: 700;
	color: rgba(0,0,0,.87);
}

.ui.feed>.event>.content .summary img {
	display: inline-block;
	width: auto;
	height: 10em;
	margin: -.25em .25em 0 0;
	border-radius: .25em;
	vertical-align: middle;
}

.ui.feed>.event>.content .user {
	display: inline-block;
	font-weight: 700;
	margin-right: 0;
	vertical-align: baseline;
}

.ui.feed>.event>.content .user img {
	margin: -.25em .25em 0 0;
	width: auto;
	height: 10em;
	vertical-align: middle;
}

.ui.feed>.event>.content .summary>.date {
	display: inline-block;
	float: none;
	font-weight: 400;
	font-size: .85714286em;
	font-style: normal;
	margin: 0 0 0 .5em;
	padding: 0;
	color: rgba(0,0,0,.4);
}

.ui.feed>.event>.content .extra {
	margin: .5em 0 0;
	background: 0 0;
	padding: 0;
	color: rgba(0,0,0,.87);
}

.ui.feed>.event>.content .extra.images img {
	display: inline-block;
	margin: 0 .25em 0 0;
	width: 6em;
}

.ui.feed>.event>.content .extra.text {
	padding: 0;
	border-left: none;
	font-size: 1em;
	max-width: 500px;
	line-height: 1.4285em;
}

.ui.feed>.event>.content .meta {
	display: inline-block;
	font-size: .85714286em;
	margin: .5em 0 0;
	background: 0 0;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	color: rgba(0,0,0,.6);
}

.ui.feed>.event>.content .meta>* {
	position: relative;
	margin-left: .75em;
}

.ui.feed>.event>.content .meta>:after {
	content: '';
	color: rgba(0,0,0,.2);
	top: 0;
	left: -1em;
	opacity: 1;
	position: absolute;
	vertical-align: top;
}

.ui.items>.item:after,.ui.items>.item>.content:after {
	content: ' ';
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.ui.feed>.event>.content .meta .like {
	color: '';
	-webkit-transition: .2s color ease;
	transition: .2s color ease;
}

.ui.feed>.event>.content .meta .like:hover .icon {
	color: #FF2733;
}

.ui.feed>.event>.content .meta .active.like .icon {
	color: #EF404A;
}

.ui.feed>.event>.content .meta>:first-child {
	margin-left: 0;
}

.ui.feed>.event>.content .meta>:first-child::after {
	display: none;
}

.ui.feed>.event>.content .meta a,.ui.feed>.event>.content .meta>.icon {
	cursor: pointer;
	opacity: 1;
	color: rgba(0,0,0,.5);
	-webkit-transition: color .1s ease;
	transition: color .1s ease;
}

.ui.feed>.event>.content .meta a:hover,.ui.feed>.event>.content .meta a:hover .icon,.ui.feed>.event>.content .meta>.icon:hover {
	color: rgba(0,0,0,.95);
}

.ui.small.feed {
	font-size: .92857143rem;
}

.ui.feed {
	font-size: 1rem;
}

.ui.large.feed {
	font-size: 1.14285714rem;
}

.ui.items>.item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 1em 0;
	width: 100%;
	min-height: 0;
	background: 0 0;
	padding: 0;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: -webkit-box-shadow .1s ease;
	transition: -webkit-box-shadow .1s ease;
	transition: box-shadow .1s ease;
	transition: box-shadow .1s ease,-webkit-box-shadow .1s ease;
	z-index: '';
}

.ui.items>.item a {
	cursor: pointer;
}

.ui.items {
	margin: 1.5em 0;
}

.ui.items:first-child {
	margin-top: 0!important;
}

.ui.items:last-child {
	margin-bottom: 0!important;
}

.ui.items>.item:after {
	display: block;
	height: 0;
}

.ui.items>.item:first-child {
	margin-top: 0;
}

.ui.items>.item:last-child {
	margin-bottom: 0;
}

.ui.items>.item>.image {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	max-height: '';
	-ms-flex-item-align: top;
	align-self: top;
}

.ui.items>.item>.image>img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: .125rem;
	border: none;
}

.ui.items>.item>.image:only-child>img {
	border-radius: 0;
}

.ui.items>.item>.content {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	background: 0 0;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 1em;
	border: none;
	border-radius: 0;
}

.ui.items>.item>.content:after {
	display: block;
	height: 0;
}

.ui.items>.item>.image+.content {
	min-width: 0;
	width: auto;
	display: block;
	margin-left: 0;
	-ms-flex-item-align: top;
	align-self: top;
	padding-left: 1.5em;
}

.ui.items>.item>.content>.header {
	display: inline-block;
	margin: -.21425em 0 0;
	font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
	font-weight: 700;
	color: rgba(0,0,0,.85);
}

.ui.items>.item>.content>.header:not(.ui) {
	font-size: 1.28571429em;
}

.ui.items>.item [class*="left floated"] {
	float: left;
}

.ui.items>.item [class*="right floated"] {
	float: right;
}

.ui.items>.item .content img {
	-ms-flex-item-align: middle;
	align-self: middle;
	width: '';
}

.ui.items>.item .avatar img,.ui.items>.item img.avatar {
	width: '';
	height: '';
	border-radius: 500rem;
}

.ui.items>.item .extra:after,.ui.statistics:after {
	content: ' ';
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.ui.items>.item>.content>.description {
	margin-top: .6em;
	max-width: auto;
	font-size: 1em;
	line-height: 1.4285em;
	color: rgba(0,0,0,.87);
}

.ui.items>.item>.content p {
	margin: 0 0 .5em;
}

.ui.items>.item>.content p:last-child {
	margin-bottom: 0;
}

.ui.items>.item .meta {
	margin: .5em 0;
	font-size: 1em;
	line-height: 1em;
	color: rgba(0,0,0,.6);
}

.ui.items>.item>.content a:not(.ui),.ui.items>.item>.content a:not(.ui):hover {
	color: '';
}

.ui.items>.item .meta * {
	margin-right: .3em;
}

.ui.items>.item .meta :last-child {
	margin-right: 0;
}

.ui.items>.item .meta [class*="right floated"] {
	margin-right: 0;
	margin-left: .3em;
}

.ui.items>.item>.content a:not(.ui) {
	-webkit-transition: color .1s ease;
	transition: color .1s ease;
}

.ui.items>.item>.content>a.header {
	color: rgba(0,0,0,.85);
}

.ui.items a.item:hover .content .header,.ui.items>.item>.content>a.header:hover,.ui.link.items>.item:hover .content .header {
	color: #1e70bf;
}

.ui.items>.item .meta>a:not(.ui) {
	color: rgba(0,0,0,.4);
}

.ui.items>.item .meta>a:not(.ui):hover {
	color: rgba(0,0,0,.87);
}

.ui.items>.item>.content .favorite.icon {
	cursor: pointer;
	opacity: .75;
	-webkit-transition: color .1s ease;
	transition: color .1s ease;
}

.ui.items>.item>.content .favorite.icon:hover {
	opacity: 1;
	color: #FFB70A;
}

.ui.items>.item>.content .active.favorite.icon {
	color: #FFE623;
}

.ui.items>.item>.content .like.icon {
	cursor: pointer;
	opacity: .75;
	-webkit-transition: color .1s ease;
	transition: color .1s ease;
}

.ui.items>.item>.content .like.icon:hover {
	opacity: 1;
	color: #FF2733;
}

.ui.items>.item>.content .active.like.icon {
	color: #FF2733;
}

.ui.items>.item .extra {
	display: block;
	position: relative;
	background: 0 0;
	margin: .5rem 0 0;
	width: 100%;
	padding: 0;
	top: 0;
	left: 0;
	color: rgba(0,0,0,.4);
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: color .1s ease;
	transition: color .1s ease;
	border-top: none;
}

.ui.items>.item .extra>* {
	margin: .25rem .5rem .25rem 0;
}

.ui.items>.item .extra>[class*="right floated"] {
	margin: .25rem 0 .25rem .5rem;
}

.ui.items>.item .extra:after {
	display: block;
}

.ui.items>.item>.image:not(.ui) {
	width: 175px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.ui.items>.item {
		margin: 1em 0;
	}

	.ui.items>.item>.image:not(.ui) {
		width: 150px;
	}

	.ui.items>.item>.image+.content {
		display: block;
		padding: 0 0 0 1em;
	}
}

@media only screen and (max-width:767px) {
	.ui.items:not(.unstackable)>.item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 2em 0;
	}

	.ui.items:not(.unstackable)>.item>.image {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.ui.items:not(.unstackable)>.item>.image,.ui.items:not(.unstackable)>.item>.image>img {
		max-width: 100%!important;
		width: auto!important;
		max-height: 250px!important;
	}

	.ui.items:not(.unstackable)>.item>.image+.content {
		display: block;
		padding: 1.5em 0 0;
	}

	.ui.unstackable.items>.item>.image,.ui.unstackable.items>.item>.image>img {
		width: 125px!important;
	}
}

.ui.items>.item>.image+[class*="top aligned"].content {
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.ui.items>.item>.image+[class*="middle aligned"].content {
	-ms-flex-item-align: center;
	align-self: center;
}

.ui.items>.item>.image+[class*="bottom aligned"].content {
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.ui.relaxed.items>.item {
	margin: 1.5em 0;
}

.ui[class*="very relaxed"].items>.item {
	margin: 2em 0;
}

.ui.divided.items>.item {
	border-top: 1px solid rgba(34,36,38,.15);
	margin: 0;
	padding: 1em 0;
}

.ui.divided.items>.item:first-child {
	border-top: none;
	margin-top: 0!important;
	padding-top: 0!important;
}

.ui.divided.items>.item:last-child {
	margin-bottom: 0!important;
	padding-bottom: 0!important;
}

.ui.relaxed.divided.items>.item {
	margin: 0;
	padding: 1.5em 0;
}

.ui[class*="very relaxed"].divided.items>.item {
	margin: 0;
	padding: 2em 0;
}

.ui.items a.item:hover,.ui.link.items>.item:hover {
	cursor: pointer;
}

.ui.items>.item {
	font-size: 1em;
}

.ui.statistic {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	flex-direction: column;
	margin: 1em 0;
	max-width: auto;
}

.ui.statistic+.ui.statistic {
	margin: 0 0 0 1.5em;
}

.ui.statistic:first-child {
	margin-top: 0;
}

.ui.statistic:last-child {
	margin-bottom: 0;
}

.ui.statistics {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ui.statistics>.statistic {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 1.5em 1em;
	max-width: auto;
}

.ui.statistics {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 1em -1.5em -1em;
}

.ui.dropdown .menu .item>.flag.floated,.ui.dropdown .menu .item>.icon.floated,.ui.dropdown .menu .item>.image.floated,.ui.dropdown .menu .item>img.floated,.ui.statistic>.label~.value,.ui.statistic>.value~.label,.ui.statistics .statistic>.label~.value,.ui.statistics .statistic>.value~.label,.ui.statistics:first-child {
	margin-top: 0;
}

.ui.statistics:after {
	display: block;
}

.ui.statistic>.value,.ui.statistics .statistic>.value {
	font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
	font-weight: 400;
	line-height: 1em;
	color: #1B1C1D;
	text-transform: uppercase;
	text-align: center;
}

.ui.statistic>.label,.ui.statistics .statistic>.label {
	font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
	font-size: 1em;
	font-weight: 700;
	color: rgba(0,0,0,.87);
	text-transform: uppercase;
	text-align: center;
}

.ui.statistic>.value .icon,.ui.statistics .statistic>.value .icon {
	opacity: 1;
	width: auto;
	margin: 0;
}

.ui.statistic>.text.value,.ui.statistics .statistic>.text.value {
	line-height: 1em;
	min-height: 2em;
	font-weight: 700;
	text-align: center;
}

.ui.statistic>.text.value+.label,.ui.statistics .statistic>.text.value+.label {
	text-align: center;
}

.ui.statistic>.value img,.ui.statistics .statistic>.value img {
	max-height: 3rem;
	vertical-align: baseline;
}

.ui.ten.statistics {
	margin: 0 0 -1em;
}

.ui.ten.statistics .statistic {
	min-width: 10%;
	margin: 0 0 1em;
}

.ui.nine.statistics {
	margin: 0 0 -1em;
}

.ui.nine.statistics .statistic {
	min-width: 11.11111111%;
	margin: 0 0 1em;
}

.ui.eight.statistics {
	margin: 0 0 -1em;
}

.ui.eight.statistics .statistic {
	min-width: 12.5%;
	margin: 0 0 1em;
}

.ui.seven.statistics {
	margin: 0 0 -1em;
}

.ui.seven.statistics .statistic {
	min-width: 14.28571429%;
	margin: 0 0 1em;
}

.ui.six.statistics {
	margin: 0 0 -1em;
}

.ui.six.statistics .statistic {
	min-width: 16.66666667%;
	margin: 0 0 1em;
}

.ui.five.statistics {
	margin: 0 0 -1em;
}

.ui.five.statistics .statistic {
	min-width: 20%;
	margin: 0 0 1em;
}

.ui.four.statistics {
	margin: 0 0 -1em;
}

.ui.four.statistics .statistic {
	min-width: 25%;
	margin: 0 0 1em;
}

.ui.three.statistics {
	margin: 0 0 -1em;
}

.ui.three.statistics .statistic {
	min-width: 33.33333333%;
	margin: 0 0 1em;
}

.ui.two.statistics {
	margin: 0 0 -1em;
}

.ui.two.statistics .statistic {
	min-width: 50%;
	margin: 0 0 1em;
}

.ui.one.statistics {
	margin: 0 0 -1em;
}

.ui.one.statistics .statistic {
	min-width: 100%;
	margin: 0 0 1em;
}

.ui.horizontal.statistic {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ui.dimmer,.ui.horizontal.statistics {
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-box-direction: normal;
}

.ui.horizontal.statistics {
	flex-direction: column;
	margin: 0;
	max-width: none;
}

.ui.horizontal.statistics .statistic {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: none;
	margin: 1em 0;
}

.ui.horizontal.statistic>.text.value,.ui.horizontal.statistics>.statistic>.text.value {
	min-height: 0!important;
}

.ui.horizontal.statistic>.value .icon,.ui.horizontal.statistics .statistic>.value .icon {
	width: 1.18em;
}

.ui.horizontal.statistic>.label,.ui.horizontal.statistics .statistic>.label {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 .75em;
}

.ui.red.statistic>.value,.ui.red.statistics .statistic>.value,.ui.statistics .red.statistic>.value {
	color: #DB2828;
}

.ui.orange.statistic>.value,.ui.orange.statistics .statistic>.value,.ui.statistics .orange.statistic>.value {
	color: #F2711C;
}

.ui.statistics .yellow.statistic>.value,.ui.yellow.statistic>.value,.ui.yellow.statistics .statistic>.value {
	color: #FBBD08;
}

.ui.olive.statistic>.value,.ui.olive.statistics .statistic>.value,.ui.statistics .olive.statistic>.value {
	color: #B5CC18;
}

.ui.green.statistic>.value,.ui.green.statistics .statistic>.value,.ui.statistics .green.statistic>.value {
	color: #21BA45;
}

.ui.statistics .teal.statistic>.value,.ui.teal.statistic>.value,.ui.teal.statistics .statistic>.value {
	color: #00B5AD;
}

.ui.blue.statistic>.value,.ui.blue.statistics .statistic>.value,.ui.statistics .blue.statistic>.value {
	color: #2185D0;
}

.ui.statistics .violet.statistic>.value,.ui.violet.statistic>.value,.ui.violet.statistics .statistic>.value {
	color: #6435C9;
}

.ui.purple.statistic>.value,.ui.purple.statistics .statistic>.value,.ui.statistics .purple.statistic>.value {
	color: #A333C8;
}

.ui.pink.statistic>.value,.ui.pink.statistics .statistic>.value,.ui.statistics .pink.statistic>.value {
	color: #E03997;
}

.ui.brown.statistic>.value,.ui.brown.statistics .statistic>.value,.ui.statistics .brown.statistic>.value {
	color: #A5673F;
}

.ui.grey.statistic>.value,.ui.grey.statistics .statistic>.value,.ui.statistics .grey.statistic>.value {
	color: #767676;
}

.ui.inverted.statistic .value,.ui.inverted.statistics .statistic>.value {
	color: #FFF;
}

.ui.inverted.statistic .label,.ui.inverted.statistics .statistic>.label {
	color: rgba(255,255,255,.9);
}

.ui.inverted.red.statistic>.value,.ui.inverted.red.statistics .statistic>.value,.ui.statistics .inverted.red.statistic>.value {
	color: #FF695E;
}

.ui.inverted.orange.statistic>.value,.ui.inverted.orange.statistics .statistic>.value,.ui.statistics .inverted.orange.statistic>.value {
	color: #FF851B;
}

.ui.inverted.yellow.statistic>.value,.ui.inverted.yellow.statistics .statistic>.value,.ui.statistics .inverted.yellow.statistic>.value {
	color: #FFE21F;
}

.ui.inverted.olive.statistic>.value,.ui.inverted.olive.statistics .statistic>.value,.ui.statistics .inverted.olive.statistic>.value {
	color: #D9E778;
}

.ui.inverted.green.statistic>.value,.ui.inverted.green.statistics .statistic>.value,.ui.statistics .inverted.green.statistic>.value {
	color: #2ECC40;
}

.ui.inverted.teal.statistic>.value,.ui.inverted.teal.statistics .statistic>.value,.ui.statistics .inverted.teal.statistic>.value {
	color: #6DFFFF;
}

.ui.inverted.blue.statistic>.value,.ui.inverted.blue.statistics .statistic>.value,.ui.statistics .inverted.blue.statistic>.value {
	color: #54C8FF;
}

.ui.inverted.violet.statistic>.value,.ui.inverted.violet.statistics .statistic>.value,.ui.statistics .inverted.violet.statistic>.value {
	color: #A291FB;
}

.ui.inverted.purple.statistic>.value,.ui.inverted.purple.statistics .statistic>.value,.ui.statistics .inverted.purple.statistic>.value {
	color: #DC73FF;
}

.ui.inverted.pink.statistic>.value,.ui.inverted.pink.statistics .statistic>.value,.ui.statistics .inverted.pink.statistic>.value {
	color: #FF8EDF;
}

.ui.inverted.brown.statistic>.value,.ui.inverted.brown.statistics .statistic>.value,.ui.statistics .inverted.brown.statistic>.value {
	color: #D67C1C;
}

.ui.inverted.grey.statistic>.value,.ui.inverted.grey.statistics .statistic>.value,.ui.statistics .inverted.grey.statistic>.value {
	color: #DCDDDE;
}

.ui[class*="left floated"].statistic {
	float: left;
	margin: 0 2em 1em 0;
}

.ui[class*="right floated"].statistic {
	float: right;
	margin: 0 0 1em 2em;
}

.ui.floated.statistic:last-child {
	margin-bottom: 0;
}

.ui.mini.horizontal.statistic>.value,.ui.mini.horizontal.statistics .statistic>.value,.ui.mini.statistic>.value,.ui.mini.statistics .statistic>.value {
	font-size: 1.5rem!important;
}

.ui.mini.statistic>.text.value,.ui.mini.statistics .statistic>.text.value {
	font-size: 1rem!important;
}

.ui.tiny.horizontal.statistic>.value,.ui.tiny.horizontal.statistics .statistic>.value,.ui.tiny.statistic>.value,.ui.tiny.statistics .statistic>.value {
	font-size: 2rem!important;
}

.ui.tiny.statistic>.text.value,.ui.tiny.statistics .statistic>.text.value {
	font-size: 1rem!important;
}

.ui.small.statistic>.value,.ui.small.statistics .statistic>.value {
	font-size: 3rem!important;
}

.ui.small.horizontal.statistic>.value,.ui.small.horizontal.statistics .statistic>.value {
	font-size: 2rem!important;
}

.ui.small.statistic>.text.value,.ui.small.statistics .statistic>.text.value {
	font-size: 1rem!important;
}

.ui.statistic>.value,.ui.statistics .statistic>.value {
	font-size: 4rem!important;
}

.ui.horizontal.statistic>.value,.ui.horizontal.statistics .statistic>.value {
	display: inline-block;
	vertical-align: middle;
	font-size: 3rem!important;
}

.ui.accordion .accordion .title~.content,.ui.accordion .title~.content,.ui.dimmer {
	display: none;
}

.ui.statistic>.text.value,.ui.statistics .statistic>.text.value {
	font-size: 2rem!important;
}

.ui.large.statistic>.value,.ui.large.statistics .statistic>.value {
	font-size: 5rem!important;
}

.ui.large.horizontal.statistic>.value,.ui.large.horizontal.statistics .statistic>.value {
	font-size: 4rem!important;
}

.ui.large.statistic>.text.value,.ui.large.statistics .statistic>.text.value {
	font-size: 2.5rem!important;
}

.ui.huge.statistic>.value,.ui.huge.statistics .statistic>.value {
	font-size: 6rem!important;
}

.ui.huge.horizontal.statistic>.value,.ui.huge.horizontal.statistics .statistic>.value {
	font-size: 5rem!important;
}

.ui.huge.statistic>.text.value,.ui.huge.statistics .statistic>.text.value {
	font-size: 2.5rem!important;
}

.ui.accordion,.ui.accordion .accordion {
	max-width: 100%;
}

.ui.accordion .accordion {
	margin: 1em 0 0;
	padding: 0;
}

.ui.accordion .accordion .title,.ui.accordion .title {
	cursor: pointer;
}

.ui.accordion .title:not(.ui) {
	padding: .5em 0;
	font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
	font-size: 1em;
	color: rgba(0,0,0,.87);
}

.ui.accordion:not(.styled) .accordion .title~.content:not(.ui),.ui.accordion:not(.styled) .title~.content:not(.ui) {
	margin: '';
	padding: .5em 0 1em;
}

.ui.accordion:not(.styled) .title~.content:not(.ui):last-child {
	padding-bottom: 0;
}

.ui.accordion .accordion .title .dropdown.icon,.ui.accordion .title .dropdown.icon {
	display: inline-block;
	float: none;
	opacity: 1;
	width: 1.25em;
	height: 1em;
	margin: 0 .25rem 0 0;
	padding: 0;
	font-size: 1em;
	-webkit-transition: opacity .1s ease,-webkit-transform .1s ease;
	transition: opacity .1s ease,-webkit-transform .1s ease;
	transition: transform .1s ease,opacity .1s ease;
	transition: transform .1s ease,opacity .1s ease,-webkit-transform .1s ease;
	vertical-align: baseline;
	-webkit-transform: none;
	transform: none;
}

.ui.accordion.menu .item .title {
	display: block;
	padding: 0;
}

.ui.accordion.menu .item .title>.dropdown.icon {
	float: right;
	margin: .21425em 0 0 1em;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.ui.accordion .ui.header .dropdown.icon {
	font-size: 1em;
	margin: 0 .25rem 0 0;
}

.ui.accordion .accordion .active.title .dropdown.icon,.ui.accordion .active.title .dropdown.icon,.ui.accordion.menu .item .active.title>.dropdown.icon {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.ui.styled.accordion {
	width: 600px;
}

.ui.styled.accordion,.ui.styled.accordion .accordion {
	border-radius: .28571429rem;
	background: #FFF;
	-webkit-box-shadow: 0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15);
	box-shadow: 0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15);
}

.ui.styled.accordion .accordion .title,.ui.styled.accordion .title {
	margin: 0;
	padding: .75em 1em;
	color: rgba(0,0,0,.4);
	font-weight: 700;
	border-top: 1px solid rgba(34,36,38,.15);
	-webkit-transition: background .1s ease,color .1s ease;
	transition: background .1s ease,color .1s ease;
}

.ui.styled.accordion .accordion .title:first-child,.ui.styled.accordion>.title:first-child {
	border-top: none;
}

.ui.styled.accordion .accordion .content,.ui.styled.accordion .content {
	margin: 0;
	padding: .5em 1em 1.5em;
}

.ui.styled.accordion .accordion .content {
	padding: .5em 1em 1.5em;
}

.ui.styled.accordion .accordion .active.title,.ui.styled.accordion .accordion .title:hover,.ui.styled.accordion .active.title,.ui.styled.accordion .title:hover {
	background: 0 0;
	color: rgba(0,0,0,.87);
}

.ui.styled.accordion .accordion .active.title,.ui.styled.accordion .active.title {
	background: 0 0;
	color: rgba(0,0,0,.95);
}

.ui.accordion .accordion .active.content,.ui.accordion .active.content {
	display: block;
}

.ui.fluid.accordion,.ui.fluid.accordion .accordion {
	width: 100%;
}

.ui.inverted.accordion .title:not(.ui) {
	color: rgba(255,255,255,.9);
}

@font-face {
	font-family:Accordion;src:url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfOIKAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zryj6HgAAAFwAAAAyGhlYWT/0IhHAAACOAAAADZoaGVhApkB5wAAAnAAAAAkaG10eAJuABIAAAKUAAAAGGxvY2EAjABWAAACrAAAAA5tYXhwAAgAFgAAArwAAAAgbmFtZfC1n04AAALcAAABPHBvc3QAAwAAAAAEGAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDZ//3//wAB/+MPKwADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQASAEkAtwFuABMAADc0PwE2FzYXFh0BFAcGJwYvASY1EgaABQgHBQYGBQcIBYAG2wcGfwcBAQcECf8IBAcBAQd/BgYAAAAAAQAAAEkApQFuABMAADcRNDc2MzIfARYVFA8BBiMiJyY1AAUGBwgFgAYGgAUIBwYFWwEACAUGBoAFCAcFgAYGBQcAAAABAAAAAQAAqWYls18PPPUACwIAAAAAAM/9o+4AAAAAz/2j7gAAAAAAtwFuAAAACAACAAAAAAAAAAEAAAHg/+AAAAIAAAAAAAC3AAEAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAAAAAAAAQAAAAC3ABIAtwAAAAAAAAAKABQAHgBCAGQAAAABAAAABgAUAAEAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADAAAAAEAAAAAAAIADgBAAAEAAAAAAAMADAAiAAEAAAAAAAQADABOAAEAAAAAAAUAFgAMAAEAAAAAAAYABgAuAAEAAAAAAAoANABaAAMAAQQJAAEADAAAAAMAAQQJAAIADgBAAAMAAQQJAAMADAAiAAMAAQQJAAQADABOAAMAAQQJAAUAFgAMAAMAAQQJAAYADAA0AAMAAQQJAAoANABaAHIAYQB0AGkAbgBnAFYAZQByAHMAaQBvAG4AIAAxAC4AMAByAGEAdABpAG4AZ3JhdGluZwByAGEAdABpAG4AZwBSAGUAZwB1AGwAYQByAHIAYQB0AGkAbgBnAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype'),url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAASwAAoAAAAABGgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAS0AAAEtFpovuE9TLzIAAAIkAAAAYAAAAGAIIweQY21hcAAAAoQAAABMAAAATA984gpnYXNwAAAC0AAAAAgAAAAIAAAAEGhlYWQAAALYAAAANgAAADb/0IhHaGhlYQAAAxAAAAAkAAAAJAKZAedobXR4AAADNAAAABgAAAAYAm4AEm1heHAAAANMAAAABgAAAAYABlAAbmFtZQAAA1QAAAE8AAABPPC1n05wb3N0AAAEkAAAACAAAAAgAAMAAAEABAQAAQEBB3JhdGluZwABAgABADr4HAL4GwP4GAQeCgAZU/+Lix4KABlT/4uLDAeLa/iU+HQFHQAAAHkPHQAAAH4RHQAAAAkdAAABJBIABwEBBw0PERQZHnJhdGluZ3JhdGluZ3UwdTF1MjB1RjBEOXVGMERBAAACAYkABAAGAQEEBwoNVp38lA78lA78lA77lA773Z33bxWLkI2Qj44I9xT3FAWOj5CNkIuQi4+JjoePiI2Gi4YIi/uUBYuGiYeHiIiHh4mGi4aLho2Ijwj7FPcUBYeOiY+LkAgO+92L5hWL95QFi5CNkI6Oj4+PjZCLkIuQiY6HCPcU+xQFj4iNhouGi4aJh4eICPsU+xQFiIeGiYaLhouHjYePiI6Jj4uQCA74lBT4lBWLDAoAAAAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDZ//3//wAB/+MPKwADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAEAADfYOJZfDzz1AAsCAAAAAADP/aPuAAAAAM/9o+4AAAAAALcBbgAAAAgAAgAAAAAAAAABAAAB4P/gAAACAAAAAAAAtwABAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAEAAAAAtwASALcAAAAAUAAABgAAAAAADgCuAAEAAAAAAAEADAAAAAEAAAAAAAIADgBAAAEAAAAAAAMADAAiAAEAAAAAAAQADABOAAEAAAAAAAUAFgAMAAEAAAAAAAYABgAuAAEAAAAAAAoANABaAAMAAQQJAAEADAAAAAMAAQQJAAIADgBAAAMAAQQJAAMADAAiAAMAAQQJAAQADABOAAMAAQQJAAUAFgAMAAMAAQQJAAYADAA0AAMAAQQJAAoANABaAHIAYQB0AGkAbgBnAFYAZQByAHMAaQBvAG4AIAAxAC4AMAByAGEAdABpAG4AZ3JhdGluZwByAGEAdABpAG4AZwBSAGUAZwB1AGwAYQByAHIAYQB0AGkAbgBnAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('woff');font-weight:400;font-style:normal;
}

.ui.accordion .accordion .title .dropdown.icon,.ui.accordion .title .dropdown.icon {
	font-family: Accordion;
	line-height: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	font-weight: 400;
	font-style: normal;
	text-align: center;
}

.ui.accordion .accordion .title .dropdown.icon:before,.ui.accordion .title .dropdown.icon:before {
	content: '\f0da';
}

.ui.checkbox {
	position: relative;
	display: inline-block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	outline: 0;
	vertical-align: baseline;
	font-style: normal;
	min-height: 17px;
	font-size: 1rem;
	line-height: 17px;
	min-width: 17px;
}

.ui.checkbox input[type=checkbox],.ui.checkbox input[type=radio] {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0!important;
	outline: 0;
	z-index: 3;
	width: 17px;
	height: 17px;
}

.ui.checkbox .box,.ui.checkbox label {
	cursor: auto;
	position: relative;
	display: block;
	padding-left: 1.85714em;
	outline: 0;
	font-size: 1em;
}

.ui.checkbox .box:before,.ui.checkbox label:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 17px;
	height: 17px;
	content: '';
	background: #FFF;
	border-radius: .21428571rem;
	-webkit-transition: border .1s ease,opacity .1s ease,-webkit-transform .1s ease,-webkit-box-shadow .1s ease;
	transition: border .1s ease,opacity .1s ease,-webkit-transform .1s ease,-webkit-box-shadow .1s ease;
	transition: border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease;
	transition: border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease,-webkit-transform .1s ease,-webkit-box-shadow .1s ease;
	border: 1px solid #D4D4D5;
}

.ui.checkbox .box:after,.ui.checkbox label:after {
	position: absolute;
	font-size: 14px;
	top: 0;
	left: 0;
	width: 17px;
	height: 17px;
	text-align: center;
	opacity: 0;
	color: rgba(0,0,0,.87);
	-webkit-transition: border .1s ease,opacity .1s ease,-webkit-transform .1s ease,-webkit-box-shadow .1s ease;
	transition: border .1s ease,opacity .1s ease,-webkit-transform .1s ease,-webkit-box-shadow .1s ease;
	transition: border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease;
	transition: border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease,-webkit-transform .1s ease,-webkit-box-shadow .1s ease;
	font-family: Checkbox;
}

.ui.checkbox label,.ui.checkbox+label {
	color: rgba(0,0,0,.87);
	-webkit-transition: color .1s ease;
	transition: color .1s ease;
}

.ui.checkbox+label {
	vertical-align: middle;
}

.ui.checkbox .box:hover::before,.ui.checkbox label:hover::before {
	background: #FFF;
	border-color: rgba(34,36,38,.35);
}

.ui.checkbox label:hover,.ui.checkbox+label:hover {
	color: rgba(0,0,0,.8);
}

.ui.checkbox .box:active::before,.ui.checkbox label:active::before {
	background: #F9FAFB;
	border-color: rgba(34,36,38,.35);
}

.ui.checkbox .box:active::after,.ui.checkbox input:active~label,.ui.checkbox label:active::after {
	color: rgba(0,0,0,.95);
}

.ui.checkbox input:focus~.box:before,.ui.checkbox input:focus~label:before {
	background: #FFF;
	border-color: #96C8DA;
}

.ui.checkbox input:checked~.box:before,.ui.checkbox input:checked~label:before,.ui.checkbox input:not([type=radio]):indeterminate~.box:before,.ui.checkbox input:not([type=radio]):indeterminate~label:before {
	border-color: rgba(34,36,38,.35);
	background: #FFF;
}

.ui.checkbox input:focus~.box:after,.ui.checkbox input:focus~label,.ui.checkbox input:focus~label:after {
	color: rgba(0,0,0,.95);
}

.ui.checkbox input:checked~.box:after,.ui.checkbox input:checked~label:after {
	opacity: 1;
	color: rgba(0,0,0,.95);
}

.ui.checkbox input:not([type=radio]):indeterminate~.box:after,.ui.checkbox input:not([type=radio]):indeterminate~label:after {
	opacity: 1;
	color: rgba(0,0,0,.95);
}

.ui.checkbox input:checked:focus~.box:before,.ui.checkbox input:checked:focus~label:before,.ui.checkbox input:not([type=radio]):indeterminate:focus~.box:before,.ui.checkbox input:not([type=radio]):indeterminate:focus~label:before {
	background: #FFF;
	border-color: #96C8DA;
}

.ui.checkbox input:checked:focus~.box:after,.ui.checkbox input:checked:focus~label:after,.ui.checkbox input:not([type=radio]):indeterminate:focus~.box:after,.ui.checkbox input:not([type=radio]):indeterminate:focus~label:after {
	color: rgba(0,0,0,.95);
}

.ui.read-only.checkbox,.ui.read-only.checkbox label {
	cursor: default;
}

.ui.checkbox input[disabled]~.box:after,.ui.checkbox input[disabled]~label,.ui.disabled.checkbox .box:after,.ui.disabled.checkbox label {
	cursor: default!important;
	opacity: .5;
	color: #000;
}

.ui.checkbox input.hidden {
	z-index: -1;
}

.ui.checkbox input.hidden+label {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.ui.radio.checkbox {
	min-height: 15px;
}

.ui.radio.checkbox .box,.ui.radio.checkbox label {
	padding-left: 1.85714em;
}

.ui.radio.checkbox .box:before,.ui.radio.checkbox label:before {
	content: '';
	-webkit-transform: none;
	transform: none;
	width: 15px;
	height: 15px;
	border-radius: 500rem;
	top: 1px;
	left: 0;
}

.ui.radio.checkbox .box:after,.ui.radio.checkbox label:after {
	border: none;
	content: ''!important;
	line-height: 15px;
	top: 1px;
	left: 0;
	width: 15px;
	height: 15px;
	border-radius: 500rem;
	-webkit-transform: scale(.46666667);
	transform: scale(.46666667);
	background-color: rgba(0,0,0,.87);
}

.ui.radio.checkbox input:focus~.box:before,.ui.radio.checkbox input:focus~label:before {
	background-color: #FFF;
}

.ui.radio.checkbox input:focus~.box:after,.ui.radio.checkbox input:focus~label:after {
	background-color: rgba(0,0,0,.95);
}

.ui.radio.checkbox input:indeterminate~.box:after,.ui.radio.checkbox input:indeterminate~label:after {
	opacity: 0;
}

.ui.radio.checkbox input:checked~.box:before,.ui.radio.checkbox input:checked~label:before {
	background-color: #FFF;
}

.ui.radio.checkbox input:checked~.box:after,.ui.radio.checkbox input:checked~label:after {
	background-color: rgba(0,0,0,.95);
}

.ui.radio.checkbox input:focus:checked~.box:before,.ui.radio.checkbox input:focus:checked~label:before {
	background-color: #FFF;
}

.ui.radio.checkbox input:focus:checked~.box:after,.ui.radio.checkbox input:focus:checked~label:after {
	background-color: rgba(0,0,0,.95);
}

.ui.slider.checkbox {
	min-height: 1.25rem;
}

.ui.slider.checkbox input {
	width: 3.5rem;
	height: 1.25rem;
}

.ui.slider.checkbox .box,.ui.slider.checkbox label {
	padding-left: 4.5rem;
	line-height: 1rem;
	color: rgba(0,0,0,.4);
}

.ui.slider.checkbox .box:before,.ui.slider.checkbox label:before {
	display: block;
	position: absolute;
	content: '';
	border: none!important;
	left: 0;
	z-index: 1;
	top: .4rem;
	background-color: rgba(0,0,0,.05);
	width: 3.5rem;
	height: .21428571rem;
	-webkit-transform: none;
	transform: none;
	border-radius: 500rem;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

.ui.slider.checkbox .box:after,.ui.slider.checkbox label:after {
	background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.05))) #FFF;
	background: -webkit-linear-gradient(transparent,rgba(0,0,0,.05)) #FFF;
	background: linear-gradient(transparent,rgba(0,0,0,.05)) #FFF;
	position: absolute;
	content: ''!important;
	opacity: 1;
	z-index: 2;
	border: none;
	-webkit-box-shadow: 0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15) inset;
	box-shadow: 0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15) inset;
	width: 1.5rem;
	height: 1.5rem;
	top: -.25rem;
	left: 0;
	-webkit-transform: none;
	transform: none;
	border-radius: 500rem;
	-webkit-transition: left .3s ease;
	transition: left .3s ease;
}

.ui.slider.checkbox input:focus~.box:before,.ui.slider.checkbox input:focus~label:before {
	background-color: rgba(0,0,0,.15);
	border: none;
}

.ui.slider.checkbox .box:hover,.ui.slider.checkbox label:hover {
	color: rgba(0,0,0,.8);
}

.ui.slider.checkbox input:checked~.box,.ui.slider.checkbox input:checked~label,.ui.slider.checkbox input:focus:checked~.box,.ui.slider.checkbox input:focus:checked~label,.ui.toggle.checkbox input:checked~.box,.ui.toggle.checkbox input:checked~label,.ui.toggle.checkbox input:focus:checked~.box,.ui.toggle.checkbox input:focus:checked~label {
	color: rgba(0,0,0,.95)!important;
}

.ui.slider.checkbox .box:hover::before,.ui.slider.checkbox label:hover::before {
	background: rgba(0,0,0,.15);
}

.ui.slider.checkbox input:checked~.box:before,.ui.slider.checkbox input:checked~label:before {
	background-color: #545454!important;
}

.ui.slider.checkbox input:checked~.box:after,.ui.slider.checkbox input:checked~label:after {
	left: 2rem;
}

.ui.slider.checkbox input:focus:checked~.box:before,.ui.slider.checkbox input:focus:checked~label:before {
	background-color: #000!important;
}

.ui.toggle.checkbox {
	min-height: 1.5rem;
}

.ui.toggle.checkbox input {
	width: 3.5rem;
	height: 1.5rem;
}

.ui.toggle.checkbox .box,.ui.toggle.checkbox label {
	min-height: 1.5rem;
	padding-left: 4.5rem;
	color: rgba(0,0,0,.87);
}

.ui.toggle.checkbox label {
	padding-top: .15em;
}

.ui.toggle.checkbox .box:before,.ui.toggle.checkbox label:before {
	display: block;
	position: absolute;
	content: '';
	z-index: 1;
	-webkit-transform: none;
	transform: none;
	border: none;
	top: 0;
	background: rgba(0,0,0,.05);
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 3.5rem;
	height: 1.5rem;
	border-radius: 500rem;
}

.ui.toggle.checkbox .box:after,.ui.toggle.checkbox label:after {
	background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.05))) #FFF;
	background: -webkit-linear-gradient(transparent,rgba(0,0,0,.05)) #FFF;
	background: linear-gradient(transparent,rgba(0,0,0,.05)) #FFF;
	position: absolute;
	content: ''!important;
	opacity: 1;
	z-index: 2;
	border: none;
	-webkit-box-shadow: 0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15) inset;
	box-shadow: 0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15) inset;
	width: 1.5rem;
	height: 1.5rem;
	top: 0;
	left: 0;
	border-radius: 500rem;
	-webkit-transition: background .3s ease,left .3s ease;
	transition: background .3s ease,left .3s ease;
}

.dimmable:not(body),.ui.dropdown {
	position: relative;
}

.ui.toggle.checkbox input~.box:after,.ui.toggle.checkbox input~label:after {
	left: -.05rem;
	-webkit-box-shadow: 0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15) inset;
	box-shadow: 0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15) inset;
}

.ui.toggle.checkbox .box:hover::before,.ui.toggle.checkbox input:focus~.box:before,.ui.toggle.checkbox input:focus~label:before,.ui.toggle.checkbox label:hover::before {
	background-color: rgba(0,0,0,.15);
	border: none;
}

.ui.toggle.checkbox input:checked~.box:before,.ui.toggle.checkbox input:checked~label:before {
	background-color: #2185D0!important;
}

.ui.toggle.checkbox input:checked~.box:after,.ui.toggle.checkbox input:checked~label:after {
	left: 2.15rem;
	-webkit-box-shadow: 0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15) inset;
	box-shadow: 0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15) inset;
}

.ui.toggle.checkbox input:focus:checked~.box:before,.ui.toggle.checkbox input:focus:checked~label:before {
	background-color: #0d71bb!important;
}

.ui.fitted.checkbox .box,.ui.fitted.checkbox label {
	padding-left: 0!important;
}

.ui.fitted.slider.checkbox,.ui.fitted.toggle.checkbox {
	width: 3.5rem;
}

@font-face {
	font-family:Checkbox;src:url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBD8AAAC8AAAAYGNtYXAYVtCJAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zn4huwUAAAF4AAABYGhlYWQGPe1ZAAAC2AAAADZoaGVhB30DyAAAAxAAAAAkaG10eBBKAEUAAAM0AAAAHGxvY2EAmgESAAADUAAAABBtYXhwAAkALwAAA2AAAAAgbmFtZSC8IugAAAOAAAABknBvc3QAAwAAAAAFFAAAACAAAwMTAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADoAgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6AL//f//AAAAAAAg6AD//f//AAH/4xgEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAEUAUQO7AvgAGgAAARQHAQYjIicBJjU0PwE2MzIfAQE2MzIfARYVA7sQ/hQQFhcQ/uMQEE4QFxcQqAF2EBcXEE4QAnMWEP4UEBABHRAXFhBOEBCoAXcQEE4QFwAAAAABAAABbgMlAkkAFAAAARUUBwYjISInJj0BNDc2MyEyFxYVAyUQEBf9SRcQEBAQFwK3FxAQAhJtFxAQEBAXbRcQEBAQFwAAAAABAAAASQMlA24ALAAAARUUBwYrARUUBwYrASInJj0BIyInJj0BNDc2OwE1NDc2OwEyFxYdATMyFxYVAyUQEBfuEBAXbhYQEO4XEBAQEBfuEBAWbhcQEO4XEBACEm0XEBDuFxAQEBAX7hAQF20XEBDuFxAQEBAX7hAQFwAAAQAAAAIAAHRSzT9fDzz1AAsEAAAAAADRsdR3AAAAANGx1HcAAAAAA7sDbgAAAAgAAgAAAAAAAAABAAADwP/AAAAEAAAAAAADuwABAAAAAAAAAAAAAAAAAAAABwQAAAAAAAAAAAAAAAIAAAAEAABFAyUAAAMlAAAAAAAAAAoAFAAeAE4AcgCwAAEAAAAHAC0AAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAIAAAAAQAAAAAAAgAHAGkAAQAAAAAAAwAIADkAAQAAAAAABAAIAH4AAQAAAAAABQALABgAAQAAAAAABgAIAFEAAQAAAAAACgAaAJYAAwABBAkAAQAQAAgAAwABBAkAAgAOAHAAAwABBAkAAwAQAEEAAwABBAkABAAQAIYAAwABBAkABQAWACMAAwABBAkABgAQAFkAAwABBAkACgA0ALBDaGVja2JveABDAGgAZQBjAGsAYgBvAHhWZXJzaW9uIDIuMABWAGUAcgBzAGkAbwBuACAAMgAuADBDaGVja2JveABDAGgAZQBjAGsAYgBvAHhDaGVja2JveABDAGgAZQBjAGsAYgBvAHhSZWd1bGFyAFIAZQBnAHUAbABhAHJDaGVja2JveABDAGgAZQBjAGsAYgBvAHhGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype');
}

.ui.checkbox input:checked~.box:after,.ui.checkbox input:checked~label:after {
	content: '\e800';
}

.ui.checkbox input:indeterminate~.box:after,.ui.checkbox input:indeterminate~label:after {
	font-size: 12px;
	content: '\e801';
}

.ui.dimmer {
	position: absolute;
	top: 0!important;
	left: 0!important;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	padding: 1em;
	background-color: rgba(0,0,0,.85);
	opacity: 0;
	line-height: 1;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-transition: background-color .5s linear;
	transition: background-color .5s linear;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	will-change: opacity;
	z-index: 1000;
}

.ui.cube.shape .side>.content,.ui.dimmer>.content,.ui.modal {
	-moz-user-select: text;
	-ms-user-select: text;
}

.ui.dimmer>.content {
	-webkit-user-select: text;
	user-select: text;
	color: #FFF;
}

.ui.segment>.ui.dimmer {
	border-radius: inherit!important;
}

.ui.dropdown .menu,.ui.selection.dropdown {
	border: 1px solid rgba(34,36,38,.15);
	background: #FFF;
}

.ui.dimmer:not(.inverted)::-webkit-scrollbar-track {
	background: rgba(255,255,255,.1);
}

.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb {
	background: rgba(255,255,255,.25);
}

.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,255,255,.15);
}

.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb:hover {
	background: rgba(255,255,255,.35);
}

.animating.dimmable:not(body),.dimmed.dimmable:not(body) {
	overflow: hidden;
}

.dimmed.dimmable>.ui.animating.dimmer,.dimmed.dimmable>.ui.visible.dimmer,.ui.active.dimmer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	opacity: 1;
}

.ui.disabled.dimmer {
	width: 0!important;
	height: 0!important;
}

.dimmed.dimmable>.ui.animating.legacy.dimmer,.dimmed.dimmable>.ui.visible.legacy.dimmer,.ui.active.legacy.dimmer {
	display: block;
}

.ui[class*="top aligned"].dimmer {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.ui[class*="bottom aligned"].dimmer {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.ui.page.dimmer {
	position: fixed;
	-webkit-transform-style: '';
	transform-style: '';
	-webkit-perspective: 2000px;
	perspective: 2000px;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

body.animating.in.dimmable,body.dimmed.dimmable {
	overflow: hidden;
}

body.dimmable>.dimmer {
	position: fixed;
}

.blurring.dimmable>:not(.dimmer) {
	-webkit-filter: blur(0) grayscale(0);
	filter: blur(0) grayscale(0);
	-webkit-transition: .8s -webkit-filter ease;
	transition: .8s -webkit-filter ease;
	transition: .8s filter ease;
	transition: .8s filter ease,.8s -webkit-filter ease;
}

.ui.dropdown,.ui.selection.dropdown {
	-webkit-transition: width .1s ease,-webkit-box-shadow .1s ease;
	outline: 0;
}

.blurring.dimmed.dimmable>:not(.dimmer) {
	-webkit-filter: blur(5px) grayscale(.7);
	filter: blur(5px) grayscale(.7);
}

.blurring.dimmable>.dimmer {
	background-color: rgba(0,0,0,.6);
}

.blurring.dimmable>.inverted.dimmer {
	background-color: rgba(255,255,255,.6);
}

.ui.dimmer>.top.aligned.content>* {
	vertical-align: top;
}

.ui.dimmer>.bottom.aligned.content>* {
	vertical-align: bottom;
}

.ui.inverted.dimmer {
	background-color: rgba(255,255,255,.85);
}

.ui.inverted.dimmer>.content>* {
	color: #FFF;
}

.ui.simple.dimmer {
	display: block;
	overflow: hidden;
	opacity: 1;
	width: 0%;
	height: 0%;
	z-index: -100;
	background-color: rgba(0,0,0,0);
}

.dimmed.dimmable>.ui.simple.dimmer {
	overflow: visible;
	opacity: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.85);
	z-index: 1;
}

.ui.simple.inverted.dimmer {
	background-color: rgba(255,255,255,0);
}

.dimmed.dimmable>.ui.simple.inverted.dimmer {
	background-color: rgba(255,255,255,.85);
}

.ui.dropdown {
	cursor: pointer;
	display: inline-block;
	text-align: left;
	transition: width .1s ease,-webkit-box-shadow .1s ease;
	transition: box-shadow .1s ease,width .1s ease;
	transition: box-shadow .1s ease,width .1s ease,-webkit-box-shadow .1s ease;
}

.ui.dropdown .menu {
	cursor: auto;
	position: absolute;
	display: none;
	outline: 0;
	top: 100%;
	min-width: -webkit-max-content;
	min-width: -moz-max-content;
	min-width: max-content;
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-shadow: none;
	text-align: left;
	-webkit-box-shadow: 0 2px 3px 0 rgba(34,36,38,.15);
	box-shadow: 0 2px 3px 0 rgba(34,36,38,.15);
	border-radius: .28571429rem;
	-webkit-transition: opacity .1s ease;
	transition: opacity .1s ease;
	z-index: 11;
	will-change: transform,opacity;
}

.ui.dropdown .menu>* {
	white-space: nowrap;
}

.ui.dropdown>input:not(.search):first-child,.ui.dropdown>select {
	display: none!important;
}

.ui.dropdown>.dropdown.icon {
	position: relative;
	font-size: .85714286em;
	margin: 0 0 0 1em;
}

.ui.dropdown .menu>.item .dropdown.icon {
	width: auto;
	float: right;
	margin: 0 0 0 1em;
}

.ui.dropdown .menu>.item .dropdown.icon+.text {
	margin-right: 1em;
}

.ui.dropdown>.text {
	display: inline-block;
	-webkit-transition: none;
	transition: none;
}

.ui.dropdown .menu>.item {
	position: relative;
	cursor: pointer;
	display: block;
	border: none;
	height: auto;
	text-align: left;
	border-top: none;
	line-height: 1em;
	color: rgba(0,0,0,.87);
	padding: .78571429rem 1.14285714rem!important;
	font-size: 1rem;
	text-transform: none;
	font-weight: 400;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-touch-callout: none;
}

.ui.dropdown .menu>.item:first-child {
	border-top-width: 0;
}

.ui.dropdown .menu .item>[class*="right floated"],.ui.dropdown>.text>[class*="right floated"] {
	float: right!important;
	margin-right: 0!important;
	margin-left: 1em!important;
}

.ui.dropdown .menu .item>[class*="left floated"],.ui.dropdown>.text>[class*="left floated"] {
	float: left!important;
	margin-left: 0!important;
	margin-right: 1em!important;
}

.ui.dropdown .menu>.header {
	margin: 1rem 0 .75rem;
	padding: 0 1.14285714rem;
	color: rgba(0,0,0,.85);
	font-size: .78571429em;
	font-weight: 700;
	text-transform: uppercase;
}

.ui.dropdown .menu>.divider {
	border-top: 1px solid rgba(34,36,38,.1);
	height: 0;
	margin: .5em 0;
}

.ui.dropdown.dropdown .menu>.input {
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 1.14285714rem .78571429rem;
	min-width: 10rem;
}

.ui.button.dropdown .menu,.ui.label.dropdown .menu {
	min-width: 100%;
}

.ui.dropdown .menu>.header+.input {
	margin-top: 0;
}

.ui.dropdown .menu>.input:not(.transparent) input {
	padding: .5em 1em;
}

.ui.dropdown .menu>.input:not(.transparent) .button,.ui.dropdown .menu>.input:not(.transparent) .icon,.ui.dropdown .menu>.input:not(.transparent) .label {
	padding-top: .5em;
	padding-bottom: .5em;
}

.ui.dropdown .menu>.item>.description,.ui.dropdown>.text>.description {
	float: right;
	margin: 0 0 0 1em;
	color: rgba(0,0,0,.4);
}

.ui.dropdown .menu>.message {
	padding: .78571429rem 1.14285714rem;
	font-weight: 400;
}

.ui.dropdown .menu>.message:not(.ui) {
	color: rgba(0,0,0,.4);
}

.ui.dropdown .menu .menu {
	top: 0!important;
	left: 100%;
	right: auto;
	margin: 0 0 0 -.5em!important;
	border-radius: .28571429rem!important;
	z-index: 21!important;
}

.ui.dropdown .menu .menu:after {
	display: none;
}

.ui.dropdown .menu>.item>.flag,.ui.dropdown .menu>.item>.icon,.ui.dropdown .menu>.item>.image,.ui.dropdown .menu>.item>.label,.ui.dropdown .menu>.item>img,.ui.dropdown>.text>.flag,.ui.dropdown>.text>.icon,.ui.dropdown>.text>.image,.ui.dropdown>.text>.label,.ui.dropdown>.text>img {
	margin-top: 0;
	margin-left: 0;
	float: none;
	margin-right: .78571429rem;
}

.ui.dropdown .menu>.item>.image,.ui.dropdown .menu>.item>img,.ui.dropdown>.text>.image,.ui.dropdown>.text>img {
	display: inline-block;
	vertical-align: top;
	width: auto;
	margin-top: -.5em;
	margin-bottom: -.5em;
	max-height: 2em;
}

.ui.dropdown .ui.menu>.item:before,.ui.menu .ui.dropdown .menu>.item:before {
	display: none;
}

.ui.menu .ui.dropdown .menu .active.item {
	border-left: none;
}

.ui.buttons>.ui.dropdown:last-child .menu,.ui.menu .right.dropdown.item .menu,.ui.menu .right.menu .dropdown:last-child .menu {
	left: auto;
	right: 0;
}

.ui.dropdown.icon.button>.dropdown.icon {
	margin: 0;
}

.ui.selection.dropdown {
	cursor: pointer;
	word-wrap: break-word;
	line-height: 1em;
	white-space: normal;
	-webkit-transform: rotateZ(0);
	transform: rotateZ(0);
	min-width: 14em;
	min-height: 2.71428571em;
	display: inline-block;
	padding: .78571429em 2.1em .78571429em 1em;
	color: rgba(0,0,0,.87);
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: .28571429rem;
	transition: width .1s ease,-webkit-box-shadow .1s ease;
	transition: box-shadow .1s ease,width .1s ease;
	transition: box-shadow .1s ease,width .1s ease,-webkit-box-shadow .1s ease;
}

.ui.selection.dropdown.active,.ui.selection.dropdown.visible {
	z-index: 10;
}

select.ui.dropdown {
	height: 38px;
	padding: .5em;
	border: 1px solid rgba(34,36,38,.15);
	visibility: visible;
}

.ui.selection.dropdown>.delete.icon,.ui.selection.dropdown>.dropdown.icon,.ui.selection.dropdown>.search.icon {
	cursor: pointer;
	position: absolute;
	width: auto;
	height: auto;
	line-height: 1.21428571em;
	top: .78571429em;
	right: 1em;
	z-index: 3;
	margin: -.78571429em;
	padding: .91666667em;
	opacity: .8;
	-webkit-transition: opacity .1s ease;
	transition: opacity .1s ease;
}

.ui.compact.selection.dropdown {
	min-width: 0;
}

.ui.selection.dropdown .menu {
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-overflow-scrolling: touch;
	border-top-width: 0!important;
	outline: 0;
	margin: 0 -1px;
	min-width: calc(100% + 2px);
	width: calc(100% + 2px);
	border-radius: 0 0 .28571429rem .28571429rem;
	-webkit-box-shadow: 0 2px 3px 0 rgba(34,36,38,.15);
	box-shadow: 0 2px 3px 0 rgba(34,36,38,.15);
	-webkit-transition: opacity .1s ease;
	transition: opacity .1s ease;
}

.ui.dropdown>.dropdown.icon,.ui.scrolling.dropdown .menu,.ui.search.dropdown .menu,.ui.visible.popup {
	-webkit-backface-visibility: hidden;
}

.ui.selection.dropdown .menu:after,.ui.selection.dropdown .menu:before {
	display: none;
}

.ui.selection.dropdown .menu>.message {
	padding: .78571429rem 1.14285714rem;
}

@media only screen and (max-width:767px) {
	.ui.selection.dropdown .menu {
		max-height: 8.01428571rem;
	}
}

@media only screen and (min-width:768px) {
	.ui.selection.dropdown .menu {
		max-height: 10.68571429rem;
	}
}

@media only screen and (min-width:992px) {
	.ui.selection.dropdown .menu {
		max-height: 16.02857143rem;
	}
}

@media only screen and (min-width:1920px) {
	.ui.selection.dropdown .menu {
		max-height: 21.37142857rem;
	}
}

.ui.selection.dropdown .menu>.item {
	border-top: 1px solid #FAFAFA;
	padding: .78571429rem 1.14285714rem!important;
	white-space: normal;
	word-wrap: normal;
}

.ui.selection.dropdown .menu>.hidden.addition.item {
	display: none;
}

.ui.selection.dropdown:hover {
	border-color: rgba(34,36,38,.35);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ui.selection.active.dropdown,.ui.selection.active.dropdown .menu {
	border-color: #96C8DA;
	-webkit-box-shadow: 0 2px 3px 0 rgba(34,36,38,.15);
	box-shadow: 0 2px 3px 0 rgba(34,36,38,.15);
}

.ui.selection.dropdown:focus {
	border-color: #96C8DA;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ui.selection.dropdown:focus .menu {
	border-color: #96C8DA;
	-webkit-box-shadow: 0 2px 3px 0 rgba(34,36,38,.15);
	box-shadow: 0 2px 3px 0 rgba(34,36,38,.15);
}

.ui.selection.visible.dropdown>.text:not(.default) {
	font-weight: 400;
	color: rgba(0,0,0,.8);
}

.ui.selection.active.dropdown:hover,.ui.selection.active.dropdown:hover .menu {
	border-color: #96C8DA;
	-webkit-box-shadow: 0 2px 3px 0 rgba(34,36,38,.15);
	box-shadow: 0 2px 3px 0 rgba(34,36,38,.15);
}

.ui.active.selection.dropdown>.dropdown.icon,.ui.visible.selection.dropdown>.dropdown.icon {
	opacity: '';
	z-index: 3;
}

.ui.active.selection.dropdown {
	border-bottom-left-radius: 0!important;
	border-bottom-right-radius: 0!important;
}

.ui.active.empty.selection.dropdown {
	border-radius: .28571429rem!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
}

.ui.active.empty.selection.dropdown .menu {
	border: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
}

.ui.search.dropdown {
	min-width: '';
}

.ui.search.dropdown>input.search {
	background: none!important;
	border: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	cursor: text;
	top: 0;
	left: 1px;
	width: 100%;
	outline: 0;
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	padding: inherit;
	position: absolute;
	z-index: 2;
}

.ui.search.selection.dropdown>input.search,.ui.search.selection.dropdown>span.sizer {
	padding: .67857143em 2.1em .67857143em 1em;
	line-height: 1.21428571em;
}

.ui.search.dropdown>.text {
	cursor: text;
	position: relative;
	left: 1px;
	z-index: 3;
}

.ui.multiple.dropdown .menu,.ui.search.dropdown.active>input.search,.ui.search.dropdown.visible>input.search {
	cursor: auto;
}

.ui.search.selection.dropdown>span.sizer {
	display: none;
	white-space: pre;
}

.ui.search.dropdown.active>.text,.ui.search.dropdown.visible>.text {
	pointer-events: none;
}

.ui.active.search.dropdown input.search:focus+.text .flag,.ui.active.search.dropdown input.search:focus+.text .icon {
	opacity: .45;
}

.ui.active.search.dropdown input.search:focus+.text {
	color: rgba(115,115,115,.87)!important;
}

.ui.search.dropdown .menu {
	overflow-x: hidden;
	overflow-y: auto;
	backface-visibility: hidden;
	-webkit-overflow-scrolling: touch;
}

@media only screen and (max-width:767px) {
	.ui.search.dropdown .menu {
		max-height: 8.01428571rem;
	}
}

@media only screen and (min-width:768px) {
	.ui.search.dropdown .menu {
		max-height: 10.68571429rem;
	}
}

@media only screen and (min-width:992px) {
	.ui.search.dropdown .menu {
		max-height: 16.02857143rem;
	}
}

@media only screen and (min-width:1920px) {
	.ui.search.dropdown .menu {
		max-height: 21.37142857rem;
	}
}

.ui.multiple.dropdown {
	padding: .22619048em 2.1em .22619048em .35714286em;
}

.ui.multiple.search.dropdown,.ui.multiple.search.dropdown>input.search {
	cursor: text;
}

.ui.multiple.dropdown>.label {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: inline-block;
	vertical-align: top;
	white-space: normal;
	font-size: 1em;
	padding: .35714286em .78571429em;
	margin: .14285714rem .28571429rem .14285714rem 0;
	-webkit-box-shadow: 0 0 0 1px rgba(34,36,38,.15) inset;
	box-shadow: 0 0 0 1px rgba(34,36,38,.15) inset;
}

.ui.multiple.dropdown .dropdown.icon {
	margin: '';
	padding: '';
}

.ui.multiple.dropdown>.text {
	position: static;
	padding: 0;
	max-width: 100%;
	margin: .45238095em 0 .45238095em .64285714em;
	line-height: 1.21428571em;
}

.ui.multiple.dropdown>.label~input.search {
	margin-left: .14285714em!important;
}

.ui.multiple.dropdown>.label~.text {
	display: none;
}

.ui.multiple.search.dropdown>.text {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	padding: inherit;
	margin: .45238095em 0 .45238095em .64285714em;
	line-height: 1.21428571em;
}

.ui.multiple.search.dropdown>.label~.text {
	display: none;
}

.ui.multiple.search.dropdown>input.search {
	position: static;
	padding: 0;
	max-width: 100%;
	margin: .45238095em 0 .45238095em .64285714em;
	width: 2.2em;
	line-height: 1.21428571em;
}

.ui.inline.dropdown {
	cursor: pointer;
	display: inline-block;
	color: inherit;
}

.ui.inline.dropdown .dropdown.icon {
	margin: 0 .21428571em;
	vertical-align: baseline;
}

.ui.inline.dropdown>.text {
	font-weight: 700;
}

.ui.inline.dropdown .menu {
	cursor: auto;
	margin-top: .21428571em;
	border-radius: .28571429rem;
}

.ui.dropdown .menu .active.item {
	background: 0 0;
	font-weight: 700;
	color: rgba(0,0,0,.95);
	-webkit-box-shadow: none;
	box-shadow: none;
	z-index: 12;
}

.ui.dropdown .menu>.item:hover {
	background: rgba(0,0,0,.05);
	color: rgba(0,0,0,.95);
	z-index: 13;
}

.ui.loading.dropdown>i.icon {
	height: 1em!important;
}

.ui.loading.dropdown>i.icon:after,.ui.loading.dropdown>i.icon:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -.64285714em 0 0 -.64285714em;
	width: 1.28571429em;
	height: 1.28571429em;
	content: '';
}

.ui.loading.selection.dropdown>i.icon {
	padding: 1.5em 1.28571429em!important;
}

.ui.loading.dropdown>i.icon:before {
	border-radius: 500rem;
	border: .2em solid rgba(0,0,0,.1);
}

.ui.loading.dropdown>i.icon:after {
	-webkit-box-shadow: 0 0 0 1px transparent;
	box-shadow: 0 0 0 1px transparent;
	-webkit-animation: dropdown-spin .6s linear;
	animation: dropdown-spin .6s linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	border-radius: 500rem;
	border-color: #767676 transparent transparent;
	border-style: solid;
	border-width: .2em;
}

.ui.dropdown.error>.menu,.ui.dropdown.error>.menu .menu,.ui.multiple.selection.error.dropdown>.label,.ui.selection.dropdown.error,.ui.selection.dropdown.error:hover {
	border-color: #E0B4B4;
}

.ui.loading.dropdown.button>i.icon:after,.ui.loading.dropdown.button>i.icon:before {
	display: none;
}

@-webkit-keyframes dropdown-spin {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes dropdown-spin {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.ui.default.dropdown:not(.button)>.text,.ui.dropdown:not(.button)>.default.text {
	color: rgba(191,191,191,.87);
}

.ui.default.dropdown:not(.button)>input:focus~.text,.ui.dropdown:not(.button)>input:focus~.default.text {
	color: rgba(115,115,115,.87);
}

.ui.loading.dropdown>.text {
	-webkit-transition: none;
	transition: none;
}

.ui.dropdown .loading.menu {
	display: block;
	visibility: hidden;
	z-index: -1;
}

.ui.dropdown>.loading.menu {
	left: 0!important;
	right: auto!important;
}

.ui.dropdown>.menu .loading.menu {
	left: 100%!important;
	right: auto!important;
}

.ui.dropdown .menu .selected.item,.ui.dropdown.selected {
	background: rgba(0,0,0,.03);
	color: rgba(0,0,0,.95);
}

.ui.dropdown.error,.ui.dropdown.error>.default.text,.ui.dropdown.error>.menu>.item,.ui.dropdown.error>.text {
	color: #9F3A38;
}

.ui.dropdown>.filtered.text {
	visibility: hidden;
}

.ui.dropdown .filtered.item {
	display: none!important;
}

.ui.selection.dropdown.error {
	background: #FFF6F6;
}

.ui.dropdown.error>.menu>.item:hover {
	background-color: #FFF2F2;
}

.ui.dropdown.error>.menu .active.item {
	background-color: #FDCFCF;
}

.ui.dropdown>.clear.dropdown.icon {
	opacity: .8;
	-webkit-transition: opacity .1s ease;
	transition: opacity .1s ease;
}

.ui.dropdown>.clear.dropdown.icon:hover {
	opacity: 1;
}

.ui.disabled.dropdown,.ui.dropdown .menu>.disabled.item {
	cursor: default;
	pointer-events: none;
	opacity: .45;
}

.ui.dropdown .menu {
	left: 0;
}

.ui.dropdown .menu .right.menu,.ui.dropdown .right.menu>.menu {
	left: 100%!important;
	right: auto!important;
	border-radius: .28571429rem!important;
}

.ui.dropdown>.left.menu {
	left: auto!important;
	right: 0!important;
}

.ui.dropdown .menu .left.menu,.ui.dropdown>.left.menu .menu {
	left: auto;
	right: 100%;
	margin: 0 -.5em 0 0!important;
	border-radius: .28571429rem!important;
}

.ui.dropdown .item .left.dropdown.icon,.ui.dropdown .left.menu .item .dropdown.icon {
	width: auto;
	float: left;
	margin: 0;
}

.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu {
	overflow-y: auto;
	min-width: 100%!important;
	width: auto!important;
}

.ui.dropdown .item .left.dropdown.icon+.text,.ui.dropdown .left.menu .item .dropdown.icon+.text {
	margin-left: 1em;
	margin-right: 0;
}

.ui.upward.dropdown>.menu {
	top: auto;
	bottom: 100%;
	-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.08);
	box-shadow: 0 0 3px 0 rgba(0,0,0,.08);
	border-radius: .28571429rem .28571429rem 0 0;
}

.ui.dropdown .upward.menu {
	top: auto!important;
	bottom: 0!important;
}

.ui.simple.upward.active.dropdown,.ui.simple.upward.dropdown:hover {
	border-radius: .28571429rem .28571429rem 0 0!important;
}

.ui.upward.dropdown.button:not(.pointing):not(.floating).active {
	border-radius: .28571429rem .28571429rem 0 0;
}

.ui.active.upward.selection.dropdown,.ui.upward.selection.dropdown.visible {
	border-radius: 0 0 .28571429rem .28571429rem!important;
}

.ui.upward.selection.dropdown .menu {
	border-top-width: 1px!important;
	border-bottom-width: 0!important;
	-webkit-box-shadow: 0 -2px 3px 0 rgba(0,0,0,.08);
	box-shadow: 0 -2px 3px 0 rgba(0,0,0,.08);
}

.ui.upward.selection.dropdown:hover {
	-webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,.05);
	box-shadow: 0 0 2px 0 rgba(0,0,0,.05);
}

.ui.upward.selection.dropdown.visible {
	-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.08);
	box-shadow: 0 0 3px 0 rgba(0,0,0,.08);
}

.ui.upward.active.selection.dropdown:hover {
	-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.05);
	box-shadow: 0 0 3px 0 rgba(0,0,0,.05);
}

.ui.upward.active.selection.dropdown:hover .menu {
	-webkit-box-shadow: 0 -2px 3px 0 rgba(0,0,0,.08);
	box-shadow: 0 -2px 3px 0 rgba(0,0,0,.08);
}

.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu {
	overflow-x: hidden;
	overflow-y: auto;
}

.ui.scrolling.dropdown .menu {
	overflow-x: hidden;
	backface-visibility: hidden;
	-webkit-overflow-scrolling: touch;
}

.ui.dropdown .scrolling.menu {
	position: static;
	border: none;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	border-radius: 0!important;
	margin: 0!important;
	border-top: 1px solid rgba(34,36,38,.15);
}

.ui.dropdown .scrolling.menu .item:first-child,.ui.dropdown .scrolling.menu>.item.item.item,.ui.scrolling.dropdown .menu .item.item.item,.ui.scrolling.dropdown .menu .item:first-child {
	border-top: none;
}

.ui.dropdown>.animating.menu .scrolling.menu,.ui.dropdown>.visible.menu .scrolling.menu {
	display: block;
}

@media all and (-ms-high-contrast:none) {
	.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu {
		min-width: calc(100% - 17px);
	}
}

@media only screen and (max-width:767px) {
	.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu {
		max-height: 10.28571429rem;
	}
}

.ui.simple.dropdown .menu:after,.ui.simple.dropdown .menu:before {
	display: none;
}

.ui.simple.dropdown .menu {
	position: absolute;
	display: block;
	overflow: hidden;
	top: -9999px!important;
	opacity: 0;
	width: 0;
	height: 0;
	-webkit-transition: opacity .1s ease;
	transition: opacity .1s ease;
}

.ui.simple.active.dropdown,.ui.simple.dropdown:hover {
	border-bottom-left-radius: 0!important;
	border-bottom-right-radius: 0!important;
}

.ui.simple.active.dropdown>.menu,.ui.simple.dropdown:hover>.menu {
	overflow: visible;
	width: auto;
	height: auto;
	top: 100%!important;
	opacity: 1;
}

.ui.simple.dropdown:hover>.menu>.item:hover>.menu,.ui.simple.dropdown>.menu>.item:active>.menu {
	overflow: visible;
	width: auto;
	height: auto;
	top: 0!important;
	left: 100%!important;
	opacity: 1;
}

.ui.simple.disabled.dropdown:hover .menu {
	display: none;
	height: 0;
	width: 0;
	overflow: hidden;
}

.ui.simple.visible.dropdown>.menu {
	display: block;
}

.ui.fluid.dropdown {
	display: block;
	width: 100%;
	min-width: 0;
}

.ui.fluid.dropdown>.dropdown.icon {
	float: right;
}

.ui.floating.dropdown .menu {
	left: 0;
	right: auto;
	-webkit-box-shadow: 0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)!important;
	box-shadow: 0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)!important;
	border-radius: .28571429rem!important;
}

.ui.floating.dropdown>.menu {
	margin-top: .5em!important;
	border-radius: .28571429rem!important;
}

.ui.pointing.dropdown>.menu {
	top: 100%;
	margin-top: .78571429rem;
	border-radius: .28571429rem;
}

.ui.pointing.dropdown>.menu:after {
	display: block;
	position: absolute;
	pointer-events: none;
	content: '';
	visibility: visible;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: .5em;
	height: .5em;
	-webkit-box-shadow: -1px -1px 0 0 rgba(34,36,38,.15);
	box-shadow: -1px -1px 0 0 rgba(34,36,38,.15);
	background: #FFF;
	z-index: 2;
	top: -.25em;
	left: 50%;
	margin: 0 0 0 -.25em;
}

.ui.top.left.pointing.dropdown>.menu {
	top: 100%;
	bottom: auto;
	left: 0;
	right: auto;
	margin: 1em 0 0;
}

.ui.top.left.pointing.dropdown>.menu:after {
	top: -.25em;
	left: 1em;
	right: auto;
	margin: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.ui.top.right.pointing.dropdown>.menu {
	top: 100%;
	bottom: auto;
	right: 0;
	left: auto;
	margin: 1em 0 0;
}

.ui.top.pointing.dropdown>.left.menu:after,.ui.top.right.pointing.dropdown>.menu:after {
	top: -.25em;
	left: auto!important;
	right: 1em!important;
	margin: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.ui.left.pointing.dropdown>.menu {
	top: 0;
	left: 100%;
	right: auto;
	margin: 0 0 0 1em;
}

.ui.left.pointing.dropdown>.menu:after {
	top: 1em;
	left: -.25em;
	margin: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.ui.left:not(.top):not(.bottom).pointing.dropdown>.left.menu {
	left: auto!important;
	right: 100%!important;
	margin: 0 1em 0 0;
}

.ui.left:not(.top):not(.bottom).pointing.dropdown>.left.menu:after {
	top: 1em;
	left: auto;
	right: -.25em;
	margin: 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.ui.right.pointing.dropdown>.menu {
	top: 0;
	left: auto;
	right: 100%;
	margin: 0 1em 0 0;
}

.ui.right.pointing.dropdown>.menu:after {
	top: 1em;
	left: auto;
	right: -.25em;
	margin: 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.ui.bottom.pointing.dropdown>.menu {
	top: auto;
	bottom: 100%;
	left: 0;
	right: auto;
	margin: 0 0 1em;
}

.ui.bottom.pointing.dropdown>.menu:after {
	top: auto;
	bottom: -.25em;
	right: auto;
	margin: 0;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.ui.bottom.pointing.dropdown>.menu .menu {
	top: auto!important;
	bottom: 0!important;
}

.ui.bottom.left.pointing.dropdown>.menu {
	left: 0;
	right: auto;
}

.ui.bottom.left.pointing.dropdown>.menu:after {
	left: 1em;
	right: auto;
}

.ui.bottom.right.pointing.dropdown>.menu {
	right: 0;
	left: auto;
}

.ui.bottom.right.pointing.dropdown>.menu:after {
	left: auto;
	right: 1em;
}

.ui.pointing.upward.dropdown .menu,.ui.top.pointing.upward.dropdown .menu {
	top: auto!important;
	bottom: 100%!important;
	margin: 0 0 .78571429rem;
	border-radius: .28571429rem;
}

.ui.pointing.upward.dropdown .menu:after,.ui.top.pointing.upward.dropdown .menu:after {
	top: 100%!important;
	bottom: auto!important;
	-webkit-box-shadow: 1px 1px 0 0 rgba(34,36,38,.15);
	box-shadow: 1px 1px 0 0 rgba(34,36,38,.15);
	margin: -.25em 0 0;
}

.ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu {
	top: auto!important;
	bottom: 0!important;
	margin: 0 1em 0 0;
}

.ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after {
	top: auto!important;
	bottom: 0!important;
	margin: 0 0 1em;
	-webkit-box-shadow: -1px -1px 0 0 rgba(34,36,38,.15);
	box-shadow: -1px -1px 0 0 rgba(34,36,38,.15);
}

.ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu {
	top: auto!important;
	bottom: 0!important;
	margin: 0 0 0 1em;
}

.ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after {
	top: auto!important;
	bottom: 0!important;
	margin: 0 0 1em;
	-webkit-box-shadow: -1px -1px 0 0 rgba(34,36,38,.15);
	box-shadow: -1px -1px 0 0 rgba(34,36,38,.15);
}

@font-face {
	font-family:Dropdown;src:url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAVgAA8AAAAACFAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABWAAAABwAAAAchGgaq0dERUYAAAF0AAAAHAAAAB4AJwAPT1MvMgAAAZAAAABDAAAAVnW4TJdjbWFwAAAB1AAAAEsAAAFS8CcaqmN2dCAAAAIgAAAABAAAAAQAEQFEZ2FzcAAAAiQAAAAIAAAACP//AANnbHlmAAACLAAAAQoAAAGkrRHP9WhlYWQAAAM4AAAAMAAAADYPK8YyaGhlYQAAA2gAAAAdAAAAJANCAb1obXR4AAADiAAAACIAAAAiCBkAOGxvY2EAAAOsAAAAFAAAABQBnAIybWF4cAAAA8AAAAAfAAAAIAEVAF5uYW1lAAAD4AAAATAAAAKMFGlj5HBvc3QAAAUQAAAARgAAAHJoedjqd2ViZgAABVgAAAAGAAAABrO7W5UAAAABAAAAANXulPUAAAAA1r4hgAAAAADXu2Q1eNpjYGRgYOABYjEgZmJgBEIOIGYB8xgAA/YAN3jaY2BktGOcwMDKwMI4jTGNgYHBHUp/ZZBkaGFgYGJgZWbACgLSXFMYHFT/fLjFeOD/AQY9xjMMbkBhRpAcAN48DQYAeNpjYGBgZoBgGQZGBhDwAfIYwXwWBgMgzQGETAwMqn8+8H649f8/lHX9//9b7Pzf+fWgusCAkY0BzmUE6gHpQwGMDMMeAACbxg7SAAARAUQAAAAB//8AAnjadZBPSsNAGMXfS+yMqYgOhpSuSlKadmUhiVEhEMQzFF22m17BbbvzCh5BXCUn6EG8gjeQ4DepwYo4i+/ffL95j4EDA+CFC7jQuKyIeVHrI3wkleq9F7XrSInKteOeHdda8bOoaeepSc00NWPz/LRec9G8GabyGtEdF7h19z033GAMTK7zbM42xNEZpzYof0RtQ5CUHAQJ73OtVyutc+3b7Ou//b8XNlsPx3jgjUifABdhEohKJJL5iM5p39uqc7X1+sRQSqmGrUVhlsJ4lpmEUVwyT8SUYtg0P9DyNzPADDs+tjrGV6KRCRfsui3eHcL4/p8ZXvfMlcnEU+CLv7hDykOP+AKTPTxbAAB42mNgZGBgAGKuf5KP4vltvjLIMzGAwLV9ig0g+vruFFMQzdjACOJzMIClARh0CTJ42mNgZGBgPPD/AJD8wgAEjA0MjAyogAMAbOQEAQAAAAC7ABEAAAAAAKoAAAH0AAABgAAAAUAACAFAAAgAwAAXAAAAAAAAACoAKgAqADIAbACGAKAAugDSeNpjYGRgYOBkUGFgYgABEMkFhAwM/xn0QAIADdUBdAB42qWQvUoDQRSFv3GjaISUQaymSmGxJoGAsRC0iPYLsU50Y6IxrvlRtPCJJKUPIBb+PIHv4EN4djKuKAqCDHfmu+feOdwZoMCUAJNbAlYUMzaUlM14jjxbngOq7HnOia89z1Pk1vMCa9x7ztPkzfMyJbPj+ZGi6Xp+omxuPD+zaD7meaFg7mb8GrBqHmhwxoAxlm0uiRkpP9X5m26pKRoMxTGR1D49Dv/Yb/91o6l8qL6eu5n2hZQzn68utR9m3FU2cB4t9cdSLG2utI+44Eh/P9bqKO+oJ/WxmXssj77YkrjasZQD6SFddythk3Wtzrf+UF2p076Udla1VNzsERP3kkjVRKel7mp1udXYcHtZSlV7RfmJe1GiFWveluaeKD5/MuJcSk8Tpm/vvwPIbmJleNpjYGKAAFYG7ICTgYGRiZGZkYWRlZGNkZ2Rg5GTLT2nsiDDEEIZsZfmZRqZujmDaDcDAxcI7WIOpS2gtCWUdgQAZkcSmQAAAAFblbO6AAA=) format('woff');font-weight:400;font-style:normal;
}

.ui.dropdown>.dropdown.icon {
	font-family: Dropdown;
	line-height: 1;
	height: 1em;
	backface-visibility: hidden;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	width: auto;
}

.ui.category.search>.results .category>.name,.ui.modal>.header,.ui.popup>.header,.ui.search>.results .result .title,.ui.search>.results>.message .header {
	font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
}

.ui.dropdown .menu .item .dropdown.icon:before {
	content: '\f0da';
}

.ui.dropdown .item .left.dropdown.icon:before,.ui.dropdown .left.menu .item .dropdown.icon:before {
	content: "\f0d9";
}

.ui.vertical.menu .dropdown.item>.dropdown.icon:before {
	content: "\f0da";
}

.ui.dropdown>.clear.icon:before {
	content: "\f00d";
}

.ui.embed {
	position: relative;
	max-width: 100%;
	height: 0;
	overflow: hidden;
	background: #DCDDDE;
	padding-bottom: 56.25%;
}

.ui.embed embed,.ui.embed iframe,.ui.embed object,.ui.embed>.icon,.ui.embed>.icon:after,.ui.embed>.placeholder {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.ui.embed embed,.ui.embed iframe,.ui.embed object {
	border: none;
	margin: 0;
	padding: 0;
}

.ui.embed>.embed {
	display: none;
}

.ui.embed>.placeholder {
	cursor: pointer;
	display: block;
	background-color: radial-gradient(transparent 45%,rgba(0,0,0,.3));
}

.ui.embed>.icon {
	cursor: pointer;
	z-index: 2;
}

.ui.embed>.icon:after {
	z-index: 3;
	content: '';
	background: -webkit-radial-gradient(transparent 45%,rgba(0,0,0,.3));
	background: radial-gradient(transparent 45%,rgba(0,0,0,.3));
	opacity: .5;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}

.ui.embed>.icon:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	color: #FFF;
	font-size: 6rem;
	text-shadow: 0 2px 10px rgba(34,36,38,.2);
	-webkit-transition: opacity .5s ease,color .5s ease;
	transition: opacity .5s ease,color .5s ease;
	z-index: 10;
}

.ui.embed .icon:hover:after {
	background: -webkit-radial-gradient(transparent 45%,rgba(0,0,0,.3));
	background: radial-gradient(transparent 45%,rgba(0,0,0,.3));
	opacity: 1;
}

.ui.embed .icon:hover:before {
	color: #FFF;
}

.ui.active.embed>.icon,.ui.active.embed>.placeholder {
	display: none;
}

.ui.active.embed>.embed {
	display: block;
}

.ui.square.embed {
	padding-bottom: 100%;
}

.ui[class*="4:3"].embed {
	padding-bottom: 75%;
}

.ui[class*="16:9"].embed {
	padding-bottom: 56.25%;
}

.ui[class*="21:9"].embed {
	padding-bottom: 42.85714286%;
}

.ui.modal {
	position: absolute;
	display: none;
	z-index: 1001;
	text-align: left;
	background: #FFF;
	border: none;
	-webkit-box-shadow: 1px 3px 3px 0 rgba(0,0,0,.2),1px 3px 15px 2px rgba(0,0,0,.2);
	box-shadow: 1px 3px 3px 0 rgba(0,0,0,.2),1px 3px 15px 2px rgba(0,0,0,.2);
	-webkit-transform-origin: 50% 25%;
	transform-origin: 50% 25%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-radius: .28571429rem;
	-webkit-user-select: text;
	user-select: text;
	will-change: top,left,margin,transform,opacity;
}

.ui.modal>.icon:first-child+*,.ui.modal>:first-child:not(.icon) {
	border-top-left-radius: .28571429rem;
	border-top-right-radius: .28571429rem;
}

.ui.modal>:last-child {
	border-bottom-left-radius: .28571429rem;
	border-bottom-right-radius: .28571429rem;
}

.ui.modal>.close {
	cursor: pointer;
	position: absolute;
	top: -2.5rem;
	right: -2.5rem;
	z-index: 1;
	opacity: .8;
	font-size: 1.25em;
	color: #FFF;
	width: 2.25rem;
	height: 2.25rem;
	padding: .625rem 0 0;
}

.ui.modal>.close:hover {
	opacity: 1;
}

.ui.modal>.header {
	display: block;
	background: #FFF;
	margin: 0;
	padding: 1.25rem 1.5rem;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: rgba(0,0,0,.85);
}

.ui.modal>.header:not(.ui) {
	font-size: 1.42857143rem;
	line-height: 1.28571429em;
	font-weight: 700;
}

.ui.modal>.content {
	display: block;
	width: 100%;
	font-size: 1em;
	line-height: 1.4;
	padding: 1.5rem;
	background: #FFF;
}

.ui.modal>.image.content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.ui.modal>.content>.image {
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: '';
	-ms-flex-item-align: top;
	align-self: top;
}

.ui.modal>[class*="top aligned"] {
	-ms-flex-item-align: top;
	align-self: top;
}

.ui.modal>[class*="middle aligned"] {
	-ms-flex-item-align: middle;
	align-self: middle;
}

.ui.modal>[class*=stretched] {
	-ms-flex-item-align: stretch;
	align-self: stretch;
}

.ui.modal>.content>.description {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	min-width: 0;
	-ms-flex-item-align: top;
	align-self: top;
}

.ui.modal>.content>.icon+.description,.ui.modal>.content>.image+.description {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	min-width: '';
	width: auto;
	padding-left: 2em;
}

.ui.modal>.content>.image>i.icon {
	margin: 0;
	opacity: 1;
	width: auto;
	line-height: 1;
	font-size: 8rem;
}

.ui.modal>.actions {
	background: #F9FAFB;
	padding: 1rem;
	border-top: 1px solid rgba(34,36,38,.15);
	text-align: right;
}

.ui.modal .actions>.button {
	margin-left: .75em;
}

@media only screen and (max-width:767px) {
	.ui.modal {
		width: 95%;
		margin: 0;
	}
}

@media only screen and (min-width:768px) {
	.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu {
		max-height: 15.42857143rem;
	}

	.ui.modal {
		width: 88%;
		margin: 0;
	}
}

@media only screen and (min-width:992px) {
	.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu {
		max-height: 20.57142857rem;
	}

	.ui.modal {
		width: 850px;
		margin: 0;
	}
}

@media only screen and (min-width:1200px) {
	.ui.modal {
		width: 900px;
		margin: 0;
	}
}

@media only screen and (min-width:1920px) {
	.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu {
		max-height: 20.57142857rem;
	}

	.ui.modal {
		width: 950px;
		margin: 0;
	}
}

@media only screen and (max-width:991px) {
	.ui.modal>.header {
		padding-right: 2.25rem;
	}

	.ui.modal>.close {
		top: 1.0535rem;
		right: 1rem;
		color: rgba(0,0,0,.87);
	}
}

@media only screen and (max-width:767px) {
	.ui.modal>.header {
		padding: .75rem 2.25rem .75rem 1rem!important;
	}

	.ui.modal>.content {
		display: block;
		padding: 1rem!important;
	}

	.ui.modal>.close {
		top: .5rem!important;
		right: .5rem!important;
	}

	.ui.modal .image.content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.ui.modal .content>.image {
		display: block;
		max-width: 100%;
		margin: 0 auto!important;
		text-align: center;
		padding: 0 0 1rem!important;
	}

	.ui.modal>.content>.image>i.icon {
		font-size: 5rem;
		text-align: center;
	}

	.ui.modal .content>.description {
		display: block;
		width: 100%!important;
		margin: 0!important;
		padding: 1rem 0!important;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.ui.modal>.actions {
		padding: 1rem 1rem 0!important;
	}

	.ui.modal .actions>.button,.ui.modal .actions>.buttons {
		margin-bottom: 1rem;
	}
}

.ui.inverted.dimmer>.ui.modal {
	-webkit-box-shadow: 1px 3px 10px 2px rgba(0,0,0,.2);
	box-shadow: 1px 3px 10px 2px rgba(0,0,0,.2);
}

.ui.basic.modal {
	background-color: transparent;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	color: #FFF;
}

.ui.basic.modal>.actions,.ui.basic.modal>.content,.ui.basic.modal>.header {
	background-color: transparent;
}

.ui.basic.modal>.header {
	color: #FFF;
}

.ui.basic.modal>.close {
	top: 1rem;
	right: 1.5rem;
}

.ui.inverted.dimmer>.basic.modal {
	color: rgba(0,0,0,.87);
}

.ui.inverted.dimmer>.ui.basic.modal>.header {
	color: rgba(0,0,0,.85);
}

.ui.legacy.modal,.ui.legacy.page.dimmer>.ui.modal {
	top: 50%;
	left: 50%;
}

.ui.legacy.page.dimmer>.ui.scrolling.modal,.ui.page.dimmer>.ui.scrolling.legacy.modal,.ui.top.aligned.dimmer>.ui.legacy.modal,.ui.top.aligned.legacy.page.dimmer>.ui.modal {
	top: auto;
}

@media only screen and (max-width:991px) {
	.ui.basic.modal>.close {
		color: #FFF;
	}
}

.ui.loading.modal {
	display: block;
	visibility: hidden;
	z-index: -1;
}

.ui.active.modal {
	display: block;
}

.modals.dimmer[class*="top aligned"] .modal {
	margin: 5vh auto;
}

.legacy.modals.dimmer[class*="top aligned"] {
	padding-top: 5vh;
}

@media only screen and (max-width:767px) {
	.modals.dimmer[class*="top aligned"] .modal {
		margin: 1rem auto;
	}

	.legacy.modals.dimmer[class*="top aligned"] {
		padding-top: 1rem;
	}
}

.scrolling.dimmable.dimmed {
	overflow: hidden;
}

.scrolling.dimmable>.dimmer {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: fixed;
}

.scrolling.dimmable.dimmed>.dimmer {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.modals.dimmer .ui.scrolling.modal {
	margin: 1rem auto;
}

.scrolling.undetached.dimmable.dimmed {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.scrolling.undetached.dimmable.dimmed>.dimmer {
	overflow: hidden;
}

.scrolling.undetached.dimmable .ui.scrolling.modal {
	position: absolute;
	left: 50%;
	margin-top: 1rem!important;
}

.ui.modal .scrolling.content {
	max-height: calc(70vh);
	overflow: auto;
}

.ui.fullscreen.modal {
	width: 95%!important;
	left: 0!important;
	margin: 1em auto;
}

.ui.fullscreen.scrolling.modal {
	left: 0!important;
}

.ui.fullscreen.modal>.header {
	padding-right: 2.25rem;
}

.ui.fullscreen.modal>.close {
	top: 1.0535rem;
	right: 1rem;
	color: rgba(0,0,0,.87);
}

.ui.modal {
	font-size: 1rem;
}

.ui.mini.modal>.header:not(.ui),.ui.small.modal>.header:not(.ui) {
	font-size: 1.3em;
}

@media only screen and (max-width:767px) {
	.ui.mini.modal {
		width: 95%;
		margin: 0;
	}
}

@media only screen and (min-width:768px) {
	.ui.mini.modal {
		width: 35.2%;
		margin: 0;
	}
}

@media only screen and (min-width:992px) {
	.ui.mini.modal {
		width: 340px;
		margin: 0;
	}
}

@media only screen and (min-width:1200px) {
	.ui.mini.modal {
		width: 360px;
		margin: 0;
	}
}

@media only screen and (min-width:1920px) {
	.ui.mini.modal {
		width: 380px;
		margin: 0;
	}
}

@media only screen and (max-width:767px) {
	.ui.tiny.modal {
		width: 95%;
		margin: 0;
	}
}

@media only screen and (min-width:768px) {
	.ui.tiny.modal {
		width: 52.8%;
		margin: 0;
	}
}

@media only screen and (min-width:992px) {
	.ui.tiny.modal {
		width: 510px;
		margin: 0;
	}
}

@media only screen and (min-width:1200px) {
	.ui.tiny.modal {
		width: 540px;
		margin: 0;
	}
}

@media only screen and (min-width:1920px) {
	.ui.tiny.modal {
		width: 570px;
		margin: 0;
	}
}

@media only screen and (max-width:767px) {
	.ui.small.modal {
		width: 95%;
		margin: 0;
	}
}

@media only screen and (min-width:768px) {
	.ui.small.modal {
		width: 70.4%;
		margin: 0;
	}
}

@media only screen and (min-width:992px) {
	.ui.small.modal {
		width: 680px;
		margin: 0;
	}
}

@media only screen and (min-width:1200px) {
	.ui.small.modal {
		width: 720px;
		margin: 0;
	}
}

@media only screen and (min-width:1920px) {
	.ui.small.modal {
		width: 760px;
		margin: 0;
	}
}

.ui.large.modal>.header {
	font-size: 1.6em;
}

@media only screen and (max-width:767px) {
	.ui.large.modal {
		width: 95%;
		margin: 0;
	}
}

@media only screen and (min-width:768px) {
	.ui.large.modal {
		width: 88%;
		margin: 0;
	}
}

@media only screen and (min-width:992px) {
	.ui.large.modal {
		width: 1020px;
		margin: 0;
	}
}

@media only screen and (min-width:1200px) {
	.ui.large.modal {
		width: 1080px;
		margin: 0;
	}
}

@media only screen and (min-width:1920px) {
	.ui.large.modal {
		width: 1140px;
		margin: 0;
	}
}

.ui.nag {
	display: none;
	opacity: .95;
	position: relative;
	top: 0;
	left: 0;
	z-index: 999;
	min-height: 0;
	width: 100%;
	margin: 0;
	padding: .75em 1em;
	background: #555;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
	font-size: 1rem;
	text-align: center;
	color: rgba(0,0,0,.87);
	border-radius: 0 0 .28571429rem .28571429rem;
	-webkit-transition: .2s background ease;
	transition: .2s background ease;
}

a.ui.nag {
	cursor: pointer;
}

.ui.nag>.title {
	display: inline-block;
	margin: 0 .5em;
	color: #FFF;
}

.ui.nag>.close.icon {
	cursor: pointer;
	opacity: .4;
	position: absolute;
	top: 50%;
	right: 1em;
	font-size: 1em;
	margin: -.5em 0 0;
	color: #FFF;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
}

.ui.nag:hover {
	background: #555;
	opacity: 1;
}

.ui.nag .close:hover {
	opacity: 1;
}

.ui.overlay.nag {
	position: absolute;
	display: block;
}

.ui.fixed.nag {
	position: fixed;
}

.ui.bottom.nag,.ui.bottom.nags {
	border-radius: .28571429rem .28571429rem 0 0;
	top: auto;
	bottom: 0;
}

.ui.inverted.nag,.ui.inverted.nags .nag {
	background-color: #F3F4F5;
	color: rgba(0,0,0,.85);
}

.ui.inverted.nag .close,.ui.inverted.nag .title,.ui.inverted.nags .nag .close,.ui.inverted.nags .nag .title {
	color: rgba(0,0,0,.4);
}

.ui.nags .nag {
	border-radius: 0!important;
}

.ui.nags .nag:last-child {
	border-radius: 0 0 .28571429rem .28571429rem;
}

.ui.bottom.nags .nag:last-child {
	border-radius: .28571429rem .28571429rem 0 0;
}

.ui.popup {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	min-width: -webkit-min-content;
	min-width: -moz-min-content;
	min-width: min-content;
	z-index: 1900;
	line-height: 1.4285em;
	max-width: 250px;
	background: #FFF;
	padding: .833em 1em;
	font-weight: 400;
	font-style: normal;
	color: rgba(0,0,0,.87);
	border-radius: .28571429rem;
	-webkit-box-shadow: 0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);
	box-shadow: 0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);
}

.ui.popup:before,[data-tooltip]:before {
	content: '';
	width: .71428571em;
	height: .71428571em;
	z-index: 2;
	background: #FFF;
}

.ui.popup>.header {
	padding: 0;
	font-size: 1.14285714em;
	line-height: 1.2;
	font-weight: 700;
}

.ui.popup>.header+.content {
	padding-top: .5em;
}

.ui.popup:before {
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-box-shadow: 1px 1px 0 0 #bababc;
	box-shadow: 1px 1px 0 0 #bababc;
}

.ui.progress,.ui.progress .bar,[data-tooltip] {
	position: relative;
}

[data-tooltip]:before {
	position: absolute;
	font-size: 1rem;
	-webkit-box-shadow: 1px 1px 0 0 #bababc;
	box-shadow: 1px 1px 0 0 #bababc;
}

[data-tooltip]:not([data-position]):before {
	top: auto;
	right: auto;
	bottom: 100%;
	left: 50%;
	background: #FFF;
	margin-left: -.07142857rem;
	margin-bottom: .14285714rem;
}

[data-tooltip]:not([data-position]):after {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 100%;
	margin-bottom: .5em;
}

[data-tooltip]:after,[data-tooltip]:before {
	pointer-events: none;
	visibility: hidden;
}

[data-tooltip]:before {
	opacity: 0;
	-webkit-transform: rotate(45deg) scale(0)!important;
	transform: rotate(45deg) scale(0)!important;
	-webkit-transform-origin: center top;
	transform-origin: center top;
	-webkit-transition: all .1s ease;
	transition: all .1s ease;
}

[data-tooltip]:after {
	content: attr(data-tooltip);
	position: absolute;
	text-transform: none;
	text-align: left;
	white-space: nowrap;
	font-size: 1rem;
	border: 1px solid #D4D4D5;
	line-height: 1.4285em;
	max-width: none;
	background: #FFF;
	padding: .833em 1em;
	font-weight: 400;
	font-style: normal;
	color: rgba(0,0,0,.87);
	border-radius: .28571429rem;
	-webkit-box-shadow: 0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);
	box-shadow: 0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);
	z-index: 1;
	opacity: 1;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-transition: all .1s ease;
	transition: all .1s ease;
}

.ui.inverted.popup,.ui.progress {
	border: none;
	-webkit-box-shadow: none;
}

[data-tooltip]:hover:after,[data-tooltip]:hover:before {
	visibility: visible;
	pointer-events: auto;
}

[data-tooltip]:hover:before {
	-webkit-transform: rotate(45deg) scale(1)!important;
	transform: rotate(45deg) scale(1)!important;
	opacity: 1;
}

[data-tooltip]:after,[data-tooltip][data-position="top center"]:after,[data-tooltip][data-position="bottom center"]:after {
	-webkit-transform: translateX(-50%) scale(0)!important;
	transform: translateX(-50%) scale(0)!important;
}

[data-tooltip]:hover:after,[data-tooltip][data-position="bottom center"]:hover:after {
	-webkit-transform: translateX(-50%) scale(1)!important;
	transform: translateX(-50%) scale(1)!important;
}

[data-tooltip][data-position="left center"]:after,[data-tooltip][data-position="right center"]:after {
	-webkit-transform: translateY(-50%) scale(0)!important;
	transform: translateY(-50%) scale(0)!important;
}

[data-tooltip][data-position="left center"]:hover:after,[data-tooltip][data-position="right center"]:hover:after {
	-webkit-transform: translateY(-50%) scale(1)!important;
	transform: translateY(-50%) scale(1)!important;
}

[data-tooltip][data-position="top left"]:after,[data-tooltip][data-position="top right"]:after,[data-tooltip][data-position="bottom left"]:after,[data-tooltip][data-position="bottom right"]:after {
	-webkit-transform: scale(0)!important;
	transform: scale(0)!important;
}

[data-tooltip][data-position="top left"]:hover:after,[data-tooltip][data-position="top right"]:hover:after,[data-tooltip][data-position="bottom left"]:hover:after,[data-tooltip][data-position="bottom right"]:hover:after {
	-webkit-transform: scale(1)!important;
	transform: scale(1)!important;
}

[data-tooltip][data-inverted]:before {
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	background: #1B1C1D;
}

[data-tooltip][data-inverted]:after {
	background: #1B1C1D;
	color: #FFF;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

[data-tooltip][data-inverted]:after .header {
	background-color: none;
	color: #FFF;
}

[data-position="top center"][data-tooltip]:after {
	top: auto;
	right: auto;
	left: 50%;
	bottom: 100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-bottom: .5em;
}

[data-position="top center"][data-tooltip]:before {
	top: auto;
	right: auto;
	bottom: 100%;
	left: 50%;
	background: #FFF;
	margin-left: -.07142857rem;
	margin-bottom: .14285714rem;
}

[data-position="top left"][data-tooltip]:after {
	top: auto;
	right: auto;
	left: 0;
	bottom: 100%;
	margin-bottom: .5em;
}

[data-position="top left"][data-tooltip]:before {
	top: auto;
	right: auto;
	bottom: 100%;
	left: 1em;
	margin-left: -.07142857rem;
	margin-bottom: .14285714rem;
}

[data-position="top right"][data-tooltip]:after {
	top: auto;
	left: auto;
	right: 0;
	bottom: 100%;
	margin-bottom: .5em;
}

[data-position="top right"][data-tooltip]:before {
	top: auto;
	left: auto;
	bottom: 100%;
	right: 1em;
	margin-left: -.07142857rem;
	margin-bottom: .14285714rem;
}

[data-position="bottom center"][data-tooltip]:after {
	bottom: auto;
	right: auto;
	left: 50%;
	top: 100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-top: .5em;
}

[data-position="bottom center"][data-tooltip]:before {
	bottom: auto;
	right: auto;
	top: 100%;
	left: 50%;
	margin-left: -.07142857rem;
	margin-top: .14285714rem;
}

[data-position="bottom left"][data-tooltip]:after {
	left: 0;
	top: 100%;
	margin-top: .5em;
}

[data-position="bottom left"][data-tooltip]:before {
	bottom: auto;
	right: auto;
	top: 100%;
	left: 1em;
	margin-left: -.07142857rem;
	margin-top: .14285714rem;
}

[data-position="bottom right"][data-tooltip]:after {
	right: 0;
	top: 100%;
	margin-top: .5em;
}

[data-position="bottom right"][data-tooltip]:before {
	bottom: auto;
	left: auto;
	top: 100%;
	right: 1em;
	margin-left: -.14285714rem;
	margin-top: .07142857rem;
}

[data-position="left center"][data-tooltip]:after {
	right: 100%;
	top: 50%;
	margin-right: .5em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

[data-position="right center"][data-tooltip]:after {
	left: 100%;
	top: 50%;
	margin-left: .5em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

[data-position~=bottom][data-tooltip]:before {
	background: #FFF;
	-webkit-box-shadow: -1px -1px 0 0 #bababc;
	box-shadow: -1px -1px 0 0 #bababc;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

[data-position="left center"][data-tooltip]:before {
	right: 100%;
	top: 50%;
	margin-top: -.14285714rem;
	margin-right: -.07142857rem;
	background: #FFF;
	-webkit-box-shadow: 1px -1px 0 0 #bababc;
	box-shadow: 1px -1px 0 0 #bababc;
}

[data-position="right center"][data-tooltip]:before {
	left: 100%;
	top: 50%;
	margin-top: -.07142857rem;
	margin-left: .14285714rem;
	background: #FFF;
	-webkit-box-shadow: -1px 1px 0 0 #bababc;
	box-shadow: -1px 1px 0 0 #bababc;
}

[data-position~=top][data-tooltip]:before {
	background: #FFF;
}

[data-inverted][data-position~=bottom][data-tooltip]:before {
	background: #1B1C1D;
	-webkit-box-shadow: -1px -1px 0 0 #bababc;
	box-shadow: -1px -1px 0 0 #bababc;
}

[data-inverted][data-position="left center"][data-tooltip]:before {
	background: #1B1C1D;
	-webkit-box-shadow: 1px -1px 0 0 #bababc;
	box-shadow: 1px -1px 0 0 #bababc;
}

[data-inverted][data-position="right center"][data-tooltip]:before {
	background: #1B1C1D;
	-webkit-box-shadow: -1px 1px 0 0 #bababc;
	box-shadow: -1px 1px 0 0 #bababc;
}

.ui.bottom.center.popup:before,.ui.bottom.left.popup:before {
	right: auto;
	-webkit-box-shadow: -1px -1px 0 0 #bababc;
	top: -.30714286em;
	bottom: auto;
}

[data-inverted][data-position~=top][data-tooltip]:before {
	background: #1B1C1D;
}

[data-position~=bottom][data-tooltip]:after {
	-webkit-transform-origin: center top;
	transform-origin: center top;
}

[data-position="left center"][data-tooltip]:before {
	-webkit-transform-origin: top center;
	transform-origin: top center;
}

[data-position="left center"][data-tooltip]:after,[data-position="right center"][data-tooltip]:before {
	-webkit-transform-origin: right center;
	transform-origin: right center;
}

[data-position="right center"][data-tooltip]:after {
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.ui.popup {
	margin: 0;
}

.ui.top.popup {
	margin: 0 0 .71428571em;
}

.ui.top.left.popup {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

.ui.top.center.popup {
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

.ui.top.right.popup {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}

.ui.left.center.popup {
	margin: 0 .71428571em 0 0;
	-webkit-transform-origin: right 50%;
	transform-origin: right 50%;
}

.ui.right.center.popup {
	margin: 0 0 0 .71428571em;
	-webkit-transform-origin: left 50%;
	transform-origin: left 50%;
}

.ui.bottom.popup {
	margin: .71428571em 0 0;
}

.ui.bottom.right.popup,.ui.rating:last-child,.ui.top.right.popup {
	margin-right: 0;
}

.ui.bottom.left.popup {
	-webkit-transform-origin: left top;
	transform-origin: left top;
}

.ui.bottom.center.popup {
	-webkit-transform-origin: center top;
	transform-origin: center top;
}

.ui.bottom.right.popup {
	-webkit-transform-origin: right top;
	transform-origin: right top;
}

.ui.bottom.center.popup:before {
	margin-left: -.30714286em;
	left: 50%;
	box-shadow: -1px -1px 0 0 #bababc;
}

.ui.bottom.left.popup {
	margin-left: 0;
}

.ui.bottom.left.popup:before {
	left: 1em;
	margin-left: 0;
	box-shadow: -1px -1px 0 0 #bababc;
}

.ui.bottom.right.popup:before {
	top: -.30714286em;
	right: 1em;
	bottom: auto;
	left: auto;
	margin-left: 0;
	-webkit-box-shadow: -1px -1px 0 0 #bababc;
	box-shadow: -1px -1px 0 0 #bababc;
}

.ui.top.center.popup:before {
	top: auto;
	right: auto;
	bottom: -.30714286em;
	left: 50%;
	margin-left: -.30714286em;
}

.ui.top.left.popup {
	margin-left: 0;
}

.ui.top.left.popup:before {
	bottom: -.30714286em;
	left: 1em;
	top: auto;
	right: auto;
	margin-left: 0;
}

.ui.top.right.popup:before {
	bottom: -.30714286em;
	right: 1em;
	top: auto;
	left: auto;
	margin-left: 0;
}

.ui.left.center.popup:before {
	top: 50%;
	right: -.30714286em;
	bottom: auto;
	left: auto;
	margin-top: -.30714286em;
	-webkit-box-shadow: 1px -1px 0 0 #bababc;
	box-shadow: 1px -1px 0 0 #bababc;
}

.ui.right.center.popup:before {
	top: 50%;
	left: -.30714286em;
	bottom: auto;
	right: auto;
	margin-top: -.30714286em;
	-webkit-box-shadow: -1px 1px 0 0 #bababc;
	box-shadow: -1px 1px 0 0 #bababc;
}

.ui.bottom.popup:before,.ui.left.center.popup:before,.ui.right.center.popup:before,.ui.top.popup:before {
	background: #FFF;
}

.ui.inverted.bottom.popup:before,.ui.inverted.left.center.popup:before,.ui.inverted.popup,.ui.inverted.right.center.popup:before,.ui.inverted.top.popup:before {
	background: #1B1C1D;
}

.ui.popup>.ui.grid:not(.padded) {
	width: calc(100% + 1.75rem);
	margin: -.7rem -.875rem;
}

.ui.loading.popup {
	display: block;
	visibility: hidden;
	z-index: -1;
}

.ui.animating.popup,.ui.visible.popup {
	display: block;
}

.ui.visible.popup {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	backface-visibility: hidden;
}

.ui.basic.popup:before {
	display: none;
}

.ui.wide.popup {
	max-width: 350px;
}

.ui[class*="very wide"].popup {
	max-width: 550px;
}

@media only screen and (max-width:767px) {
	.ui.wide.popup,.ui[class*="very wide"].popup {
		max-width: 250px;
	}
}

.ui.fluid.popup {
	width: 100%;
	max-width: none;
}

.ui.inverted.popup {
	color: #FFF;
	box-shadow: none;
}

.ui.inverted.popup .header {
	background-color: none;
	color: #FFF;
}

.ui.inverted.popup:before {
	background-color: #1B1C1D;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
}

.ui.flowing.popup {
	max-width: none;
}

.ui.tiny.popup,.ui.tiny.progress {
	font-size: .85714286rem;
}

.ui.small.popup {
	font-size: .92857143rem;
}

.ui.popup {
	font-size: 1rem;
}

.ui.large.popup {
	font-size: 1.14285714rem;
}

.ui.huge.popup {
	font-size: 1.42857143rem;
}

.ui.progress {
	display: block;
	max-width: 100%;
	margin: 1em 0 2.5em;
	box-shadow: none;
	background: rgba(0,0,0,.1);
	padding: 0;
	border-radius: .28571429rem;
}

.ui.progress:first-child {
	margin: 0 0 2.5em;
}

.ui.progress:last-child {
	margin: 0 0 1.5em;
}

.ui.progress .bar {
	display: block;
	line-height: 1;
	width: 0%;
	min-width: 2em;
	background: #888;
	border-radius: .28571429rem;
	-webkit-transition: width .1s ease,background-color .1s ease;
	transition: width .1s ease,background-color .1s ease;
}

.ui.progress .bar>.progress,.ui.progress>.label {
	position: absolute;
	bottom: auto;
	text-shadow: none;
	font-weight: 700;
}

.ui.progress .bar>.progress {
	white-space: nowrap;
	width: auto;
	font-size: .92857143em;
	top: 50%;
	right: .5em;
	left: auto;
	color: rgba(255,255,255,.7);
	margin-top: -.5em;
	text-align: left;
}

.ui.indicating.progress[data-percent="1"] .label,.ui.indicating.progress[data-percent="2"] .label,.ui.indicating.progress[data-percent="3"] .label,.ui.indicating.progress[data-percent="4"] .label,.ui.indicating.progress[data-percent="5"] .label,.ui.indicating.progress[data-percent="6"] .label,.ui.indicating.progress[data-percent="7"] .label,.ui.indicating.progress[data-percent="8"] .label,.ui.indicating.progress[data-percent="9"] .label,.ui.indicating.progress[data-percent^="1"] .label,.ui.indicating.progress[data-percent^="2"] .label,.ui.indicating.progress[data-percent^="3"] .label,.ui.indicating.progress[data-percent^="4"] .label,.ui.indicating.progress[data-percent^="5"] .label,.ui.indicating.progress[data-percent^="6"] .label,.ui.indicating.progress[data-percent^="7"] .label,.ui.indicating.progress[data-percent^="8"] .label,.ui.indicating.progress[data-percent^="9"] .label,.ui.indicating.progress[data-percent^="100"] .label,.ui.progress>.label {
	color: rgba(0,0,0,.87);
}

.ui.progress>.label {
	width: 100%;
	font-size: 1em;
	top: 100%;
	right: auto;
	left: 0;
	margin-top: .2em;
	text-align: center;
	-webkit-transition: color .4s ease;
	transition: color .4s ease;
}

.ui.indicating.progress[data-percent^="1"] .bar,.ui.indicating.progress[data-percent^="2"] .bar {
	background-color: #D95C5C;
}

.ui.indicating.progress[data-percent^="3"] .bar {
	background-color: #EFBC72;
}

.ui.indicating.progress[data-percent^="4"] .bar,.ui.indicating.progress[data-percent^="5"] .bar {
	background-color: #E6BB48;
}

.ui.indicating.progress[data-percent^="6"] .bar {
	background-color: #DDC928;
}

.ui.indicating.progress[data-percent^="7"] .bar,.ui.indicating.progress[data-percent^="8"] .bar {
	background-color: #B4D95C;
}

.ui.indicating.progress[data-percent^="9"] .bar,.ui.indicating.progress[data-percent^="100"] .bar {
	background-color: #66DA81;
}

.ui.indicating.progress[data-percent="1"] .bar,.ui.indicating.progress[data-percent="2"] .bar,.ui.indicating.progress[data-percent="3"] .bar,.ui.indicating.progress[data-percent="4"] .bar,.ui.indicating.progress[data-percent="5"] .bar,.ui.indicating.progress[data-percent="6"] .bar,.ui.indicating.progress[data-percent="7"] .bar,.ui.indicating.progress[data-percent="8"] .bar,.ui.indicating.progress[data-percent="9"] .bar {
	background-color: #D95C5C;
}

.ui.indicating.progress.success .label,.ui.progress.success>.label {
	color: #1A531B;
}

.ui.progress.success .bar {
	background-color: #21BA45!important;
}

.ui.progress.success .bar,.ui.progress.success .bar::after {
	-webkit-animation: none!important;
	animation: none!important;
}

.ui.progress.warning .bar {
	background-color: #F2C037!important;
}

.ui.progress.warning .bar,.ui.progress.warning .bar::after {
	-webkit-animation: none!important;
	animation: none!important;
}

.ui.progress.warning>.label {
	color: #794B02;
}

.ui.progress.error .bar {
	background-color: #DB2828!important;
}

.ui.progress.error .bar,.ui.progress.error .bar::after {
	-webkit-animation: none!important;
	animation: none!important;
}

.ui.progress.error>.label {
	color: #912D2B;
}

.ui.active.progress .bar {
	position: relative;
	min-width: 2em;
}

.ui.active.progress .bar::after {
	content: '';
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #FFF;
	border-radius: .28571429rem;
	-webkit-animation: progress-active 2s ease infinite;
	animation: progress-active 2s ease infinite;
}

@-webkit-keyframes progress-active {
	0% {
		opacity: .3;
		width: 0;
	}

	100% {
		opacity: 0;
		width: 100%;
	}
}

@keyframes progress-active {
	0% {
		opacity: .3;
		width: 0;
	}

	100% {
		opacity: 0;
		width: 100%;
	}
}

.ui.disabled.progress {
	opacity: .35;
}

.ui.disabled.progress .bar,.ui.disabled.progress .bar::after {
	-webkit-animation: none!important;
	animation: none!important;
}

.ui.inverted.progress {
	background: rgba(255,255,255,.08);
	border: none;
}

.ui.inverted.progress .bar {
	background: #888;
}

.ui.inverted.progress .bar>.progress {
	color: #F9FAFB;
}

.ui.inverted.progress>.label {
	color: #FFF;
}

.ui.inverted.progress.success>.label {
	color: #21BA45;
}

.ui.inverted.progress.warning>.label {
	color: #F2C037;
}

.ui.inverted.progress.error>.label {
	color: #DB2828;
}

.ui.rating .icon,.ui.star.rating .icon {
	color: rgba(0,0,0,.15);
	width: 1.25em;
	height: auto;
}

.ui.progress.attached {
	background: 0 0;
	position: relative;
	border: none;
	margin: 0;
}

.ui.progress.attached,.ui.progress.attached .bar {
	display: block;
	height: .2rem;
	padding: 0;
	overflow: hidden;
	border-radius: 0 0 .28571429rem .28571429rem;
}

.ui.progress.attached .bar {
	border-radius: 0;
}

.ui.progress.top.attached,.ui.progress.top.attached .bar {
	top: 0;
	border-radius: .28571429rem .28571429rem 0 0;
}

.ui.progress.top.attached .bar {
	border-radius: 0;
}

.ui.card>.ui.attached.progress,.ui.segment>.ui.attached.progress {
	position: absolute;
	top: auto;
	left: 0;
	bottom: 100%;
	width: 100%;
}

.ui.card>.ui.bottom.attached.progress,.ui.segment>.ui.bottom.attached.progress {
	top: 100%;
	bottom: auto;
}

.ui.red.progress .bar {
	background-color: #DB2828;
}

.ui.red.inverted.progress .bar {
	background-color: #FF695E;
}

.ui.orange.progress .bar {
	background-color: #F2711C;
}

.ui.orange.inverted.progress .bar {
	background-color: #FF851B;
}

.ui.yellow.progress .bar {
	background-color: #FBBD08;
}

.ui.yellow.inverted.progress .bar {
	background-color: #FFE21F;
}

.ui.olive.progress .bar {
	background-color: #B5CC18;
}

.ui.olive.inverted.progress .bar {
	background-color: #D9E778;
}

.ui.green.progress .bar {
	background-color: #21BA45;
}

.ui.green.inverted.progress .bar {
	background-color: #2ECC40;
}

.ui.teal.progress .bar {
	background-color: #00B5AD;
}

.ui.teal.inverted.progress .bar {
	background-color: #6DFFFF;
}

.ui.blue.progress .bar {
	background-color: #2185D0;
}

.ui.blue.inverted.progress .bar {
	background-color: #54C8FF;
}

.ui.violet.progress .bar {
	background-color: #6435C9;
}

.ui.violet.inverted.progress .bar {
	background-color: #A291FB;
}

.ui.purple.progress .bar {
	background-color: #A333C8;
}

.ui.purple.inverted.progress .bar {
	background-color: #DC73FF;
}

.ui.pink.progress .bar {
	background-color: #E03997;
}

.ui.pink.inverted.progress .bar {
	background-color: #FF8EDF;
}

.ui.brown.progress .bar {
	background-color: #A5673F;
}

.ui.brown.inverted.progress .bar {
	background-color: #D67C1C;
}

.ui.grey.progress .bar {
	background-color: #767676;
}

.ui.grey.inverted.progress .bar {
	background-color: #DCDDDE;
}

.ui.black.progress .bar {
	background-color: #1B1C1D;
}

.ui.black.inverted.progress .bar {
	background-color: #545454;
}

.ui.tiny.progress .bar {
	height: .5em;
}

.ui.small.progress {
	font-size: .92857143rem;
}

.ui.small.progress .bar {
	height: 1em;
}

.ui.progress {
	font-size: 1rem;
}

.ui.progress .bar {
	height: 1.75em;
}

.ui.large.progress {
	font-size: 1.14285714rem;
}

.ui.large.progress .bar {
	height: 2.5em;
}

.ui.big.progress {
	font-size: 1.28571429rem;
}

.ui.big.progress .bar {
	height: 3.5em;
}

.ui.rating .icon {
	padding: 0;
	margin: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	cursor: pointer;
	-webkit-transition: opacity .1s ease,background .1s ease,text-shadow .1s ease,color .1s ease;
	transition: opacity .1s ease,background .1s ease,text-shadow .1s ease,color .1s ease;
	background: 0 0;
	font-family: Rating;
	line-height: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	font-weight: 400;
	font-style: normal;
	text-align: center;
}

.ui.rating .active.icon {
	background: 0 0;
	color: rgba(0,0,0,.85);
}

.ui.rating .icon.selected,.ui.rating .icon.selected.active {
	background: 0 0;
	color: rgba(0,0,0,.87);
}

.ui.star.rating .icon {
	background: 0 0;
	text-shadow: none;
}

.ui.star.rating .active.icon {
	background: 0 0!important;
	color: #FFE623!important;
	text-shadow: 0 -1px 0 #DDC507,-1px 0 0 #DDC507,0 1px 0 #DDC507,1px 0 0 #DDC507!important;
}

.ui.star.rating .icon.selected,.ui.star.rating .icon.selected.active {
	background: 0 0!important;
	color: #FC0!important;
	text-shadow: 0 -1px 0 #E6A200,-1px 0 0 #E6A200,0 1px 0 #E6A200,1px 0 0 #E6A200!important;
}

.ui.heart.rating .icon {
	width: 1.4em;
	height: auto;
	background: 0 0;
	color: rgba(0,0,0,.15);
	text-shadow: none!important;
}

.ui.heart.rating .active.icon {
	background: 0 0!important;
	color: #FF6D75!important;
	text-shadow: 0 -1px 0 #CD0707,-1px 0 0 #CD0707,0 1px 0 #CD0707,1px 0 0 #CD0707!important;
}

.ui.heart.rating .icon.selected,.ui.heart.rating .icon.selected.active {
	background: 0 0!important;
	color: #FF3000!important;
	text-shadow: 0 -1px 0 #AA0101,-1px 0 0 #AA0101,0 1px 0 #AA0101,1px 0 0 #AA0101!important;
}

.ui.disabled.rating .icon {
	cursor: default;
}

.ui.rating .icon.selected,.ui.rating.selected .active.icon,.ui.rating.selected .icon.selected {
	opacity: 1;
}

.ui.mini.rating {
	font-size: .78571429rem;
}

.ui.tiny.rating {
	font-size: .85714286rem;
}

.ui.small.rating {
	font-size: .92857143rem;
}

.ui.rating {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	white-space: nowrap;
	vertical-align: baseline;
	font-size: 1rem;
}

.ui.large.rating {
	font-size: 1.14285714rem;
}

.ui.huge.rating {
	font-size: 1.42857143rem;
}

.ui.massive.rating {
	font-size: 2rem;
}

@font-face {
	font-family:Rating;src:url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjCBsAAAC8AAAAYGNtYXCj2pm8AAABHAAAAKRnYXNwAAAAEAAAAcAAAAAIZ2x5ZlJbXMYAAAHIAAARnGhlYWQBGAe5AAATZAAAADZoaGVhA+IB/QAAE5wAAAAkaG10eCzgAEMAABPAAAAAcGxvY2EwXCxOAAAUMAAAADptYXhwACIAnAAAFGwAAAAgbmFtZfC1n04AABSMAAABPHBvc3QAAwAAAAAVyAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADxZQHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEAJAAAAAgACAABAAAAAEAIOYF8AbwDfAj8C7wbvBw8Irwl/Cc8SPxZf/9//8AAAAAACDmAPAE8AzwI/Au8G7wcPCH8JfwnPEj8WT//f//AAH/4xoEEAYQAQ/sD+IPow+iD4wPgA98DvYOtgADAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAIAAP/tAgAB0wAKABUAAAEvAQ8BFwc3Fyc3BQc3Jz8BHwEHFycCALFPT7GAHp6eHoD/AHAWW304OH1bFnABGRqgoBp8sFNTsHyyOnxYEnFxElh8OgAAAAACAAD/7QIAAdMACgASAAABLwEPARcHNxcnNwUxER8BBxcnAgCxT0+xgB6enh6A/wA4fVsWcAEZGqCgGnywU1OwfLIBHXESWHw6AAAAAQAA/+0CAAHTAAoAAAEvAQ8BFwc3Fyc3AgCxT0+xgB6enh6AARkaoKAafLBTU7B8AAAAAAEAAAAAAgABwAArAAABFA4CBzEHDgMjIi4CLwEuAzU0PgIzMh4CFz4DMzIeAhUCAAcMEgugBgwMDAYGDAwMBqALEgwHFyg2HhAfGxkKChkbHxAeNigXAS0QHxsZCqAGCwkGBQkLBqAKGRsfEB42KBcHDBILCxIMBxcoNh4AAAAAAgAAAAACAAHAACsAWAAAATQuAiMiDgIHLgMjIg4CFRQeAhcxFx4DMzI+Aj8BPgM1DwEiFCIGMTAmIjQjJy4DNTQ+AjMyHgIfATc+AzMyHgIVFA4CBwIAFyg2HhAfGxkKChkbHxAeNigXBwwSC6AGDAwMBgYMDAwGoAsSDAdbogEBAQEBAaIGCgcEDRceEQkREA4GLy8GDhARCREeFw0EBwoGAS0eNigXBwwSCwsSDAcXKDYeEB8bGQqgBgsJBgUJCwagChkbHxA+ogEBAQGiBg4QEQkRHhcNBAcKBjQ0BgoHBA0XHhEJERAOBgABAAAAAAIAAcAAMQAAARQOAgcxBw4DIyIuAi8BLgM1ND4CMzIeAhcHFwc3Jzc+AzMyHgIVAgAHDBILoAYMDAwGBgwMDAagCxIMBxcoNh4KFRMSCC9wQLBwJwUJCgkFHjYoFwEtEB8bGQqgBgsJBgUJCwagChkbHxAeNigXAwUIBUtAoMBAOwECAQEXKDYeAAABAAAAAAIAAbcAKgAAEzQ3NjMyFxYXFhcWFzY3Njc2NzYzMhcWFRQPAQYjIi8BJicmJyYnJicmNQAkJUARExIQEAsMCgoMCxAQEhMRQCUkQbIGBwcGsgMFBQsKCQkGBwExPyMkBgYLCgkKCgoKCQoLBgYkIz8/QawFBawCBgUNDg4OFRQTAAAAAQAAAA0B2wHSACYAABM0PwI2FzYfAhYVFA8BFxQVFAcGByYvAQcGByYnJjU0PwEnJjUAEI9BBQkIBkCPEAdoGQMDBgUGgIEGBQYDAwEYaAcBIwsCFoEMAQEMgRYCCwYIZJABBQUFAwEBAkVFAgEBAwUFAwOQZAkFAAAAAAIAAAANAdsB0gAkAC4AABM0PwI2FzYfAhYVFA8BFxQVFAcmLwEHBgcmJyY1ND8BJyY1HwEHNxcnNy8BBwAQj0EFCQgGQI8QB2gZDAUGgIEGBQYDAwEYaAc/WBVsaxRXeDY2ASMLAhaBDAEBDIEWAgsGCGSQAQUNAQECRUUCAQEDBQUDA5BkCQURVXg4OHhVEW5uAAABACMAKQHdAXwAGgAANzQ/ATYXNh8BNzYXNh8BFhUUDwEGByYvASY1IwgmCAwLCFS8CAsMCCYICPUIDAsIjgjSCwkmCQEBCVS7CQEBCSYJCg0H9gcBAQePBwwAAAEAHwAfAXMBcwAsAAA3ND8BJyY1ND8BNjMyHwE3NjMyHwEWFRQPARcWFRQPAQYjIi8BBwYjIi8BJjUfCFRUCAgnCAwLCFRUCAwLCCcICFRUCAgnCAsMCFRUCAsMCCcIYgsIVFQIDAsIJwgIVFQICCcICwwIVFQICwwIJwgIVFQICCcIDAAAAAACAAAAJQFJAbcAHwArAAA3NTQ3NjsBNTQ3NjMyFxYdATMyFxYdARQHBiMhIicmNTczNTQnJiMiBwYdAQAICAsKJSY1NCYmCQsICAgIC/7tCwgIW5MWFR4fFRZApQsICDc0JiYmJjQ3CAgLpQsICAgIC8A3HhYVFRYeNwAAAQAAAAcBbgG3ACEAADcRNDc2NzYzITIXFhcWFREUBwYHBiMiLwEHBiMiJyYnJjUABgUKBgYBLAYGCgUGBgUKBQcOCn5+Cg4GBgoFBicBcAoICAMDAwMICAr+kAoICAQCCXl5CQIECAgKAAAAAwAAACUCAAFuABgAMQBKAAA3NDc2NzYzMhcWFxYVFAcGBwYjIicmJyY1MxYXFjMyNzY3JicWFRQHBiMiJyY1NDcGBzcUFxYzMjc2NTQ3NjMyNzY1NCcmIyIHBhUABihDREtLREMoBgYoQ0RLS0RDKAYlJjk5Q0M5OSYrQREmJTU1JSYRQSuEBAQGBgQEEREZBgQEBAQGJBkayQoKQSgoKChBCgoKCkEoJycoQQoKOiMjIyM6RCEeIjUmJSUmNSIeIUQlBgQEBAQGGBIRBAQGBgQEGhojAAAABQAAAAkCAAGJACwAOABRAGgAcAAANzQ3Njc2MzIXNzYzMhcWFxYXFhcWFxYVFDEGBwYPAQYjIicmNTQ3JicmJyY1MxYXNyYnJjU0NwYHNxQXFjMyNzY1NDc2MzI3NjU0JyYjIgcGFRc3Njc2NyYnNxYXFhcWFRQHBgcGBwYjPwEWFRQHBgcABitBQU0ZGhADBQEEBAUFBAUEBQEEHjw8Hg4DBQQiBQ0pIyIZBiUvSxYZDg4RQSuEBAQGBgQEEREZBgQEBAQGJBkaVxU9MzQiIDASGxkZEAYGCxQrODk/LlACFxYlyQsJQycnBRwEAgEDAwIDAwIBAwUCNmxsNhkFFAMFBBUTHh8nCQtKISgSHBsfIh4hRCUGBAQEBAYYEhEEBAYGBAQaGiPJJQUiIjYzISASGhkbCgoKChIXMRsbUZANCyghIA8AAAMAAAAAAbcB2wA5AEoAlAAANzU0NzY7ATY3Njc2NzY3Njc2MzIXFhcWFRQHMzIXFhUUBxYVFAcUFRQHFgcGKwEiJyYnJisBIicmNTcUFxYzMjc2NTQnJiMiBwYVFzMyFxYXFhcWFxYXFhcWOwEyNTQnNjc2NTQnNjU0JyYnNjc2NTQnJisBNDc2NTQnJiMGBwYHBgcGBwYHBgcGBwYHBgcGBwYrARUACwoQTgodEQ4GBAMFBgwLDxgTEwoKDjMdFhYOAgoRARkZKCUbGxsjIQZSEAoLJQUFCAcGBQUGBwgFBUkJBAUFBAQHBwMDBwcCPCUjNwIJBQUFDwMDBAkGBgsLDmUODgoJGwgDAwYFDAYQAQUGAwQGBgYFBgUGBgQJSbcPCwsGJhUPCBERExMMCgkJFBQhGxwWFR4ZFQoKFhMGBh0WKBcXBgcMDAoLDxIHBQYGBQcIBQYGBQgSAQEBAQICAQEDAgEULwgIBQoLCgsJDhQHCQkEAQ0NCg8LCxAdHREcDQ4IEBETEw0GFAEHBwUECAgFBQUFAgO3AAADAAD/2wG3AbcAPABNAJkAADc1NDc2OwEyNzY3NjsBMhcWBxUWFRQVFhUUBxYVFAcGKwEWFRQHBgcGIyInJicmJyYnJicmJyYnIyInJjU3FBcWMzI3NjU0JyYjIgcGFRczMhcWFxYXFhcWFxYXFhcWFxYXFhcWFzI3NjU0JyY1MzI3NjU0JyYjNjc2NTQnNjU0JyYnNjU0JyYrASIHIgcGBwYHBgcGIwYrARUACwoQUgYhJRsbHiAoGRkBEQoCDhYWHTMOCgoTExgPCwoFBgIBBAMFDhEdCk4QCgslBQUIBwYFBQYHCAUFSQkEBgYFBgUGBgYEAwYFARAGDAUGAwMIGwkKDg5lDgsLBgYJBAMDDwUFBQkCDg4ZJSU8AgcHAwMHBwQEBQUECbe3DwsKDAwHBhcWJwIWHQYGExYKChUZHhYVHRoiExQJCgsJDg4MDAwNBg4WJQcLCw+kBwUGBgUHCAUGBgUIpAMCBQYFBQcIBAUHBwITBwwTExERBw0OHBEdHRALCw8KDQ0FCQkHFA4JCwoLCgUICBgMCxUDAgEBAgMBAQG3AAAAAQAAAA0A7gHSABQAABM0PwI2FxEHBgcmJyY1ND8BJyY1ABCPQQUJgQYFBgMDARhoBwEjCwIWgQwB/oNFAgEBAwUFAwOQZAkFAAAAAAIAAAAAAgABtwAqAFkAABM0NzYzMhcWFxYXFhc2NzY3Njc2MzIXFhUUDwEGIyIvASYnJicmJyYnJjUzFB8BNzY1NCcmJyYnJicmIyIHBgcGBwYHBiMiJyYnJicmJyYjIgcGBwYHBgcGFQAkJUARExIQEAsMCgoMCxAQEhMRQCUkQbIGBwcGsgMFBQsKCQkGByU1pqY1BgYJCg4NDg0PDhIRDg8KCgcFCQkFBwoKDw4REg4PDQ4NDgoJBgYBMT8jJAYGCwoJCgoKCgkKCwYGJCM/P0GsBQWsAgYFDQ4ODhUUEzA1oJ82MBcSEgoLBgcCAgcHCwsKCQgHBwgJCgsLBwcCAgcGCwoSEhcAAAACAAAABwFuAbcAIQAoAAA3ETQ3Njc2MyEyFxYXFhURFAcGBwYjIi8BBwYjIicmJyY1PwEfAREhEQAGBQoGBgEsBgYKBQYGBQoFBw4Kfn4KDgYGCgUGJZIZef7cJwFwCggIAwMDAwgICv6QCggIBAIJeXkJAgQICAoIjRl0AWP+nQAAAAABAAAAJQHbAbcAMgAANzU0NzY7ATU0NzYzMhcWHQEUBwYrASInJj0BNCcmIyIHBh0BMzIXFh0BFAcGIyEiJyY1AAgIC8AmJjQ1JiUFBQgSCAUFFhUfHhUWHAsICAgIC/7tCwgIQKULCAg3NSUmJiU1SQgFBgYFCEkeFhUVFh43CAgLpQsICAgICwAAAAIAAQANAdsB0gAiAC0AABM2PwI2MzIfAhYXFg8BFxYHBiMiLwEHBiMiJyY/AScmNx8CLwE/AS8CEwEDDJBABggJBUGODgIDCmcYAgQCCAMIf4IFBgYEAgEZaQgC7hBbEgINSnkILgEBJggCFYILC4IVAggICWWPCgUFA0REAwUFCo9lCQipCTBmEw1HEhFc/u0AAAADAAAAAAHJAbcAFAAlAHkAADc1NDc2OwEyFxYdARQHBisBIicmNTcUFxYzMjc2NTQnJiMiBwYVFzU0NzYzNjc2NzY3Njc2NzY3Njc2NzY3NjMyFxYXFhcWFxYXFhUUFRQHBgcGBxQHBgcGBzMyFxYVFAcWFRYHFgcGBxYHBgcjIicmJyYnJiciJyY1AAUGB1MHBQYGBQdTBwYFJQUFCAcGBQUGBwgFBWQFBQgGDw8OFAkFBAQBAQMCAQIEBAYFBw4KCgcHBQQCAwEBAgMDAgYCAgIBAU8XEBAQBQEOBQUECwMREiYlExYXDAwWJAoHBQY3twcGBQUGB7cIBQUFBQgkBwYFBQYHCAUGBgUIJLcHBQYBEBATGQkFCQgGBQwLBgcICQUGAwMFBAcHBgYICQQEBwsLCwYGCgIDBAMCBBEQFhkSDAoVEhAREAsgFBUBBAUEBAcMAQUFCAAAAAADAAD/2wHJAZIAFAAlAHkAADcUFxYXNxY3Nj0BNCcmBycGBwYdATc0NzY3FhcWFRQHBicGJyY1FzU0NzY3Fjc2NzY3NjcXNhcWBxYXFgcWBxQHFhUUBwYHJxYXFhcWFRYXFhcWFRQVFAcGBwYHBgcGBwYnBicmJyYnJicmJyYnJicmJyYnJiciJyY1AAUGB1MHBQYGBQdTBwYFJQUFCAcGBQUGBwgFBWQGBQcKJBYMDBcWEyUmEhEDCwQFBQ4BBRAQEBdPAQECAgIGAgMDAgEBAwIEBQcHCgoOBwUGBAQCAQIDAQEEBAUJFA4PDwYIBQWlBwYFAQEBBwQJtQkEBwEBAQUGB7eTBwYEAQEEBgcJBAYBAQYECZS4BwYEAgENBwUCBgMBAQEXEyEJEhAREBcIDhAaFhEPAQEFAgQCBQELBQcKDAkIBAUHCgUGBwgDBgIEAQEHBQkIBwUMCwcECgcGCRoREQ8CBgQIAAAAAQAAAAEAAJth57dfDzz1AAsCAAAAAADP/GODAAAAAM/8Y4MAAP/bAgAB2wAAAAgAAgAAAAAAAAABAAAB4P/gAAACAAAAAAACAAABAAAAAAAAAAAAAAAAAAAAHAAAAAAAAAAAAAAAAAEAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAdwAAAHcAAACAAAjAZMAHwFJAAABbgAAAgAAAAIAAAACAAAAAgAAAAEAAAACAAAAAW4AAAHcAAAB3AABAdwAAAHcAAAAAAAAAAoAFAAeAEoAcACKAMoBQAGIAcwCCgJUAoICxgMEAzoDpgRKBRgF7AYSBpgG2gcgB2oIGAjOAAAAAQAAABwAmgAFAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAwAAAABAAAAAAACAA4AQAABAAAAAAADAAwAIgABAAAAAAAEAAwATgABAAAAAAAFABYADAABAAAAAAAGAAYALgABAAAAAAAKADQAWgADAAEECQABAAwAAAADAAEECQACAA4AQAADAAEECQADAAwAIgADAAEECQAEAAwATgADAAEECQAFABYADAADAAEECQAGAAwANAADAAEECQAKADQAWgByAGEAdABpAG4AZwBWAGUAcgBzAGkAbwBuACAAMQAuADAAcgBhAHQAaQBuAGdyYXRpbmcAcgBhAHQAaQBuAGcAUgBlAGcAdQBsAGEAcgByAGEAdABpAG4AZwBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('truetype'),url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AABcUAAoAAAAAFswAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAEuEAABLho6TvIE9TLzIAABPYAAAAYAAAAGAIIwgbY21hcAAAFDgAAACkAAAApKPambxnYXNwAAAU3AAAAAgAAAAIAAAAEGhlYWQAABTkAAAANgAAADYBGAe5aGhlYQAAFRwAAAAkAAAAJAPiAf1obXR4AAAVQAAAAHAAAABwLOAAQ21heHAAABWwAAAABgAAAAYAHFAAbmFtZQAAFbgAAAE8AAABPPC1n05wb3N0AAAW9AAAACAAAAAgAAMAAAEABAQAAQEBB3JhdGluZwABAgABADr4HAL4GwP4GAQeCgAZU/+Lix4KABlT/4uLDAeLZviU+HQFHQAAAP0PHQAAAQIRHQAAAAkdAAAS2BIAHQEBBw0PERQZHiMoLTI3PEFGS1BVWl9kaW5zeH2Ch4xyYXRpbmdyYXRpbmd1MHUxdTIwdUU2MDB1RTYwMXVFNjAydUU2MDN1RTYwNHVFNjA1dUYwMDR1RjAwNXVGMDA2dUYwMEN1RjAwRHVGMDIzdUYwMkV1RjA2RXVGMDcwdUYwODd1RjA4OHVGMDg5dUYwOEF1RjA5N3VGMDlDdUYxMjN1RjE2NHVGMTY1AAACAYkAGgAcAgABAAQABwAKAA0AVgCWAL0BAgGMAeQCbwLwA4cD5QR0BQMFdgZgB8MJkQtxC7oM2Q1jDggOmRAYEZr8lA78lA78lA77lA74lPetFftFpTz3NDz7NPtFcfcU+xBt+0T3Mt73Mjht90T3FPcQBfuU+0YV+wRRofcQMOP3EZ3D9wXD+wX3EXkwM6H7EPsExQUO+JT3rRX7RaU89zQ8+zT7RXH3FPsQbftE9zLe9zI4bfdE9xT3EAX7lPtGFYuLi/exw/sF9xF5MDOh+xD7BMUFDviU960V+0WlPPc0PPs0+0Vx9xT7EG37RPcy3vcyOG33RPcU9xAFDviU98EVi2B4ZG5wCIuL+zT7NAV7e3t7e4t7i3ube5sI+zT3NAVupniyi7aL3M3N3Iu2i7J4pm6mqLKetovci81JizoIDviU98EVi9xJzTqLYItkeHBucKhknmCLOotJSYs6i2CeZKhwCIuL9zT7NAWbe5t7m4ubi5ubm5sI9zT3NAWopp6yi7YIME0V+zb7NgWKioqKiouKi4qMiowI+zb3NgV6m4Ghi6OLubCwuYuji6GBm3oIule6vwWbnKGVo4u5i7Bmi12Lc4F1ensIDviU98EVi2B4ZG5wCIuL+zT7NAV7e3t7e4t7i3ube5sI+zT3NAVupniyi7aL3M3N3Iuni6WDoX4IXED3BEtL+zT3RPdU+wTLssYFl46YjZiL3IvNSYs6CA6L98UVi7WXrKOio6Otl7aLlouXiZiHl4eWhZaEloSUhZKFk4SShZKEkpKSkZOSkpGUkZaSCJaSlpGXj5iPl42Wi7aLrX+jc6N0l2qLYYthdWBgYAj7RvtABYeIh4mGi4aLh42Hjgj7RvdABYmNiY2Hj4iOhpGDlISUhZWFlIWVhpaHmYaYiZiLmAgOZ4v3txWLkpCPlo0I9yOgzPcWBY6SkI+Ri5CLkIePhAjL+xb3I3YFlomQh4uEi4aJh4aGCCMmpPsjBYuKi4mLiIuHioiJiImIiIqHi4iLh4yHjQj7FM/7FUcFh4mHioiLh4uIjImOiY6KjouPi4yLjYyOCKP3IyPwBYaQiZCLjwgOZ4v3txWLkpCPlo0I9yOgzPcWBY6SkI+Ri5CLkIePhAjL+xb3I3YFlomQh4uEi4aJh4aGCCMmpPsjBYuKi4mLiIuCh4aDi4iLh4yHjQj7FM/7FUcFh4mHioiLh4uIjImOiY6KjouPi4yLjYyOCKP3IyPwBYaQiZCLjwjKeRXjN3b7DfcAxPZSd/cN4t/7DJ1V9wFV+wEFDq73ZhWLk42RkZEIsbIFkZCRjpOLkouSiJCGCN8291D3UAWQkJKOkouTi5GIkYYIsWQFkYaNhIuEi4OJhYWFCPuJ+4kFhYWFiYOLhIuEjYaRCPsi9yIFhZCJkouSCA77AartFYuSjpKQkAjf3zffBYaQiJKLk4uSjpKQkAiysgWRkJGOk4uSi5KIkIYI3zff3wWQkJKOk4uSi5KIkIYIsmQFkIaOhIuEi4OIhIaGCDc33zcFkIaOhIuEi4OIhYaFCGRkBYaGhIiEi4OLhI6GkAg33zc3BYaGhIiEi4OLhY6FkAhksgWGkYiRi5MIDvtLi8sVi/c5BYuSjpKQkJCQko6SiwiVi4vCBYuul6mkpKSkqpiui66LqX6kcqRymG2LaAiLVJSLBZKLkoiQhpCGjoSLhAiL+zkFi4OIhYaGhoWEiYSLCPuniwWEi4SNhpGGkIiRi5MI5vdUFfcni4vCBYufhJx8mn2ZepJ3i3aLeoR9fX18g3qLdwiLVAUO+yaLshWL+AQFi5GNkY+RjpCQj5KNj42PjI+LCPfAiwWPi4+Kj4mRiZCHj4aPhY2Fi4UIi/wEBYuEiYWHhoeGhoeFiIiKhoqHi4GLhI6EkQj7EvcN+xL7DQWEhYOIgouHi4eLh42EjoaPiJCHkImRi5IIDov3XRWLko2Rj5Kltq+vuKW4pbuZvYu9i7t9uHG4ca9npWCPhI2Fi4SLhYmEh4RxYGdoXnAIXnFbflmLWYtbmF6lXqZnrnG2h5KJkouRCLCLFaRkq2yxdLF0tH+4i7iLtJexorGiq6qksm64Z61goZZ3kXaLdItnfm1ycnJybX9oiwhoi22XcqRypH6pi6+LopGglp9gdWdpbl4I9xiwFYuHjIiOiI6IjoqPi4+LjoyOjo2OjY6Lj4ubkJmXl5eWmZGbi4+LjoyOjo2OjY6LjwiLj4mOiY6IjYiNh4tzi3eCenp6eoJ3i3MIDov3XRWLko2Sj5GouK+utqW3pbqYvouci5yJnIgIm6cFjY6NjI+LjIuNi42JjYqOio+JjomOiY6KjomOiY6JjoqNioyKjomMiYuHi4qLiouLCHdnbVVjQ2NDbVV3Zwh9cgWJiIiJiIuJi36SdJiIjYmOi46LjY+UlJlvl3KcdJ90oHeie6WHkYmSi5IIsIsVqlq0Z711CKGzBXqXfpqCnoKdhp6LoIuikaCWn2B1Z2luXgj3GLAVi4eMiI6IjoiOio+Lj4uOjI6OjY6NjouPi5uQmZeXl5aZkZuLj4uOjI6OjY6NjouPCIuPiY6JjoiNiI2Hi3OLd4J6enp6gneLcwji+10VoLAFtI+wmK2hrqKnqKKvdq1wp2uhCJ2rBZ1/nHycepx6mHqWeY+EjYWLhIuEiYWHhIR/gH1+fG9qaXJmeWV5Y4Jhiwi53BXb9yQFjIKMg4uEi3CDc3x1fHV3fHOBCA6L1BWL90sFi5WPlJKSkpKTj5aLCNmLBZKPmJqepJaZlZeVlY+Qj5ONl42WjpeOmI+YkZWTk5OSk46Vi5uLmYiYhZiFlIGSfgiSfo55i3WLeYd5gXgIvosFn4uchJl8mn2Seot3i3qGfIJ9jYSLhYuEi3yIfoR+i4eLh4uHi3eGen99i3CDdnt8CHt8dYNwiwhmiwV5i3mNeY95kHeRc5N1k36Ph4sIOYsFgIuDjoSShJKHlIuVCLCdFYuGjIePiI+Hj4mQi5CLj42Pj46OjY+LkIuQiZCIjoePh42Gi4aLh4mHh4eIioaLhgjUeRWUiwWNi46Lj4qOi4+KjYqOi4+Kj4mQio6KjYqNio+Kj4mQio6KjIqzfquEpIsIrosFr4uemouri5CKkYqQkY6QkI6SjpKNkouSi5KJkoiRlZWQlouYi5CKkImRiZGJj4iOCJGMkI+PlI+UjZKLkouViJODk4SSgo+CiwgmiwWLlpCalJ6UnpCbi5aLnoiYhJSFlH+QeYuGhoeDiYCJf4h/h3+IfoWBg4KHh4SCgH4Ii4qIiYiGh4aIh4mIiIiIh4eGh4aHh4eHiIiHiIeHiIiHiIeKh4mIioiLCIKLi/tLBQ6L90sVi/dLBYuVj5OSk5KSk46WiwjdiwWPi5iPoZOkk6CRnZCdj56Nn4sIq4sFpougg5x8m3yTd4txCIuJBZd8kHuLd4uHi4eLh5J+jn6LfIuEi4SJhZR9kHyLeot3hHp8fH19eoR3iwhYiwWVeI95i3mLdIh6hH6EfoKBfoV+hX2He4uBi4OPg5KFkYaTh5SHlYiTipOKk4qTiJMIiZSIkYiPgZSBl4CaeKR+moSPCD2LBYCLg4+EkoSSh5SLlQiw9zgVi4aMh4+Ij4ePiZCLkIuPjY+Pjo6Nj4uQi5CJkIiOh4+HjYaLhouHiYeHh4iKhouGCNT7OBWUiwWOi46Kj4mPio+IjoiPh4+IjoePiI+Hj4aPho6HjoiNiI6Hj4aOho6Ii4qWfpKDj4YIk4ORgY5+j36OgI1/jYCPg5CGnYuXj5GUkpSOmYuei5aGmoKfgp6GmouWCPCLBZSLlI+SkpOTjpOLlYuSiZKHlIeUho+Fi46PjY+NkY2RjJCLkIuYhpaBlY6RjZKLkgiLkomSiJKIkoaQhY6MkIyRi5CLm4aXgpOBkn6Pe4sIZosFcotrhGN9iouIioaJh4qHiomKiYqIioaKh4mHioiKiYuHioiLh4qIi4mLCIKLi/tLBQ77lIv3txWLkpCPlo0I9yOgzPcWBY6SkI+RiwiL/BL7FUcFh4mHioiLh4uIjImOiY6KjouPi4yLjYyOCKP3IyPwBYaQiZCLjwgOi/fFFYu1l6yjoqOjrZe2i5aLl4mYh5eHloWWhJaElIWShZOEkoWShJKSkpGTkpKRlJGWkgiWkpaRl4+Yj5eNlou2i61/o3OjdJdqi2GLYXVgYGAI+0b7QAWHiIeJhouGi4eNh44I+0b3QAWJjYmNh4+IjoaRg5SElIWVhZSFlYaWh5mGmImYi5gIsIsVi2ucaa9oCPc6+zT3OvczBa+vnK2Lq4ubiZiHl4eXhpSFkoSSg5GCj4KQgo2CjYONgYuBi4KLgIl/hoCGgIWChAiBg4OFhISEhYaFhoaIhoaJhYuFi4aNiJCGkIaRhJGEkoORgZOCkoCRgJB/kICNgosIgYuBi4OJgomCiYKGgoeDhYSEhYSGgod/h3+Jfot7CA77JouyFYv4BAWLkY2Rj5GOkJCPko2PjY+Mj4sI98CLBY+Lj4qPiZGJkIePho+FjYWLhQiL/AQFi4SJhYeGh4aGh4WIiIqGioeLgYuEjoSRCPsS9w37EvsNBYSFg4iCi4eLh4uHjYSOho+IkIeQiZGLkgiwkxX3JvchpHL3DfsIi/f3+7iLi/v3BQ5ni8sVi/c5BYuSjpKQkJCQko6Siwj3VIuLwgWLrpippKSkpKmYrouvi6l+pHKkcpdti2gIi0IFi4aKhoeIh4eHiYaLCHmLBYaLh42Hj4eOipCLkAiL1AWLn4OcfZp9mXqSdot3i3qEfX18fIR6i3cIi1SniwWSi5KIkIaQho6Ei4QIi/s5BYuDiIWGhoaFhImEiwj7p4sFhIuEjYaRhpCIkYuTCA5njPe6FYyQkI6UjQj3I6DM9xYFj5KPj5GLkIuQh4+ECMv7FvcjdgWUiZCIjYaNhoiFhYUIIyak+yMFjIWKhomHiYiIiYaLiIuHjIeNCPsUz/sVRwWHiYeKiIuHi4eNiY6Jj4uQjJEIo/cjI/AFhZGJkY2QCPeB+z0VnILlW3rxiJ6ZmNTS+wydgpxe54v7pwUOZ4vCFYv3SwWLkI2Pjo+Pjo+NkIsI3osFkIuPiY6Ij4eNh4uGCIv7SwWLhomHh4eIh4eKhosIOIsFhouHjIePiI+Jj4uQCLCvFYuGjIePh46IkImQi5CLj42Pjo6PjY+LkIuQiZCIjoePh42Gi4aLhomIh4eIioaLhgjvZxWL90sFi5CNj46Oj4+PjZCLj4ySkJWWlZaVl5SXmJuVl5GRjo6OkI6RjZCNkIyPjI6MkY2TCIySjJGMj4yPjZCOkY6RjpCPjo6Pj42Qi5SLk4qSiZKJkYiPiJCIjoiPho6GjYeMhwiNh4yGjIaMhYuHi4iLiIuHi4eLg4uEiYSJhImFiYeJh4mFh4WLioqJiomJiIqJiokIi4qKiIqJCNqLBZqLmIWWgJaAkH+LfIt6hn2Af46DjYSLhIt9h36Cf4+Bi3+HgImAhYKEhI12hnmAfgh/fXiDcosIZosFfot+jHyOfI5/joOOg41/j32Qc5N8j4SMhouHjYiOh4+Jj4uQCA5ni/c5FYuGjYaOiI+Hj4mQiwjeiwWQi4+Njo+Pjo2Qi5AIi/dKBYuQiZCHjoiPh42Giwg4iwWGi4eJh4eIiImGi4YIi/tKBbD3JhWLkIyPj4+OjpCNkIuQi4+Jj4iOh42Hi4aLhomHiIeHh4eKhouGi4aMiI+Hj4qPi5AI7/snFYv3SwWLkI2Qj46Oj4+NkIuSi5qPo5OZkJePk46TjZeOmo6ajpiMmIsIsIsFpIueg5d9ln6Qeol1koSRgo2Aj4CLgIeAlH+Pfot9i4WJhIiCloCQfIt7i3yFfoGACICAfoZ8iwg8iwWMiIyJi4mMiYyJjYmMiIyKi4mPhI2GjYeNh42GjYOMhIyEi4SLhouHi4iLiYuGioYIioWKhomHioeJh4iGh4eIh4aIh4iFiISJhImDioKLhouHjYiPh4+Ij4iRiJGJkIqPCIqPipGKkomTipGKj4qOiZCJkYiQiJCIjoWSgZZ+nIKXgZaBloGWhJGHi4aLh42HjwiIjomQi48IDviUFPiUFYsMCgAAAAADAgABkAAFAAABTAFmAAAARwFMAWYAAAD1ABkAhAAAAAAAAAAAAAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAEAAAPFlAeD/4P/gAeAAIAAAAAEAAAAAAAAAAAAAACAAAAAAAAIAAAADAAAAFAADAAEAAAAUAAQAkAAAACAAIAAEAAAAAQAg5gXwBvAN8CPwLvBu8HDwivCX8JzxI/Fl//3//wAAAAAAIOYA8ATwDPAj8C7wbvBw8Ifwl/Cc8SPxZP/9//8AAf/jGgQQBhABD+wP4g+jD6IPjA+AD3wO9g62AAMAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAEAAJrVlLJfDzz1AAsCAAAAAADP/GODAAAAAM/8Y4MAAP/bAgAB2wAAAAgAAgAAAAAAAAABAAAB4P/gAAACAAAAAAACAAABAAAAAAAAAAAAAAAAAAAAHAAAAAAAAAAAAAAAAAEAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAdwAAAHcAAACAAAjAZMAHwFJAAABbgAAAgAAAAIAAAACAAAAAgAAAAEAAAACAAAAAW4AAAHcAAAB3AABAdwAAAHcAAAAAFAAABwAAAAAAA4ArgABAAAAAAABAAwAAAABAAAAAAACAA4AQAABAAAAAAADAAwAIgABAAAAAAAEAAwATgABAAAAAAAFABYADAABAAAAAAAGAAYALgABAAAAAAAKADQAWgADAAEECQABAAwAAAADAAEECQACAA4AQAADAAEECQADAAwAIgADAAEECQAEAAwATgADAAEECQAFABYADAADAAEECQAGAAwANAADAAEECQAKADQAWgByAGEAdABpAG4AZwBWAGUAcgBzAGkAbwBuACAAMQAuADAAcgBhAHQAaQBuAGdyYXRpbmcAcgBhAHQAaQBuAGcAUgBlAGcAdQBsAGEAcgByAGEAdABpAG4AZwBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('woff');font-weight:400;font-style:normal;
}

.ui.rating .active.icon:before,.ui.rating .icon:before,.ui.star.rating .active.icon:before,.ui.star.rating .icon:before {
	content: '\f005';
}

.ui.star.rating .partial.icon:before {
	content: '\f006';
}

.ui.star.rating .partial.icon {
	content: '\f005';
}

.ui.heart.rating .active.icon:before,.ui.heart.rating .icon:before {
	content: '\f004';
}

.ui.search {
	position: relative;
}

.ui.search>.prompt {
	margin: 0;
	outline: 0;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	text-shadow: none;
	font-style: normal;
	font-weight: 400;
	line-height: 1.21428571em;
	padding: .67857143em 1em;
	font-size: 1em;
	background: #FFF;
	border: 1px solid rgba(34,36,38,.15);
	color: rgba(0,0,0,.87);
	box-shadow: 0 0 0 0 transparent inset;
	-webkit-transition: background-color .1s ease,color .1s ease,border-color .1s ease,-webkit-box-shadow .1s ease;
	transition: background-color .1s ease,color .1s ease,border-color .1s ease,-webkit-box-shadow .1s ease;
	transition: background-color .1s ease,color .1s ease,box-shadow .1s ease,border-color .1s ease;
	transition: background-color .1s ease,color .1s ease,box-shadow .1s ease,border-color .1s ease,-webkit-box-shadow .1s ease;
}

.ui.search .prompt {
	border-radius: 500rem;
}

.ui.search .prompt~.search.icon {
	cursor: pointer;
}

.ui.search>.results {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: center top;
	transform-origin: center top;
	white-space: normal;
	text-align: left;
	text-transform: none;
	background: #FFF;
	margin-top: .5em;
	width: 18em;
	border-radius: .28571429rem;
	-webkit-box-shadow: 0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);
	box-shadow: 0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);
	border: 1px solid #D4D4D5;
	z-index: 998;
}

.ui.search>.results>:first-child {
	border-radius: .28571429rem .28571429rem 0 0;
}

.ui.search>.results>:last-child {
	border-radius: 0 0 .28571429rem .28571429rem;
}

.ui.search>.results .result {
	cursor: pointer;
	display: block;
	overflow: hidden;
	font-size: 1em;
	padding: .85714286em 1.14285714em;
	color: rgba(0,0,0,.87);
	line-height: 1.33;
	border-bottom: 1px solid rgba(34,36,38,.1);
}

.ui.search>.results .result:last-child {
	border-bottom: none!important;
}

.ui.search>.results .result .image {
	float: right;
	overflow: hidden;
	background: 0 0;
	width: 5em;
	height: 3em;
	border-radius: .25em;
}

.ui.search>.results .result .image img {
	display: block;
	width: auto;
	height: 100%;
}

.ui.search>.results .result .image+.content {
	margin: 0 6em 0 0;
}

.ui.search>.results .result .title {
	margin: -.14285714em 0 0;
	font-weight: 700;
	font-size: 1em;
	color: rgba(0,0,0,.85);
}

.ui.search>.results .result .description {
	margin-top: 0;
	font-size: .92857143em;
	color: rgba(0,0,0,.4);
}

.ui.search>.results .result .price {
	float: right;
	color: #21BA45;
}

.ui.search>.results>.message {
	padding: 1em;
}

.ui.search>.results>.message .header {
	font-size: 1rem;
	font-weight: 700;
	color: rgba(0,0,0,.87);
}

.ui.search>.results>.message .description {
	margin-top: .25rem;
	font-size: 1em;
	color: rgba(0,0,0,.87);
}

.ui.loading.search .input>i.icon:after,.ui.loading.search .input>i.icon:before {
	position: absolute;
	top: 50%;
	margin: -.64285714em 0 0 -.64285714em;
	width: 1.28571429em;
	height: 1.28571429em;
	content: '';
}

.ui.search>.results>.action {
	display: block;
	border-top: none;
	background: #F3F4F5;
	padding: .92857143em 1em;
	color: rgba(0,0,0,.87);
	font-weight: 700;
	text-align: center;
}

.ui.search>.prompt:focus {
	border-color: rgba(34,36,38,.35);
	background: #FFF;
	color: rgba(0,0,0,.95);
}

.ui.loading.search .input>i.icon:before {
	left: 50%;
	border-radius: 500rem;
	border: .2em solid rgba(0,0,0,.1);
}

.ui.loading.search .input>i.icon:after {
	left: 50%;
	-webkit-animation: button-spin .6s linear;
	animation: button-spin .6s linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	border-radius: 500rem;
	border-color: #767676 transparent transparent;
	border-style: solid;
	border-width: .2em;
	-webkit-box-shadow: 0 0 0 1px transparent;
	box-shadow: 0 0 0 1px transparent;
}

.ui.shape .side,.ui.sidebar {
	-webkit-backface-visibility: hidden;
	margin: 0!important;
}

.ui.category.search>.results .category .result:hover,.ui.search>.results .result:hover {
	background: #F9FAFB;
}

.ui.search .action:hover {
	background: #E0E0E0;
}

.ui.category.search>.results .category.active {
	background: #F3F4F5;
}

.ui.category.search>.results .category.active>.name {
	color: rgba(0,0,0,.87);
}

.ui.category.search>.results .category .result.active,.ui.search>.results .result.active {
	position: relative;
	border-left-color: rgba(34,36,38,.1);
	background: #F3F4F5;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ui.search>.results .result.active .description,.ui.search>.results .result.active .title {
	color: rgba(0,0,0,.85);
}

.ui.disabled.search {
	cursor: default;
	pointer-events: none;
	opacity: .45;
}

.ui.search.selection .prompt {
	border-radius: .28571429rem;
}

.ui.search.selection>.icon.input>.remove.icon {
	pointer-events: none;
	position: absolute;
	left: auto;
	opacity: 0;
	color: '';
	top: 0;
	right: 0;
	-webkit-transition: color .1s ease,opacity .1s ease;
	transition: color .1s ease,opacity .1s ease;
}

.ui.search.selection>.icon.input>.active.remove.icon {
	cursor: pointer;
	opacity: .8;
	pointer-events: auto;
}

.ui.search.selection>.icon.input:not([class*="left icon"])>.icon~.remove.icon {
	right: 1.85714em;
}

.ui.search.selection>.icon.input>.remove.icon:hover {
	opacity: 1;
	color: #DB2828;
}

.ui.category.search .results {
	width: 28em;
}

.ui.category.search>.results .category {
	display: table-row;
	background: #F3F4F5;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: background .1s ease,border-color .1s ease;
	transition: background .1s ease,border-color .1s ease;
}

.ui.category.search>.results .category:last-child {
	border-bottom: none;
}

.ui.category.search>.results .category:first-child .name+.result {
	border-radius: 0 .28571429rem 0 0;
}

.ui.category.search>.results .category:last-child .result:last-child {
	border-radius: 0 0 .28571429rem;
}

.ui.sidebar,.ui.sidebar.menu .item {
	border-radius: 0!important;
}

.ui.category.search>.results .category>.name {
	display: table-cell;
	text-overflow: ellipsis;
	width: 100px;
	white-space: nowrap;
	background: 0 0;
	font-size: 1em;
	padding: .4em 1em;
	font-weight: 700;
	color: rgba(0,0,0,.4);
	border-bottom: 1px solid rgba(34,36,38,.1);
}

.ui.category.search>.results .category .results {
	display: table-cell;
	background: #FFF;
	border-left: 1px solid rgba(34,36,38,.15);
	border-bottom: 1px solid rgba(34,36,38,.1);
}

.ui.category.search>.results .category .result {
	border-bottom: 1px solid rgba(34,36,38,.1);
	-webkit-transition: background .1s ease,border-color .1s ease;
	transition: background .1s ease,border-color .1s ease;
	padding: .85714286em 1.14285714em;
}

.ui[class*="left aligned"].search>.results {
	right: auto;
	left: 0;
}

.ui[class*="right aligned"].search>.results {
	right: 0;
	left: auto;
}

.ui.fluid.search .results {
	width: 100%;
}

.ui.mini.search {
	font-size: .78571429em;
}

.ui.small.search {
	font-size: .92857143em;
}

.ui.search {
	font-size: 1em;
}

.ui.large.search {
	font-size: 1.14285714em;
}

.ui.big.search {
	font-size: 1.28571429em;
}

.ui.huge.search {
	font-size: 1.42857143em;
}

.ui.massive.search {
	font-size: 1.71428571em;
}

@media only screen and (max-width:767px) {
	.ui.search .results {
		max-width: calc(100vw - 2rem);
	}
}

.ui.shape {
	position: relative;
	vertical-align: top;
	display: inline-block;
	-webkit-perspective: 2000px;
	perspective: 2000px;
	-webkit-transition: left .6s ease-in-out,width .6s ease-in-out,height .6s ease-in-out,-webkit-transform .6s ease-in-out;
	transition: left .6s ease-in-out,width .6s ease-in-out,height .6s ease-in-out,-webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out,left .6s ease-in-out,width .6s ease-in-out,height .6s ease-in-out;
	transition: transform .6s ease-in-out,left .6s ease-in-out,width .6s ease-in-out,height .6s ease-in-out,-webkit-transform .6s ease-in-out;
}

.ui.shape .sides {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.ui.shape .side {
	opacity: 1;
	width: 100%;
	backface-visibility: hidden;
	display: none;
}

.ui.shape .side * {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
}

.ui.cube.shape .side {
	min-width: 15em;
	height: 15em;
	padding: 2em;
	background-color: #E6E6E6;
	color: rgba(0,0,0,.87);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,.3);
	box-shadow: 0 0 2px rgba(0,0,0,.3);
}

.ui.cube.shape .side>.content {
	width: 100%;
	height: 100%;
	display: table;
	text-align: center;
	-webkit-user-select: text;
	user-select: text;
}

.ui.cube.shape .side>.content>div {
	display: table-cell;
	vertical-align: middle;
	font-size: 2em;
}

.ui.text.shape.animating .sides {
	position: static;
}

.ui.text.shape .side {
	white-space: nowrap;
}

.ui.text.shape .side>* {
	white-space: normal;
}

.ui.loading.shape {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.ui.shape .animating.side {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 100;
}

.ui.shape .hidden.side {
	opacity: .6;
}

.ui.shape.animating .sides {
	position: absolute;
	-webkit-transition: left .6s ease-in-out,width .6s ease-in-out,height .6s ease-in-out,-webkit-transform .6s ease-in-out;
	transition: left .6s ease-in-out,width .6s ease-in-out,height .6s ease-in-out,-webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out,left .6s ease-in-out,width .6s ease-in-out,height .6s ease-in-out;
	transition: transform .6s ease-in-out,left .6s ease-in-out,width .6s ease-in-out,height .6s ease-in-out,-webkit-transform .6s ease-in-out;
}

.ui.shape.animating .side {
	-webkit-transition: opacity .6s ease-in-out;
	transition: opacity .6s ease-in-out;
}

.ui.shape .active.side {
	display: block;
}

.ui.sidebar {
	position: fixed;
	top: 0;
	left: 0;
	backface-visibility: hidden;
	-webkit-transition: none;
	transition: none;
	will-change: transform;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	visibility: hidden;
	-webkit-overflow-scrolling: touch;
	height: 100%!important;
	max-height: 100%;
	overflow-y: auto!important;
	z-index: 102;
}

.animating.transition,.pushable>.fixed,.pushable>.pusher,.ui.sidebar>* {
	-webkit-backface-visibility: hidden;
}

.ui.sidebar>* {
	backface-visibility: hidden;
}

.ui.left.sidebar {
	right: auto;
	left: 0;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

.ui.right.sidebar {
	right: 0!important;
	left: auto!important;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

.ui.bottom.sidebar,.ui.top.sidebar {
	width: 100%!important;
	height: auto!important;
}

.ui.top.sidebar {
	top: 0!important;
	bottom: auto!important;
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
}

.ui.bottom.sidebar {
	top: auto!important;
	bottom: 0!important;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

.pushable {
	height: 100%;
	overflow-x: hidden;
	padding: 0!important;
}

body.pushable {
	background: #545454!important;
}

.pushable:not(body) {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.pushable:not(body)>.fixed,.pushable:not(body)>.pusher:after,.pushable:not(body)>.ui.sidebar {
	position: absolute;
}

.pushable>.fixed {
	position: fixed;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease,-webkit-transform .5s ease;
	will-change: transform;
	z-index: 101;
}

body.pushable>.pusher {
	background: #FFF;
}

.pushable>.pusher {
	position: relative;
	backface-visibility: hidden;
	overflow: hidden;
	min-height: 100%;
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease,-webkit-transform .5s ease;
	z-index: 2;
	background: inherit;
}

.pushable>.pusher:after {
	position: fixed;
	top: 0;
	right: 0;
	content: '';
	background-color: rgba(0,0,0,.4);
	overflow: hidden;
	opacity: 0;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	will-change: opacity;
	z-index: 1000;
}

.pushable>.pusher.dimmed:after {
	width: 100%!important;
	height: 100%!important;
	opacity: 1!important;
}

.ui.animating.sidebar {
	visibility: visible;
}

.ui.visible.sidebar {
	visibility: visible;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.ui.bottom.visible.sidebar,.ui.left.visible.sidebar,.ui.right.visible.sidebar,.ui.top.visible.sidebar {
	-webkit-box-shadow: 0 0 20px rgba(34,36,38,.15);
	box-shadow: 0 0 20px rgba(34,36,38,.15);
}

.ui.visible.left.sidebar~.fixed,.ui.visible.left.sidebar~.pusher {
	-webkit-transform: translate3d(260px,0,0);
	transform: translate3d(260px,0,0);
}

.ui.visible.right.sidebar~.fixed,.ui.visible.right.sidebar~.pusher {
	-webkit-transform: translate3d(-260px,0,0);
	transform: translate3d(-260px,0,0);
}

.ui.visible.top.sidebar~.fixed,.ui.visible.top.sidebar~.pusher {
	-webkit-transform: translate3d(0,36px,0);
	transform: translate3d(0,36px,0);
}

.ui.visible.bottom.sidebar~.fixed,.ui.visible.bottom.sidebar~.pusher {
	-webkit-transform: translate3d(0,-36px,0);
	transform: translate3d(0,-36px,0);
}

.ui.visible.left.sidebar~.ui.visible.right.sidebar~.fixed,.ui.visible.left.sidebar~.ui.visible.right.sidebar~.pusher,.ui.visible.right.sidebar~.ui.visible.left.sidebar~.fixed,.ui.visible.right.sidebar~.ui.visible.left.sidebar~.pusher {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.ui.thin.left.sidebar,.ui.thin.right.sidebar {
	width: 150px;
}

.ui[class*="very thin"].left.sidebar,.ui[class*="very thin"].right.sidebar {
	width: 60px;
}

.ui.left.sidebar,.ui.right.sidebar {
	width: 260px;
}

.ui.wide.left.sidebar,.ui.wide.right.sidebar {
	width: 350px;
}

.ui[class*="very wide"].left.sidebar,.ui[class*="very wide"].right.sidebar {
	width: 475px;
}

.ui.visible.thin.left.sidebar~.fixed,.ui.visible.thin.left.sidebar~.pusher {
	-webkit-transform: translate3d(150px,0,0);
	transform: translate3d(150px,0,0);
}

.ui.visible[class*="very thin"].left.sidebar~.fixed,.ui.visible[class*="very thin"].left.sidebar~.pusher {
	-webkit-transform: translate3d(60px,0,0);
	transform: translate3d(60px,0,0);
}

.ui.visible.wide.left.sidebar~.fixed,.ui.visible.wide.left.sidebar~.pusher {
	-webkit-transform: translate3d(350px,0,0);
	transform: translate3d(350px,0,0);
}

.ui.visible[class*="very wide"].left.sidebar~.fixed,.ui.visible[class*="very wide"].left.sidebar~.pusher {
	-webkit-transform: translate3d(475px,0,0);
	transform: translate3d(475px,0,0);
}

.ui.visible.thin.right.sidebar~.fixed,.ui.visible.thin.right.sidebar~.pusher {
	-webkit-transform: translate3d(-150px,0,0);
	transform: translate3d(-150px,0,0);
}

.ui.visible[class*="very thin"].right.sidebar~.fixed,.ui.visible[class*="very thin"].right.sidebar~.pusher {
	-webkit-transform: translate3d(-60px,0,0);
	transform: translate3d(-60px,0,0);
}

.ui.visible.wide.right.sidebar~.fixed,.ui.visible.wide.right.sidebar~.pusher {
	-webkit-transform: translate3d(-350px,0,0);
	transform: translate3d(-350px,0,0);
}

.ui.visible[class*="very wide"].right.sidebar~.fixed,.ui.visible[class*="very wide"].right.sidebar~.pusher {
	-webkit-transform: translate3d(-475px,0,0);
	transform: translate3d(-475px,0,0);
}

.ui.overlay.sidebar {
	z-index: 102;
}

.ui.left.overlay.sidebar {
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

.ui.right.overlay.sidebar {
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

.ui.top.overlay.sidebar {
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
}

.ui.bottom.overlay.sidebar {
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

.animating.ui.overlay.sidebar,.ui.visible.overlay.sidebar {
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease,-webkit-transform .5s ease;
}

.ui.visible.bottom.overlay.sidebar,.ui.visible.left.overlay.sidebar,.ui.visible.right.overlay.sidebar,.ui.visible.top.overlay.sidebar {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.ui.visible.overlay.sidebar~.fixed,.ui.visible.overlay.sidebar~.pusher {
	-webkit-transform: none!important;
	transform: none!important;
}

.ui.push.sidebar {
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease,-webkit-transform .5s ease;
	z-index: 102;
}

.ui.slide.along.sidebar,.ui.slide.out.sidebar,.ui.uncover.sidebar {
	z-index: 1;
}

.ui.left.push.sidebar {
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

.ui.right.push.sidebar {
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

.ui.top.push.sidebar {
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
}

.ui.bottom.push.sidebar {
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

.ui.uncover.sidebar,.ui.visible.push.sidebar {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.ui.visible.uncover.sidebar {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease,-webkit-transform .5s ease;
}

.ui.left.slide.along.sidebar {
	-webkit-transform: translate3d(-50%,0,0);
	transform: translate3d(-50%,0,0);
}

.ui.right.slide.along.sidebar {
	-webkit-transform: translate3d(50%,0,0);
	transform: translate3d(50%,0,0);
}

.ui.top.slide.along.sidebar {
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

.ui.bottom.slide.along.sidebar {
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

.ui.animating.slide.along.sidebar {
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease,-webkit-transform .5s ease;
}

.ui.visible.slide.along.sidebar {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.ui.left.slide.out.sidebar {
	-webkit-transform: translate3d(50%,0,0);
	transform: translate3d(50%,0,0);
}

.ui.right.slide.out.sidebar {
	-webkit-transform: translate3d(-50%,0,0);
	transform: translate3d(-50%,0,0);
}

.ui.top.slide.out.sidebar {
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

.ui.bottom.slide.out.sidebar {
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

.ui.animating.slide.out.sidebar {
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease,-webkit-transform .5s ease;
}

.ui.visible.slide.out.sidebar {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.ui.scale.down.sidebar {
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease,-webkit-transform .5s ease;
	z-index: 102;
}

.ui.left.scale.down.sidebar {
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

.ui.right.scale.down.sidebar {
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

.ui.top.scale.down.sidebar {
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
}

.ui.bottom.scale.down.sidebar {
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

.ui.scale.down.left.sidebar~.pusher {
	-webkit-transform-origin: 75% 50%;
	transform-origin: 75% 50%;
}

.ui.scale.down.right.sidebar~.pusher {
	-webkit-transform-origin: 25% 50%;
	transform-origin: 25% 50%;
}

.ui.scale.down.top.sidebar~.pusher {
	-webkit-transform-origin: 50% 75%;
	transform-origin: 50% 75%;
}

.ui.scale.down.bottom.sidebar~.pusher {
	-webkit-transform-origin: 50% 25%;
	transform-origin: 50% 25%;
}

.ui.animating.scale.down>.visible.ui.sidebar {
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease,-webkit-transform .5s ease;
}

.ui.animating.scale.down.sidebar~.pusher,.ui.visible.scale.down.sidebar~.pusher {
	display: block!important;
	width: 100%;
	height: 100%;
	overflow: hidden!important;
}

.ui.visible.scale.down.sidebar {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.ui.visible.scale.down.sidebar~.pusher {
	-webkit-transform: scale(.75);
	transform: scale(.75);
}

.ui.sticky {
	position: static;
	-webkit-transition: none;
	transition: none;
	z-index: 800;
}

.ui.sticky.bound {
	position: absolute;
	left: auto;
	right: auto;
}

.ui.sticky.fixed {
	position: fixed;
	left: auto;
	right: auto;
}

.ui.sticky.bound.top,.ui.sticky.fixed.top {
	top: 0;
	bottom: auto;
}

.ui.sticky.bound.bottom,.ui.sticky.fixed.bottom {
	top: auto;
	bottom: 0;
}

.ui.native.sticky {
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
}

.ui.tab {
	display: none;
}

.ui.tab.active,.ui.tab.open {
	display: block;
}

.ui.tab.loading {
	position: relative;
	overflow: hidden;
	display: block;
	min-height: 250px;
}

.ui.tab.loading * {
	position: relative!important;
	left: -10000px!important;
}

.ui.tab.loading.segment:before,.ui.tab.loading:before {
	position: absolute;
	content: '';
	top: 100px;
	left: 50%;
	margin: -1.25em 0 0 -1.25em;
	width: 2.5em;
	height: 2.5em;
	border-radius: 500rem;
	border: .2em solid rgba(0,0,0,.1);
}

.ui.tab.loading.segment:after,.ui.tab.loading:after {
	position: absolute;
	content: '';
	top: 100px;
	left: 50%;
	margin: -1.25em 0 0 -1.25em;
	width: 2.5em;
	height: 2.5em;
	-webkit-animation: button-spin .6s linear;
	animation: button-spin .6s linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	border-radius: 500rem;
	border-color: #767676 transparent transparent;
	border-style: solid;
	border-width: .2em;
	-webkit-box-shadow: 0 0 0 1px transparent;
	box-shadow: 0 0 0 1px transparent;
}

.transition {
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animating.transition {
	backface-visibility: hidden;
	visibility: visible!important;
}

.loading.transition {
	position: absolute;
	top: -99999px;
	left: -99999px;
}

.hidden.transition {
	display: none;
	visibility: hidden;
}

.visible.transition {
	display: block!important;
	visibility: visible!important;
}

.disabled.transition {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.looping.transition {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.transition.browse {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
}

.transition.browse.in {
	-webkit-animation-name: browseIn;
	animation-name: browseIn;
}

.transition.browse.left.out,.transition.browse.out {
	-webkit-animation-name: browseOutLeft;
	animation-name: browseOutLeft;
}

.transition.browse.right.out {
	-webkit-animation-name: browseOutRight;
	animation-name: browseOutRight;
}

@-webkit-keyframes browseIn {
	0% {
		-webkit-transform: scale(.8) translateZ(0);
		transform: scale(.8) translateZ(0);
		z-index: -1;
	}

	10% {
		-webkit-transform: scale(.8) translateZ(0);
		transform: scale(.8) translateZ(0);
		z-index: -1;
		opacity: .7;
	}

	80% {
		-webkit-transform: scale(1.05) translateZ(0);
		transform: scale(1.05) translateZ(0);
		opacity: 1;
		z-index: 999;
	}

	100% {
		-webkit-transform: scale(1) translateZ(0);
		transform: scale(1) translateZ(0);
		z-index: 999;
	}
}

@keyframes browseIn {
	0% {
		-webkit-transform: scale(.8) translateZ(0);
		transform: scale(.8) translateZ(0);
		z-index: -1;
	}

	10% {
		-webkit-transform: scale(.8) translateZ(0);
		transform: scale(.8) translateZ(0);
		z-index: -1;
		opacity: .7;
	}

	80% {
		-webkit-transform: scale(1.05) translateZ(0);
		transform: scale(1.05) translateZ(0);
		opacity: 1;
		z-index: 999;
	}

	100% {
		-webkit-transform: scale(1) translateZ(0);
		transform: scale(1) translateZ(0);
		z-index: 999;
	}
}

@-webkit-keyframes browseOutLeft {
	0% {
		z-index: 999;
		-webkit-transform: translateX(0) rotateY(0) rotateX(0);
		transform: translateX(0) rotateY(0) rotateX(0);
	}

	50% {
		z-index: -1;
		-webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
		transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
	}

	80% {
		opacity: 1;
	}

	100% {
		z-index: -1;
		-webkit-transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
		transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
		opacity: 0;
	}
}

@keyframes browseOutLeft {
	0% {
		z-index: 999;
		-webkit-transform: translateX(0) rotateY(0) rotateX(0);
		transform: translateX(0) rotateY(0) rotateX(0);
	}

	50% {
		z-index: -1;
		-webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
		transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
	}

	80% {
		opacity: 1;
	}

	100% {
		z-index: -1;
		-webkit-transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
		transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
		opacity: 0;
	}
}

@-webkit-keyframes browseOutRight {
	0% {
		z-index: 999;
		-webkit-transform: translateX(0) rotateY(0) rotateX(0);
		transform: translateX(0) rotateY(0) rotateX(0);
	}

	50% {
		z-index: 1;
		-webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
		transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
	}

	80% {
		opacity: 1;
	}

	100% {
		z-index: 1;
		-webkit-transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
		transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
		opacity: 0;
	}
}

@keyframes browseOutRight {
	0% {
		z-index: 999;
		-webkit-transform: translateX(0) rotateY(0) rotateX(0);
		transform: translateX(0) rotateY(0) rotateX(0);
	}

	50% {
		z-index: 1;
		-webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
		transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
	}

	80% {
		opacity: 1;
	}

	100% {
		z-index: 1;
		-webkit-transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
		transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
		opacity: 0;
	}
}

.drop.transition {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-timing-function: cubic-bezier(.34,1.61,.7,1);
	animation-timing-function: cubic-bezier(.34,1.61,.7,1);
}

.drop.transition.in {
	-webkit-animation-name: dropIn;
	animation-name: dropIn;
}

.drop.transition.out {
	-webkit-animation-name: dropOut;
	animation-name: dropOut;
}

@-webkit-keyframes dropIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes dropIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes dropOut {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
}

@keyframes dropOut {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
}

.transition.fade.in {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

.transition[class*="fade up"].in {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.transition[class*="fade down"].in {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

.transition[class*="fade left"].in {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.transition[class*="fade right"].in {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

.transition.fade.out {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

.transition[class*="fade up"].out {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

.transition[class*="fade down"].out {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

.transition[class*="fade left"].out {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

.transition[class*="fade right"].out {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10%);
		transform: translateY(10%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10%);
		transform: translateY(10%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-10%);
		transform: translateY(-10%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-10%);
		transform: translateY(-10%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(10%);
		transform: translateX(10%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(10%);
		transform: translateX(10%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-10%);
		transform: translateX(-10%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-10%);
		transform: translateX(-10%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(5%);
		transform: translateY(5%);
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(5%);
		transform: translateY(5%);
	}
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-5%);
		transform: translateY(-5%);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-5%);
		transform: translateY(-5%);
	}
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(5%);
		transform: translateX(5%);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(5%);
		transform: translateX(5%);
	}
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-5%);
		transform: translateX(-5%);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-5%);
		transform: translateX(-5%);
	}
}

.flip.transition.in,.flip.transition.out {
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
}

.horizontal.flip.transition.in {
	-webkit-animation-name: horizontalFlipIn;
	animation-name: horizontalFlipIn;
}

.horizontal.flip.transition.out {
	-webkit-animation-name: horizontalFlipOut;
	animation-name: horizontalFlipOut;
}

.vertical.flip.transition.in {
	-webkit-animation-name: verticalFlipIn;
	animation-name: verticalFlipIn;
}

.vertical.flip.transition.out {
	-webkit-animation-name: verticalFlipOut;
	animation-name: verticalFlipOut;
}

@-webkit-keyframes horizontalFlipIn {
	0% {
		-webkit-transform: perspective(2000px) rotateY(-90deg);
		transform: perspective(2000px) rotateY(-90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform: perspective(2000px) rotateY(0);
		transform: perspective(2000px) rotateY(0);
		opacity: 1;
	}
}

@keyframes horizontalFlipIn {
	0% {
		-webkit-transform: perspective(2000px) rotateY(-90deg);
		transform: perspective(2000px) rotateY(-90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform: perspective(2000px) rotateY(0);
		transform: perspective(2000px) rotateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes verticalFlipIn {
	0% {
		-webkit-transform: perspective(2000px) rotateX(-90deg);
		transform: perspective(2000px) rotateX(-90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform: perspective(2000px) rotateX(0);
		transform: perspective(2000px) rotateX(0);
		opacity: 1;
	}
}

@keyframes verticalFlipIn {
	0% {
		-webkit-transform: perspective(2000px) rotateX(-90deg);
		transform: perspective(2000px) rotateX(-90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform: perspective(2000px) rotateX(0);
		transform: perspective(2000px) rotateX(0);
		opacity: 1;
	}
}

@-webkit-keyframes horizontalFlipOut {
	0% {
		-webkit-transform: perspective(2000px) rotateY(0);
		transform: perspective(2000px) rotateY(0);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(2000px) rotateY(90deg);
		transform: perspective(2000px) rotateY(90deg);
		opacity: 0;
	}
}

@keyframes horizontalFlipOut {
	0% {
		-webkit-transform: perspective(2000px) rotateY(0);
		transform: perspective(2000px) rotateY(0);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(2000px) rotateY(90deg);
		transform: perspective(2000px) rotateY(90deg);
		opacity: 0;
	}
}

@-webkit-keyframes verticalFlipOut {
	0% {
		-webkit-transform: perspective(2000px) rotateX(0);
		transform: perspective(2000px) rotateX(0);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(2000px) rotateX(-90deg);
		transform: perspective(2000px) rotateX(-90deg);
		opacity: 0;
	}
}

@keyframes verticalFlipOut {
	0% {
		-webkit-transform: perspective(2000px) rotateX(0);
		transform: perspective(2000px) rotateX(0);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(2000px) rotateX(-90deg);
		transform: perspective(2000px) rotateX(-90deg);
		opacity: 0;
	}
}

.scale.transition.in {
	-webkit-animation-name: scaleIn;
	animation-name: scaleIn;
}

.scale.transition.out {
	-webkit-animation-name: scaleOut;
	animation-name: scaleOut;
}

@-webkit-keyframes scaleIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.8);
		transform: scale(.8);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.8);
		transform: scale(.8);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes scaleOut {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
}

@keyframes scaleOut {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
}

.transition.fly {
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
	-webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
	transition-timing-function: cubic-bezier(.215,.61,.355,1);
}

.transition.fly.in {
	-webkit-animation-name: flyIn;
	animation-name: flyIn;
}

.transition[class*="fly up"].in {
	-webkit-animation-name: flyInUp;
	animation-name: flyInUp;
}

.transition[class*="fly down"].in {
	-webkit-animation-name: flyInDown;
	animation-name: flyInDown;
}

.transition[class*="fly left"].in {
	-webkit-animation-name: flyInLeft;
	animation-name: flyInLeft;
}

.transition[class*="fly right"].in {
	-webkit-animation-name: flyInRight;
	animation-name: flyInRight;
}

.transition.fly.out {
	-webkit-animation-name: flyOut;
	animation-name: flyOut;
}

.transition[class*="fly up"].out {
	-webkit-animation-name: flyOutUp;
	animation-name: flyOutUp;
}

.transition[class*="fly down"].out {
	-webkit-animation-name: flyOutDown;
	animation-name: flyOutDown;
}

.transition[class*="fly left"].out {
	-webkit-animation-name: flyOutLeft;
	animation-name: flyOutLeft;
}

.transition[class*="fly right"].out {
	-webkit-animation-name: flyOutRight;
	animation-name: flyOutRight;
}

@-webkit-keyframes flyIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}

	20% {
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1);
	}

	40% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03,1.03,1.03);
		transform: scale3d(1.03,1.03,1.03);
	}

	80% {
		-webkit-transform: scale3d(.97,.97,.97);
		transform: scale3d(.97,.97,.97);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}
}

@keyframes flyIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}

	20% {
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1);
	}

	40% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03,1.03,1.03);
		transform: scale3d(1.03,1.03,1.03);
	}

	80% {
		-webkit-transform: scale3d(.97,.97,.97);
		transform: scale3d(.97,.97,.97);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}
}

@-webkit-keyframes flyInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,1500px,0);
		transform: translate3d(0,1500px,0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0,-20px,0);
		transform: translate3d(0,-20px,0);
	}

	75% {
		-webkit-transform: translate3d(0,10px,0);
		transform: translate3d(0,10px,0);
	}

	90% {
		-webkit-transform: translate3d(0,-5px,0);
		transform: translate3d(0,-5px,0);
	}

	100% {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

@keyframes flyInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,1500px,0);
		transform: translate3d(0,1500px,0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0,-20px,0);
		transform: translate3d(0,-20px,0);
	}

	75% {
		-webkit-transform: translate3d(0,10px,0);
		transform: translate3d(0,10px,0);
	}

	90% {
		-webkit-transform: translate3d(0,-5px,0);
		transform: translate3d(0,-5px,0);
	}

	100% {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

@-webkit-keyframes flyInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-1500px,0);
		transform: translate3d(0,-1500px,0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0,25px,0);
		transform: translate3d(0,25px,0);
	}

	75% {
		-webkit-transform: translate3d(0,-10px,0);
		transform: translate3d(0,-10px,0);
	}

	90% {
		-webkit-transform: translate3d(0,5px,0);
		transform: translate3d(0,5px,0);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes flyInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-1500px,0);
		transform: translate3d(0,-1500px,0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0,25px,0);
		transform: translate3d(0,25px,0);
	}

	75% {
		-webkit-transform: translate3d(0,-10px,0);
		transform: translate3d(0,-10px,0);
	}

	90% {
		-webkit-transform: translate3d(0,5px,0);
		transform: translate3d(0,5px,0);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes flyInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(1500px,0,0);
		transform: translate3d(1500px,0,0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px,0,0);
		transform: translate3d(-25px,0,0);
	}

	75% {
		-webkit-transform: translate3d(10px,0,0);
		transform: translate3d(10px,0,0);
	}

	90% {
		-webkit-transform: translate3d(-5px,0,0);
		transform: translate3d(-5px,0,0);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes flyInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(1500px,0,0);
		transform: translate3d(1500px,0,0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px,0,0);
		transform: translate3d(-25px,0,0);
	}

	75% {
		-webkit-transform: translate3d(10px,0,0);
		transform: translate3d(10px,0,0);
	}

	90% {
		-webkit-transform: translate3d(-5px,0,0);
		transform: translate3d(-5px,0,0);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes flyInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-1500px,0,0);
		transform: translate3d(-1500px,0,0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px,0,0);
		transform: translate3d(25px,0,0);
	}

	75% {
		-webkit-transform: translate3d(-10px,0,0);
		transform: translate3d(-10px,0,0);
	}

	90% {
		-webkit-transform: translate3d(5px,0,0);
		transform: translate3d(5px,0,0);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes flyInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-1500px,0,0);
		transform: translate3d(-1500px,0,0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px,0,0);
		transform: translate3d(25px,0,0);
	}

	75% {
		-webkit-transform: translate3d(-10px,0,0);
		transform: translate3d(-10px,0,0);
	}

	90% {
		-webkit-transform: translate3d(5px,0,0);
		transform: translate3d(5px,0,0);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes flyOut {
	20% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9);
	}

	50%,55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}
}

@keyframes flyOut {
	20% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9);
	}

	50%,55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}
}

@-webkit-keyframes flyOutUp {
	20% {
		-webkit-transform: translate3d(0,10px,0);
		transform: translate3d(0,10px,0);
	}

	40%,45% {
		opacity: 1;
		-webkit-transform: translate3d(0,-20px,0);
		transform: translate3d(0,-20px,0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0);
	}
}

@keyframes flyOutUp {
	20% {
		-webkit-transform: translate3d(0,10px,0);
		transform: translate3d(0,10px,0);
	}

	40%,45% {
		opacity: 1;
		-webkit-transform: translate3d(0,-20px,0);
		transform: translate3d(0,-20px,0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0);
	}
}

@-webkit-keyframes flyOutDown {
	20% {
		-webkit-transform: translate3d(0,-10px,0);
		transform: translate3d(0,-10px,0);
	}

	40%,45% {
		opacity: 1;
		-webkit-transform: translate3d(0,20px,0);
		transform: translate3d(0,20px,0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0);
	}
}

@keyframes flyOutDown {
	20% {
		-webkit-transform: translate3d(0,-10px,0);
		transform: translate3d(0,-10px,0);
	}

	40%,45% {
		opacity: 1;
		-webkit-transform: translate3d(0,20px,0);
		transform: translate3d(0,20px,0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0);
	}
}

@-webkit-keyframes flyOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px,0,0);
		transform: translate3d(20px,0,0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0);
	}
}

@keyframes flyOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px,0,0);
		transform: translate3d(20px,0,0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0);
	}
}

@-webkit-keyframes flyOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px,0,0);
		transform: translate3d(-20px,0,0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0);
	}
}

@keyframes flyOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px,0,0);
		transform: translate3d(-20px,0,0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0);
	}
}

.transition.slide.in,.transition[class*="slide down"].in {
	-webkit-animation-name: slideInY;
	animation-name: slideInY;
	-webkit-transform-origin: top center;
	transform-origin: top center;
}

.transition[class*="slide up"].in {
	-webkit-animation-name: slideInY;
	animation-name: slideInY;
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
}

.transition[class*="slide left"].in {
	-webkit-animation-name: slideInX;
	animation-name: slideInX;
	-webkit-transform-origin: center right;
	transform-origin: center right;
}

.transition[class*="slide right"].in {
	-webkit-animation-name: slideInX;
	animation-name: slideInX;
	-webkit-transform-origin: center left;
	transform-origin: center left;
}

.transition.slide.out,.transition[class*="slide down"].out {
	-webkit-animation-name: slideOutY;
	animation-name: slideOutY;
	-webkit-transform-origin: top center;
	transform-origin: top center;
}

.transition[class*="slide up"].out {
	-webkit-animation-name: slideOutY;
	animation-name: slideOutY;
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
}

.transition[class*="slide left"].out {
	-webkit-animation-name: slideOutX;
	animation-name: slideOutX;
	-webkit-transform-origin: center right;
	transform-origin: center right;
}

.transition[class*="slide right"].out {
	-webkit-animation-name: slideOutX;
	animation-name: slideOutX;
	-webkit-transform-origin: center left;
	transform-origin: center left;
}

@-webkit-keyframes slideInY {
	0% {
		opacity: 0;
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
	}

	100% {
		opacity: 1;
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}
}

@keyframes slideInY {
	0% {
		opacity: 0;
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
	}

	100% {
		opacity: 1;
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}
}

@-webkit-keyframes slideInX {
	0% {
		opacity: 0;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}

	100% {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes slideInX {
	0% {
		opacity: 0;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}

	100% {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@-webkit-keyframes slideOutY {
	0% {
		opacity: 1;
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}

	100% {
		opacity: 0;
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
	}
}

@keyframes slideOutY {
	0% {
		opacity: 1;
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}

	100% {
		opacity: 0;
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
	}
}

@-webkit-keyframes slideOutX {
	0% {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	100% {
		opacity: 0;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}
}

@keyframes slideOutX {
	0% {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	100% {
		opacity: 0;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}
}

.transition.swing {
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
}

.transition[class*="swing down"].in {
	-webkit-animation-name: swingInX;
	animation-name: swingInX;
	-webkit-transform-origin: top center;
	transform-origin: top center;
}

.transition[class*="swing up"].in {
	-webkit-animation-name: swingInX;
	animation-name: swingInX;
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
}

.transition[class*="swing left"].in {
	-webkit-animation-name: swingInY;
	animation-name: swingInY;
	-webkit-transform-origin: center right;
	transform-origin: center right;
}

.transition[class*="swing right"].in {
	-webkit-animation-name: swingInY;
	animation-name: swingInY;
	-webkit-transform-origin: center left;
	transform-origin: center left;
}

.transition.swing.out,.transition[class*="swing down"].out {
	-webkit-animation-name: swingOutX;
	animation-name: swingOutX;
	-webkit-transform-origin: top center;
	transform-origin: top center;
}

.transition[class*="swing up"].out {
	-webkit-animation-name: swingOutX;
	animation-name: swingOutX;
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
}

.transition[class*="swing left"].out {
	-webkit-animation-name: swingOutY;
	animation-name: swingOutY;
	-webkit-transform-origin: center right;
	transform-origin: center right;
}

.transition[class*="swing right"].out {
	-webkit-animation-name: swingOutY;
	animation-name: swingOutY;
	-webkit-transform-origin: center left;
	transform-origin: center left;
}

@-webkit-keyframes swingInX {
	0% {
		-webkit-transform: perspective(1000px) rotateX(90deg);
		transform: perspective(1000px) rotateX(90deg);
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(1000px) rotateX(-30deg);
		transform: perspective(1000px) rotateX(-30deg);
		opacity: 1;
	}

	60% {
		-webkit-transform: perspective(1000px) rotateX(15deg);
		transform: perspective(1000px) rotateX(15deg);
	}

	80% {
		-webkit-transform: perspective(1000px) rotateX(-7.5deg);
		transform: perspective(1000px) rotateX(-7.5deg);
	}

	100% {
		-webkit-transform: perspective(1000px) rotateX(0);
		transform: perspective(1000px) rotateX(0);
	}
}

@keyframes swingInX {
	0% {
		-webkit-transform: perspective(1000px) rotateX(90deg);
		transform: perspective(1000px) rotateX(90deg);
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(1000px) rotateX(-30deg);
		transform: perspective(1000px) rotateX(-30deg);
		opacity: 1;
	}

	60% {
		-webkit-transform: perspective(1000px) rotateX(15deg);
		transform: perspective(1000px) rotateX(15deg);
	}

	80% {
		-webkit-transform: perspective(1000px) rotateX(-7.5deg);
		transform: perspective(1000px) rotateX(-7.5deg);
	}

	100% {
		-webkit-transform: perspective(1000px) rotateX(0);
		transform: perspective(1000px) rotateX(0);
	}
}

@-webkit-keyframes swingInY {
	0% {
		-webkit-transform: perspective(1000px) rotateY(-90deg);
		transform: perspective(1000px) rotateY(-90deg);
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(1000px) rotateY(30deg);
		transform: perspective(1000px) rotateY(30deg);
		opacity: 1;
	}

	60% {
		-webkit-transform: perspective(1000px) rotateY(-17.5deg);
		transform: perspective(1000px) rotateY(-17.5deg);
	}

	80% {
		-webkit-transform: perspective(1000px) rotateY(7.5deg);
		transform: perspective(1000px) rotateY(7.5deg);
	}

	100% {
		-webkit-transform: perspective(1000px) rotateY(0);
		transform: perspective(1000px) rotateY(0);
	}
}

@keyframes swingInY {
	0% {
		-webkit-transform: perspective(1000px) rotateY(-90deg);
		transform: perspective(1000px) rotateY(-90deg);
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(1000px) rotateY(30deg);
		transform: perspective(1000px) rotateY(30deg);
		opacity: 1;
	}

	60% {
		-webkit-transform: perspective(1000px) rotateY(-17.5deg);
		transform: perspective(1000px) rotateY(-17.5deg);
	}

	80% {
		-webkit-transform: perspective(1000px) rotateY(7.5deg);
		transform: perspective(1000px) rotateY(7.5deg);
	}

	100% {
		-webkit-transform: perspective(1000px) rotateY(0);
		transform: perspective(1000px) rotateY(0);
	}
}

@-webkit-keyframes swingOutX {
	0% {
		-webkit-transform: perspective(1000px) rotateX(0);
		transform: perspective(1000px) rotateX(0);
	}

	40% {
		-webkit-transform: perspective(1000px) rotateX(-7.5deg);
		transform: perspective(1000px) rotateX(-7.5deg);
	}

	60% {
		-webkit-transform: perspective(1000px) rotateX(17.5deg);
		transform: perspective(1000px) rotateX(17.5deg);
	}

	80% {
		-webkit-transform: perspective(1000px) rotateX(-30deg);
		transform: perspective(1000px) rotateX(-30deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(1000px) rotateX(90deg);
		transform: perspective(1000px) rotateX(90deg);
		opacity: 0;
	}
}

@keyframes swingOutX {
	0% {
		-webkit-transform: perspective(1000px) rotateX(0);
		transform: perspective(1000px) rotateX(0);
	}

	40% {
		-webkit-transform: perspective(1000px) rotateX(-7.5deg);
		transform: perspective(1000px) rotateX(-7.5deg);
	}

	60% {
		-webkit-transform: perspective(1000px) rotateX(17.5deg);
		transform: perspective(1000px) rotateX(17.5deg);
	}

	80% {
		-webkit-transform: perspective(1000px) rotateX(-30deg);
		transform: perspective(1000px) rotateX(-30deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(1000px) rotateX(90deg);
		transform: perspective(1000px) rotateX(90deg);
		opacity: 0;
	}
}

@-webkit-keyframes swingOutY {
	0% {
		-webkit-transform: perspective(1000px) rotateY(0);
		transform: perspective(1000px) rotateY(0);
	}

	40% {
		-webkit-transform: perspective(1000px) rotateY(7.5deg);
		transform: perspective(1000px) rotateY(7.5deg);
	}

	60% {
		-webkit-transform: perspective(1000px) rotateY(-10deg);
		transform: perspective(1000px) rotateY(-10deg);
	}

	80% {
		-webkit-transform: perspective(1000px) rotateY(30deg);
		transform: perspective(1000px) rotateY(30deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(1000px) rotateY(-90deg);
		transform: perspective(1000px) rotateY(-90deg);
		opacity: 0;
	}
}

@keyframes swingOutY {
	0% {
		-webkit-transform: perspective(1000px) rotateY(0);
		transform: perspective(1000px) rotateY(0);
	}

	40% {
		-webkit-transform: perspective(1000px) rotateY(7.5deg);
		transform: perspective(1000px) rotateY(7.5deg);
	}

	60% {
		-webkit-transform: perspective(1000px) rotateY(-10deg);
		transform: perspective(1000px) rotateY(-10deg);
	}

	80% {
		-webkit-transform: perspective(1000px) rotateY(30deg);
		transform: perspective(1000px) rotateY(30deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(1000px) rotateY(-90deg);
		transform: perspective(1000px) rotateY(-90deg);
		opacity: 0;
	}
}

.transition.zoom.in {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

.transition.zoom.out {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 1;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes zoomIn {
	0% {
		opacity: 1;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
}

.flash.transition {
	-webkit-animation-duration: 750ms;
	animation-duration: 750ms;
	-webkit-animation-name: flash;
	animation-name: flash;
}

.shake.transition {
	-webkit-animation-duration: 750ms;
	animation-duration: 750ms;
	-webkit-animation-name: shake;
	animation-name: shake;
}

.bounce.transition {
	-webkit-animation-duration: 750ms;
	animation-duration: 750ms;
	-webkit-animation-name: bounce;
	animation-name: bounce;
}

.tada.transition {
	-webkit-animation-duration: 750ms;
	animation-duration: 750ms;
	-webkit-animation-name: tada;
	animation-name: tada;
}

.pulse.transition {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

.jiggle.transition {
	-webkit-animation-duration: 750ms;
	animation-duration: 750ms;
	-webkit-animation-name: jiggle;
	animation-name: jiggle;
}

.transition.glow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-timing-function: cubic-bezier(.19,1,.22,1);
	animation-timing-function: cubic-bezier(.19,1,.22,1);
	-webkit-animation-name: glow;
	animation-name: glow;
}

@-webkit-keyframes flash {
	0%,100%,50% {
		opacity: 1;
	}

	25%,75% {
		opacity: 0;
	}
}

@keyframes flash {
	0%,100%,50% {
		opacity: 1;
	}

	25%,75% {
		opacity: 0;
	}
}

@-webkit-keyframes shake {
	0%,100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	10%,30%,50%,70%,90% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	20%,40%,60%,80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
}

@keyframes shake {
	0%,100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	10%,30%,50%,70%,90% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	20%,40%,60%,80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
}

@-webkit-keyframes bounce {
	0%,100%,20%,50%,80% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@keyframes bounce {
	0%,100%,20%,50%,80% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	10%,20% {
		-webkit-transform: scale(.9) rotate(-3deg);
		transform: scale(.9) rotate(-3deg);
	}

	30%,50%,70%,90% {
		-webkit-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}

	40%,60%,80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg);
	}

	100% {
		-webkit-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	10%,20% {
		-webkit-transform: scale(.9) rotate(-3deg);
		transform: scale(.9) rotate(-3deg);
	}

	30%,50%,70%,90% {
		-webkit-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}

	40%,60%,80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg);
	}

	100% {
		-webkit-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}
}

@-webkit-keyframes pulse {
	0%,100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	50% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
		opacity: .7;
	}
}

@keyframes pulse {
	0%,100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	50% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
		opacity: .7;
	}
}

@-webkit-keyframes jiggle {
	0%,100% {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}

	30% {
		-webkit-transform: scale3d(1.25,.75,1);
		transform: scale3d(1.25,.75,1);
	}

	40% {
		-webkit-transform: scale3d(.75,1.25,1);
		transform: scale3d(.75,1.25,1);
	}

	50% {
		-webkit-transform: scale3d(1.15,.85,1);
		transform: scale3d(1.15,.85,1);
	}

	65% {
		-webkit-transform: scale3d(.95,1.05,1);
		transform: scale3d(.95,1.05,1);
	}

	75% {
		-webkit-transform: scale3d(1.05,.95,1);
		transform: scale3d(1.05,.95,1);
	}
}

@keyframes jiggle {
	0%,100% {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}

	30% {
		-webkit-transform: scale3d(1.25,.75,1);
		transform: scale3d(1.25,.75,1);
	}

	40% {
		-webkit-transform: scale3d(.75,1.25,1);
		transform: scale3d(.75,1.25,1);
	}

	50% {
		-webkit-transform: scale3d(1.15,.85,1);
		transform: scale3d(1.15,.85,1);
	}

	65% {
		-webkit-transform: scale3d(.95,1.05,1);
		transform: scale3d(.95,1.05,1);
	}

	75% {
		-webkit-transform: scale3d(1.05,.95,1);
		transform: scale3d(1.05,.95,1);
	}
}

@-webkit-keyframes glow {
	0%,100% {
		background-color: #FCFCFD;
	}

	30% {
		background-color: #FFF6CD;
	}
}

@keyframes glow {
	0%,100% {
		background-color: #FCFCFD;
	}

	30% {
		background-color: #FFF6CD;
	}
}

article,aside,figure,footer,header,hgroup,hr,nav,section {
	display: block;
}

h1,h2,h3,h4,h5,h6,table th {
	font-weight: 400;
}

table td,table th {
	vertical-align: top;
}

abbr,address,article,aside,audio,b,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,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,p,pre,q,samp,section,small,span,strong,sub,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: 0 0;
}

blockquote,q {
	quotes: none;
}

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

em,var {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: 1em;
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #e0ddde;
	margin: 20px 0;
	padding: 0;
}

input,select {
	vertical-align: middle;
}

table th {
	text-align: left;
}

input,select,textarea {
	font: 99% sans-serif;
}

:focus,a:active,a:hover {
	outline: 0;
}

.b-footer ul,.b-header ul,.bcs-list,.bcsbl-item,.bcsl-item,.bcsl-spacer,.bl-item,.bsl-item,.l-item,.ll-item,.mpdl-item,.rbgl-item,.rsll-item,.sn-menu li,.vl-item {
	list-style: none;
}

.b-table thead th,.ba-header,.bbl-text,.bbv-text,.bs-title,.btl-item,.common-table thead th,.eb-title,.ebgc-text,.ebgc-title,.f-label,.h-block .h1,.mp-details,.pri-title,.ptii-title,.table-data thead td {
	text-transform: uppercase;
}

.abit-wrap,.b-table thead th,.common-table thead th,input.f-btn,td.t-merged {
	vertical-align: middle;
}

.field-radio>input,.select>select {
	opacity: 0;
	filter: alpha(opacity=0);
}

.wide {
	min-width: 1200px;
}

.wide .wrap {
	width: 1200px;
}

.wrap {
	margin: 0 auto;
	width: 970px;
}

hr.type-1 {
	width: 675px;
	border-color: #e9eef2;
}

hr.type-2 {
	width: 675px;
	border-color: #dee0e1;
}

.b-table,.common-table,.common-table td,.common-table th {
	border: 1px solid #e0e0e0;
}

.b-table {
	margin: 24px 0;
	line-height: 23px;
	font-size: 18px;
}

.b-table td,.b-table th {
	font-weight: 100;
	padding: 24px 14px 24px 44px;
	border: none;
	border-bottom: 1px solid #e0e0e0;
}

.b-table thead td,.b-table thead th {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 20px;
	background: #1c9abb;
	color: #fff;
}

.b-table thead th small {
	display: block;
	line-height: 13px;
	font-size: 13px;
}

.btn-middle,.select {
	display: inline-block;
}

.b-table .even td {
	background: #f5f5f5;
}

.b-table .emphasized {
	color: #1c9abb;
}

td.t-merged {
	text-align: center;
	border-left: 1px solid #e0e0e0;
}

.b-table caption {
	margin: 16px 0 0 46px;
	font-size: 16px;
	text-align: left;
	vertical-align: bottom;
}

.b-table.type-2 {
	margin-right: auto;
	margin-left: auto;
	width: 673px;
}

.select,input[type=text],input[type=password],textarea {
	border: 2px solid #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

input.f-error,textarea.f-error {
	border-color: #f87135;
}

input[type=text],input[type=password],textarea {
	padding: 5px 0 4px 9px;
}

button,input[type=submit] {
	overflow: visible;
	cursor: pointer;
}

.ab-group,.b-group,.bb-download,.bf-dark,.bf-logo,.bh-banner,.bh-banner-2,.bh-bg-wrap,.bh-logo,.bh-video-overlay,.bl-text-wrap,.bsa-group,.contacts-block,.db-group,.eb-group,.fbg-item,.i-photo,.intro,.p-list,.payment-methods,.rb-wrap,.rbg-item,.register-form,.rsl-offer,.s-caption,.s-item,.settings-form,.tb-tabs,.ui-datepicker-next,.ui-datepicker-prev,.vl-item,.vli-details {
	overflow: hidden;
}

.select {
	position: relative;
	background: url(../img/select-arrow.png) 100% 50% no-repeat #fff;
}

.s-caption {
	position: absolute;
	top: 4px;
	left: 9px;
	right: 18px;
	height: 100%;
}

.select>select {
	position: relative;
	padding-right: 16px;
	width: 100%;
	height: 100%;
	border: 3px solid transparent;
}

button.btn.btn-large,input.btn.btn-large {
	padding: 10px 14px;
	font-size: 24px;
}

button.btn.btn-large-2 {
	padding: 10px 34px;
	line-height: 24px;
	font-size: 20px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	border-radius: 40px;
}

input.f-btn {
	padding: 5px 24px;
	font-size: 14px;
}

.btn.full-width {
	width: 100%;
}

.btn-small {
	padding: 5px 14px;
	font-size: 13px;
	font-weight: 400;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;
}

.btn-middle {
	margin: 8px 0;
	padding: 13px 58px;
	line-height: 21px;
	font-size: 21px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
}

.btn-middle-2,.btn-white {
	-webkit-border-radius: 25px;
	display: inline-block;
}

.btn-middle-2 {
	margin: 8px 0;
	padding: 8px 38px;
	line-height: 21px;
	font-size: 16px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
}

.btn-large {
	display: inline-block;
	margin: 8px 0;
	padding: 21px 163px 25px;
	line-height: 32px;
	font-size: 35px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	border-radius: 40px;
}

.text-centered {
	text-align: center;
}

.btn-white {
	padding: 6px 36px;
	line-height: 29px;
	font-size: 20px;
	background: #fff;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
	border: 2px solid #fff;
	color: #f75b16;
	-webkit-transition: background .2s;
	-o-transition: background .2s;
	transition: background .2s;
}

.btn-white:hover {
	background: 0 0;
	text-decoration: none;
	color: #fff;
}

.btn-custom {
	display: inline-block;
	padding: 2px 11px 3px;
	line-height: 17px;
	font-size: 12px;
	background: #b5c8d1;
	border: 1px solid #b5c8d1;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;
	color: #fff;
	-webkit-transition: background .2s;
	-o-transition: background .2s;
	transition: background .2s;
}

.btn-custom:hover {
	background: 0 0;
	text-decoration: none;
	color: #b5c8d1;
}

.btn-custom-2 {
	display: inline-block;
	padding: 8px 15px 9px;
	line-height: 17px;
	font-size: 14px;
	background: #fff;
	border: 1px solid #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	color: #596d77;
	-webkit-transition: background .2s;
	-o-transition: background .2s;
	transition: background .2s;
}

.bt-phone,.thirdary-nav,.tnm-item {
	line-height: 42px;
}

.btn-custom-2:hover {
	text-decoration: none;
	background: 0 0;
	color: #fff;
}

.b-top {
	height: 42px;
	font-size: 12px;
	color: #66767a;
}

.bt-phone {
	float: left;
	font-size: 20px;
	font-weight: 400;
}

.icon-message,.icon-phone {
	display: inline-block;
	height: 18px;
	vertical-align: -2px;
	background: url(../img/icons-1.png) no-repeat;
}

.icon-phone {
	margin-left: 21px;
	width: 17px;
	background-position: -41px 0;
}

.icon-phone:hover {
	background-position: -41px 100%;
}

.icon-message {
	margin-left: 23px;
	width: 20px;
}

.icon-message:hover {
	background-position: 0 100%;
}

.icon-email {
	position: relative;
	display: inline-block;
	height: 12px;
	width: 19px;
	vertical-align: -2px;
	background: url(../img/icon-email.png) no-repeat;
}

.icon-count {
	position: absolute;
	top: -7px;
	right: -7px;
	width: 14px;
	height: 14px;
	line-height: 14px;
	font-size: 11px;
	font-style: normal;
	text-align: center;
	background: #fa2f2f;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	color: #fff;
}

.bns-arrow-n,.icon-arrow-s {
	width: 0;
	height: 0;
	border-style: solid;
}

.language-dropdown {
	position: relative;
	float: right;
	margin: 10px 23px 0 0;
	cursor: pointer;
}

.icon-arrow-s {
	position: absolute;
	top: 8px;
	right: 0;
	border-width: 4px 4px 0;
	border-color: #879295 transparent transparent;
}

.dropdown-title {
	padding-right: 14px;
	font-size: 12px;
	color: #66767a;
}

.dropdown-menu {
	z-index: 1;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -55px;
	padding: 5px 0;
	display: none;
	width: 110px;
	background: #fff;
	border: 1px solid #b5c8d1;
}

.dm-item,.language-dropdown:hover .dropdown-menu {
	display: block;
}

.dm-item {
	padding: 3px 11px;
	color: #66767a;
}

.icon-en,.icon-ru {
	display: inline-block;
	margin-right: 9px;
	width: 18px;
	height: 12px;
	vertical-align: -2px;
	background: url(../img/icons-flags.png) no-repeat;
}

.icon-en {
	background-position: 0 0;
}

.bt-actions {
	float: right;
	line-height: 39px;
	font-weight: 400;
}

.bt-actions .btn-custom {
	margin-left: 20px;
}

.bt-profile {
	float: left;
	margin: 10px 0 0 50px;
}

.bt-profile .icon-email {
	margin-left: 28px;
}

.bt-profile .language-dropdown {
	float: none;
	margin: 0 0 0 42px;
}

.b-header {
	position: relative;
	height: 82px;
	background: #596d77;
	color: #fff;
}

.b-header-bg,.b-header-bg-1,.b-header-bg-2 {
	z-index: -1;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: repeat-x;
	background-position: 0 0;
}

.bh-bg-wrap {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.b-header-bg {
	left: 0;
}

.b-header-bg-1 {
	left: 50%;
}

.b-header-bg-2 {
	right: 50%;
}

.b-banner {
	position: relative;
	margin-bottom: 23px;
	height: 305px;
	background: 50% 0 no-repeat;
	color: #fff;
}

.b-banner .wrap {
	position: relative;
	height: 100%;
}

.bb-label,.bb-video,.bbv-text,.tbb-col-1-1,.tbb-col-1-2,.tbb-col-2-1,.tbb-col-2-2 {
	position: absolute;
}

.b-banner .h1 {
	clear: both;
	padding-top: 38px;
	font-size: 46px;
	color: #fff;
}

.b-banner .p {
	margin-top: 31px;
	line-height: 29px;
	font-size: 20px;
}

.bb-actions {
	margin-top: 55px;
	text-align: center;
}

.bb-small {
	display: block;
	margin-top: 10px;
	font-size: 12px;
	font-style: italic;
}

.bb-label {
	top: 162px;
	left: -2px;
}

.bbl-icon {
	margin: 0 auto;
	width: 167px;
	height: 89px;
	background: url(../img/partner/img-4-1.png) no-repeat;
}

.bbl-text {
	margin-top: 4px;
	line-height: 14px;
	font-size: 11px;
	text-align: center;
	background: url(../img/bbl-text.png) 50% 17px no-repeat;
}

.bb-video {
	top: 168px;
	right: 57px;
	display: block;
	width: 90px;
	height: 90px;
	background: url(../img/bhvl-icon.png) no-repeat;
}

.bb-video:hover {
	background-position: 0 100%;
	text-decoration: none;
}

.bbv-text {
	top: 100%;
	display: block;
	margin-top: 11px;
	width: 100%;
	line-height: 13px;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 1px;
	text-align: center;
	color: #fff;
}

.bh-logo {
	position: relative;
	float: left;
	margin-top: 12px;
	width: 120px;
	height: 55px;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../img/logo.png) no-repeat;
}

.banner-item,.t-banner {
	background-repeat: no-repeat;
}

.bh-logo.dark {
	background-image: url(../img/logo-dark.html);
}

.t-banner {
	position: relative;
	background-position: 50% 0;
}

.t-banner.type-1 {
	height: 348px;
}

.t-banner.type-1 .wrap {
	position: relative;
	height: 100%;
}

.t-banner.type-1 .bni-link {
	color: #3b4d54;
}

.tbb-col-1-1,.tbb-col-1-2 {
	left: 0;
	width: 347px;
	color: #3e4e52;
}

.t-banner.type-1 .icon-nav-arrow-s {
	background-position: -34px 0;
}

.t-banner.type-3 {
	height: 388px;
}

.t-banner.type-3 .wrap,.t-banner.type-4 .wrap {
	position: relative;
	height: 100%;
}

.tbb-col-1-1 {
	top: 103px;
	line-height: 24px;
	font-size: 23px;
	text-align: center;
}

.tbb-col-1-2 {
	top: 309px;
	line-height: 20px;
	font-size: 18px;
	text-align: center;
}

.tbb-col-2-1 {
	top: 80px;
	left: 390px;
	width: 420px;
	line-height: 30px;
	font-size: 30px;
	text-align: center;
	color: #fff;
}

.tbb-col-2-2 {
	top: 158px;
	left: 639px;
	width: 103px;
	height: 73px;
	line-height: 57px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	background: url(../img/landing-tooltip.png) no-repeat;
	color: #fff;
}

.tbb-col-3-1,.tbb-col-3-2 {
	left: 862px;
	position: absolute;
}

.tbb-col-3-1 {
	top: 143px;
	width: 300px;
	line-height: 24px;
	font-size: 23px;
}

.tbb-col-3-2 {
	top: 233px;
	line-height: 25px;
	font-size: 18px;
}

.banner-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: 50% 100%;
}

.b-nav {
	float: left;
	margin: 0 10px 0 22px;
}

.bn-item {
	position: relative;
	float: left;
	height: 82px;
	line-height: 82px;
	cursor: pointer;
}

#magic-line,.bn-sub,.bns-arrow-n {
	position: absolute;
}

.bni-link {
	margin-left: 15px;
	font-weight: 600;
	font-size: 14px;
	color: #fff;
}

.bn-item.active .bni-link,.bn-item:hover .bni-link,.bni-link:hover {
	text-decoration: none;
	color: #f75b16;
}

.bn-sub {
	z-index: 1;
	top: 100%;
	left: 50%;
	display: none;
	margin-left: -109px;
	padding: 13px 0;
	width: 219px;
	text-align: center;
	background: #f75b16;
	background: rgba(247,91,22,.9);
}

.bn-item:hover .bn-sub,.bnsi-link {
	display: block;
}

.bns-arrow-n {
	top: -7px;
	left: 50%;
	margin-left: -3.5px;
	border-width: 0 7px 7px;
	border-color: transparent transparent rgba(247,91,22,.9);
}

.bnsi-link {
	padding: 9px 20px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}

.bnsi-link:hover {
	text-decoration: none;
	background: #ea5818;
}

.icon-nav-arrow-s {
	display: inline-block;
	margin-left: 3px;
	width: 7px;
	height: 4px;
	vertical-align: 2px;
	background: url(../img/nav-arrow-s.png) no-repeat;
}

.bn-item.active .icon-nav-arrow-s,.bn-item:hover .icon-nav-arrow-s,.bni-link:hover .icon-nav-arrow-s {
	background-position: 100% 0;
}

.bh-btn-action {
	float: right;
	margin: 28px 0 0;
	padding: 3px 12px;
	border: 2px solid #f75b16;
}

.bb-btn-action {
	display: inline-block;
	padding: 10px 25px;
	font-size: 23px;
	font-weight: 100;
	border: 2px solid #fff;
	background: #fff;
	color: #5a961a;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	-ms-border-radius: 22px;
	border-radius: 22px;
}

.bh-btn-action:hover,a.bh-btn-action:hover {
	border-color: #f75b16;
	background: 0 0;
	color: #f75b16;
}

.bb-btn-action:hover,a.bb-btn-action:hover {
	border-color: #fff;
	background: 0 0;
	color: #fff;
}

.current-page,.thirdary-nav {
	background: #b5c8d1;
	text-align: center;
}

.current-page {
	height: 50px;
	line-height: 49px;
	color: #596d77;
}

.secondary-nav {
	position: relative;
	display: block;
	margin: 14px 0 39px;
	text-align: center;
}

.sn-menu,.snm-item,.snmi-link,.tnm-item {
	display: inline;
}

.snm-item {
	padding-bottom: 10px;
	margin: 0 10px;
}

.snmi-link {
	font-size: 16px;
	color: #596d77;
}

.snm-item.active .snmi-link, .snmi-link:hover {
    border-color: #00e6f1;
    text-decoration: none;
    color: #00e6f1;
}

.thirdary-nav {
	margin: 17px 0;
	height: 42px;
}

.tnmi-link {
	margin: 0 17px;
	font-weight: 100;
	font-size: 16px;
	color: #596d77;
}

.tnm-item.active .tnmi-link,.tnmi-link:hover {
	text-decoration: none;
	font-weight: 700;
	color: #fff;
}

#magic-line {
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	border-bottom: 2px solid red;
}

.text-block>.h1,.text-block>h1 {
	margin-bottom: 21px;
}

.text-block>.h2,.text-block>h2 {
	margin-top: 32px;
	margin-bottom: 16px;
}

.text-block>p {
	padding-left: 19px;
	margin: 21px 0;
	line-height: 24px;
	font-size: 16px;
}

.text-block>p>a {
	color: #f75b16;
}

.text-block .emphasized {
	color: #1c9abb;
}

.dark-block {
	margin: 32px 0;
	padding: 27px 0;
	background: #f6f6f6;
}

.dark-block.type-1 p {
	margin: 14px 0 0;
	line-height: 14px;
	font-size: 12px;
	font-weight: 400;
}

.dark-block.type-2 p {
	line-height: 24px;
	font-size: 18px;
}

.bd-title {
	margin: 12px 0 44px;
	line-height: 28px;
	font-size: 22px;
	color: #5f6a7d;
}

.bd-title>b {
	font-weight: 400;
}

.bd-title>a {
	text-decoration: underline;
	color: #5f6a7d;
}

.ba-header:hover,.bd-title>a:hover,.btl-item:hover {
	text-decoration: none;
}

.rb-info,.rb-tooltip,.rb-tooltip>h2 {
	color: #596d77;
}

.range-block {
	margin: 14px 0 0;
}

.rb-tooltip {
	position: relative;
	padding: 20px;
	font-size: 16px;
	font-weight: 400;
	border: 1px solid #b5c8d1;
	background: #f6f8fa;
}

.rbt-arrow-n,.rbt-arrow-s {
	position: absolute;
	left: 76px;
	height: 10px;
	width: 18px;
}

.rbt-arrow-s {
	bottom: 0;
	margin-bottom: -10px;
	background: url(../img/rbt-arrow-s.png) no-repeat;
}

.rbt-arrow-n {
	top: 0;
	margin-top: -10px;
	background: url(../img/rbt-arrow-n.png) no-repeat;
}

.rs-block {
	position: relative;
	height: 20px;
}

.range-step {
	position: absolute;
	left: -33px;
	bottom: 0;
}

.range-step.first {
	left: 0;
}

.range-step.last {
	left: auto;
	right: 0;
}

.rs-group {
	margin: 13px 0 0;
	width: 100%;
}

.rs-group.absolute {
	position: absolute;
	left: 0;
	bottom: 39px;
}

.rs-group.range .rs-levels {
	margin: 0;
	height: 3px;
}

.rs-group td {
	padding: 0 0 2px;
	border: none;
}

.rs-levels {
	position: relative;
	display: block;
	height: 43px;
	line-height: 43px;
	text-align: center;
	color: #fff;
}

.rs-levels.bronze {
	background: #b09c6c;
}

.rs-levels.silver {
	margin-left: 2px;
	background: #788b90;
}

.rs-levels.gold {
	margin-left: 2px;
	background: #f69000;
}

.rs-levels.custom {
	padding: 20px 10px;
	height: auto;
	line-height: 16px;
	font-size: 14px;
}

.rsl-details {
	margin: 0 auto;
	width: 187px;
}

.rsl-details.narrow {
	width: 161px;
}

.rsl-details.narrow .btn-custom-2 {
	white-space: nowrap;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 13px;
}

.rsl-title {
	font-weight: 700;
}

.bs-app h5,.rsl-list {
	font-weight: 100;
}

.dbg-col-2>p>strong,.rbi-details {
	font-weight: 400;
}

.rsll-item {
	margin: 7px 0;
	padding-top: 6px;
	border-top: 1px solid rgba(255,255,255,.5);
}

.rsll-item:first-child {
	border-top: none;
}

.rs-levels .btn-custom-2 {
	margin-top: 10px;
}

.rsl-offer {
	z-index: 1;
	position: absolute;
	top: -4px;
	right: -9px;
	width: 136px;
	height: 75px;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../img/levels-offer.png) no-repeat;
}

.rb-tooltip.type-1,.rb-tooltip.type-1 .range-slider {
	height: auto;
}

.rb-tooltip.type-2 {
	margin-top: 43px;
	padding-top: 9px;
	height: auto;
}

.rb-tooltip.type-2 .range-slider {
	margin-top: 18px;
	height: auto;
}

.rb-wrap {
	margin: 28px 0 20px;
}

.rb-info {
	float: left;
	margin: 0 18px 0 20px;
	font-size: 18px;
}

.rbi-title {
	margin-bottom: 8px;
}

.rbi-title.inline {
	margin: 0 20px 0 0;
	line-height: 43px;
}

.rbi-details {
	line-height: 39px;
	font-size: 30px;
}

.rbi-details.type-1 {
	padding: 2px 31px;
	font-size: 20px;
	background: #b09c6c;
	color: #fff;
}

.rbi-details.type-2 {
	padding: 2px 27px;
	font-size: 20px;
	background: #dde2e6;
}

.rbi-details.silver {
	background: #788b90;
}

.rbi-details.gold {
	background: #f69000;
}

.rbg-item {
	display: none;
	margin-top: 10px;
}

.ab-item img,.rb-group.bronze .rbg-item.bronze,.rb-group.gold .rbg-item.gold,.rb-group.silver .rbg-item.silver {
	display: block;
}

.f-col-inline,.fieldset-inline,.rbg-list {
	display: inline-block;
}

.rbg-list {
	margin: 3px 16px 0 0;
}

.rbgl-item {
	margin: 10px 0 0;
	padding-left: 20px;
	line-height: 16px;
	font-size: 14px;
	background: url(../img/bullet-bronze.png) 0 3px no-repeat;
	color: #5f6a7d;
}

.abit-wrap,.wp-item,.wpa-item {
	font-size: 26px;
}

.rbg-item.silver .rbgl-item {
	background-image: url(../img/bullet-silver.png);
}

.rbg-item.gold .rbgl-item {
	background-image: url(../img/bullet-gold.png);
}

.advantages-block {
	margin: 10px auto;
}

.ab-item {
	position: relative;
	margin: 0 auto;
	width: 130px;
}

.abi-text {
	position: absolute;
	top: 0;
	display: table;
	height: 130px;
	white-space: nowrap;
}

.compare-block,.map>.wrap {
	position: relative;
}

.abit-wrap {
	display: table-cell;
	line-height: 30px;
	color: #3c454c;
}

.text-left .abi-text {
	left: 100%;
	margin-left: 34px;
}

.text-right .abi-text {
	right: 100%;
	margin-right: 38px;
	text-align: right;
}

.ab-line {
	display: block;
	margin: 4px auto;
	width: 5px;
	height: 22px;
	background: url(../img/benefits/line.png) no-repeat;
}

.map-pointer,.vs {
	position: absolute;
}

.compare-block>.common-table {
	table-layout: fixed;
}

.vs {
	top: 1px;
	left: 50%;
	margin-left: -55px;
	width: 111px;
	height: 110px;
	background: url(../img/vs.png) no-repeat;
}

.common-table {
	margin-bottom: 30px;
}

.common-table thead th {
	height: 65px;
	padding-left: 29px;
	padding-right: 10px;
	line-height: 20px;
	font-size: 20px;
	font-weight: 700;
	border-color: #f75b16;
	background: #f75b16;
	color: #fff;
}

.common-table thead th.ct-type-1,.common-table thead th.ct-type-2 {
	padding: 5px;
	height: 100px;
	line-height: 30px;
	font-size: 30px;
	text-align: center;
}

.common-table thead th.ct-type-2 {
	border-color: #b5c8d1;
	background: #b5c8d1;
}

.common-table tbody td {
	padding: 21px 29px;
	line-height: 26px;
	font-size: 16px;
	color: #000;
}

.cpi-icon,.map-pointer {
	width: 25px;
	text-align: center;
	color: #fff;
	font-weight: 700;
}

.common-table tbody td h5 {
	margin-bottom: 17px;
}

.common-table tbody .even td {
	background: #f5f5f5;
}

.map {
	height: 393px;
	background-color: #64757e;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

.map-pointer {
	box-sizing: content-box;
	padding-right: 14px;
	height: 35px;
	line-height: 30px;
	font-size: 14px;
	background: url(../img/map-pointer.png) no-repeat;
}

.contact-form>p,.f-label,.pt-item .btn,.ptii-details,.ptii-title {
	font-size: 16px;
}

.contact-form {
	float: left;
	padding: 27px 35px 0 0;
	width: 586px;
	border-right: 1px solid #64757e;
}

.contact-form>h3 {
	margin-bottom: 15px;
}

.fieldset {
	clear: both;
	margin: 19px 0;
}

.fieldset-inline {
	vertical-align: top;
}

.fieldset-inline+.fieldset-inline {
	margin-left: 15px;
}

.f-col-1 {
	float: left;
	width: 271px;
}

.f-col-1>.f-field {
	width: 258px;
}

.f-field-small {
	width: 108px;
}

.f-col-2 {
	float: right;
	width: 281px;
}

.ab-col-1,.cpi-icon,.f-col-3,.p-payment-icon,.ps-item,.psi-icon,.pti-icon {
	float: left;
}

.f-col-2>.f-field {
	width: 268px;
}

.f-col-2>.select {
	width: 278px;
}

.f-col-inline+.f-col-inline {
	margin-left: 13px;
}

.f-label {
	display: block;
	margin-bottom: 6px;
}

.f-label-inline {
	display: inline-block;
	padding: 6px 0 4px;
	vertical-align: top;
}

.f-textarea {
	width: 574px;
	height: 99px;
	resize: none;
}

.field-radio,.p-spacer {
	width: 18px;
	display: inline-block;
}

.f-code {
	display: inline-block;
	vertical-align: bottom;
	margin-left: 15px;
}

.field-radio {
	position: relative;
	height: 18px;
	background: url(../img/radio-buttons.png) no-repeat;
}

.field-radio.checked {
	background-position: 100% 0;
}

.field-radio>input {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.register-form .f-col-3 {
	margin-bottom: 9px;
}

.f-col-3 {
	width: 329px;
}

.f-col-3 .f-field {
	width: 316px;
}

.f-col-3 .select {
	width: 325px;
}

.f-col-3+.f-col-3 {
	float: right;
}

.f-field.f-phone-1 {
	width: 52px;
}

.f-field.f-phone-2 {
	width: 31px;
}

.f-field.f-phone-3 {
	width: 191px;
}

.settings-form {
	margin-top: -23px;
	width: 423px;
}

.settings-form .f-field {
	width: 410px;
}

.settings-form .select {
	width: 419px;
}

.c-phones {
	margin: 26px 0 0 621px;
	padding-left: 26px;
	border-left: 1px solid #64757e;
}

.cp-item {
	margin: 22px 0 27px;
	height: 35px;
	font-size: 18px;
	background: url(../img/map-pointer-2.png) 4px 0 no-repeat;
}

.cpi-icon {
	margin-left: 4px;
	height: 35px;
	line-height: 30px;
	font-size: 14px;
	font-style: normal;
}

.cpi-phone,.cpi-title {
	margin-left: 38px;
}

.cpi-title {
	font-weight: 700;
}

.partners {
	margin-top: 68px;
	margin-bottom: 28px;
	text-align: justify;
}

.p-item {
	display: inline-block;
	vertical-align: top;
	line-height: 29px;
	font-size: 24px;
	max-width: 273px;
	text-align: center;
}

.pi-title {
	margin-top: 38px;
}

.p-spacer {
	vertical-align: top;
	height: 142px;
	background: url(../img/partner/img-arrow.png) no-repeat;
}

.p-payments,.profit {
	padding: 36px 0 7px;
	background: #ff6d3a;
	color: #fff;
}

.justify {
	display: inline-block;
	width: 100%;
}

.profit {
	margin-bottom: 46px;
	text-align: justify;
}

.profit>.wrap>h2 {
	font-size: 27px;
	color: #fff;
}

.pr-item {
	display: inline-block;
	vertical-align: top;
	margin: 45px 0 0;
	width: 200px;
	text-align: center;
}

.pri-title {
	margin-top: 13px;
	line-height: 20px;
	font-size: 14px;
}

.p-payments {
	margin-bottom: 26px;
}

.p-payments>.wrap>h2 {
	font-size: 27px;
	color: #fff;
}

.p-payment-icon {
	margin: 9px 41px 0 28px;
}

.info-text {
	margin: 0 0 37px 18px;
	padding: 0 0 0 25px;
	font-size: 20px;
	line-height: 29px;
	border-left: 3px solid #1c9abb;
}

.payment-list {
	margin: 64px auto 27px;
	width: 830px;
	text-align: justify;
}

.pl-item {
	margin: 0 10px 31px;
	display: inline-block;
}

.pli-icon {
	vertical-align: middle;
}

.bcl-item,.bcsl-item,.bcsl-spacer,.cbl-item,.cbl-spacer,.jb-item,.wp-point {
	vertical-align: top;
}

.p-sertificates {
	margin: 33px 0 8px;
}

.psi-icon {
	margin-right: 12px;
}

.psi-title {
	line-height: 18px;
}

.psit-small {
	font-size: 12px;
}

.ps-item.ssl {
	width: 210px;
}

.ps-item.ssl .psi-title {
	margin-top: 6px;
	line-height: 15px;
}

.ps-item.europe-bank {
	width: 168px;
}

.ps-item.europe-bank .psi-icon {
	margin-top: 2px;
	margin-right: 15px;
}

.ps-item.europe-bank .psi-title {
	margin-top: 1px;
}

.ps-item.secure {
	width: 185px;
}

.ps-item.secure .psi-title {
	margin-top: 8px;
}

.ps-item.visa-mastercard {
	margin-top: -11px;
}

.ps-clear {
	clear: both;
}

.payment-types {
	margin-top: 42px;
}

.pt-item {
	margin: 15px 0;
	padding-bottom: 14px;
	border-bottom: 1px solid #dee0e1;
}

.pt-item.last {
	margin-bottom: 0;
	padding-top: 3px;
	border-bottom: none;
}

.pti-icon {
	width: 110px;
	text-align: center;
}

.pt-item .btn,.ptii-details,.ptii-title {
	margin-left: 148px;
}

.ptii-title {
	margin-bottom: 17px;
	line-height: 24px;
	font-weight: 700;
	color: #f75b16;
}

.ptii-details {
	line-height: 21px;
}

.pt-item .btn {
	display: inline-block;
	padding: 9px 14px;
	width: 197px;
	text-align: center;
}

.c-block {
	height: 252px;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

.cb-list {
	margin: 0 auto;
	padding: 21px 80px 0 0;
	text-align: justify;
}

.bb-download,.bh-title,.bh2-title,.bhl-text-1,.bhl-text-2,.bs-app,.bt-list,.cbl-item,.cbli-text,.eb-bottom,.ebg-col,.lli-mask,.tbt-tab,.tl-item,.tl-table th,.vlim-actions,.vlim-text,.wp-item,.wpa-item {
	text-align: center;
}

.cbl-item {
	display: inline-block;
	max-width: 275px;
}

.cbli-text {
	margin-top: 11px;
	line-height: 21px;
	font-size: 18px;
	color: #454545;
}

.abc-text,.bb-text,.dbg-col-2 {
	line-height: 24px;
	font-size: 16px;
}

.cbl-spacer {
	display: inline-block;
	width: 18px;
	height: 155px;
	background: url(../img/partner/img-arrow-2.png) no-repeat;
}

.a-block {
	padding-top: 36px;
	border-top: 1px solid #e0e0e0;
}

.ab-group {
	margin: 36px auto 0;
}

.ab-col-1 {
	width: 462px;
}

.ab-col-2 {
	float: right;
	width: 462px;
}

.abc-hr {
	margin: 26px 0 17px 5px;
	width: 200px;
	border: none;
	border-top: 2px solid #5f6a7d;
}

.abc-text {
	margin-left: 5px;
}

.abc-text>a {
	color: #5f6a7d;
}

.b-block {
	margin-top: 64px;
}

.b-block>.h0 {
	margin-bottom: 22px;
}

.bb-container {
	margin: 28px 0 24px;
}

.d-block {
	margin-top: 62px;
}

.db-group {
	margin: 40px 0 25px;
}

.dbg-col-1 {
	float: left;
	width: 525px;
}

.dbg-col-2 {
	float: right;
	padding: 38px 10px 0;
	width: 378px;
}

.dbg-col-2>p {
	padding-bottom: 24px;
}

.e-block {
	padding: 38px 0 42px;
	background: url(../img/e-block.jpg) 50% 0 no-repeat #edca17;
	color: #fff;
}

.eb-top {
	padding: 0 0 10px;
}

.eb-title {
	padding: 0 10px 5px;
	line-height: 29px;
	font-size: 18px;
	border-bottom: 1px dashed #fff;
}

.e-block.type-2 {
	padding-bottom: 1px;
}

.eb-group {
	margin: 43px 0 47px;
}

.ebg-col {
	float: left;
	width: 33%;
}

.ebgc-title {
	margin-bottom: 2px;
	line-height: 36px;
	font-size: 36px;
	font-weight: 700;
}

.ebgc-text {
	font-size: 14px;
}

.f-block {
	margin: 50px auto 20px;
}

.fb-list {
	margin-top: 6px;
}

.fbg-item {
	margin-bottom: 34px;
}

.fbgi-img {
	float: left;
	margin-right: 28px;
}

.fbgi-text {
	margin: 57px 0 0;
	line-height: 29px;
	font-size: 20px;
	color: #54666a;
}

.bb-download {
	margin-top: 34px;
	font-size: 14px;
}

.bbd-title {
	float: left;
	margin-top: 7px;
}

.bbd-link {
	float: left;
	margin-left: 16px;
	width: 49px;
	height: 48px;
	background: url(../img/icons-download.png) no-repeat;
}

.bbd-link:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

.bbd-link.appstore {
	background-position: 0 0;
}

.bbd-link.appstore:hover {
	background-position: 0 100%;
}

.bbd-link.google-play {
	background-position: -63px 0;
}

.bbd-link.google-play:hover {
	background-position: -63px 100%;
}

.fbg-item.right .fbgi-img {
	float: right;
	margin-right: 0;
}

.fbg-item.right .fbgi-text {
	margin: 25px 0 0 11px;
}

.h-block {
	margin-bottom: 32px;
	padding: 74px 0 0;
	height: 490px;
	background-position: 50% 0;
	background-repeat: no-repeat;
	color: #fff;
}

.h-block .h1 {
	color: #fff;
}

.h-block .benefits-list {
	margin: 77px 0 0 332px;
}

.benefits-list {
	line-height: 24px;
	font-size: 22px;
	font-weight: 400;
}

.bl-item {
	margin: 16px 0;
	padding-left: 32px;
	background: url(../img/bullet.png) 0 2px no-repeat;
}

.bl-item>strong {
	font-weight: 700;
}

.payment-methods {
	margin-top: 20px;
	position: relative;
}

.payment-methods h2,.payment-methods h3 {
	margin-left: 18px;
}

.pm-group {
	margin: 25px 0 0;
	width: 718px;
	min-height: 300px;
}

.pmgt-item {
	position: relative;
	display: inline-block;
	width: 84px;
	height: 65px;
	border: 1px solid #e1e5e9;
}

.pmgt-item.active,.pmgt-item:hover {
	border-color: #f7611e;
}

.pmgt-item-arrow {
	position: absolute;
	left: 50%;
	top: 100%;
	display: none;
	margin-left: -5px;
	width: 10px;
	height: 6px;
	background: url(../img/pmgt-item-arrow.png) no-repeat;
}

.pmgt-item.active .pmgt-item-arrow,.pmgt-item:hover .pmgt-item-arrow {
	display: block;
}

.pmg-pane {
	display: none;
	margin-top: 15px;
}

.payment-methods-form,.pm-secure {
	margin: 16px 0 0;
	background: #f6f8fa;
}

.pmg-pane.active {
	display: block;
}

.payment-methods-form {
	padding: 20px;
	border: 1px solid #b5c8d1;
}

.pm-secure {
	float: right;
	padding: 0 0 20px 16px;
	width: 194px;
	position: absolute;
	right: 0;
}

.pm-secure .ps-item {
	clear: both;
	float: none;
	display: block;
	padding-top: 15px;
	padding-bottom: 5px;
	width: auto;
}

.trades-line {
	border-bottom: 1px solid #dee0e1;
}

.secondary-nav+.trades-line {
	margin-top: -26px;
	border-top: 1px solid #dee0e1;
}

.tl-table {
	table-layout: fixed;
}

.tl-table td,.tl-table th {
	line-height: 26px;
	font-size: 13px;
	vertical-align: middle;
	border: none;
	color: #596d77;
}

.tl-table td {
	padding: 6px 0 6px 5px;
}

.tl-table th {
	width: 91px;
	background: #dee0e1;
}

.b-sidebar,.bs-bg {
	background: #f9f9f9;
}

.tl-td-first {
	padding-left: 0;
}

.tl-td-first .tl-item {
	border-left: none;
}

.tl-item {
	white-space: nowrap;
	border-left: 1px solid #dee0e1;
}

.tl-value.positive {
	color: #53dc00;
}

.tl-value.negative {
	color: #e84343;
}

.tl-item .icon-flag {
	vertical-align: -3px;
	margin-right: 3px;
}

.b-wrapper {
	position: relative;
	margin-bottom: -32px;
}

.bs-bg {
	position: absolute;
	top: 0;
	right: 100%;
	width: 100%;
	height: 100%;
}

.b-sidebar {
	position: relative;
	float: left;
	padding: 30px 33px 30px 0;
	width: 300px;
	border-right: 1px solid #dee0e1;
}

.b-article {
	margin-left: 336px;
	padding: 30px 0 30px 30px;
}

.bs-banner-1 {
	width: 299px;
	height: 236px;
	background: #eaeaea;
}

.bs-app {
	margin: 42px 0 24px;
}

.bac-table th,.table-data thead td,.wpa-item {
	font-weight: 700;
}

.bsa-group {
	margin-top: 26px;
	padding: 0 48px;
}

.bsag-item-1 {
	float: left;
	width: 49%;
}

.bsag-item-2 {
	float: right;
	width: 49%;
}

.bsagi-download {
	display: block;
	margin: 16px auto 0;
	width: 49px;
	height: 48px;
}

.bsagi-download.android {
	background: url(../img/app/item-1-1.png) no-repeat;
}

.bsagi-download.ios {
	background: url(../img/app/item-2-1.png) no-repeat;
}

.bsagi-download:hover {
	background-position: 0 100%;
}

.b-sidebar .pm-secure {
	padding-top: 11px;
	padding-left: 36px;
	width: 264px;
	background: #f0f0f0;
}

.table-data-filter {
	margin-top: -3px;
}

.tdf-fieldset {
	margin-bottom: 32px;
}

.tdf-label {
	display: block;
	margin-bottom: 4px;
}

.tdff-col {
	float: left;
	margin-right: 35px;
	white-space: nowrap;
}

.tdf-pre {
	float: left;
	padding: 4px 63px 5px 11px;
	border: 2px solid #eee;
	border-right: none;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-ms-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.tdff-col.col-2,.tdff-col.col-2>.f-label-inline {
	margin-left: 30px;
}

.table-data thead td {
	padding: 14px 10px 14px 19px;
	border-color: #f75b16;
	background: #f75b16;
	line-height: 18px;
	font-size: 14px;
	color: #fff;
}

.table-data tbody td {
	padding: 16px 10px 16px 19px;
	vertical-align: middle;
}

.table-data tbody .even td {
	background-color: #f5f5f5;
}

.ba-text-block {
	margin: 12px 0 9px;
	padding: 20px;
	line-height: 18px;
}

.ba-text-block.dark {
	background: #f6f6f6;
}

.b-sidebar-2 {
	float: left;
	width: 209px;
}

.bs2-list {
	margin-top: 9px;
}

.bs2l-details,.bs2l-title {
	padding-left: 23px;
}

.bs2l-title {
	margin-bottom: 10px;
	background: url(../img/bullet-black.png) 0 5px no-repeat;
	color: #3c454c;
}

.bs2l-details {
	margin-bottom: 26px;
	color: #5f6a7d;
}

.bs2-banner {
	width: 209px;
}

.b-article-2 {
	margin-left: 253px;
}

.b-article-3,.b-sidebar-3 {
	margin-top: 32px;
}

.b-sidebar-3 {
	float: left;
	width: 209px;
}

.b-article-3 {
	margin-left: 239px;
}

.b-tabs {
	margin-top: 58px;
}

.btl-item {
    position: relative;
    display: inline-block;
    width: 190px;
    height: 76px;
    line-height: 76px;
    font-size: 18px;
    border: 2px solid transparent;
    color: #3c454c;
}

.btl-item.active, .btl-item:hover {
    border-color: #00e6f1;
}

.btli-arrow-s {
	position: absolute;
	left: 50%;
	bottom: -13px;
	display: none;
	margin-left: -13px;
	width: 26px;
	height: 13px;
	background: url(../img/btli-arrow-s.png) no-repeat;
}

.btl-item.active .btli-arrow-s,.btl-item:hover .btli-arrow-s,.btli-img {
	display: block;
}

.btli-img {
	margin: 0 auto;
}

.btl-item.type-2 {
	padding-bottom: 13px;
	width: 188px;
	height: auto;
	line-height: 33px;
	opacity: .5;
	filter: alpha(opacity=50);
}

.btl-item.type-2.active,.btl-item.type-2:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.bt-pane {
	display: none;
	margin-top: 41px;
}

.ba-header,.bt-pane.active {
	display: block;
}

.b-content-2 {
	padding: 32px 0;
}

.b-content-2>h3 {
	margin-bottom: 26px;
}

.p-wrap {
	margin-top: 42px;
	padding-left: 138px;
}

.p-wrap>.person {
	margin-top: -10px;
	width: 144px;
}

.p-wrap>.speech {
	padding-top: 17px;
	padding-bottom: 17px;
	width: 704px;
}

.p-wrap>.speech>h3 {
	line-height: 28px;
	color: #fff;
}

.person-data {
	float: left;
	margin: 6px 0 0 72px;
}

.p-list {
	padding: 45px 0 0;
}

.pl-col {
	float: left;
	width: 50%;
}

.pl-col .i-photo {
	float: left;
	margin-left: 32px;
}

.pl-col .person-info {
	margin: 25px 0 0 200px;
}

.person-info .i-name {
	margin-bottom: 2px;
	font-size: 18px;
}

.person-info .i-details {
	line-height: 24px;
	font-size: 18px;
}

.b-accordion {
	margin-bottom: 10px;
}

.ba-header {
    height: 76px;
    line-height: 76px;
    font-size: 20px;
    text-indent: 30px;
    background: url(../img/accordion-arrows.png) 100% -125px no-repeat   #DCDCDC;
    color: #383838;
    border-radius: 10px;
    font-weight: 600;
}

.ba-header:hover {
    background-color: #211ad778;
}

.ba-content {
	display: none;
	padding: 17px 30px;
	line-height: 20px;
}

.b-accordion.opened .ba-content,.bt-image,.i-photo>img,.tbtt-inner,.vli-container>img,.vlim-text,.wp-image {
	display: block;
}

.bac-table {
	margin-top: 20px;
	width: auto;
}

.bac-table td,.bac-table th {
	padding: 0 30px 0 0;
	border: none;
}

.b-accordion.opened .ba-header {
	background-color: #211ad778;
	background-position: 100% 32px;
}
.font-size-100 {
    font-size: 100% !important;
}

.web-platform {
	position: relative;
	margin-top: 26px;
}

.wp-image {
	margin: 0 auto;
}

.bcag-item,.bcl-item,.bcsl-item,.bcsl-spacer,.jb-item,.wp-point {
	display: inline-block;
}

.wp-point {
	margin-top: 43px;
	margin-left: 10px;
	width: 144px;
}

.wp-anchor {
	position: absolute;
	left: 41px;
	padding-right: 25px;
	background: url(../img/line-h.png) 100% 50% no-repeat;
}

.b-traiders,.b-traiders-2,.b-traiders-3,.b-traiders-4,.speech,.vli-container {
	position: relative;
}

.wp-anchor.right {
	left: auto;
	right: 41px;
	padding-right: 0;
	padding-left: 25px;
	background-position: 0 50%;
}

.wpa-item {
	width: 36px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	background: #b5c8d1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.bh-title,.bhl-text-1,.bs-title,.bt-title,.cd-title,.tbpc-title,.tbs-title,.wpd-title {
	font-weight: 400;
}

.wp-item {
	width: 45px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #b5c8d1;
	color: #b5c8d1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.wp-details {
	margin-top: 17px;
}

.wpd-title {
	margin-bottom: 5px;
	font-size: 20px;
}

.wpd-text {
	line-height: 15px;
	font-size: 13px;
	color: #3c454c;
}

.list,.mp-details,.tb-special {
	font-size: 16px;
}

.mobile-platform {
	margin-top: 37px;
	margin-bottom: 30px;
	padding-bottom: 130px;
}

.mobile-platform .bs-app {
	float: right;
	margin-top: 34px;
}

.col-dark,.mp-image {
	float: left;
}

.mobile-platform .bsa-group {
	margin-top: 0;
	padding: 0;
}

.mobile-platform .bsagi-download {
	margin-top: 10px;
}

.mp-details {
	padding-top: 38px;
	margin-left: 480px;
}

.mpdl-item {
	margin-top: 6px;
	padding-left: 8px;
	background: url(../img/item-bullet.png) 0 9px no-repeat;
}

.tb-special {
	margin-left: 21px;
	padding: 4px 0 1px 25px;
	border-left: 3px solid #f75b16;
}

.tbs-title {
	margin-bottom: 3px;
}

.l-item {
	margin: 6px 0;
	padding-left: 10px;
	background: url(../img/list-bullet.png) 0 9px no-repeat;
}

.l-item>a {
	text-decoration: underline;
	color: #5f6a7d;
}

.l-item>a:hover {
	text-decoration: none;
}

.b-traiders {
	margin: 151px 0 138px;
}

.b-traiders-2 {
	margin: 113px 0 87px;
}

.b-traiders-3 {
	margin: 72px 0 57px;
}

.b-traiders-4 {
	margin: 32px 0 57px;
}

.bt-arrow,.bt-nr,.bt-point {
	position: absolute;
}

.bt-image {
	margin: 0 auto;
}

.bt-image.left {
	margin: 0;
}

.bt-point {
	width: 355px;
}

.bt-nr {
	top: 0;
	right: 100%;
	font-size: 108px;
	line-height: 88px;
}

.bt-title {
	margin-bottom: 3px;
	line-height: 29px;
	font-size: 20px;
	color: #3c454c;
}

.bt-text {
	line-height: 20px;
	font-size: 14px;
	color: #3c454c;
}

.col-dark {
	margin-bottom: 22px;
	padding: 16px 22px;
	width: 426px;
	font-size: 16px;
	background: #e1e9ed;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

.lesson-list,.ll-item,.vl-item {
	padding-top: 30px;
}

.col-dark+.col-dark {
	float: right;
}

.cd-title {
	line-height: 24px;
}

.bs-title {
	line-height: 16px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #3c454c;
}

.bsl-item,.lli-mask,.speech,.vlim-text {
	font-size: 16px;
}

.bsl-item {
	margin: 12px 0;
}

.vl-item {
	margin-top: 30px;
	border-top: 1px solid #e0e0e0;
}

.vl-item:first-child {
	padding-top: 0;
	margin-top: 0;
	border-top: none;
}

.vli-container {
	float: left;
	width: 290px;
	height: 196px;
}

.lli-mask,.vli-mask {
	width: 100%;
	background: url(../img/vli-mask.png);
}

.vli-mask {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.vlim-text {
	margin: 60px 40px 0;
	line-height: 19px;
	color: #fff;
}

.vlim-actions {
	margin-top: 25px;
}

.vli-details {
	margin-left: 317px;
	line-height: 20px;
	color: #3c454c;
}

.bca-header,.vlid-title {
	line-height: 29px;
	text-transform: uppercase;
}

.vlid-title {
	margin-bottom: 10px;
	font-size: 20px;
}

.ll-item {
	margin-top: 30px;
	border-top: 1px solid #e0e0e0;
}

.ll-item:first-child {
	padding-top: 0;
	margin-top: 0;
	border-top: none;
}

.lli-title {
	margin-bottom: 28px;
	text-transform: uppercase;
}

.lli-mask {
	height: 100px;
	line-height: 100px;
	color: #fff;
}

.speech,.tbt-tab {
	float: left;
	line-height: 20px;
}

.intro {
	margin: 36px auto;
}

.person {
	float: left;
	margin-top: 7px;
	width: 233px;
}

.i-photo>img {
	border: 1px solid #b5c8d1;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	border-radius: 100%;
}

.i-name {
	margin-top: 2px;
	font-style: italic;
	color: #f75b16;
}

.speech {
	margin-left: 40px;
	padding: 27px 30px;
	width: 589px;
	background: #b5c8d1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
}

.bh-label,.bh-title,.bh-video-overlay,.bhl-text-1,.s-arrow-w {
	position: absolute;
}

.speech p+p {
	margin-top: 14px;
}

.s-arrow-w {
	top: 50%;
	left: -17px;
	margin-top: -17.5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17.5px 17px 17.5px 0;
	border-color: transparent #b5c8d1 transparent transparent;
}

.landing .b-header .wrap,.landing-form,.tb-tabs {
	position: relative;
}

.tbt-tab,.tbt-tab:hover {
	height: 40px;
}

.tb-tabs {
	z-index: 1;
	margin-bottom: -1px;
	background: #d7e1e6;
}

.tbt-tab {
	width: 50%;
	font-size: 18px;
	border: 2px solid #fff;
	border-top: none;
	color: #596d77;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tbtt-inner {
	padding: 9px 0;
	background: #d7e1e6;
}

.tbt-tab.active {
	height: 41px;
}

.tbt-tab.active,.tbt-tab:hover {
	text-decoration: none;
	border: 1px solid #b5c8d1;
	border-bottom: none;
	background: #f6f8fa;
}

.tbt-tab.active .tbtt-inner,.tbt-tab:hover .tbtt-inner {
	padding-top: 8px;
	background: 0 0;
}

.light .tbt-tab.active,.light .tbt-tab:hover {
	background: #fff;
}

.tb-pane {
	display: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.bh2b-img>img,.bl-text,.jbi-text,.tb-pane.active {
	display: block;
}

.tb-pane.active {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.tb-pane .range-block {
	margin-top: 0;
}

.light .tb-pane {
	border: 1px solid #b5c8d1;
}

.light .tb-pane .rb-tooltip {
	margin-left: -1px;
	margin-right: -1px;
	margin-bottom: -1px;
}

.tbp-content {
	padding: 21px 26px;
}

.tbp-content.type-2 {
	padding-top: 0;
}

.tbp-content.type-2 .wrap {
	min-width: 970px;
}

.tbp-content p {
	line-height: 24px;
	font-size: 16px;
}

.tbpc-title {
	font-size: 18px;
}

.tbp-content .h1 {
	margin-top: 29px;
	margin-bottom: 15px;
}

.tbp-content .b-table td,.tbp-content .b-table th {
	padding-left: 27px;
}

.tbp-content .b-table td {
	padding-top: 11px;
	padding-bottom: 11px;
}

.tbp-content .tbpc-link {
	margin: 23px 80px 0 0;
}

.tbpc-link {
	font-size: 16px;
	text-decoration: underline;
	color: #2096b6;
}

.tbpc-link:hover {
	text-decoration: none;
}

.link-default {
	text-decoration: underline;
	color: #5f6a7d;
}

.link-default:hover {
	text-decoration: none;
}

.landing,.landing .wrap {
	min-width: 1200px;
}

.landing .b-top {
	height: 32px;
}

.landing .bt-phone {
	line-height: 32px;
	font-size: 18px;
	font-weight: 100;
}

.landing .icon-message {
	margin-left: 38px;
}

.landing .language-dropdown {
	margin-top: 5px;
}

.landing .bt-actions {
	line-height: 30px;
}

.landing .b-header {
	height: 348px;
	background-color: #573b2d;
	background-repeat: no-repeat;
	background-position: 50% 0;
}

.landing .b-header.type-4 .b-nav {
	margin-top: 6px;
}

.landing .b-header.type-4 .bh-btn-action {
	margin-top: 33px;
}

.bh-banner {
	height: 348px;
}

.bhb-text {
	position: absolute!important;
	top: 95px;
	right: 70px;
	width: 410px;
}

.bh-banner .h1 {
	line-height: 41px;
	font-size: 39px;
	font-weight: 100;
	color: #fff;
}

.bh-banner .p {
	margin-top: 12px;
	font-size: 20px;
}

.bh-label {
	top: 133px;
	left: -26px;
}

.bhl-icon {
	margin: 0 auto;
	width: 149px;
	height: 80px;
	background: url(../img/partner/img-4-2.png) no-repeat;
}

.bhl-text-1 {
	top: 48px;
	left: 53px;
	line-height: 13px;
	font-size: 13px;
}

.bhl-text-2 {
	margin-top: 4px;
	line-height: 14px;
	font-size: 10px;
	text-transform: uppercase;
	background: url(../img/bbl-text.png) 50% 17px no-repeat;
}

.bh-label.type-4 {
	top: 227px;
	left: 67px;
}

.bh-title {
	top: 111px;
	left: 0;
	width: 312px;
	line-height: 26px;
	font-size: 22px;
}

.bh-video-overlay {
	bottom: 0;
	left: -40px;
	height: 235px;
	width: 723px;
}

.bh-video-wrap {
	height: 100%;
	width: 100%;
	background: url(../img/bh-video.png) no-repeat;
}

.bh-banner-2,.bh2-body {
	height: 388px;
	position: absolute;
}

.bh-video-wrap .bb-video {
	top: 46px;
	left: 344px;
}

.bh-banner-2 {
	width: 100%;
}

.bh2-title {
	position: absolute;
	top: 125px;
	left: 10px;
	width: 370px;
	line-height: 40px;
	font-size: 39px;
	color: #54666a;
}

.bh2-body {
	color: #fff;
}

.bh2b-img {
	position: absolute;
	left: 0;
	bottom: 0;
}

.bh2b-text-1 {
	position: absolute;
	font-size: 18px;
	font-weight: 700;
}

.bh2b-text-2 {
	position: absolute;
	font-size: 14px;
	font-weight: 700;
}

.bh3-title,.bh3b-text-3 {
	font-weight: 400;
	text-align: center;
}

.bh-banner-3 {
	position: absolute;
	height: 100%;
	width: 100%;
}

.bh3-heading {
	margin-top: 104px;
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.bh3-title {
	margin-top: 16px;
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
}

.bh3b-text-1,.bh3b-text-2,.bh3b-text-3 {
	position: absolute;
	color: #3b4547;
}

.bh3b-text-1 {
	line-height: 26px;
	font-size: 24px;
	text-transform: uppercase;
}

.bh3b-text-1>small {
	font-size: 14px;
}

.bh3b-text-2 {
	line-height: 22px;
	font-size: 18px;
}

.bh3b-text-3 {
	width: 300px;
	line-height: 26px;
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
}

.bcagi-nr,.bh3b-call,.bh3b-put,.bl-text strong {
	font-weight: 700;
}

.bh3b-put {
	color: #f00000;
}

.bh3b-call {
	color: #8be800;
}

.bhb-text-1 {
	position: absolute!important;
	top: 118px;
	right: 0;
	margin-right: 70px;
	width: 410px;
}

.bh-banner-1 .h1 {
	line-height: 40px;
	font-size: 37px;
}

.bh-banner-1 .p {
	margin-top: 42px;
	line-height: 20px;
	font-size: 20px;
}

.b-line {
	height: 47px;
	line-height: 47px;
	text-transform: uppercase;
	background: url(../img/line-bg.png) 50% 0 no-repeat #f7c717;
	color: #fff;
}

.bl-title {
	padding-right: 30px;
	font-size: 18px;
}

.bl-text-wrap {
	float: right;
	width: 853px;
}

.bl-text {
	font-size: 14px;
	white-space: nowrap;
	-webkit-transform: translate3d(0,0,0);
	-webkit-animation: moveSlideshow 10s linear infinite;
	-moz-animation: moveSlideshow 10s linear infinite;
	animation: moveSlideshow 10s linear infinite;
}

@-webkit-keyframes moveSlideshow {
	0% {
		-webkit-transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(-100%);
	}
}

@-moz-keyframes moveSlideshow {
	0% {
		-moz-transform: translateX(0);
	}

	100% {
		-moz-transform: translateX(-100%);
	}
}

@keyframes moveSlideshow {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-100%);
	}
}

.bl-text strong {
	margin-left: 10px;
	font-size: 18px;
}

.blt-item {
	padding: 0 20px;
}

.bc-article {
	float: left;
	margin: 18px 0 0;
	width: 766px;
}

.b-container.type-2 .bc-article {
	width: 704px;
}

.bca-header {
	margin-bottom: 23px;
	font-size: 24px;
	font-weight: 400;
	text-align: center;
}

.bc-sidebar {
	float: left;
	margin-left: 20px;
	width: 347px;
}

.b-container.type-2 .bc-sidebar {
	width: 408px;
}

.bcs-title {
	line-height: 24px;
	font-size: 21px;
	text-align: center;
}

.bca-title {
	color: #54666a;
}

.bca-group {
	text-align: justify;
}

.bca-group.custom {
	margin: 11px 35px 4px;
}

.bcag-item {
	text-align: center;
}

.bcagi-nr {
	margin-bottom: 13px;
	line-height: 60px;
	font-size: 60px;
	color: #f75b16;
}

.bcagi-text {
	line-height: 18px;
	font-size: 16px;
	text-transform: uppercase;
	color: #54666a;
}

.landing-form {
	margin: -109px 0 34px;
	padding: 1px 18px 16px;
	background: url(../img/landing-form-bg.png) 0 100% repeat-x #fbfbfc;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.2);
	box-shadow: 2px 2px 2px rgba(0,0,0,.2);
}

.landing-form .fieldset {
	margin: 17px 0;
}

.landing-form .f-field {
	width: 297px;
}

.landing-form .f-field.select {
	width: 306px;
}

.landing-form .f-field.f-phone-1 {
	width: 47px;
}

.landing-form .f-field.f-phone-3 {
	width: 162px;
}

.landing-form input[type=text] {
	padding-top: 3px;
	padding-bottom: 2px;
	font-size: 13px;
}

.landing-form .select>select {
	border-width: 2px;
}

.landing-form .s-caption {
	top: 3px;
}

.lf-submit-text {
	float: right;
	margin-top: 6px;
	text-align: right;
	font-size: 12px;
	font-style: italic;
}

.b-container.type-2 .landing-form {
	margin-top: -79px;
}

.b-container.type-2 .landing-form .f-field {
	width: 358px;
}

.b-container.type-2 .landing-form .f-field.select {
	width: 367px;
}

.b-container.type-2 .landing-form .f-field.f-phone-1 {
	width: 47px;
}

.b-container.type-2 .landing-form .f-field.f-phone-3 {
	width: 223px;
}

.t-banner .landing-form.type-2 {
	position: absolute;
	bottom: 0;
	right: 135px;
}

.landing-form.type-2 {
	width: 313px;
}

.t-banner .landing-form.type-3 {
	position: absolute;
	bottom: 17px;
	right: 0;
	width: 1162px;
	padding-bottom: 0;
}

.landing-form.type-3 .btn-large-2 {
	margin: 20px 0 0 30px;
	width: 440px;
}

.bcsb-list {
	margin: 50px 0 0 10px;
}

.bcsbl-item {
	margin: 19px 0 0;
	height: 76px;
}

.bcsbli-nr {
	float: left;
	margin: 10px 19px 0 0;
	width: 30px;
	font-size: 39px;
	font-weight: 100;
}

.bcsbli-img {
	float: left;
	margin-top: -20px;
}

.bcsbli-text {
	margin-left: 173px;
}

.bcs-list {
	margin: 20px 0 0 -20px;
	width: 428px;
	text-align: justify;
	font-size: 0;
}

.bcsl-spacer {
	width: 18px;
	height: 62px;
	background: url(../img/partner/img-arrow-1.png) no-repeat;
}

.bcsl-item {
	font-size: 14px;
	text-align: center;
}

.bc-list {
	margin: 28px 0 10px;
	text-align: justify;
}

.j-block,.jb-item,.logos,.ui-datepicker,.ui-datepicker thead th,.ui-datepicker-title {
	text-align: center;
}

.bcli-img {
	float: left;
}

.bcli-text {
	margin: 20px 0 0 113px;
	line-height: 16px;
}

.j-block {
	margin: 20px 0;
	padding: 26px 0;
}

.j-block.dark {
	background: #f6f6f6;
}

.b-line+.j-block {
	margin-top: 0;
}

.jb-item {
	width: 119px;
}

.jbi-text {
	margin-top: 10px;
	line-height: 17px;
}

.jb-line {
	display: inline-block;
	margin-top: 52px;
	width: 43px;
	height: 5px;
	background: url(../img/benefits/line-1.png) no-repeat;
}

.logos {
	margin-bottom: -20px;
}

.clear {
	clear: both;
}

.pre-footer {
	height: 428px;
}

.b-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 395px;
	width: 100%;
	border-top: 1px solid #dee0e1;
}

.bf-top {
	height: 83px;
}

.bf-logo {
	float: left;
	margin: 19px 16px 0 0;
	width: 120px;
	height: 55px;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../img/logo/120x55.png) no-repeat;
}

.bf-copyright {
	float: left;
	margin-top: 37px;
	font-size: 12px;
	font-weight: 400;
	color: #5e6f73;
}

.bf-social {
	float: right;
	margin: 19px 30px 0 0;
}

.s-item {
	float: left;
	margin-left: 12px;
	text-indent: 100%;
}

.pull-right {
	float: right;
}

.pull-left,.ui-datepicker-prev {
	float: left;
}

.bf-dark {
	padding: 26px 0 18px;
	background: #eef0f0;
}

.bfn-title {
	margin-bottom: 8px;
	font-weight: 400;
	text-transform: uppercase;
	color: #6e6f71;
}

.bfn-item {
	margin-bottom: 1px;
	font-size: 13px;
}

.table-default {
	width: auto;
	border: none;
}

.table-default td,.table-default th {
	padding: 0;
	border: none;
}

.bf-table td {
	padding-bottom: 17px;
}

.range-slider {
	position: relative;
	margin-top: 45px;
	height: 20px;
}

.slider-range {
	margin-bottom: 22px;
}

[disabled] .noUi-connect,[disabled].noUi-connect {
	background: #B8B8B8;
}

[disabled] .noUi-handle {
	cursor: not-allowed;
}

.datepicker {
	width: 120px;
	background: url(../img/datepicker.png) 100% 6px no-repeat;
}

.ui-datepicker {
	display: none;
	padding: 10px 20px;
	background: #596d77;
	color: #fff;
}

.ui-datepicker td,.ui-datepicker th {
	border: none;
}

.ui-datepicker td {
	padding: 0;
}

.ui-datepicker thead th {
	height: 33px;
	vertical-align: middle;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
}

.ui-datepicker tbody td a {
	display: block;
	width: 37px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	color: #fff;
}

.ui-datepicker td a:hover {
	background: #7c8c94;
}

.ui-datepicker-next,.ui-datepicker-prev {
	margin-top: 4px;
	width: 20px;
	height: 15px;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../img/datepicker-arrows.png) no-repeat;
	cursor: pointer;
}

.ui-datepicker-next {
	float: right;
	background-position: 100% 0;
}

.ui-datepicker-title {
	margin: 0 -20px;
	padding: 3px 0 10px;
	font-size: 13px;
	font-weight: 700;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
}

.ui-datepicker-current-day a {
	background: #7c8c94;
}

.alert .alert-link,.error_label,.input-ghost,.rbi-details-capy span,.tnmi-link {
	font-weight: 700;
}

.clearfix:after,.hide,.slideWrapper {
	visibility: hidden;
}

.bl-fieldset,.bl-text,.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.h1-shader,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after {
	clear: both;
}

.bl-title,.f-label,.switch-label,.text-guardian {
	text-transform: uppercase;
}

.bl-title,.error_login,.f-links,.input-ghost,.need_auth,.progress-bar {
	text-align: center;
}

.bl-logo,.date_nowrap,.marquee,.nWrap,.nowrap,.pfs-top-amount,.phone-form,.phone-result,.sand-run,.text-nowrap,.tw-btn,.upload-list-name {
	white-space: nowrap;
}

.icon-en {
	background: url(../img/en-newa.png) no-repeat;
	height: 16px;
	vertical-align: -7px;
}

.bl-cell,.btnShare,.tw-btn {
	vertical-align: middle;
}

.ng-cloak,.x-ng-cloak,[data-ng-cloak],[ng-cloak],[ng\:cloak],[x-ng-cloak] {
	display: none!important;
}

.hide,.pre-footer {
	display: none;
}

.select>select {
	opacity: 1!important;
}

.register-form .f-col-3 {
	padding: 0 1px;
}

input:required {
	box-shadow: none;
}

.ng-touched:invalid {
	border-color: red;
	border-width: 1px;
	box-shadow: none;
}

.f-field.f-phone-3 {
	width: 190px;
}

.error_label {
	padding: 5px 0;
	color: red;
}

.error_login {
	margin-bottom: 19px;
	color: red;
}

.trading-area {
	min-height: 1140px;
}

.need_auth {
	padding: 15px;
}

.b-footer {
	height: auto!important;
	position: relative;
	margin-top: 32px;
}

.b-login {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
}

.b-sidebar,.bl-logo,.btn-file,.c-orange-bar,.marquee,.progress,.sand-run,.slideWrapper,.upload-list-name {
	overflow: hidden;
}

.bl-wrap {
	display: table;
	width: 100%;
	height: 100%;
}

.bl-cell {
	display: table-cell;
}

.bonus-link a,.f-col-inline,.tl-item {
	display: inline-block;
}

.bl-modal {
	position: relative;
	margin: 20px auto;
	width: 385px;
	-webkit-animation: modalAnimation 1.5s;
	-moz-animation: modalAnimation 1.5s;
	-ms-animation: modalAnimation 1.5s;
	animation: modalAnimation 1.5s;
}

@keyframes modalAnimation {
	from {
		opacity: 0;
		position: absolute;
		top: 100px;
	}

	to {
		opacity: 1;
		position: static;
		top: 0;
	}
}

@-webkit-keyframes modalAnimation {
	from {
		opacity: 0;
		position: absolute;
		top: 100px;
	}

	to {
		opacity: 1;
		position: static;
		top: 0;
	}
}

@-moz-keyframes modalAnimation {
	from {
		opacity: 0;
		position: absolute;
		top: 100px;
	}

	to {
		opacity: 1;
		position: static;
		top: 0;
	}
}

@-ms-keyframes modalAnimation {
	from {
		opacity: 0;
		position: absolute;
		top: 100px;
	}

	to {
		opacity: 1;
		position: static;
		top: 0;
	}
}

.b-tooltip {
	position: relative;
	padding: 5px 27px 10px;
	border: 1px solid #b5c8d1;
	background: #f6f8fa;
}

.bt-arrow-n {
	position: absolute;
	top: 0;
	left: 50%;
	margin: -10px 0 0 -9px;
	height: 10px;
	width: 18px;
	background: url(../img/rbt-arrow-n.png) no-repeat;
}

.bl-logo {
	margin: 0 auto 54px;
	width: 236px;
	height: 130px;
	text-indent: 100%;
	background: url(../img/bl-logo.png) no-repeat;
}

.bl-title {
	margin-bottom: 19px;
}

.bl-field {
	width: 317px;
}

.bl-fieldset {
	margin: 19px 0 13px;
}

.bl-text {
	margin: 13px 0 29px;
}

.f-col-inline+.f-col-inline {
	margin-left: 13px;
}

.f-label {
	display: block;
	margin-bottom: 6px;
	font-size: 16px;
}

.f-links {
	margin-top: 16px;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

button,input,select,textarea {
	font: 100 15px/20px 'Open Sans',Helvetica,"Bitstream Vera Sans",Arial,sans-serif;
	color: #030303;
}

input,select,textarea {
	margin: 0;
	padding: 0;
}

.select,input[type=text],input[type=email],input[type=number],input[type=password],textarea {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

input[disabled=disabled]:not(.btn),textarea[disabled=disabled] {
	border-color: #f9f9f9;
	background-color: #f9f9f9;
}

input.f-error,textarea.f-error {
	border-color: #f87135;
}

input[type=text],input[type=email],input[type=number],input[type=password],textarea {
	padding: 5px 0 4px 9px;
}

input:focus,textarea:focus {
	border-color: #999!important;
}

.b-sidebar {
	position: absolute;
	padding: 30px 33px 0 0;
	height: 100%;
	box-sizing: border-box;
}

.bs-banner-1 {
	display: none;
}

.b-sidebar .pm-secure {
	box-sizing: border-box;
	width: 100%;
}

#spotPackageContainer_platform_zones .zone_filters .filter .label {
	color: #101010!important;
}

.assetControl .assetStatic span {
	color: #fff!important;
}

#spotPackageContainer_platform_zones #zonesNav td:last-child {
	border-right: 1px solid #ccc!important;
}

.wrap_970 {
	margin: 0 auto;
	width: 970px;
}

.bn-sub {
	z-index: 100!important;
}

.table_clear,.table_clear td,.table_clear th {
	border: none;
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1;
}

textarea.form-control {
	height: auto;
}

.alert {
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}

.alert-dismissable,.alert-dismissible,.time-ticker {
	padding-right: 35px;
}

.alert h4 {
	margin-top: 0;
	color: inherit;
}

.alert>p,.alert>ul {
	margin-bottom: 0;
}

.alert>p+p {
	margin-top: 5px;
}

.alert-dismissable .close,.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}

.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.alert-success hr {
	border-top-color: #c9e2b3;
}

.alert-success .alert-link {
	color: #2b542c;
}

.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.alert-info hr {
	border-top-color: #a6e1ec;
}

.alert-info .alert-link {
	color: #245269;
}

.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.alert-warning hr {
	border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
	color: #66512c;
}

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.alert-danger hr {
	border-top-color: #e4b9c0;
}

.error_emu,.ng-touched.ng-invalid {
	border-color: red!important;
}

.alert-danger .alert-link {
	color: #843534;
}

.wide .pre-footer {
	height: 447px;
}

.tl-item {
	margin: 0 15px;
}

.current-page,.slide-nav,.tab-cont {
	display: none;
}

.str_wrap {
	background: 0 0!important;
}

.progress-bar-striped,.progress-striped .progress-bar,.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.tab-cont.active {
	display: block;
	transition: all .3s ease 0s;
}

#plat .payoutEstimation {
	display: none!important;
	visibility: hidden!important;
}

#spotPackageContainer_platform_zones div.noTradingMessage .text {
	line-height: 37px;
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}

	to {
		background-position: 0 0;
	}
}

@-o-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}

	to {
		background-position: 0 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}

	to {
		background-position: 0 0;
	}
}

.progress {
	height: 20px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	background-color: #428bca;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
}

.bt-actions-new,.lng-drop-right,.pfs_top_up-buttons,.pfs_top_up-head,.siteseal img {
	float: right;
}

.progress-bar-striped,.progress-striped .progress-bar {
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px;
}

.progress-bar.active,.progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar[aria-valuenow="1"],.progress-bar[aria-valuenow="2"] {
	min-width: 30px;
}

.progress-bar[aria-valuenow="0"] {
	min-width: 30px;
	color: #777;
	background-color: transparent;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.progress-bar-success {
	background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-striped .progress-bar-info,.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-info {
	background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-warning {
	background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-danger {
	background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.hidden-select {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: -1;
}

.ng-touched.ng-invalid {
	border-width: 1px;
	box-shadow: none;
}

.disabled {
	pointer-events: none;
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

.lng-drop,.siteseal img,.slide-nav,.switch,.tw-btn {
	cursor: pointer;
}

.bonus-link {
	width: 100px;
	padding-top: 2px;
	position: relative;
}

.bonus-link input {
	position: absolute;
	top: -27px;
	left: 8px;
}

.bonus-link a {
	color: #5f6a7d;
	font-size: 13px;
	line-height: 15px;
	width: 130px;
}

.load-margin {
	margin: 15px;
}

.icon-ar,.icon-cn,.icon-de,.icon-es,.icon-fr,.icon-th {
	margin-right: 9px;
	display: inline-block;
}

.radio-capy input[type=radio]+i {
	background: url(../../img/radio-buttons.png) no-repeat rgba(0,0,0,0);
	display: inline-block;
	height: 18px;
	position: relative;
	width: 18px;
}

.icon-ar,.icon-cn,.icon-de,.icon-es,.icon-fr,.icon-th {
	height: 12px;
	width: 18px;
}

.radio-capy input[type=radio]:checked+i {
	background-position: -30px 0;
}

.radio-capy input[type=radio] {
	opacity: 0;
	position: absolute;
}

.radio-capy {
	position: relative;
}

.date_nowrap {
	font-size: 10px;
}

.tl-table th {
	width: 135px!important;
}

.icon-th {
	background: url(../img/th.png) no-repeat rgba(0,0,0,0);
	vertical-align: -2px;
}

.icon-fr {
	background: url(../img/fr.png) no-repeat rgba(0,0,0,0);
	vertical-align: -2px;
}

.icon-es {
	background: url(../img/es.png) no-repeat rgba(0,0,0,0);
	vertical-align: -2px;
}

.icon-ar {
	background: url(../img/1454435208_Saudi-Arabia_flat.png) no-repeat rgba(0,0,0,0);
	vertical-align: -2px;
}

.icon-cn {
	background: url(../img/1462193287_China.png) no-repeat rgba(0,0,0,0);
	vertical-align: -2px;
}

.icon-de {
	background: url(../img/1479226710_de.png) no-repeat rgba(0,0,0,0);
	vertical-align: -2px;
}

textarea:invalid {
	box-shadow: none;
	border: 1px solid #d9d9d9;
}

.bh-logo {
	background: url(../../img/logo/logo.svg) center center no-repeat rgba(0,0,0,0);
	width: 175px!important;
}

.input-ghost {
	width: 80px;
	display: inline-block;
	font-size: 20px;
	color: #5f6a7d;
	vertical-align: baseline;
}

.captchaInsert,.catchaUpdateButton {
	vertical-align: top;
}

.siteseal img {
	padding-top: 5px;
}

.bl-logo-en {
	background: url(../img/bl-logo-en.png) no-repeat rgba(0,0,0,0);
}

.animate-enter,.animate-leave {
	-webkit-transition: .5s cubic-bezier(.6,-.28,.735,.045) all;
	-moz-transition: .5s cubic-bezier(.6,-.28,.735,.045) all;
	-ms-transition: .5s cubic-bezier(.6,-.28,.735,.045) all;
	-o-transition: .5s cubic-bezier(.6,-.28,.735,.045) all;
	transition: .5s cubic-bezier(.6,-.28,.735,.045) all;
}

.animate-enter {
	left: 100%;
}

.animate-enter.animate-enter-active,.animate-leave {
	left: 0;
}

.pm-mrg {
	margin-top: 15px;
}

.bbl-icon-en {
	background: url(../img/partner/img-4-1_en2.png) no-repeat rgba(0,0,0,0);
}

.rbi-details-capy {
	background: 0 0!important;
}

.form-control,.switch,.tw-btn-default {
	background-color: #fff;
}

.rbi-details-capy span {
	color: #5f6a7d;
}

.clearfix:after {
	height: 0;
}

.clearfix {
	display: block;
}

.btnShare,.catchaUpdateButton,.popup-reg-link,.rb-bonus,.tw-btn {
	display: inline-block;
}

.disclaim {
	font-size: 10px;
	line-height: 12px;
	padding-bottom: 10px;
}

.bf-top {
	height: auto!important;
}

.time-ticker {
	font-size: 20px;
	padding-bottom: 20px;
	text-align: right;
	padding-left: 35px;
}

.payment-list {
	width: 560px!important;
}

.form-disclaimer {
	color: #3c454c;
	font-size: 14px;
	font-weight: 100;
	line-height: 16px;
}

.phone-error,.switch-green-red .switch-label::before {
	color: red;
}

.landing .b-header {
	background-image: url(../../img/landing-bg.jpg);
}

.landing .bl-text {
	margin: 0!important;
}

.phone-title {
	font-size: 10px;
	line-height: 18px;
}

.phone-calls {
	position: absolute;
	left: 250px;
	top: 0;
	background: #fff;
	box-shadow: 1px 1px 3px rgba(0,0,0,.35);
	padding: 10px;
	z-index: 500;
}

.phone-calls .bh-btn-action {
	float: none!important;
}

.bt-phone {
	position: relative;
}

.phone-success {
	color: #228b22;
}

.phone-result {
	font-size: 14px;
	line-height: 28px;
}

.b-login .bl-text {
	-webkit-animation: none!important;
	-moz-animation: none!important;
	animation: none!important;
}

.text_promo {
	width: 720px;
	margin-bottom: 10px;
}

.white-popup-block {
	background: #fff;
	margin: 40px auto;
	max-width: 650px;
	padding: 20px 30px;
	position: relative;
	text-align: left;
}

.open>.dropdown-toggle.tw-btn-default,.tw-btn,.tw-btn-default.active,.tw-btn-default:active,.tw-btn.active,.tw-btn:active {
	background-image: none;
}

.popup-reg {
	width: 600px;
}

.popup-reg-title {
	color: #596d77;
	font-size: 23px;
	margin-bottom: 15px;
}

.popup-reg-text {
	color: #3c454c;
	font-size: 14px;
	font-weight: 100;
	line-height: 16px;
}

.popup-reg-ol {
	padding: 0 0 20px 10px;
}

.popup-reg-ol li {
	color: #5f6a7d;
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
	margin: 10px 0 0;
}

.popup-reg-link {
	color: #5f6a7d;
	font-size: 13px;
	line-height: 15px;
}

hr.type-1,hr.type-2 {
	width: 100%!important;
}

.rb-bonus-title {
	color: #596d77;
	font-size: 18px;
	margin-bottom: 10px;
}

.rbi-bonus,.text-green {
	color: green;
}

.form-group,.popup-p,.popup-p-big {
	margin-bottom: 15px;
}

.rbi-bonus {
	font-size: 18px;
}

.rbi-bonus-btn {
	font-size: 13px!important;
	padding: 5px 14px!important;
}

.b-wrapper {
	min-height: 500px;
}

.popup-p {
	font-size: 13px;
}

.popup-p b {
	font-weight: 700;
	font-size: 14px;
}

.popup-p-big {
	font-size: 16px;
}

.popup-p-big b {
	font-weight: 700;
	font-size: 17px;
}

.form-control,.share_facebook,.tw-btn {
	font-size: 14px;
}

.boons-allow h3,.boons-allow p {
	margin-bottom: 13px;
}

.select,input[type=text],input[type=email],input[type=number],input[type=password],textarea {
	border: 1px solid #d9d9d9;
}

.landing .dropdown-menu {
	z-index: 200;
}

.captchaInsert {
	width: 133px;
	height: 37px;
}

.tw-btn {
	padding: 6px 12px;
	margin-bottom: 0;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.error-help,.loading-label,.share_facebook,.text-bold {
	font-weight: 700;
}

.tw-btn.active.focus,.tw-btn.active:focus,.tw-btn.focus,.tw-btn:active.focus,.tw-btn:active:focus,.tw-btn:focus {
	outline: dotted thin;
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px;
}

.tw-btn.focus,.tw-btn:focus,.tw-btn:hover {
	color: #333;
	text-decoration: none;
}

.tw-btn.active,.tw-btn:active {
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.tw-btn.disabled,.tw-btn[disabled],fieldset[disabled] .tw-btn {
	pointer-events: none;
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

.tw-btn-default {
	color: #333;
	border-color: #ccc;
}

.open>.dropdown-toggle.tw-btn-default,.tw-btn-default.active,.tw-btn-default.focus,.tw-btn-default:active,.tw-btn-default:focus,.tw-btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.fill_number {
	width: 242px!important;
}

.rb-tooltip2 {
	height: auto!important;
}

.bf-regular {
	float: left;
	margin: 15px 0 0 30px;
}

.btnShare {
	border: none!important;
	text-decoration: none!important;
	background: url(../../img/fb-share-button.png) no-repeat;
	width: 90px;
	height: 23px;
	margin: 0 4px;
}

.tw-btn-round,.tw-btn-round-s {
	border-radius: 15px;
}

.tw-btn-green.active,.tw-btn-green:active,.tw-btn-orange.active,.tw-btn-orange:active {
	background-image: none;
}

.ol-head,.pp {
	margin-bottom: 13px;
}

.btnSharePush {
	opacity: .5;
	pointer-events: none;
}

.bl-title {
	padding: 0!important;
}

.tw-btn-flat,.tw-btn-round {
	padding: 4px 12px;
}

.tw-btn-orange {
	color: #fff;
	background-color: #f75b16;
	border-color: #f75b16;
	border-width: 2px;
}

.tw-btn-orange.active,.tw-btn-orange.focus,.tw-btn-orange:active,.tw-btn-orange:focus,.tw-btn-orange:hover {
	color: #fff;
	background-color: #e25415;
	border-color: #f75b16;
}

.tw-btn-green {
	color: #fff;
	background-color: #8dc63f;
	border-color: #8dc63f;
	border-width: 2px;
}

.tw-btn-green.active,.tw-btn-green.focus,.tw-btn-green:active,.tw-btn-green:focus,.tw-btn-green:hover {
	color: #fff;
	background-color: #72a230;
	border-color: #72a230;
}

.tw-btn-round-xx {
	padding: 10px 25px;
	border-radius: 22px;
	font-size: 23px;
	line-height: 85%;
}

.tw-btn-round-sm {
	padding: 4px 8px;
	border-radius: 9px;
	font-size: 11px;
	line-height: 85%;
}

.tw-btn-em:active,.tw-btn-em:focus,.tw-btn-em:hover {
	background-color: transparent!important;
	color: #f75b16!important;
}

.text-center {
	text-align: center!important;
}

.bx-pager,.loading-pfs,.new-f-phone-2,.slide-item-center,.watcher,.watcher>.preloader-wrapper {
	text-align: center;
}

.text-guardian {
	font-size: 11px;
	line-height: 14px;
	margin: 10px 0 0;
}

.md-dialog-container {
	position: fixed;
}

.trading-place {
	min-height: 400px;
}

.tw-btn-link {
	font-weight: 400;
	color: #5f6a7d;
	border-radius: 0;
	text-decoration: underline;
}

.tw-btn-link,.tw-btn-link.active,.tw-btn-link:active,.tw-btn-link[disabled],fieldset[disabled] .tw-btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.tw-btn-link,.tw-btn-link:active,.tw-btn-link:focus,.tw-btn-link:hover {
	border-color: transparent;
	outline: 0!important;
}

.tw-btn-link:focus,.tw-btn-link:hover {
	color: #f75b16;
	text-decoration: underline;
	background-color: transparent;
}

.mrg-lf-10 {
	margin-left: 25px;
}

.mrg-ri-10 {
	margin-right: 20px;
}

.fs-16px {
	font-size: 15px;
	line-height: 23px;
}

.contact-form input,.contact-form textarea {
	border-color: #b3b3b3;
}

.map .wrap {
	width: 970px!important;
}

.main-bg-green {
	background-image: url(../../img/main-bg.jpg);
}

.main-bg-ruble {
	background-image: url(../../img/rubles_bg.gif);
}

.main-bg-crowd {
	background-image: url(../../img/crowd.gif);
}

.abs-action-btn {
	position: absolute;
	bottom: 25px;
	width: 100%;
}

.valuta-sl {
	font-size: 25px;
	padding-top: 45px;
}

.valuta-sl span {
	display: inline-block;
	vertical-align: top;
	padding: 0 13px;
	position: relative;
}

.valuta-sl span:first-child:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	right: -4px;
	top: 0;
	background: #fff;
}

.h1-shader,.p-shader {
	padding: 10px;
	display: inline-block;
	background: rgba(0,0,0,.6);
}

.p-shader {
	font-size: 20px;
	line-height: 29px;
}

.h1-shader {
	color: #fff;
	font-size: 46px;
	line-height: 46px;
	margin-top: 20px;
}

.text-dark {
	color: #333!important;
	text-shadow: -1px -1px 2px rgba(255,255,255,1);
}

.main-bg-crowd .wrap * {
	z-index: 3;
}

.main-bg-crowd:after,.main-bg-ruble:after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.main-bg-ruble {
	position: relative;
}

.main-bg-ruble:after {
	content: "";
	position: absolute;
	background: rgba(0,0,0,.4);
}

.main-bg-crowd {
	position: relative;
}

.main-bg-crowd:after {
	content: "";
	position: absolute;
	background: rgba(0,0,0,.5);
}

.slide-item {
	position: relative;
}

.main-bg-ruble .wrap * {
	z-index: 3;
}

.slide-nav {
	position: absolute;
	top: 50%;
	font-size: 70px;
	color: rgba(255,255,255,.6);
}

.showHover,.slideWrapper {
	position: relative;
}

.slide-nav:hover {
	color: rgba(255,255,255,.9);
}

.slide-nav-right {
	right: -50px;
}

.slide-nav-left {
	left: -50px;
}

.b-banner:hover .slide-nav {
	display: block;
}

.bx-pager-item {
	display: inline-block;
}

.bx-pager-item a {
	background: #FFF;
	border-radius: 5px;
	display: block;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	text-indent: -9999px;
	width: 10px;
	line-height: 15px;
}

.imgHover,.showHover {
	display: inline-block;
}

.bx-pager-item a.current,.bx-pager-item a:hover {
	background: #f75b16;
}

.imgHover {
	border: 1px solid #b5c8d1;
}

.form-control,.icon-vk,.nChildSlide,.slideWrapper:hover .slide-nav {
	display: block;
}

.imgHover img {
	max-width: 100px;
}

.imgDesc {
	font-size: 20px;
	padding: 5px 0;
	margin: 10px 0;
}

.image-link {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-with-zoom .mfp-container,.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: .8;
}

.mfp-with-zoom.mfp-removing .mfp-container,.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

.slideWrapper {
	padding: 0 0 20px;
}

.bx-pager,.slidePaginate {
	position: absolute;
	width: 100%;
}

.nWrap {
	margin: 0;
	padding: 0;
}

.nChildSlide {
	float: left;
	margin: 0;
	padding: 0;
	transform: translateZ(0);
	white-space: normal;
}

.bx-pager {
	bottom: 20px;
	z-index: 100;
}

.slidePaginate {
	top: 0;
	left: 0;
	z-index: 99;
}

.slidePaginate .wrap {
	position: relative;
}

.slide-nav {
	margin-top: 12%;
}

.icon-vk {
	background: url(../../img/vk-social.png) no-repeat rgba(0,0,0,0);
	height: 40px;
	transition: background .2s ease 0s;
	width: 40px;
}

.icon-vk:hover {
	background-position: 0 100%;
}

.form-control {
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	line-height: 1.42857143;
	color: #555;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #999;
}

.form-control::-webkit-input-placeholder {
	color: #999;
}

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

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

.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-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-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-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,.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 {
	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%;
}

.c-half,.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-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 {
		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-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 {
		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-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 {
		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;
	}
}

.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before {
	display: table;
	content: " ";
}

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

.page-header {
	margin: 20px 0 25px 15px;
}

.btn-block {
	display: block;
	width: 100%;
}

.line-h-34 {
	line-height: 34px;
}

.tw-btn-round-s {
	padding: 7px 14px;
	font-size: 16px;
	line-height: 85%;
}

.pfs_payment .col-sm-4 {
	line-height: 34px;
}

.form-control-static {
	line-height: 34px;
	padding-bottom: 7px;
	padding-top: 7px;
}

.loading-pfs {
	padding: 10px;
}

.loading-pfs md-progress-circular {
	padding: 0;
	margin: 0;
	display: inline-block!important;
}

.loading-label,.switch {
	display: inline-block;
	vertical-align: top;
}

.loading-label {
	line-height: 100px;
	padding-left: 20px;
}

.dropdown-menu {
	margin-top: -2px;
}

.switch {
	position: relative;
	width: 56px;
	height: 20px;
	padding: 3px;
	border-radius: 18px;
	box-shadow: inset 0 -1px #fff,inset 0 1px 1px rgba(0,0,0,.05);
	background-image: -webkit-linear-gradient(top,#eee,#fff 25px);
	background-image: -moz-linear-gradient(top,#eee,#fff 25px);
	background-image: -o-linear-gradient(top,#eee,#fff 25px);
	background-image: linear-gradient(to bottom,#eee,#fff 25px);
}

.switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 10px;
	background: #eceeef;
	border-radius: inherit;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.12),inset 0 0 2px rgba(0,0,0,.15);
	-webkit-transition: .15s ease-out;
	-moz-transition: .15s ease-out;
	-o-transition: .15s ease-out;
	transition: .15s ease-out;
	-webkit-transition-property: opacity background;
	-moz-transition-property: opacity background;
	-o-transition-property: opacity background;
	transition-property: opacity background;
}

.switch-label:after,.switch-label:before {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
}

.pfs-protection,.pfs-top-amount {
	line-height: 25px;
	display: inline-block;
}

.switch-label:before {
	content: attr(data-off);
	right: 11px;
	color: #aaa;
	text-shadow: 0 1px rgba(255,255,255,.5);
}

.switch-label:after {
	content: attr(data-on);
	left: 11px;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,.2);
	opacity: 0;
}

.switch-input:checked~.switch-label {
	background: #47a8d8;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.15),inset 0 0 3px rgba(0,0,0,.2);
}

.switch-input:checked~.switch-label:before {
	opacity: 0;
}

.switch-input:checked~.switch-label:after {
	opacity: 1;
}

.switch-handle {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 18px;
	height: 18px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 1px 1px 5px rgba(0,0,0,.2);
	background-image: -webkit-linear-gradient(top,#fff 40%,#f0f0f0);
	background-image: -moz-linear-gradient(top,#fff 40%,#f0f0f0);
	background-image: -o-linear-gradient(top,#fff 40%,#f0f0f0);
	background-image: linear-gradient(to bottom,#fff 40%,#f0f0f0);
	-webkit-transition: left .15s ease-out;
	-moz-transition: left .15s ease-out;
	-o-transition: left .15s ease-out;
	transition: left .15s ease-out;
}

.switch-handle:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	width: 12px;
	height: 12px;
	background: #f9f9f9;
	border-radius: 6px;
	box-shadow: inset 0 1px rgba(0,0,0,.02);
	background-image: -webkit-linear-gradient(top,#eee,#fff);
	background-image: -moz-linear-gradient(top,#eee,#fff);
	background-image: -o-linear-gradient(top,#eee,#fff);
	background-image: linear-gradient(to bottom,#eee,#fff);
}

.switch-input:checked~.switch-handle {
	left: 40px;
	box-shadow: -1px 1px 5px rgba(0,0,0,.2);
}

.switch-green>.switch-input:checked~.switch-label {
	background: #4fb845;
}

.pfs-protection,.pfs-top-amount {
	vertical-align: top;
}

.pfs-top-amount b {
	padding: 0 10px;
	vertical-align: top;
}

.pfs-top-amount-fild {
	width: 55px;
	display: inline-block;
	height: 30px;
}

.p {
	margin-bottom: 10px;
}

.lng-drop {
	display: inline-block;
	vertical-align: top;
	position: relative;
	height: 42px;
	line-height: 42px;
	margin: 0 10px;
	padding: 0 15px;
	min-width: 82px;
}

.lng-drop-choser {
	position: absolute;
	top: 42px;
	left: 0;
	z-index: 100;
	background: #fff;
	min-width: 102px;
	display: none;
}

.lng-icon-arrow-s {
	border-color: #879295 transparent transparent;
	border-style: solid;
	border-width: 4px 4px 0;
	height: 0;
	position: relative;
	display: inline-block;
	right: 0;
	width: 0;
	vertical-align: middle;
}

.lng-drop:hover {
	background: #FAFAFA;
}

.lng-drop:hover .lng-drop-choser {
	display: block;
}

.mrg-both-10 {
	margin: 10px;
}

.mrg-both-5-10 {
	margin: 5px 10px;
}

.pfs_top_up {
	margin-bottom: 15px;
	padding-left: 35px;
	padding-right: 35px;
}

.pfs_top_up-head {
	font-size: 16px;
	line-height: 30px;
}

.pfs_top_up-buttons button {
	margin-left: 13px;
}

.ajs-maximized {
	position: relative;
	z-index: 99999999;
}

.bt-profile-new {
	margin-left: 50px;
	display: inline-block;
	line-height: 42px;
}

.bt-profile-new * {
	font-weight: 600!important;
}

.bt-actions-new {
	font-weight: 400;
	line-height: 42px;
}

.bt-new-sp {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
}

.switch-align-middle {
	vertical-align: middle;
}

.ajs-body-without-footer {
	margin: 0 -24px;
}

.ajs-dialog-720 {
	max-width: 720px!important;
}

.ajs-body-without-footer .ajs-footer {
	margin: 0!important;
}

.tw-btn-orange-inverse {
	border: 2px solid #e25415!important;
	color: #e25415!important;
	background: 0 0!important;
}

.tw-btn-orange-inverse:active,.tw-btn-orange-inverse:focus,.tw-btn-orange-inverse:hover {
	background: #e25415!important;
	color: #FFF!important;
}

.sidebar-content-220 {
	padding-left: 230px;
}

.watcher {
	align-items: center;
	display: flex;
	height: 290px;
}

.watcher>.preloader-wrapper {
	display: inline-block;
	margin: 0 auto;
	vertical-align: middle;
}

.new-f-phone-1,.new-f-phone-2 {
	display: inline-block;
	vertical-align: top;
	float: left;
}

.new-f-phone-1 {
	width: 10%;
}

.new-f-phone-2 {
	width: 5%;
	line-height: 34px;
}

.upload-list-name,.upload-list-status {
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	line-height: 25px;
}

.new-f-phone-3 {
	width: 85%;
	float: left;
	display: inline-block;
	vertical-align: top;
}

.bootstrap .form-control:active,.bootstrap .form-control:focus {
	box-shadow: none;
}

.upload-list {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}

.upload-list-name {
	width: 69%;
	text-overflow: ellipsis;
}

.upload-list-status {
	width: 30%;
	text-align: right;
}

.btn-file {
	position: relative;
}

.btn-file input[type=file] {
	background: 0 0;
	cursor: inherit;
	display: block;
	min-height: 100%;
	min-width: 100%;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
}

.form-text {
	line-height: 32px;
	font-size: 14px;
}

.small,small {
	font-size: 85%;
}

.mark,mark {
	padding: .2em;
	background-color: #fcf8e3;
}

.text-left {
	text-align: left;
}

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

.text-justify {
	text-align: justify;
}

.c-footer-terms,.c-orange-bar,.leader-table,.leader-table th,.leaderboard-title {
	text-align: center;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-muted {
	color: #777;
}

.text-primary {
	color: #337ab7;
}

a.text-primary:hover {
	color: #286090;
}

.text-success {
	color: #3c763d;
}

a.text-success:hover {
	color: #2b542c;
}

.text-info {
	color: #31708f;
}

a.text-info:hover {
	color: #245269;
}

.text-warning {
	color: #8a6d3b;
}

a.text-warning:hover {
	color: #66512c;
}

.text-danger {
	color: #a94442;
}

a.text-danger:hover {
	color: #843534;
}

.bg-primary {
	color: #fff;
	background-color: #337ab7;
}

a.bg-primary:hover {
	background-color: #286090;
}

.bg-success {
	background-color: #dff0d8;
}

a.bg-success:hover {
	background-color: #c1e2b3;
}

.bg-info {
	background-color: #d9edf7;
}

a.bg-info:hover {
	background-color: #afd9ee;
}

.bg-warning {
	background-color: #fcf8e3;
}

a.bg-warning:hover {
	background-color: #f7ecb5;
}

.bg-danger {
	background-color: #f2dede;
}

a.bg-danger:hover {
	background-color: #e4b9b9;
}

@-webkit-keyframes scroll {
	0% {
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}

	100% {
		-webkit-transform: translate(-100%,0);
		transform: translate(-100%,0);
	}
}

@-moz-keyframes scroll {
	0% {
		-moz-transform: translate(0,0);
		transform: translate(0,0);
	}

	100% {
		-moz-transform: translate(-100%,0);
		transform: translate(-100%,0);
	}
}

@keyframes scroll {
	0% {
		transform: translate(0,0);
	}

	100% {
		transform: translate(-100%,0);
	}
}

.marquee {
	display: block;
	width: 100%;
	height: 25px;
}

.marquee>div {
	display: inline-block;
	padding-left: 100%;
	-webkit-animation: scroll 90s infinite linear;
	-moz-animation: scroll 90s infinite linear;
	animation: scroll 90s infinite linear;
}

.tl-item {
	line-height: 25px;
}

.error-help {
	display: inline-block;
	padding: 0 8px;
	color: red;
	font-size: 13px;
}

.need_auth {
	min-height: 400px;
}

.c-row {
	max-width: 1270px;
	margin: 0 auto;
	padding: 0 20px;
}

.c-orange-bar {
	background: #F75B16;
	color: #fff;
}

.c-orange-bar .c-row {
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}

.c-orange-bar .c-row:after {
	content: '';
	display: block;
	position: absolute;
	height: 120%;
	width: 332px;
	left: 50%;
	margin-left: -166px;
	background: #e99e1c;
	background: -moz-radial-gradient(center,ellipse cover,rgba(233,158,28,1) 21%,rgba(247,91,22,1) 68%);
	background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(21%,rgba(233,158,28,1)),color-stop(68%,rgba(247,91,22,1)));
	background: -webkit-radial-gradient(center,ellipse cover,rgba(233,158,28,1) 21%,rgba(247,91,22,1) 68%);
	background: -o-radial-gradient(center,ellipse cover,rgba(233,158,28,1) 21%,rgba(247,91,22,1) 68%);
	background: -ms-radial-gradient(center,ellipse cover,rgba(233,158,28,1) 21%,rgba(247,91,22,1) 68%);
	background: radial-gradient(ellipse at center,rgba(233,158,28,1) 21%,rgba(247,91,22,1) 68%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e99e1c', endColorstr='#f75b16', GradientType=1 );
	top: -10%;
	z-index: 0;
}

.c-orange-bar p {
	margin-bottom: 3px;
	position: relative;
	z-index: 1;
}

.c-orange-bar .big-words {
	text-transform: uppercase;
	font-size: 40px;
	margin: 15px 0;
}

.c-leaderboard-wrap {
	background: url(../img/traingel-pattern.jpg) top center repeat-x;
	padding: 65px 20px 30px;
}

.tabular.menu {
	margin: 0 auto;
	max-width: 835px;
}

.tabular.menu .item.active {
	background: #0a76bb;
}

.tabular.menu .item {
	background: #67a0c5;
	box-shadow: 0 -5px 7px -6px rgba(0,0,0,.37) inset;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 15px;
}

.ui.tab.active,.ui.tab.open {
	display: block;
}

.leaderboard-title {
	color: #6e6e6e;
	padding: 30px;
}

.leaderboard-title h2 {
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 0;
	line-height: 1.2857em;
	color: #6e6e6e;
	text-transform: uppercase;
}

.tab.segment {
	background: #fff;
	border: 1px solid #cecece;
	box-shadow: 0 0 11px rgba(0,0,0,.18);
	margin: 0 auto 20px;
	max-width: 835px;
}

.leader-table td,.leader-table th {
	border-left: none;
	border-right: none;
	line-height: 1.4285em;
}

.leader-table th {
	background: #dff1fd;
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	font-weight: 400;
	padding: 18px 10px;
}

.c-half h4,.leader-table td:first-child,.leader-table td:nth-child(2) {
	font-weight: 600;
}

.leader-table td {
	border-bottom: 1px solid #e1e1e1;
	color: #066c8e;
	font-size: 16px;
	height: 40px;
	padding: 6px 10px;
	vertical-align: middle;
}

.c-footer-terms {
	background: #f0f0f0;
	border-top: 1px solid #d8d8d8;
	color: #848484;
	font-size: 12px;
	padding: 40px 0;
	margin-bottom: -32px;
}

.c-footer-terms p {
	line-height: 20px;
	margin-bottom: 1px;
}

.c-footer-terms p.uppercase {
	margin-top: 10px;
	text-transform: uppercase;
}

.c-two-rows {
	padding: 80px 0;
}

.c-two-rows .c-half {
	padding-left: 0;
	padding-right: 20px;
	text-align: left;
}

.c-half {
	float: left;
	padding: 0 40px;
	text-align: center;
	box-sizing: border-box;
}

.appstore,.google-play {
	vertical-align: middle;
	width: 141px;
	display: inline-block;
}

.c-half h4 {
	color: #0b4fcb;
	font-size: 22px;
	margin-bottom: 25px;
}

.ios-android-shop {
	margin: 20px 0;
}

.google-play {
	background: url(../img/gplay.png) no-repeat rgba(0,0,0,0);
	height: 33px;
	margin-right: 16px;
}

.appstore {
	background: url(../img/appstore.png) no-repeat rgba(0,0,0,0);
	height: 47px;
	margin-left: 16px;
}

.c-two-rows .c-row {
	max-width: 880px;
}

.c-two-rows .c-half+.c-half {
	padding-left: 20px;
	padding-right: 0;
	text-align: right;
}

.ol-head,.ol-pdd {
	padding-left: 15px;
}

.c-half+.c-half {
	border-left: 3px solid #e5e5e5;
}

#spotPackageContainer_platform_positions .positionsHeader th {
	background: 0 0!important;
	position: relative;
}

#spotPackageContainer_platform_positions .positionsHeader th:after {
	content: "";
	position: absolute;
	right: -1px;
	top: 30%;
	width: 1px;
	height: 18px;
	border-left: 1px #c2c2c2 solid;
}

#spotPackageContainer_platform_positions .positionsHeader th:last-child:after {
	content: "";
	position: absolute;
	right: -1px;
	top: 30%;
	width: 1px;
	height: 30%;
	border-left: none;
}

.relative {
	position: relative;
}

.item-recomend {
	position: absolute;
	left: 0;
	top: -17px;
	height: 87px;
	width: 150px;
	z-index: 0;
}

.item-recomend .rec-top {
	color: #f7611e;
	font: 700 13px Arial;
	bottom: -20px;
	left: 0;
}

.item-recomend .rec-bot {
	color: #f7611e;
	font: 700 13px Arial;
	position: absolute;
	bottom: -20px;
	left: 0;
}

.item-recomend2 {
	top: -22px;
	height: 93px;
}

.pm-mrg2 {
	margin-top: 25px;
}

.bbd-link.google-play {
	background-position: 0 0!important;
}

.pay-label {
	color: #0a8;
	font-size: 11px;
	position: absolute;
	left: 10px;
	top: 5px;
}

.trading-inactive {
	position: relative;
}

.trading-inactive:after {
	content: "";
	left: 0;
	top: 0;
	background: rgba(255,255,255,.65);
	width: 100%;
	height: 100%;
	z-index: 50;
	position: absolute;
}

.ol-head {
	color: #000;
	font-size: 15px;
	font-weight: 700;
	line-height: 23px;
	position: relative;
}

.ol-co {
	position: absolute;
	left: 0;
	top: 0;
}

.act-of {
	display: inline-block;
	font-weight: 700;
	color: #ff4500;
	font-size: 14px;
	margin-bottom: 15px;
}

.modal-placer-capy {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.modal-placer-capy:empty {
	z-index: -1;
	display: none;
}

.recomended-label-capy {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	text-align: center;
	background: #ff9c00;
	color: #fff;
	font-size: 10px;
	font-family: Arial;
}

.pmgt-item {
	position: relative;
}

.custom-cb [type=checkbox]:checked,.custom-cb [type=checkbox]:not(:checked) {
	position: absolute;
	left: -9999px;
}

.custom-cb [type=checkbox]+label {
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	font-size: 1rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
}

.custom-cb [type=checkbox]+label:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	z-index: 0;
	border: 2px solid #5a5a5a;
	border-radius: 1px;
	margin-top: 2px;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}

.custom-cb [type=checkbox]:not(:checked):disabled+label:before {
	border: none;
	background-color: rgba(0,0,0,.26);
}

.custom-cb [type=checkbox]:checked+label:before {
	top: -4px;
	left: -3px;
	width: 12px;
	height: 22px;
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	border-right: 2px solid #f75b16;
	border-bottom: 2px solid #f75b16;
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	-o-transform: rotate(40deg);
	transform: rotate(40deg);
	-webkit-backface-visibility: hidden;
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.custom-cb [type=checkbox]:checked:disabled+label:before {
	border-right: 2px solid rgba(0,0,0,.26);
	border-bottom: 2px solid rgba(0,0,0,.26);
}

.custom-cb [type=checkbox]:indeterminate+label:before {
	left: -10px;
	top: -11px;
	width: 10px;
	height: 22px;
	border-top: none;
	border-left: none;
	border-right: 2px solid #f75b16;
	border-bottom: none;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-backface-visibility: hidden;
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.custom-cb [type=checkbox]:indeterminate:disabled+label:before {
	border-right: 2px solid rgba(0,0,0,.26);
	background-color: transparent;
}

.custom-cb [type=checkbox].filled-in+label:after {
	border-radius: 2px;
}

.custom-cb [type=checkbox].filled-in+label:after,.custom-cb [type=checkbox].filled-in+label:before {
	content: '';
	left: 0;
	position: absolute;
	transition: border .25s,background-color .25s,width .2s .1s,height .2s .1s,top .2s .1s,left .2s .1s;
	z-index: 1;
}

.custom-cb [type=checkbox].filled-in:not(:checked)+label:before {
	width: 0;
	height: 0;
	border: 3px solid transparent;
	left: 6px;
	top: 10px;
	-webkit-transform: rotateZ(37deg);
	transform: rotateZ(37deg);
	-webkit-transform-origin: 20% 40%;
	transform-origin: 100% 100%;
}

.custom-cb [type=checkbox].filled-in:not(:checked)+label:after {
	height: 20px;
	width: 20px;
	background-color: transparent;
	border: 2px solid #5a5a5a;
	top: 0;
	z-index: 0;
}

.custom-cb [type=checkbox].filled-in:checked+label:before {
	top: 0;
	left: 1px;
	width: 8px;
	height: 13px;
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotateZ(37deg);
	transform: rotateZ(37deg);
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.custom-cb [type=checkbox].filled-in:checked+label:after {
	top: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #f75b16;
	background-color: #f75b16;
	z-index: 0;
}

.custom-cb [type=checkbox].filled-in:disabled:not(:checked)+label:before {
	background-color: transparent;
	border: 2px solid transparent;
}

.custom-cb [type=checkbox].filled-in:disabled:not(:checked)+label:after {
	border-color: transparent;
	background-color: #BDBDBD;
}

.custom-cb [type=checkbox].filled-in:disabled:checked+label:before {
	background-color: transparent;
}

.custom-cb [type=checkbox].filled-in:disabled:checked+label:after {
	background-color: #BDBDBD;
	border-color: #BDBDBD;
}

.custom-rb [type=radio]:checked,.custom-rb [type=radio]:not(:checked) {
	position: absolute;
	left: -9999px;
	visibility: hidden;
}

.custom-rb [type=radio]:checked+label,.custom-rb [type=radio]:not(:checked)+label {
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	font-size: 1rem;
	-webkit-transition: .28s ease;
	-moz-transition: .28s ease;
	-o-transition: .28s ease;
	-ms-transition: .28s ease;
	transition: .28s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
}

.custom-rb [type=radio]+label:after,.custom-rb [type=radio]+label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	margin: 4px;
	width: 16px;
	height: 16px;
	z-index: 0;
	-webkit-transition: .28s ease;
	-moz-transition: .28s ease;
	-o-transition: .28s ease;
	-ms-transition: .28s ease;
	transition: .28s ease;
}

.custom-rb [type=radio]:not(:checked)+label:before {
	border-radius: 50%;
	border: 2px solid #5a5a5a;
}

.custom-rb [type=radio]:not(:checked)+label:after {
	border-radius: 50%;
	border: 2px solid #5a5a5a;
	z-index: -1;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.custom-rb [type=radio]:checked+label:before {
	border-radius: 50%;
	border: 2px solid transparent;
}

.custom-rb [type=radio]:checked+label:after {
	border-radius: 50%;
	border: 2px solid #f75b16;
	background-color: #f75b16;
	z-index: 0;
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
}

.custom-rb [type=radio].with-gap:checked+label:before {
	border-radius: 50%;
	border: 2px solid #f75b16;
}

.custom-rb [type=radio].with-gap:checked+label:after {
	border-radius: 50%;
	border: 2px solid #f75b16;
	background-color: #f75b16;
	z-index: 0;
	-webkit-transform: scale(.5);
	-moz-transform: scale(.5);
	-ms-transform: scale(.5);
	-o-transform: scale(.5);
	transform: scale(.5);
}

.custom-rb [type=radio]:disabled:checked+label:before,.custom-rb [type=radio]:disabled:not(:checked)+label:before {
	background-color: transparent;
	border-color: rgba(0,0,0,.26);
}

.custom-rb [type=radio]:disabled+label {
	color: rgba(0,0,0,.26);
}

.custom-rb [type=radio]:disabled:not(:checked)+label:hover:before {
	border-color: rgba(0,0,0,.26);
}

.preloader-wrapper {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
}

.preloader-wrapper.small {
	width: 36px;
	height: 36px;
}

.preloader-wrapper.big {
	width: 64px;
	height: 64px;
}

.circle-clipper,.circle-clipper .circle,.gap-patch {
	height: 100%;
	border-color: inherit;
}

.preloader-wrapper.active {
	-webkit-animation: container-rotate 1568ms linear infinite;
	animation: container-rotate 1568ms linear infinite;
}

@-webkit-keyframes container-rotate {
	to {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes container-rotate {
	to {
		transform: rotate(360deg);
	}
}

.spinner-layer {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.spinner-blue,.spinner-blue-only {
	border-color: #4285f4;
}

.spinner-red,.spinner-red-only {
	border-color: #db4437;
}

.spinner-orange,.spinner-orange-only {
	border-color: #e25415;
}

.spinner-yellow,.spinner-yellow-only {
	border-color: #f4b400;
}

.spinner-green,.spinner-green-only {
	border-color: #8dc63f;
}

.spinner-fgreen,.spinner-fgreen-only {
	border-color: #0f9d58;
}

.active .spinner-layer.spinner-blue {
	-webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both,blue-fade-in-out 5332ms cubic-bezier(.4,0,.2,1) infinite both;
	animation: fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both,blue-fade-in-out 5332ms cubic-bezier(.4,0,.2,1) infinite both;
}

.active .spinner-layer.spinner-red {
	-webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both,red-fade-in-out 5332ms cubic-bezier(.4,0,.2,1) infinite both;
	animation: fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both,red-fade-in-out 5332ms cubic-bezier(.4,0,.2,1) infinite both;
}

.active .spinner-layer.spinner-yellow {
	-webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both,yellow-fade-in-out 5332ms cubic-bezier(.4,0,.2,1) infinite both;
	animation: fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both,yellow-fade-in-out 5332ms cubic-bezier(.4,0,.2,1) infinite both;
}

.active .spinner-layer.spinner-green {
	-webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both,green-fade-in-out 5332ms cubic-bezier(.4,0,.2,1) infinite both;
	animation: fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both,green-fade-in-out 5332ms cubic-bezier(.4,0,.2,1) infinite both;
}

.active .spinner-layer.spinner-blue-only,.active .spinner-layer.spinner-green-only,.active .spinner-layer.spinner-red-only,.active .spinner-layer.spinner-yellow-only {
	opacity: 1;
	-webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both;
	animation: fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both;
}

@-webkit-keyframes fill-unfill-rotate {
	12.5% {
		-webkit-transform: rotate(135deg);
	}

	25% {
		-webkit-transform: rotate(270deg);
	}

	37.5% {
		-webkit-transform: rotate(405deg);
	}

	50% {
		-webkit-transform: rotate(540deg);
	}

	62.5% {
		-webkit-transform: rotate(675deg);
	}

	75% {
		-webkit-transform: rotate(810deg);
	}

	87.5% {
		-webkit-transform: rotate(945deg);
	}

	to {
		-webkit-transform: rotate(1080deg);
	}
}

@keyframes fill-unfill-rotate {
	12.5% {
		transform: rotate(135deg);
	}

	25% {
		transform: rotate(270deg);
	}

	37.5% {
		transform: rotate(405deg);
	}

	50% {
		transform: rotate(540deg);
	}

	62.5% {
		transform: rotate(675deg);
	}

	75% {
		transform: rotate(810deg);
	}

	87.5% {
		transform: rotate(945deg);
	}

	to {
		transform: rotate(1080deg);
	}
}

@-webkit-keyframes blue-fade-in-out {
	100%,25%,90%,from {
		opacity: 1;
	}

	26%,89% {
		opacity: 0;
	}
}

@keyframes blue-fade-in-out {
	100%,25%,90%,from {
		opacity: 1;
	}

	26%,89% {
		opacity: 0;
	}
}

@-webkit-keyframes red-fade-in-out {
	15%,51%,from {
		opacity: 0;
	}

	25%,50% {
		opacity: 1;
	}
}

@keyframes red-fade-in-out {
	15%,51%,from {
		opacity: 0;
	}

	25%,50% {
		opacity: 1;
	}
}

@-webkit-keyframes yellow-fade-in-out {
	40%,76%,from {
		opacity: 0;
	}

	50%,75% {
		opacity: 1;
	}
}

@keyframes yellow-fade-in-out {
	40%,76%,from {
		opacity: 0;
	}

	50%,75% {
		opacity: 1;
	}
}

@-webkit-keyframes green-fade-in-out {
	100%,65%,from {
		opacity: 0;
	}

	75%,90% {
		opacity: 1;
	}
}

@keyframes green-fade-in-out {
	100%,65%,from {
		opacity: 0;
	}

	75%,90% {
		opacity: 1;
	}
}

.gap-patch {
	position: absolute;
	top: 0;
	left: 45%;
	width: 10%;
	overflow: hidden;
}

.gap-patch .circle {
	width: 1000%;
	left: -450%;
}

.circle-clipper {
	display: inline-block;
	position: relative;
	width: 50%;
	overflow: hidden;
}

.circle-clipper .circle {
	width: 200%;
	border-width: 3px;
	border-style: solid;
	border-bottom-color: transparent!important;
	border-radius: 50%;
	-webkit-animation: none;
	animation: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}

.circle-clipper.left .circle {
	left: 0;
	border-right-color: transparent!important;
	-webkit-transform: rotate(129deg);
	transform: rotate(129deg);
}

.circle-clipper.right .circle {
	left: -100%;
	border-left-color: transparent!important;
	-webkit-transform: rotate(-129deg);
	transform: rotate(-129deg);
}

.active .circle-clipper.left .circle {
	-webkit-animation: left-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both;
	animation: left-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both;
}

.active .circle-clipper.right .circle {
	-webkit-animation: right-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both;
	animation: right-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both;
}

@-webkit-keyframes left-spin {
	from,to {
		-webkit-transform: rotate(130deg);
	}

	50% {
		-webkit-transform: rotate(-5deg);
	}
}

@keyframes left-spin {
	from,to {
		transform: rotate(130deg);
	}

	50% {
		transform: rotate(-5deg);
	}
}

@-webkit-keyframes right-spin {
	from,to {
		-webkit-transform: rotate(-130deg);
	}

	50% {
		-webkit-transform: rotate(5deg);
	}
}

@keyframes right-spin {
	from,to {
		transform: rotate(-130deg);
	}

	50% {
		transform: rotate(5deg);
	}
}

#spinnerContainer.cooldown {
	-webkit-animation: container-rotate 1568ms linear infinite,fade-out .4s cubic-bezier(.4,0,.2,1);
	animation: container-rotate 1568ms linear infinite,fade-out .4s cubic-bezier(.4,0,.2,1);
}

@-webkit-keyframes fade-out {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes fade-out {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.str_wrap {
	overflow: hidden;
	//zoom: 1;
	width: 100%;
	font-size: 12px;
	line-height: 16px;
	position: relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	background: #f6f6f6;
	white-space: nowrap;
}

.str_wrap.str_active {
	background: #f1f1f1;
}

.str_move {
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 0;
	cursor: move;
}

.str_move_clone {
	display: inline-block;
	//display: inline;
	//zoom: 1;
	vertical-align: top;
	position: absolute;
	left: 100%;
	top: 0;
}

.str_vertical .str_move_clone {
	left: 0;
	top: 100%;
}

.str_down .str_move_clone {
	left: 0;
	bottom: 100%;
}

.str_down .str_move,.str_vertical .str_move {
	white-space: normal;
	width: 100%;
}

.noStop .str_move,.no_drag .str_move,.str_static .str_move {
	cursor: inherit;
}

.str_wrap img {
	max-width: none!important;
}

.mfp-bg,.mfp-container,.mfp-wrap {
	top: 0;
	height: 100%;
	width: 100%;
}

.mfp-bg {
	left: 0;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8;
	filter: alpha(opacity=80);
}

.mfp-wrap {
	left: 0;
	z-index: 1043;
	position: fixed;
	outline: 0!important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	left: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-close,.mfp-preloader {
	text-align: center;
	position: absolute;
}

.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none!important;
}

.mfp-preloader {
	color: #CCC;
	top: 50%;
	width: auto;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-close,.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader {
	display: none;
}

button.mfp-arrow,button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	right: 0;
	top: 0;
	text-decoration: none;
	opacity: .65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	font-style: normal;
	font-size: 28px;
	font-family: Arial,Baskerville,monospace;
}

.mfp-close:focus,.mfp-close:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	filter: alpha(opacity=65);
	margin: -55px 0 0;
	top: 50%;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:focus,.mfp-arrow:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: inset transparent;
}

.mfp-arrow .mfp-a,.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow .mfp-b,.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left .mfp-a,.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left .mfp-b,.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right .mfp-a,.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right .mfp-b,.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0,0,0,.6);
	background: #000;
}

.mfp-figure:after,img.mfp-img {
	width: auto;
	height: auto;
	display: block;
}

img.mfp-img {
	max-width: 100%;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0;
	margin: 0 auto;
}

.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	right: 0;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0,0,0,.6);
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0,0,0,.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0,0,0,.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		transform: scale(.75);
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.mfp-ie7 .mfp-img {
	padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
	padding: 0;
}

.mfp-ie7 .mfp-content {
	padding-top: 44px;
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}

.datepicker-calendar-body,.datepicker-calendar-days-header,.datepicker-calendar-header,.datepicker-calendar-years-pagination-pages,datepicker {
	font-family: Helvetica Neue;
	font-size: 13.5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	float: left;
	clear: right;
	position: relative;
}

.datepicker-calendar {
	background: #fff;
	color: #333;
	position: absolute;
	z-index: 999;
	min-width: 220px;
	margin: 0 auto 0 -.5%;
	width: 101%;
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.1) inset;
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0,.1) inset;
	box-shadow: 0 0 0 1px rgba(0,0,0,.1) inset;
	visibility: hidden;
	overflow: hidden;
	padding: 0 0 2%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.datepicker-calendar.datepicker-open {
	visibility: visible;
}

.datepicker-calendar-header {
	text-align: center;
	font-size: 15px;
	line-height: 40px;
}

.datepicker-calendar-header:nth-child(odd) {
	background: #138EFA;
}

.datepicker-calendar-header:nth-child(even) {
	background: #7BC6FC;
}

.datepicker-calendar-header-left,.datepicker-calendar-header-middle,.datepicker-calendar-header-right {
	width: 15%;
	float: left;
}

.datepicker-calendar-header-middle {
	width: 70%;
}

.datepicker-calendar-body {
	width: 96%;
	margin: 2%;
	text-align: center;
}

.datepicker-calendar-day {
	cursor: pointer;
	font-size: 12.5px;
	width: 12.2%;
	margin: 5px 1%;
	padding: 1.5% 0;
	float: left;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.datepicker-calendar-day.datepicker-active,.datepicker-calendar-day:hover {
	background: rgba(0,0,0,.03);
}

.datepicker-calendar-header a,.datepicker-calendar-header a:hover {
	text-decoration: none;
	padding: 3% 9% 4%;
	font-size: 13.5px;
	color: rgba(0,0,0,.55);
	font-weight: 700;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.datepicker-calendar-header a:hover {
	color: rgba(0,0,0,.9);
	background: rgba(255,255,255,.45);
}

.datepicker-calendar-month {
	color: #fff;
}

.datepicker-calendar-month span {
	font-size: 13px;
	margin-left: 1%;
	color: rgba(0,0,0,.4);
}

.datepicker-calendar-month a span i {
	font-style: normal;
	font-size: 15px;
}

.datepicker-calendar-month a,.datepicker-calendar-month a:hover {
	padding: 3px;
	margin-left: 1%;
}

.datepicker-calendar-years-pagination {
	padding: 2% 0 0;
	float: left;
	clear: right;
}

.datepicker-calendar-years-pagination a,.datepicker-calendar-years-pagination a:hover {
	font-size: 12px;
	padding: 0 7px;
	font-weight: 400;
	margin: 3px 1% 0;
	line-height: 20px;
	display: inline-block;
}

.datepicker-calendar-years-pagination a.datepicker-active {
	color: rgba(0,0,0,.9);
	font-weight: 500;
	background: rgba(255,255,255,.45);
}

.datepicker-calendar-years-pagination-pages a,.datepicker-calendar-years-pagination-pages a:hover {
	padding: 5px 10px;
}

.datepicker-calendar-days-header {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 2%;
	background: rgba(19,142,250,.08);
	border-bottom: 1px solid rgba(0,0,0,.02);
}

.datepicker-calendar-days-header div {
	width: 13.2%;
	font-weight: 500;
	font-size: 11.5px;
	padding: 10px .5%;
	float: left;
	text-align: center;
	color: rgba(0,0,0,.7);
}

.datepicker-calendar-days .datepicker-default-button {
	font-size: 18.5px;
	position: relative;
	bottom: -.5px;
}

.datepicker-calendar-day.datepicker-disabled,.datepicker-calendar-day.datepicker-disabled:hover,.datepicker-calendar-years-pagination a.datepicker-active.datepicker-disabled,.datepicker-calendar-years-pagination a.datepicker-active.datepicker-disabled:hover,.datepicker-calendar-years-pagination a.datepicker-disabled,.datepicker-calendar-years-pagination a.datepicker-disabled:hover {
	color: rgba(0,0,0,.2);
	background: rgba(25,2,0,.02);
	cursor: default;
}

.ui.green-fp.button,.ui.green-fp.buttons .button {
	background-color: #8dc63f;
	color: #FFF;
	text-shadow: none;
	background-image: none;
}

.ui.green-fp.button {
	box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
}

.ui.green-fp.button:focus,.ui.green-fp.button:hover,.ui.green-fp.buttons .button:focus,.ui.green-fp.buttons .button:hover {
	background-color: #72a230;
	color: #FFF;
	text-shadow: none;
}

.ui.green-fp.button:active,.ui.green-fp.buttons .button:active {
	background-color: #4b6b20;
	color: #FFF;
	text-shadow: none;
}

.ui.green-fp.active.button,.ui.green-fp.button .active.button:active,.ui.green-fp.buttons .active.button,.ui.green-fp.buttons .active.button:active {
	background-color: #72a230;
	color: #FFF;
	text-shadow: none;
}

.ui.inverted.green-fp.button,.ui.inverted.green-fp.buttons .button {
	background-color: transparent;
	box-shadow: 0 0 0 2px #8dc63f inset!important;
	color: #8dc63f;
}

.ui.inverted.green-fp.button.active,.ui.inverted.green-fp.button:active,.ui.inverted.green-fp.button:focus,.ui.inverted.green-fp.button:hover,.ui.inverted.green-fp.buttons .button.active,.ui.inverted.green-fp.buttons .button:active,.ui.inverted.green-fp.buttons .button:focus,.ui.inverted.green-fp.buttons .button:hover {
	box-shadlightOw: none!important;
	color: #FFF;
	background-color: #8dc63f;
}

.ui.inverted.green-fp.active.button,.ui.inverted.green-fp.button:active,.ui.inverted.green-fp.button:focus,.ui.inverted.green-fp.buttons .active.button,.ui.inverted.green-fp.buttons .button:active,.ui.inverted.green-fp.buttons .button:focus,.ui.inverted.green-fp.buttons .button:hover,.ui.inverted.v.button:hover {
	background-color: #72a230;
}

.ui.orange-fp.button,.ui.orange-fp.button:hover,.ui.orange-fp.buttons .button,.ui.orange-fp.buttons .button:hover {
	background-color: #f75b16;
	color: #FFF;
	text-shadow: none;
}

.ui.orange-fp.button,.ui.orange-fp.buttons .button {
	background-image: none;
}

.ui.orange-fp.button {
	box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
}

.ui.orange-fp.button:focus,.ui.orange-fp.buttons .button:focus {
	background-color: #e55b00;
	color: #FFF;
	text-shadow: none;
}

.ui.orange-fp.button:active,.ui.orange-fp.buttons .button:active {
	background-color: #cf590c;
	color: #FFF;
	text-shadow: none;
}

.ui.orange-fp.active.button,.ui.orange-fp.button .active.button:active,.ui.orange-fp.buttons .active.button,.ui.orange-fp.buttons .active.button:active {
	background-color: #f56100;
	color: #FFF;
	text-shadow: none;
}

.ui.inverted.orange-fp.button,.ui.inverted.orange-fp.buttons .button {
	background-color: transparent;
	box-shadow: 0 0 0 2px #f75b16 inset!important;
	color: #f75b16;
}

.ui.inverted.orange-fp.button.active,.ui.inverted.orange-fp.button:active,.ui.inverted.orange-fp.button:focus,.ui.inverted.orange-fp.button:hover,.ui.inverted.orange-fp.buttons .button.active,.ui.inverted.orange-fp.buttons .button:active,.ui.inverted.orange-fp.buttons .button:focus,.ui.inverted.orange-fp.buttons .button:hover {
	box-shadow: none!important;
	color: #FFF;
	background-color: #f75b16;
}

.ui.inverted.orange-fp.button:hover,.ui.inverted.orange-fp.buttons .button:hover {
	background-color: #e25415;
}

.ui.inverted.orange-fp.button:focus,.ui.inverted.orange-fp.buttons .button:focus {
	background-color: #e55b00;
}

.ui.inverted.orange-fp.active.button,.ui.inverted.orange-fp.buttons .active.button {
	background-color: #cf590c;
}

.ui.inverted.orange-fp.button:active,.ui.inverted.orange-fp.buttons .button:active {
	background-color: #f56100;
}

#ccExpirationLabel,#ccNumberLabel,.ccAppearance,.ccBlock,.ccFront {
	position: relative;
}

.ccAppearance {
	width: 600px;
	float: left;
	overflow: hidden;
	background: url(../../img/cascade/ccBackBg.png) repeat-x #ecebeb;
	-webkit-box-shadow: 0 1px 3px 2px rgba(119,119,119,.4),inset 0 0 0 1px #fff;
	box-shadow: 0 1px 3px 2px rgba(119,119,119,.4),inset 0 0 0 1px #fff;
	border-radius: 11px;
}

.amex .ccAppearance,.ccFront {
	width: 420px;
}

.ccFront {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #fff;
	background: url(../../img/cascade/ccFrontBg.png) repeat-x;
	border-radius: 11px;
	padding: 65px 16.5px 5px;
	-webkit-box-shadow: 23px 1px 39px 0 rgba(0,0,0,.32);
	box-shadow: 23px 1px 39px 0 rgba(0,0,0,.32);
}

#ccNumber {
	width: 100%!important;
	font-size: 19px!important;
	padding-right: 30px!important;
	margin-bottom: 20px!important;
	height: 45px;
}

#ccNumberLabel {
	width: 100%;
	font-size: 13px;
}

.ccFront label {
	font-family: "OCR A Std",sans-serif;
	color: #666;
	text-transform: uppercase;
	font-size: 11px;
	min-width: 100px;
	display: inline-block;
	padding: 4px 0;
	vertical-align: baseline;
	text-shadow: 0 -1px 1px #fff;
	-webkit-text-stroke-width: .2px;
	-webkit-text-stroke-color: #666;
	-webkit-font-smoothing: antialiased;
	line-height: normal;
}

#ccExpirationLabel {
	display: block;
	float: left;
	top: 2px;
	width: 100px;
}

#ccExpirationMonth,#ccExpirationMonth:focus {
	display: block;
	float: left;
	width: 90px!important;
	margin: 0 12px 16.5px 0!important;
}

#ccExpirationYear {
	display: block;
	width: 90px!important;
}

#ccHolderLabel {
	display: block;
	float: left;
	width: 100px;
	margin-top: 8px;
}

#ccHolder {
	width: 285px!important;
	margin-bottom: 16.5px!important;
}

#ccSecurityCodeLabel {
	display: block;
	position: absolute;
	width: 65px;
	min-width: 65px;
	left: 447.5px;
	top: 98px;
	z-index: 1;
	font-weight: 700;
	text-shadow: 0 -1px 1px rgba(255,255,255,.3);
}

#ccSecurityCode {
	position: absolute;
	width: 60px!important;
	left: 523.5px;
	top: 95px;
}

.ccBlock {
	margin: .25em 0 0;
	padding: 5px 0 5px 25px;
}

.ccSecurityCodeNote {
	display: none;
	color: #666;
	margin-left: 734px;
	position: absolute;
	top: 106px;
	width: 210px;
	line-height: normal;
}

.ccSecurityCodeNote.default {
	display: block;
}

.amex .ccSecurityCodeNote.amex {
	display: block;
	width: 245px;
	margin-left: 434.5px;
	top: 100px;
}

.amex .ccSecurityCodeNote:before,.ccSecurityCodeNote:before {
	content: "";
	border-top: 1px solid silver;
	top: 8px;
	z-index: 2;
	display: block;
	position: absolute;
}

.ccSecurityCodeNote:before {
	width: 135px;
	left: -145px;
}

.amex .ccSecurityCodeNote:before {
	width: 20px;
	left: -25px;
}

#ccExpirationLabel:after {
	display: block;
	position: absolute;
	content: "/";
	top: 0;
	left: 190px;
	width: 12px;
	max-width: 12px;
	text-align: center;
	padding: 4px 0;
}

.card-icon {
	display: inline-block;
	content: "";
	position: relative;
	background: url(../../img/cascade/cc-images.svg) no-repeat;
	width: 40px;
	height: 24px;
	margin-right: 5px;
}

.card-icon-placer {
	position: absolute;
	top: 16.5px;
}

.card-icon-mc {
	background-position: -46px 0;
}

.card-icon-visa {
	background-position: 0 0;
}

.card-icon-amex {
	background-position: -138px 0;
}

.card-icon-jcb {
	background-position: -276px 0;
}

.card-icon-mae {
	background-position: -92px 0;
}

.amex #ccNumber.invalid-luhn,.amex #ccNumber.valid-luhn {
	background-position: 260px .4em!important;
}

.amex #ccNumber,.amex #ccNumberLabel {
	width: 292px!important;
}

.amex #ccSecurityCodeLabel {
	width: 75px;
	min-width: 75px;
	left: 341.5px;
	top: 55px;
}

.amex #ccSecurityCode {
	width: 60px;
	left: 341.5px;
	top: 90px;
}

.amex .ccSecurityCodeNote.default {
	display: none;
}

.ssl-enc {
	padding-left: 25px;
}

.form-action-uoter {
	margin: 15px 0;
}

.pull-left {
	float: left;
}

.ui.button.fbu {
	border-radius: 1.286rem;
	margin: 0;
	font-family: "Open Sans",Lato,"Helvetica Neue",Arial,Helvetica,sans-serif;
}

.ui.button.fbun {
	border-radius: 1.286rem;
	font-family: "Open Sans",Lato,"Helvetica Neue",Arial,Helvetica,sans-serif;
}

.cards_top_up-buttons {
	float: right;
	padding-left: 10px;
}

.ccForont-save {
	height: 250px;
	padding-top: 35px;
	background: url(../../img/cascade/card-bg.png) center center no-repeat;
	background-size: cover;
	border: none;
}

.card-fron-number,.card-front-label,.card-front-text {
	font-family: "Open Sans",sans-serif;
	color: #fff;
	padding: 4px 0;
	line-height: normal;
	text-shadow: 0 -1px 1px rgba(0,0,0,.5);
	font-weight: 700;
}

.card-front-label {
	font-size: 14px;
	text-transform: uppercase;
}

.card-front-text {
	font-size: 14px;
}

.card-fron-number {
	font-size: 34px;
}

.st-front,.st-front .label,.st-front .value {
	font-family: "Open Sans",sans-serif!important;
}

.ccAppearance-front {
	width: 490px;
}

.ccBlock-front {
	padding-left: 12px;
}

.st-front {
	padding-left: 10px;
}

.st-front .label {
	margin: 0 .75em!important;
	color: rgba(0,0,0,.87)!important;
}

i.group,i.private {
	margin-right: 5px;
	display: inline-block;
}

.chat-content {
	height: 602px;
	display: none;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s,opacity .5s linear;
}

.chat-types-tabs .tab-item,.tips,.video-controls {
	transition: .3s ease-in-out;
}

.opened .chat-content {
	display: block;
	background: #fff;
	visibility: visible;
	opacity: 1;
}

.chat-loader {
	height: 602px;
	line-height: 602px;
	text-align: center;
}

.opened .chat-topbar {
	position: absolute;
	width: 40px;
	right: 0;
	top: 0;
	opacity: 0;
}

.opened .chat-topbar #toggle-fixed-chat {
	display: none;
}

.chat-loader md-progress-circular {
	display: inline-block;
}

.chat-types-tabs:after,.video-chat-wrap:after {
	content: '';
	display: block;
}

.video-chat-wrap {
	position: relative;
	margin-bottom: 60px;
	z-index: 1;
	width: 100%;
}

.fixed-chat * {
	box-sizing: border-box;
}

.video-chat-wrap:after {
	clear: both;
}

.video-chat-wrap .chat-girl {
	width: 26.72%;
	float: right;
	background: #556e78;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

#chating-scroll,.chat-heading,.videoWrapper {
	position: relative;
}

.video-chat-wrap .video-girl iframe {
	display: inline-block;
	vertical-align: top;
}

.chat-heading {
	padding: 12px 15px;
	border-bottom: 1px solid #6c8690;
}

.chating-wrap {
	padding: 15px;
}

.round-photo {
	float: left;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	overflow: hidden;
}

.chat-name-status {
	margin-left: 55px;
}

.chat-name-status p {
	font-size: 18px;
	font-weight: 300;
	line-height: 21px;
	max-width: calc(100% - 85px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.chat-name-status span {
	font-size: 12px;
	color: #fff;
}

.msg-header {
	margin-bottom: 4px;
	font-weight: 300;
}

.msg-header time {
	font-size: 11px;
	float: right;
	color: #6f6d6d;
	margin-top: 3px;
}

.msg-text {
	font-size: 13px;
	font-weight: 300;
	line-height: 17px;
	color: #fff;
}

.her-message,.your-message {
	margin-bottom: 15px;
}

.your-message .your-name {
	color: #2b934f;
	font-size: 13px;
}

.her-message .her-name {
	color: #ffc100;
	font-size: 13px;
}

#chating-scroll {
	height: calc(100% - 136px);
}

.chat-types-tabs:after {
	position: absolute;
	bottom: -36px;
	left: 0;
	width: 100%;
	height: 35px;
	z-index: 1;
	background: -moz-linear-gradient(top,rgba(41,41,41,1) 0,rgba(41,41,41,0) 100%);
	background: -webkit-linear-gradient(top,rgba(41,41,41,1) 0,rgba(41,41,41,0) 100%);
	background: linear-gradient(to bottom,rgba(41,41,41,1) 0,rgba(41,41,41,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292929', endColorstr='#00292929', GradientType=0 );
}

.chat-types-tabs {
	position: relative;
	background: #292929;
	border-bottom: 1px solid #464646;
	font-size: 0;
}

.chat-types-tabs .tab-item {
	display: inline-block;
	width: 50%;
	text-align: center;
	padding: 8px 10px;
	font-size: 13px;
	cursor: pointer;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-ransition: .3s ease-in-out;
	box-sizing: border-box;
	color: #a4afb3;
}

.typing-area input[type=text],.typing-area textarea {
	box-sizing: border-box;
	font-size: 14px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
	overflow: hidden;
}

.chat-types-tabs .tab-item:hover {
	background: #50666f;
}

.chat-types-tabs .tab-item.active {
	background: #383838;
	color: #fff;
}

.chat-types-tabs .tab-item i {
	opacity: .5;
}

.chat-types-tabs .tab-item.active i {
	opacity: 1;
}

i.private {
	background: url(../../img/main/chat-icons.png) no-repeat;
	width: 11px;
	height: 14px;
	vertical-align: -2px;
}

i.group {
	background: url(../../img/main/chat-icons.png) -15px 0 no-repeat;
	width: 19px;
	height: 14px;
	vertical-align: -2px;
}

.typing-area {
	height: 50px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	z-index: 2;
}

.typing-area input[type=text] {
	width: 100%;
	height: 25px;
	border: none;
	outline: 0;
	background: #fff;
	padding: 2px 15px;
	border-radius: 0;
	-webkit-appearance: none;
}

.typing-area textarea {
	width: 100%;
	height: 100%;
	border: none;
	outline: 0;
	background: #fff;
	resize: none;
	padding: 17px 55px 17px 15px;
	border-radius: 0;
	-webkit-appearance: none;
}

.typing-area .save-name,.typing-area .send-enter {
	position: absolute;
	border: none;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
}

.typing-area .send-enter {
	background: url(../img/enter.html) center center no-repeat;
	bottom: 13px;
	right: 14px;
	width: 19px;
	height: 21px;
}

.typing-area label {
	font-size: 13px;
	color: #727889;
	padding: 8px 15px 0;
	line-height: 12px;
	display: block;
	font-weight: 400;
}

.typing-area.guest {
	padding-right: 70px;
}

.chat-topbar .left,.fix-chat-name {
	padding: 10px 15px;
	float: left;
}

.typing-area .save-name {
	background: #2b934f;
	bottom: 0;
	right: 0;
	width: 70px;
	font-size: 14px;
	height: 100%;
	color: #fff;
	border-radius: 0;
	box-shadow: none;
}

.typing-area .save-name:hover {
	background: #2da958;
}

.fixed-chat.opened {
	bottom: 0;
	width: 410px;
	box-shadow: 0 5px 35px rgba(0,0,0,.33);
}

.fixed-chat.visible {
	visibility: visible;
	opacity: 1;
}

.fixed-chat {
	max-height: 600px;
	position: fixed;
	z-index: 100;
	bottom: 0;
	right: 0;
	width: 200px;
	background: #5f7a84;
}

.fixed-chat .chat-girl {
	height: 100%;
}

#chating-scroll2 {
	position: relative;
	height: calc(100% - 280px);
}

.chat-topbar {
	height: 45px;
	background: #556e78;
	position: relative;
	z-index: 2;
	font-size: 0;
	cursor: pointer;
}

.chat-topbar .left {
	font-size: 16px;
	padding: 10px 15px;
	color: #fff;
}

#toggle-fixed-chat {
	position: relative;
	z-index: 3;
	padding-right: 40px;
	height: 40px;
}

.chat-topbar .right {
	float: right;
}

.fixed-chat.opened .close-chat {
	z-index: 4;
}

.chat-topbar .close-chat {
	position: absolute;
	right: 0;
	top: 0;
}

.close-chat {
	width: 40px;
	height: 45px;
	background: #5f7a84;
	display: inline-block;
	vertical-align: top;
	position: relative;
	cursor: pointer;
	border-left: 1px solid #6c8690;
}

.close-chat i {
	display: block;
	background: url(../../img/main/chatbar-fix-nav.png) no-repeat;
	width: 12px;
	height: 12px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -6px;
	margin-top: -6px;
}

.opened .close-chat i {
	background: url(../../img/main/chatbar-fix-nav.png) -19px 0 no-repeat;
}

.indicate {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ccc;
	vertical-align: 1px;
	margin-right: 7px;
	animation: flash 2.5s infinite;
	-webkit-animation: flash 2.5s infinite;
	-moz-animation: flash 2.5s infinite;
}

.indicate.online {
	background: #76d03a;
}

.indicate.offline {
	background: #f75b16;
}

.video-girl-fixed {
	height: 158px;
}

.video-girl-fixed iframe {
	width: 280px!important;
	height: 158px!important;
}

.opened .fix-chat-name {
	display: block;
}

.fix-chat-name {
	font-size: 13px;
	color: #fff;
	max-width: 160px;
	white-space: nowrap;
	display: none;
}

.girls-list.ui.dropdown .menu>.item .round-photo img,.gp-item img {
	max-width: 100%;
}

.tips,.volume-icon,.volume-line {
	display: inline-block;
	vertical-align: middle;
}

.fix-chat-name p {
	text-overflow: ellipsis;
	overflow: hidden;
}

.tips {
	height: 40px;
	padding: 12px 12px 0 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s ease-in-out;
}

.opened .tips {
	opacity: 1;
	visibility: visible;
}

.video-controls {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 40px 15px 15px;
	background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
	background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0 );
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
}

.girls-panel,.gp-item,.video-volume {
	transition: .3s ease-in-out;
}

.videoWrapper:hover .video-controls {
	opacity: 1;
	visibility: visible;
}

.videoWrapper:hover .video-volume {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.video-volume {
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
}

.volume-icon {
	width: 24px;
	height: 21px;
	background-size: 24px 41px!important;
	margin-right: 2px;
}

.off .volume-icon {
	background: url(../img/video-controls.html) 0 2px no-repeat;
}

.on .volume-icon {
	background: url(../img/video-controls.html) 0 -20px no-repeat;
}

.volume-line {
	width: 80px;
	height: 4px;
	border-radius: 2px;
	background: rgba(255,255,255,.6);
	position: relative;
}

.volume-line .vol-covered {
	position: absolute;
	width: 50px;
	height: 4px;
	border-radius: 3px;
	display: block;
	background: #fff;
	left: 0;
	top: 0;
}

.volume-line .vol-dragger {
	display: block;
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: 45px;
	top: 50%;
	margin-top: -6px;
	cursor: pointer;
}

.change-manager {
	font-size: 12px;
	float: right;
	margin-top: 5px;
	line-height: 14px;
	cursor: pointer;
	position: relative;
	z-index: 2;
}

.change-manager .text {
	display: inline-block;
	vertical-align: middle;
}

.change-manager:hover i {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}

.change-manager:hover .text {
	opacity: .8;
}

.girls-list.ui.dropdown {
	display: block;
	padding-top: 2px;
}

.girls-list.ui.dropdown>.text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: top;
}

.girls-list.ui.dropdown>.dropdown.icon {
	vertical-align: middle;
}

.girls-list.ui.dropdown>.dropdown.icon:before {
	border-top-color: #a3aeb2;
	vertical-align: 4px;
}

.chat-name-status.with-dropdown {
	margin-left: 0;
	display: inline-block;
	white-space: nowrap;
}

.chat-name-status.with-dropdown .round-photo {
	margin-right: 8px;
}

.girls-list.ui.dropdown .menu>.item .round-photo {
	width: 30px;
	height: 30px;
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.back-chat,.video-chat-wrap.fullpage-chat .typing-area textarea {
	display: block;
}

.girls-list.ui.dropdown .menu {
	left: 0;
	margin-left: 3px;
	margin-top: 1.714286rem;
	background: #ffc100;
}

.girls-list.ui.dropdown .menu>.item {
	font-size: 13px;
	padding: 10px 20px!important;
}

.girls-list.ui.pointing.dropdown>.menu:after {
	margin: 0 0 0 -2.25em;
	background: #ffc100;
}

.video-girl {
	overflow: hidden;
	width: 100%;
}

.girls-panel.opened {
	right: 0;
}

.girls-panel {
	position: absolute;
	right: -200px;
	top: 0;
	height: 100%;
	overflow: auto;
	z-index: 22;
	width: 175px;
	padding-right: 8px;
	background: rgba(32,54,73,.65);
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
}

.gp-item {
	padding: 10px;
	cursor: pointer;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
}

.gp-item:hover {
	background: rgba(22,26,29,.15);
}

.gp-item img {
	margin-bottom: 5px;
}

.panel-toggle {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: rgba(35,40,52,.3);
	position: absolute;
	right: 15px;
	top: 14px;
	text-align: center;
	padding-top: 8px;
	cursor: pointer;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	z-index: 3;
}

.panel-toggle:hover {
	background: rgba(35,40,52,.5);
}

.panel-toggle.opened {
	right: 203px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}

.girls-panel.ps-container>.ps-scrollbar-y-rail {
	opacity: 1;
	width: 8px;
	background: rgba(0,0,0,.26);
	border-radius: 0;
	right: 0!important;
	min-height: 100%;
}

.girls-panel.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
	right: 1px;
	width: 6px;
	background-color: rgba(255,255,255,.35);
	border-radius: 4px;
	min-height: 50px;
}

.girls-panel.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
	background-color: rgba(0,0,0,.46);
	opacity: .9;
}

.girls-panel.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
	background-color: rgba(255,255,255,.55);
}

.video-chat-wrap.fullpage-chat {
	height: 100%;
	max-width: 768px;
	margin: 0 auto;
}

.video-chat-wrap.fullpage-chat .video-girl.videoWrapper {
	width: 100%;
}

.video-chat-wrap.fullpage-chat .chat-girl {
	width: 100%;
	position: relative;
	height: 350px;
	min-height: 350px!important;
}

.back-chat {
	background: rgba(37,151,199,.85);
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
	height: 30px;
	position: absolute;
	z-index: 2;
	top: 10px;
	left: 10px;
	border-radius: 15px;
}

.video-swiper .slick-list {
	height: auto;
}

.slick-slide img {
	max-height: none!important;
}

.chat-gif {
	display: none;
}

.video-chat-wrap.fullpage-chat .panel-toggle {
	top: 10px;
	right: 10px;
}

@media (max-width:1160px) {
	.video-chat-wrap {
		margin-bottom: 50px;
	}
}

@media (max-width:959px) {
	.video-girl.videoWrapper {
		width: 100%;
	}

	.video-chat-wrap .chat-girl {
		width: 100%;
		position: relative;
		height: 350px;
	}

	.fixed-chat.opened {
		z-index: 999;
		height: 100%;
		max-height: 600px;
	}
}

@media (max-width:680px) {
	.chat-gif a,.chat-gif img {
		vertical-align: top;
	}

	.fixed-chat.opened {
		z-index: 999;
		height: 100%;
		max-height: 100%;
		width: 100%;
	}

	.video-girl-fixed {
		height: auto;
	}

	.girls-panel {
		width: 120px;
		right: -130px;
	}

	.gp-item p {
		font-size: 14px;
	}

	.gp-item .status {
		font-size: 12px;
	}

	.panel-toggle.opened {
		right: 135px;
	}

	.video-chat-wrap.fullpage-chat .panel-toggle.opened {
		right: 130px;
	}

	.video-chat-wrap .chat-girl {
		min-height: 66vh;
	}

	.chat-heading {
		display: none;
	}

	.chat-gif,.click_start,.first_one.mobile_one {
		display: block;
	}

	#chating-scroll {
		height: calc(100% - 83px);
	}

	.video-controls {
		padding: 20px;
	}

	.click_start {
		position: absolute;
		font-size: 18px;
		line-height: 20px;
		color: #FFF;
		background: #f7495c;
		padding: 10px;
		border-radius: 40px;
		width: 260px;
		text-align: center;
		left: 50%;
		margin-left: -130px;
		top: 25%;
		margin-top: -33px;
		transition: .2s ease;
		-webkit-transition: .2s ease;
	}

	.chat-gif a:hover .click_start {
		background: #e84456;
	}

	.chat-gif {
		padding: 0;
	}

	.chat-gif a {
		display: inline-block;
		position: relative;
		cursor: pointer;
	}

	.first_one.mobile_one .flex .title {
		margin-top: 0;
		margin-bottom: 50px;
	}
}

@media (max-width:655px) {
	.first_one {
		padding-top: 55px;
	}
}

@media (max-width:420px) {
	.video-chat-wrap .chat-girl {
		min-height: 66vh;
		height: calc(100vh - 245px);
	}
}

@media (max-width:380px) {
	.video-chat-wrap .chat-girl {
		min-height: 55vh;
		height: calc(100vh - 225px);
	}
}

@media (max-width:340px) {
	.video-chat-wrap .chat-girl {
		min-height: 55vh;
		height: calc(100vh - 190px);
	}
}

.main-chat-wrap {
	background: #30adc7;
	background: -moz-linear-gradient(top,#30adc7 0,#84ccbf 100%);
	background: -webkit-linear-gradient(top,#30adc7 0,#84ccbf 100%);
	background: linear-gradient(to bottom,#30adc7 0,#84ccbf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30adc7', endColorstr='#84ccbf', GradientType=0 );
	box-shadow: 0 26px 48px -10px rgba(0,0,0,.13);
	margin-bottom: 60px;
}

.chat-wrapper {
	max-width: 1320px;
	margin: 0 auto;
	height: 540px;
	position: relative;
	overflow: hidden;
}

.chat-iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 550px;
}

@media (max-width:1320px) {
	.chat-iframe {
		height: calc(100vw / 2.4)!important;
	}

	.chat-wrapper {
		height: calc(100vw / 2.4 - 10px);
	}
}

.flag-icon,.flag-icon-background {
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
}

.flag-icon-capy {
	margin-top: 3px!important;
	vertical-align: top!important;
}

.flag-icon {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 14px;
	line-height: 1em;
}

.flag-icon:before {
	content: "\00a0";
}

.flag-icon.flag-icon-squared {
	width: 1em;
}

.flag-icon-au {
	background-image: url(../flags/4x3/au.svg);
}

.flag-icon-ca {
	background-image: url(../flags/4x3/ca.svg);
}

.flag-icon-ch {
	background-image: url(../flags/4x3/ch.svg);
}

.flag-icon-cn {
	background-image: url(../flags/4x3/cn.svg);
}

.flag-icon-eu {
	background-image: url(../flags/4x3/eu.svg);
}

.flag-icon-gb {
	background-image: url(../flags/4x3/gb.svg);
}

.flag-icon-jp {
	background-image: url(../flags/4x3/jp.svg);
}

.flag-icon-nz {
	background-image: url(../flags/4x3/nz.svg);
}

.flag-icon-us {
	background-image: url(../flags/4x3/us.svg);
}

.white-popup {
	position: relative;
	padding: 0;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
	border-radius: 5px;
	overflow: hidden;
}

.popup-header {
	padding: 30px 20px 15px;
	color: rgba(255,255,255,.5);
	border-radius: 5px 5px 0 0;
	font-size: 43px;
	text-align: center;
	font-weight: 600;
	line-height: 40px;
}

.popup-footer {
	padding: 25px;
	background: #fff;
}

.white-popup .popup-content {
	padding: 0;
	background: #8ac33e;
	background: -moz-linear-gradient(left,rgba(138,195,62,1) 0,rgba(60,169,150,1) 80%,rgba(40,162,173,1) 100%);
	background: -webkit-linear-gradient(left,rgba(138,195,62,1) 0,rgba(60,169,150,1) 80%,rgba(40,162,173,1) 100%);
	background: linear-gradient(to right,rgba(138,195,62,1) 0,rgba(60,169,150,1) 80%,rgba(40,162,173,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ac33e', endColorstr='#28a2ad', GradientType=1 );
	text-align: center;
}

.white-popup .tw-btn-green {
	color: #fff;
	background-color: #8dc63f;
	border-color: #8dc63f;
	border-width: 2px;
}

.white-popup .tw-btn {
	display: inline-block;
	padding: 14px 30px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	outline: 0;
	float: right;
}

.white-popup .tw-btn-green:hover {
	color: #fff;
	background-color: #72a230;
	border-color: #72a230;
}

.top-up-text {
	text-align: center;
	margin-bottom: 20px;
	color: #fff;
	font-size: 21px;
}

.top-up-text span {
	display: block;
	font-size: 45px;
	color: #cbec16;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 45px;
}

.add-100 {
	display: inline-block;
	margin-top: 16px;
	font-size: 14px;
	color: #2096b6;
	margin-right: 50px;
	text-decoration: none;
	float: left;
}

.add-100:hover {
	color: #2096b6;
	text-decoration: underline;
}

.limit-no-link:hover {
	text-decoration: none!important;
}

ul.countdown {
	list-style: none;
	margin: 20px 0 0;
	padding: 12px 20px;
	display: block;
	text-align: center;
	background: #5eb571;
	background: -moz-linear-gradient(left,rgba(94,181,113,1) 0,rgba(27,157,191,1) 80%,rgba(33,159,181,1) 100%);
	background: -webkit-linear-gradient(left,rgba(94,181,113,1) 0,rgba(27,157,191,1) 80%,rgba(33,159,181,1) 100%);
	background: linear-gradient(to right,rgba(94,181,113,1) 0,rgba(27,157,191,1) 80%,rgba(33,159,181,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5eb571', endColorstr='#219fb5', GradientType=1 );
}

ul.countdown li {
	display: inline-block;
}

ul.countdown li span {
	font-size: 50px;
	font-weight: 300;
	line-height: 50px;
	color: #91ddec;
}

ul.countdown li.seperator {
	font-size: 28px;
	line-height: 48px;
	vertical-align: top;
	color: #91ddec;
	margin: 0 6px;
}

ul.countdown li p {
	color: #fff;
	font-size: 13px;
	margin: 0;
}

.capy-dimmer {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	perspective: 2000px;
	transform-origin: center center 0;
	animation-duration: .5s;
	animation-fill-mode: both;
	background: rgba(0,0,0,.85);
	transition: background-color .5s linear 0s;
	will-change: opacity;
	z-index: 1000;
	opacity: 0;
	display: table;
}

.capy-dimmer-mdl {
	display: table-cell;
	width: 300px;
	height: 400px;
	vertical-align: middle;
	color: #fff;
}

.capy-dimmer-mdl span {
	font-weight: 700;
	line-height: 1.2857em;
	font-size: 1.28em;
	font-family: Lato,"Helvetica Neue",Arial,Helvetica,sans-serif;
	display: block;
	padding: 15px 0;
}

.capy-dimmer-body {
	overflow: hidden;
}

.la-ball-clip-rotate,.la-ball-clip-rotate>div {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.la-ball-clip-rotate {
	display: inline-block;
	font-size: 0;
	color: #fff;
	width: 32px;
	height: 32px;
}

.la-ball-clip-rotate.la-dark {
	color: #333;
}

.la-ball-clip-rotate>div {
	display: inline-block;
	float: none;
	border: 0 solid currentColor;
	width: 32px;
	height: 32px;
	background: 0 0;
	border-width: 2px;
	border-bottom-color: transparent;
	border-radius: 100%;
	-webkit-animation: ball-clip-rotate .75s linear infinite;
	-moz-animation: ball-clip-rotate .75s linear infinite;
	-o-animation: ball-clip-rotate .75s linear infinite;
	animation: ball-clip-rotate .75s linear infinite;
}

.la-ball-clip-rotate.la-sm {
	width: 16px;
	height: 16px;
}

.la-ball-clip-rotate.la-sm>div {
	width: 16px;
	height: 16px;
	border-width: 1px;
}

.la-ball-clip-rotate.la-2x {
	width: 64px;
	height: 64px;
}

.la-ball-clip-rotate.la-2x>div {
	width: 64px;
	height: 64px;
	border-width: 4px;
}

.la-ball-clip-rotate.la-3x {
	width: 96px;
	height: 96px;
}

.la-ball-clip-rotate.la-3x>div {
	width: 96px;
	height: 96px;
	border-width: 6px;
}

@-webkit-keyframes ball-clip-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes ball-clip-rotate {
	0% {
		-moz-transform: rotate(0);
		transform: rotate(0);
	}

	50% {
		-moz-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	100% {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes ball-clip-rotate {
	0% {
		-o-transform: rotate(0);
		transform: rotate(0);
	}

	50% {
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	100% {
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes ball-clip-rotate {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}

	50% {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.so_mobile-fix,.so_mobile-fix-plat {
	height: 600px!important;
	position: relative;
}

.so_mobile-fix {
	width: 130%!important;
	overflow: visible!important;
	margin-top: 60px;
}

#iconZonesNav #zoneTab_sixtySeconds .icon-product::before,#zoneTab_binary .icon-product::before {
	line-height: 80px;
}

.p-close,.p-noty-right {
	float: right;
}

.pop-notify .rel {
	position: relative;
}

.pop-notify {
	background: #eef0f0;
	padding: 20px;
	position: fixed;
	left: 20px;
	bottom: 20px;
	z-index: 100;
}

#stat-circle {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -90px 0 0 -88px;
	transform: scale(.5);
	-webkit-transform: scale(.5);
	-moz-transform: scale(.5);
	-ms-transform: scale(.5);
	-o-transform: scale(.5);
	z-index: 2;
}

.circle-stat-wrap {
	display: block;
	vertical-align: top;
	position: relative;
	width: 94px;
	height: 94px;
	margin-top: 48px;
}

.circle-stat-label {
	position: absolute;
	font-size: 32px;
	color: #f75b16;
	width: 100%;
	left: 0;
	top: 50%;
	margin-top: -13px;
	text-align: center;
}

.p-noty-left {
	padding-right: 130px;
}

.stat-circle-bg {
	display: block;
	width: 88px;
	height: 88px;
	border: 6px solid #d6dadb;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -46px 0 0 -44px;
}

.p-close {
	position: absolute;
	width: 12px;
	height: 12px;
	cursor: pointer;
	right: 0;
	top: 0;
	opacity: .7;
}

.p-close:after,.p-close:before {
	position: absolute;
	left: -2px;
	top: 5px;
	width: 16px;
	height: 2px;
	background: #cacecf;
	content: '';
}

.p-close:hover {
	opacity: 1;
}

.p-close:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.p-close:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.p-label {
	margin: 0 0 3px;
	color: #6e6f71;
	font-size: 14px;
}

.p-signal.call span:before,.p-signal.put span:before {
	width: 0;
	height: 0;
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
}

.p-event,.p-signal {
	font-size: 18px;
	text-transform: uppercase;
}

.p-event {
	color: #f75b16;
	line-height: 21px;
	margin-bottom: 12px;
	max-width: 240px;
}

.p-signal {
	color: #3c454c;
	margin-bottom: 5px;
}

.p-signal:last-child {
	margin-bottom: 0;
}

.p-signal span {
	margin-left: 4px;
}

.p-signal.call span {
	position: relative;
	color: #02b28c;
}

.p-signal.call span:before {
	content: '';
	border: 5px solid transparent;
	border-top-width: 0;
	border-bottom-color: #02b28c;
}

.p-signal.put span {
	position: relative;
	color: #f74a5c;
}

.p-signal.put span:before {
	content: '';
	border: 5px solid transparent;
	border-top-color: #f74a5c;
	border-bottom-width: 0;
}

@media (max-width:479px) {
	.p-event,.p-signal {
		font-size: 14px;
	}

	.pop-notify {
		left: 20px;
	}

	.p-event {
		line-height: 18px;
		margin-bottom: 10px;
	}

	.p-noty-left {
		padding-right: 105px;
	}
}

.bithelp {
	cursor: pointer;
	position: absolute;
	left: 0;
	top: -30px;
	color: #5f6a7d;
	font-size: 11px;
	text-decoration: underline;
	display: inline-block;
}

.bit-hd {
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
	margin: 0 0 1px;
	color: #596d77;
}

.custom-bit a {
	font-size: 11px;
}

#accordion ul {
	list-style: none;
	padding: 0;
	display: none;
}

#accordion .item+.item {
	margin-top: 10px;
}

.sidebar .funding-btn,.sidebar .tw-btn-round-sm {
	width: 100%;
	margin-top: 20px;
	box-sizing: border-box;
	font-size: 14px;
}

.sidebar .tw-btn-round-sm {
	padding: 17px 15px;
	border-radius: 25px;
	text-align: center;
	display: none;
}

.sidebar .funding-btn {
	padding: 13px 15px;
	border-radius: 25px;
	text-align: center;
}

.acc-link {
	display: block;
	color: #fff;
	font-size: 16px;
	padding: 5px 0;
	font-weight: 400;
}

.sidebar .acc-item .bnsi-link {
	color: #B2C9D4;
}

.accordion-toggle {
	cursor: pointer;
}

.accordion-content {
	display: none;
}

.sidebar-content-220 {
	padding-left: 80px;
	float: left;
	width: calc(100% - 209px);
	box-sizing: border-box;
}

#magic-line {
	display: none!important;
}

.snm-item.active {
	border-bottom: 2px solid #f75b16;
}

.sn-menu.wrap {
	display: block;
}

.sn-menu.wrap li {
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.secondary-nav {
	position: relative;
	display: block;
	margin: 20px 0 30px;
}

.map-canvas-wrap {
	width: 100%;
	height: 393px;
	overflow: hidden;
	background: #64757E;
}

#map-canvas {
	width: 100%;
	height: 423px;
}

.c-phones {
	padding-left: 0;
	margin-left: 0;
	border-left: none;
}

.c-phones .cp-item {
	display: inline-block;
	width: 48%;
}

.b-table .show-for-small,.bt-image-mobile,.common-table .show-for-small {
	display: none;
}

.text-block>p {
	padding-left: 2px;
}

.b-traiders img {
	max-width: 100%;
}

.b-group .col-dark {
	width: 48%;
	box-sizing: border-box;
}

.payment-methods .ps-item.secure {
	width: 179px;
}

.payment-methods .ps-item.ssl {
	width: 205px;
}

.payment-methods .ps-item.secure .psi-title {
	margin-top: 0;
}

.faq-videos-wrap {
	width: 100%;
	max-width: 1200px;
	min-width: 970px;
}

.b-tabs.faq-videos {
	margin-top: 45px;
	margin-bottom: 45px;
}

.faq-videos .bt-list {
	text-align: center;
	display: table;
	width: 100%;
	padding: 0 13px;
	box-sizing: border-box;
}

.faq-videos .btl-item {
	display: table-cell;
}

.faq-videos .btl-item span {
	display: block;
	position: relative;
	font-size: 14px;
	line-height: 18px;
	padding: 17px 15px;
	border: 1px solid #b5c8d1;
	color: #3c454c;
	cursor: pointer;
}

.faq-videos .btl-item:hover {
	text-decoration: none;
}

.faq-videos .btl-item.active span,.faq-videos .btl-item:hover span {
	border-color: #f75b16;
	color: #f75b16;
}

.faq-videos .btli-arrow-s {
	position: absolute;
	left: 50%;
	bottom: -13px;
	display: none;
	margin-left: -13px;
	width: 26px;
	height: 13px;
}

.faq-videos .btl-item.active .btli-arrow-s,.faq-videos .btl-item:hover .btli-arrow-s {
	display: block;
}

.faq-videos .btli-img {
	display: block;
	margin: 0 auto;
}

.faq-videos .btl-item.type-2.active,.faq-videos .btl-item.type-2:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.faq-videos .bt-pane {
	display: none;
	margin-top: 35px;
}

.faq-videos .bt-pane.active {
	display: block;
}

.faq-videos .btl-item.active span:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top-color: #f75b16;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
}

.faq-videos .btl-item,.faq-videos .btl-item.type-2 {
	padding: 0 2px;
	border: none;
	height: auto;
	width: auto;
	opacity: 1;
}

.faq-videos .btl-item.active span:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top-color: #fff;
	position: absolute;
	bottom: -19px;
	left: 50%;
	margin-left: -10px;
}

.video-item .play i,a.thumb {
	position: relative;
	display: block;
}

.video-item {
	background: #ebedee;
	display: inline-block;
	box-shadow: 0 4px 10px 2px rgba(0,0,0,.17);
	margin: 0 15px 30px;
	width: calc(25% - 30px);
	vertical-align: top;
}

.video-item p {
	text-align: center;
	padding: 20px;
	margin: 0;
	font-size: 16px;
}

.videos-list {
	text-align: left;
	font-size: 0;
}

a.thumb {
	outline: 0;
}

a.thumb img {
	vertical-align: top;
	width: 100%;
}

.video-item .play {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -32px;
	margin-top: -32px;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	opacity: .8;
}

.video-item:hover .play {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	opacity: 1;
}

.video-item .play i {
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background: rgba(247,91,22,.8);
}

.video-item .play i:after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 25px solid transparent;
	border-left-color: #fff;
	left: 23px;
	top: 16px;
	border-top-width: 16px;
	border-bottom-width: 16px;
}

p.video-tab-description {
	margin: 0 0 30px;
	font-weight: 300;
	padding: 0 15px;
}

.web-platform img {
	max-width: 100%;
}

.web-platform .wp-image-mob {
	display: none;
}

.b-traiders-2 img {
	max-width: 100%;
}

.bs-app+.pm-secure {
	position: static;
}

.payment-methods .pm-secure {
	top: 200px;
}

.sidebar .bt-new-sp.bt-profile-new {
	margin-bottom: 15px;
}

.sidebar .bt-new-sp {
	color: #fff;
	margin-bottom: 5px;
	font-size: 13px;
	margin-left: 0;
	line-height: normal;
}

.sidebar .bt-actions-new {
	line-height: normal;
	float: none;
	display: block;
	background: #526771;
	padding: 28px 30px 30px;
	margin: -30px -30px 25px;
}

.sidebar .btn-custom {
	display: block;
	width: 26px;
	text-align: center;
}

.sidebar .bt-new-sp:not(.bt-profile-new) {
	display: none;
}

.rbi-details.type-1 {
	padding-left: 0;
	padding-right: 0;
}

.bonus-link {
	padding-top: 10px;
}

.range-block .rb-info {
	margin-bottom: 10px;
}

.range-block .rb-wrap {
	margin: 30px 0 5px;
}

.ssl-enc {
	padding-left: 15px;
	padding-right: 15px;
	line-height: normal;
	margin-bottom: 10px;
}

.b-sidebar .pm-secure {
	top: 20px;
}

.b-sidebar {
	top: 0;
}

.table-data tbody td,.table-data thead td {
	text-align: center;
	padding: 15px;
}

.table-data thead td {
	font-weight: 400;
	vertical-align: middle;
}

@media only screen and (max-width:1250px) {
	.platform-page.wrap .b-article {
		margin-left: 0;
		padding: 30px 0;
	}

	.platform-page.wrap .b-sidebar {
		position: relative;
		width: calc(100% + 60px);
		padding: 0;
		border-right: none;
		margin: 0 -30px;
	}

	.wide .wrap {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
		box-sizing: border-box;
	}

	.tdff-col.col-2>.f-label-inline {
		margin-left: 0;
		margin-right: 30px;
	}

	.tdff-col.col-2 {
		margin-left: 0;
	}

	.bs-app+.pm-secure .ps-item {
		display: inline-block;
		width: 46%;
		padding-right: 20px;
		box-sizing: border-box;
		vertical-align: middle;
	}

	.bs-app+.pm-secure .ps-item:nth-child(-n+2) {
		margin-bottom: 20px;
	}

	.bsag-item-1 {
		float: none;
		width: auto;
		display: inline-block;
		margin: 0 10px;
	}
}

@media only screen and (max-width:1180px) {
	.b-article {
		margin-left: 0;
		padding: 30px 0;
	}

	.b-sidebar {
		display: none;
		position: relative;
		width: calc(100% + 60px);
		padding: 0;
		border-right: none;
		margin: 0 -30px;
	}

	.b-sidebar .pm-secure {
		margin-top: 0;
	}

	.b-sidebar .pm-secure .ps-item {
		display: inline-block;
		width: 46%;
		padding-right: 20px;
		box-sizing: border-box;
		vertical-align: middle;
	}

	.b-sidebar .pm-secure .ps-item:nth-child(-n+2) {
		margin-bottom: 20px;
	}

	.p-sertificates {
		position: static;
		float: none;
		width: 100%;
		box-sizing: border-box;
	}

	.payment-methods .p-sertificates {
		position: absolute;
		width: 220px;
	}
}

@media only screen and (max-width:1023px) {
	.ba-header,.pmgt-item {
		height: auto;
		box-sizing: border-box;
	}

	.payment-methods .p-sertificates {
		position: static;
		float: none;
		width: 100%;
		box-sizing: border-box;
	}

	.table-data tbody td,.table-data thead td {
		padding: 15px;
	}

	.item-recomend {
		left: 5px;
	}

	.pm-mrg {
		margin-left: -5px;
		margin-right: -5px;
	}

	.pm-mrg:after {
		content: '';
		clear: both;
		display: block;
	}

	.pmgt-item {
		position: relative;
		display: inline-block;
		width: calc(20% - 10px);
		margin: 10px 5px 0;
		border: 1px solid #e1e5e9;
		float: left;
		text-align: center;
	}

	.pmgt-item img {
		max-width: 100%;
	}

	.item-recomend .rec-top {
		font: 700 12px Arial;
		top: 10px;
		left: 0;
		position: absolute;
	}

	.ccSecurityCodeNote {
		margin-left: 635px;
		padding-right: 30px;
		position: static;
		width: auto;
	}

	.ccSecurityCodeNote:before,.item-recomend .rec-bot {
		display: none;
	}

	.pm-group {
		width: 100%;
		margin-top: 40px;
	}

	.b-traiders-2 {
		position: relative;
		margin: 40px 0 87px;
	}

	.wp-point {
		display: inline-block;
		vertical-align: top;
		margin-top: 43px;
		margin-left: 0;
		width: 32%;
		padding: 0 20px;
		box-sizing: border-box;
	}

	.web-platform .wp-image {
		display: none;
	}

	.web-platform .wp-image-mob {
		display: block;
		margin: 0 auto;
	}

	.wp-anchor {
		display: none;
	}

	.btl-item {
		display: table-cell;
		width: auto;
		height: 45px;
		line-height: 45px;
	}

	.p-payments {
		text-align: center;
	}

	.payment-methods .p-sertificates {
		margin-bottom: 30px;
	}

	.payment-methods .p-sertificates .ps-item {
		float: none;
		display: inline-block;
		width: 23%;
		vertical-align: middle;
	}

	.payment-methods .psi-icon {
		float: none;
	}

	.p-payment-icon {
		float: none;
		margin-left: auto!important;
		margin-right: auto!important;
		margin-bottom: 30px!important;
		display: block;
	}

	.bt-image {
		display: none;
	}

	.bt-image-mobile {
		display: block;
		margin: 0 auto;
	}

	.bt-nr,.bt-text-wrap {
		display: inline-block;
	}

	.b-traiders {
		position: relative;
		margin: 50px 0;
	}

	.bt-point {
		position: static;
		width: 100%;
		margin-top: 20px;
	}

	.bt-nr {
		position: static;
		font-size: 55px;
		line-height: 60px;
		margin-right: 5px;
	}

	.abc-hr,.fbgi-img {
		margin-right: auto;
		margin-left: auto;
	}

	.bt-arrow {
		display: none;
	}

	.ba-header {
		display: block;
		line-height: normal;
		text-indent: 0;
		text-transform: uppercase;
		color: #3c454c;
		padding: 28px 70px 28px 30px;
	}

	.btl-item.type-2 {
		display: table-cell;
		padding: 10px;
		font-size: 13px;
		line-height: 17px;
		width: 20%;
		box-sizing: border-box;
	}

	.bt-list {
		display: table;
		width: 100%;
	}

	.btl-item.type-2 img {
		max-width: 100%;
		margin-bottom: 10px;
	}

	.ba-header {
		font-size: 16px;
	}

	.ab-group .ab-col-1,.ab-group .ab-col-2 {
		width: 100%;
		float: none;
	}

	.ab-group {
		text-align: center;
	}

	.b-top .wrap,.wrap,.wrap_970 {
		width: 100%!important;
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}

	body {
		min-width: 320px;
	}

	.fbgi-img {
		float: none;
		display: block;
	}

	.fbg-item.right .fbgi-img {
		float: none;
		margin-right: auto!important;
		margin-left: auto!important;
		display: block;
	}

	.h-block .benefits-list {
		max-width: 650px;
		margin: 50px auto 0;
	}

	.h-block {
		background-position: 70% 0;
	}

	.fbg-item.right .fbgi-text {
		margin-left: 0;
	}

	.dbg-col-1,.dbg-col-2 {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}

	.fbgi-text br {
		display: none;
	}

	.fbgi-text {
		margin-top: 20px;
		text-align: center;
	}

	.bb-download .bbd-link {
		float: none;
	}

	.bb-download {
		margin-bottom: 40px;
	}

	.dbg-col-2 {
		width: 100%!important;
		text-align: center;
	}

	.dbg-col-1 iframe {
		height: 380px;
	}

	.bbc-img {
		max-width: 100%;
	}

	.btn-large {
		display: inline-block;
		margin: 8px 0;
		padding: 22px 70px 25px;
	}

	.bf-social {
		float: none;
		margin-right: auto;
		margin-left: auto;
	}

	.bf-copyright,.bf-logo,.bf-regular,.bf-social li {
		float: none!important;
		display: inline-block;
		vertical-align: middle;
	}

	.wrap.bf-top {
		text-align: center;
	}

	.disclaim {
		padding: 30px 0;
	}

	.bf-table td {
		display: inline-block;
		width: 50%;
		vertical-align: top;
	}

	footer .bf-table tr {
		font-size: 0;
	}

	.bfn-title {
		font-size: 14px;
	}

	footer .bf-table,footer .bf-table tbody,footer .bf-table tr {
		width: 100%;
		display: block;
	}

	.b-table td,.b-table thead th {
		font-size: 15px;
		width: 33.3333%;
		text-align: center;
		padding: 20px;
	}

	.b-table thead th br {
		display: none;
	}

	.b-banner {
		height: 330px;
		background-size: cover!important;
	}

	.abs-action-btn {
		position: absolute;
		bottom: 60px;
		width: 100%;
		left: 0;
	}

	.e-block {
		background-color: #F76115;
		background-size: cover;
	}

	.c-how-rank label {
		display: block;
		margin-bottom: 20px;
	}

	.c-how-rank {
		padding-bottom: 30px;
		height: auto;
	}
}

@media only screen and (max-width:991px) {
	.ccSecurityCodeNote {
		margin-left: 0;
		margin-top: 30px;
	}

	.ccSecurityCodeNote .p {
		margin-bottom: 5px;
	}

	.ccAppearance {
		float: none;
		width: 100%;
		max-width: 720px;
	}

	.ccBlock {
		padding: 5px 25px;
	}

	.b-top .bt-new-sp {
		margin-right: 0;
		margin-left: 15px;
	}

	.b-nav,.b-top .bt-actions-new .btn-custom,.b-top .bt-profile-new {
		display: none;
	}

	.menu-toggle {
		display: block;
	}

	.faq-videos .btl-item.type-2 {
		height: 90px;
		vertical-align: middle;
	}

	.faq-videos .btl-item span {
		height: 100%;
	}

	.speech {
		width: calc(100% - 273px);
		box-sizing: border-box;
	}

	.pri-title {
		max-width: 250px;
		margin-left: auto;
		margin-right: auto;
	}

	.pr-item {
		width: 48%;
	}

	.wrap.partners .p-item {
		width: 31.333%;
		max-width: 100%;
		line-height: 25px;
		font-size: 20px;
	}

	.wrap.partners .p-item img {
		max-width: 100%;
	}

	.p-spacer {
		display: none;
	}

	.form-group .col-md-6 .btn.full-width {
		margin-top: 20px;
	}

	.abit-wrap {
		font-size: 22px;
		line-height: 25px;
	}
}

@media only screen and (max-width:880px) {
	.table-data tbody td,.table-data thead td {
		padding: 15px 10px;
	}

	#plat {
		overflow-x: auto;
		margin-left: -30px;
		margin-right: -30px;
	}

	.so_platform {
		transform: scale(.974);
		-webkit-transform: scale(.974);
		-moz-transform: scale(.974);
	}

	.time-ticker {
		font-size: 18px;
		padding-right: 0;
		padding-left: 0;
	}

	.tdff-col.col-2 {
		float: none;
		margin-left: 0;
		clear: both;
		display: block;
	}

	.sidebar .btn-custom {
		margin-top: 15px;
	}

	.b-top .bt-actions-new {
		display: none;
	}

	.c-trophy,.faq-videos .bt-list,.sidebar .bt-new-sp:not(.bt-profile-new) {
		display: block;
	}

	.mobile-platform {
		padding-bottom: 10px;
	}

	.mp-details {
		margin-left: 0;
	}

	.mp-image {
		float: none;
	}

	.c-half p {
		max-width: 100%;
	}

	.c-two-rows .c-half,.c-two-rows .c-half+.c-half {
		width: 100%;
		float: none;
		text-align: left;
		padding: 0;
		border: none;
	}

	.c-trophy {
		left: 51px;
		height: 400px;
		width: 30%;
		float: left;
		background-size: contain;
		position: absolute;
		bottom: 35px;
	}

	.c-prize-info {
		width: 100%;
		text-align: right;
		margin-top: 60px;
		float: none;
		color: #0a4968;
		padding: 0 30px;
	}

	.faq-videos .btl-item span {
		height: auto;
		font-size: 13px;
	}

	.faq-videos .btl-item.type-2 {
		display: inline-block;
	}

	.video-item {
		width: calc(33.3333% - 30px);
	}

	.text-block .payment-list {
		width: 100%!important;
		text-align: center;
	}

	.text-block .payment-list .pl-item {
		width: 20%!important;
		margin-right: 0;
		margin-left: 0;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.text-block .payment-list .pl-item img {
		max-width: 100%;
	}

	.pi-title {
		max-width: 300px;
		margin: 10px auto 0;
	}

	.wrap.partners {
		text-align: center;
	}

	.wrap.partners .p-item {
		width: 48%;
	}

	.tbp-content .btn-middle {
		display: block;
		text-align: center;
		max-width: 360px;
		box-sizing: border-box;
		margin: 0 auto;
		padding: 15px 30px;
	}

	.tbp-content .tbpc-link {
		float: none;
		display: block;
		margin-left: 0;
		margin-right: 0;
		text-align: center;
	}

	.tab-block .rb-wrap {
		padding: 0;
	}

	.range-slider .rs-group td {
		width: 33.3333%;
	}

	.rs-group .range-step {
		display: none;
	}

	.ab-item img,.rs-group .range-step.first,.rs-group .range-step.last {
		display: inline-block;
	}

	.ab-item {
		width: 100%;
		text-align: center;
	}

	.abi-text,.text-left .abi-text,.text-right .abi-text {
		position: static;
		width: 100%;
		text-align: center;
		margin-left: 0;
		height: auto;
	}

	.abit-wrap {
		padding-top: 10px;
		display: block;
	}

	.b-sidebar,.b-sidebar-2 br {
		display: none;
	}

	.ab-line {
		margin: 20px auto;
	}

	.bs2-list {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.snmi-link {
		font-size: 14px;
	}

	.new-f-phone-1 {
		width: 30%;
	}

	.new-f-phone-3 {
		width: 65%;
	}

	.form-group .col-md-6 .btn.full-width {
		max-width: 200px;
	}

	.sidebar-content-220 {
		float: none;
		width: 100%;
		padding-left: 0;
	}

	.b-sidebar-2 {
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}

	.bs2-banner,.bs2-list {
		display: inline-block;
		vertical-align: middle;
		text-align: left;
		padding: 0 20px;
	}

	.wrap {
		padding-left: 20px;
		padding-right: 20px;
	}

	.cb-list {
		padding-right: 0;
		padding-top: 35px;
	}

	.cbl-item {
		display: block;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}

	.cbl-spacer {
		display: none;
	}

	.c-block {
		height: auto;
		text-align: center;
	}

	.b-banner {
		height: 450px;
	}

	.abs-action-btn,.bb-video {
		position: static;
		display: block;
		margin: 0 auto;
	}

	.bx-pager {
		bottom: 40px;
	}

	.text-guardian {
		font-size: 14px;
		line-height: 22px;
		margin: 10px 0 22px;
	}

	.b-banner .h1,.h1-shader {
		font-size: 36px;
	}

	.abs-action-btn {
		padding-top: 20px;
	}

	.main-bg-crowd:after {
		z-index: 0;
	}

	.main-bg-crowd .wrap {
		z-index: 2;
	}

	.h1-shader {
		clear: both;
		color: #fff;
		line-height: 38px;
	}

	.p-shader {
		font-size: 19px;
		line-height: 25px;
	}

	.slideWrapper {
		margin-bottom: 20px;
	}

	.ab-group .ab-col-1 img,.ab-group .ab-col-2 img,.fbg-item img {
		max-width: 100%;
	}

	.h-block {
		padding: 50px 0;
		height: auto;
	}

	.ebgc-title {
		line-height: 30px;
		font-size: 20px;
	}

	.ebgc-text {
		font-size: 12px;
	}

	.rb-wrap .rb-info {
		width: 50%;
		margin: 0;
	}

	.rb-wrap .rb-info:last-child {
		display: block;
		width: 100%;
		float: none;
		clear: both;
		padding-top: 30px;
	}
}

@media only screen and (max-width:740px) {
	#ccSecurityCode,#ccSecurityCodeLabel {
		position: static;
		display: inline-block;
		vertical-align: middle;
		margin-bottom: 20px;
	}

	.ccFront {
		width: 100%;
	}
}

@media only screen and (max-width:700px) {
	.tdff-col {
		margin-bottom: 10px;
	}

	.so_platform {
		transform: scale(.774) translate(-7%,-145px);
		-webkit-transform: scale(.774) translate(-7%,-145px);
		-moz-transform: scale(.774) translate(-7%,-145px);
	}

	.table-data,.table-data tbody,.table-data thead {
		display: block;
	}

	.table-data tr {
		display: block;
		border: 1px solid #e0e0e0;
	}

	.table-data tr+tr {
		border-top: none;
	}

	.table-data thead,.table-data thead td {
		display: none;
	}

	.table-data tbody td {
		display: inline-block;
		width: 46%;
		box-sizing: border-box;
		border: none;
		word-break: break-word;
		vertical-align: top;
	}

	.table-data.trans-history tbody td:first-child:before {
		content: 'ID';
		display: block;
		font-size: 12px;
		color: #ccc;
	}

	.table-data.trans-history tbody td:nth-child(2):before {
		content: 'Date';
		display: block;
		font-size: 12px;
		color: #ccc;
	}

	.table-data.trans-history tbody td:nth-child(3):before {
		content: 'Type';
		display: block;
		font-size: 12px;
		color: #ccc;
	}

	.table-data.trans-history tbody td:nth-child(4):before {
		content: 'Status';
		display: block;
		font-size: 12px;
		color: #ccc;
	}

	.table-data.trans-history tbody td:nth-child(5):before {
		content: 'Method';
		display: block;
		font-size: 12px;
		color: #ccc;
	}

	.table-data.trans-history tbody td:nth-child(6):before {
		content: 'Amount';
		display: block;
		font-size: 12px;
		color: #ccc;
	}

	.table-data.trade-history tbody td:first-child:before {
		content: 'ID';
		display: block;
		font-size: 12px;
		color: #ccc;
	}

	.table-data.trade-history tbody td:nth-child(2):before {
		content: 'Active';
		display: block;
		font-size: 12px;
		color: #ccc;
	}

	.table-data.trade-history tbody td:nth-child(3):before {
		content: 'Call/Put';
		display: block;
		font-size: 12px;
		color: #ccc;
	}

	.table-data.trade-history tbody td:nth-child(4):before {
		content: 'Result of the bid';
		display: block;
		font-size: 12px;
		color: #ccc;
	}

	.table-data.trade-history tbody td:nth-child(5):before {
		content: 'Start time';
		display: block;
		font-size: 12px;
		color: #ccc;
	}

	.table-data.trade-history tbody td:nth-child(6):before {
		content: 'End time';
		display: block;
		font-size: 12px;
		color: #ccc;
	}

	.table-data.trade-history tbody td:nth-child(7):before {
		content: 'Investment';
		display: block;
		font-size: 12px;
		color: #ccc;
	}

	.table-data.trade-history tbody td:nth-child(8):before {
		content: 'Payout';
		display: block;
		font-size: 12px;
		color: #ccc;
	}

	.table-data tr:nth-child(even) {
		background: #F5F7F9;
	}

	.payment-methods .p-sertificates .ps-item {
		width: 46%;
	}

	.rb-tooltip h2 {
		line-height: 20px;
		font-size: 16px;
	}

	.mp-image {
		display: block;
		margin: 0 auto;
		max-width: 100%;
	}

	.mobile-platform .bs-app {
		float: none;
		margin: 30px auto;
		max-width: 140px;
		text-align: center;
	}

	.wp-point {
		margin-top: 30px;
		width: 48%;
	}

	.c-button.blue {
		display: block;
		max-width: 200px;
		margin: 20px auto 0;
	}

	.b-sidebar-3 .bsl-item,.i-photo>img,.p-spacer {
		display: inline-block;
	}

	.video-item {
		width: calc(50% - 30px);
	}

	.b-article-3 {
		width: 100%;
		margin-left: 0;
		margin-top: 0;
	}

	.b-sidebar-3 .bsl-item {
		width: 30%;
	}

	.b-sidebar-3 {
		float: none;
		width: 100%;
	}

	.bd-title {
		margin: 12px 0 30px;
		line-height: 21px;
		font-size: 16px;
	}

	.person {
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 40px;
	}

	.speech {
		margin-left: 0;
		width: 100%;
		float: none;
	}

	.speech .s-arrow-w {
		position: absolute;
		top: -15px;
		left: 50%;
		margin-top: -18px;
		margin-left: -17px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 17.5px 17px;
		border-color: transparent transparent #b5c8d1;
	}

	.p-spacer {
		margin: 0;
		height: 75px;
		background: url(../img/partner/img-arrow.png) 50% 45% no-repeat;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}

	.b-table tbody .even,.common-table tbody .even {
		background: #f5f5f5;
	}

	.wrap.partners .p-item {
		width: 100%;
		margin-bottom: 15px;
	}

	.b-group .col-dark {
		width: 100%;
		float: none!important;
	}

	.rsl-offer,.vs {
		display: none;
	}

	.range-slider .rs-group:not(.range) td {
		width: 100%;
	}

	.range-slider .rs-group:not(.range),.range-slider .rs-group:not(.range) tbody,.range-slider .rs-group:not(.range) td,.range-slider .rs-group:not(.range) tr {
		display: block;
	}

	.btl-item.type-2 img,.common-table thead {
		display: none;
	}

	.range-slider .rs-group:not(.range) tr:first-child td {
		width: 33.333%;
		float: left;
	}

	.range-slider .rs-group:not(.range) tr+tr {
		clear: both;
	}

	.btl-item.type-2 {
		font-weight: 400;
		vertical-align: middle;
	}

	.common-table,.common-table tbody,.common-table td,.common-table tr {
		display: block;
	}

	.common-table td {
		border: none!important;
	}

	.common-table tbody td {
		padding: 5px 20px;
	}

	.common-table tbody tr {
		padding: 15px 0;
	}

	.common-table .show-for-small {
		display: block;
		color: #9BA7AB;
		font-size: 13px;
		line-height: 18px;
		font-weight: 400;
	}

	.common-table .show-for-small.compare-title {
		font-size: 17px;
		margin-bottom: 5px;
		color: #f75b16;
		text-transform: uppercase;
		font-weight: 700;
	}

	.common-table td:last-child .show-for-small.compare-title {
		color: #b5c8d1;
		margin-top: 20px;
	}

	.b-table thead {
		display: none;
	}

	.b-table,.b-table tbody,.b-table td,.b-table tr {
		display: block;
	}

	.b-table td {
		border: none!important;
		width: 100%;
		padding: 5px;
		box-sizing: border-box;
		font-size: 18px;
	}

	.b-tabletbody td {
		padding: 5px 20px;
	}

	.b-table tbody tr {
		padding: 15px 0;
	}

	.b-table .show-for-small {
		display: block;
		color: #9BA7AB;
		font-size: 13px;
		line-height: 18px;
		font-weight: 400;
	}

	.dbg-col-1 {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 100%!important;
		transform: scale(.8);
		-webkit-transform: scale(.8);
		-moz-transform: scale(.8);
		-ms-transform: scale(.8);
		-o-transform: scale(.8);
	}

	.db-group {
		overflow: visible;
	}

	.dbg-col-1 iframe {
		margin-left: -350px;
		left: 50%;
		position: relative;
	}

	.rs-block .range-step {
		display: none;
	}

	.rs-block .range-step.first,.rs-block .range-step.last {
		display: inline-block;
		white-space: nowrap;
	}
}

@media only screen and (max-width:580px) {
	.so_platform {
		transform: scale(.72) translate(-17%,-195px);
		-webkit-transform: scale(.72) translate(-17%,-195px);
		-moz-transform: scale(.72) translate(-17%,-195px);
	}

	.wrap.platform-page {
		padding: 0 15px;
	}

	#plat {
		margin-left: -15px;
		margin-right: -15px;
	}

	.platform-page.wrap .b-sidebar {
		margin: 0 -15px;
	}

	.time-ticker a {
		float: none!important;
		display: block;
		margin-bottom: 10px;
		max-width: 120px;
		margin-left: auto;
		margin-right: 0;
	}

	.settings-form {
		width: 100%;
		overflow: auto;
	}

	.settings-form .f-field {
		width: 100%;
		box-sizing: border-box;
	}

	.b-sidebar .pm-secure .ps-item {
		display: block;
		width: 100%;
		padding-right: 0;
	}

	.b-sidebar .pm-secure .ps-item,.b-sidebar .pm-secure .ps-item:nth-child(-n+2) {
		margin-bottom: 0;
	}

	.f-col-inline+.f-col-inline {
		margin-left: 0;
		display: block;
		margin-top: 20px;
	}

	.f-col-inline input.f-field {
		width: 100%!important;
		box-sizing: border-box;
	}

	.f-col-inline {
		word-break: break-word;
	}

	.payment-methods-form {
		box-sizing: border-box;
	}

	.col-md-6.ffontn {
		padding: 0;
	}

	.ccFront {
		padding-top: 20px;
	}

	.card-icon-placer {
		position: static;
	}

	.ccBlock {
		padding: 5px 15px;
	}

	#ccNumber {
		font-size: 16px!important;
	}

	#ccExpirationLabel:after {
		top: 25px;
		left: 91px;
	}

	#ccExpirationLabel,#ccHolderLabel {
		float: none;
	}

	#ccHolder {
		width: 100%!important;
	}

	.rb-wrap .rb-info {
		width: 100%;
		float: none;
	}

	.rbi-details.type-2 {
		display: inline-block;
	}

	.c-how-rank .c-row input[type=text] {
		width: 100%;
		margin: 0;
	}

	.c-prize-info h2 {
		font-weight: 300;
		font-size: 30px;
		line-height: 34px;
		margin-bottom: 40px;
	}

	.c-prize-info p {
		font-size: 20px;
		font-weight: 600;
	}

	.bac-table td,.bac-table th {
		padding: 0 30px 18px 0;
		border: none;
		line-height: 16px;
	}

	.bac-table td:last-child,.bac-table th:last-child {
		padding-right: 0;
	}

	.ba-content {
		padding-left: 10px;
		padding-right: 10px;
	}

	.btl-item {
		font-size: 14px;
		font-weight: 400;
	}

	.pr-item {
		width: 100%;
	}

	.info-text {
		margin: 0 0 30px;
		padding: 0 0 0 25px;
		font-size: 18px;
		line-height: 22px;
	}

	.text-block .payment-list .pl-item {
		width: 48%!important;
	}

	.map-canvas-wrap {
		height: 250px;
	}

	#map-canvas {
		height: 280px;
	}

	.b-sidebar-2 {
		display: none;
	}

	.sidebar .tw-btn-round-sm {
		display: block;
	}

	.dbg-col-1 {
		transform: scale(.6);
		-webkit-transform: scale(.6);
		-moz-transform: scale(.6);
		-ms-transform: scale(.6);
		-o-transform: scale(.6);
		margin: -70px 0;
	}

	.lng-drop {
		margin-right: 0;
		padding-right: 0;
	}

	.bt-actions {
		display: none;
	}

	.s-item.siteseal {
		display: block;
		margin: 10px auto;
	}

	.s-item.siteseal img {
		float: none;
		display: block;
		margin: 0 auto 30px;
	}

	.benefits-list {
		line-height: 23px;
		font-size: 16px;
	}

	.btn-large {
		font-size: 22px;
		padding: 13px 40px 16px;
	}

	.h0,.h1 {
		line-height: 34px;
		font-size: 25px;
	}
}

@media only screen and (max-width:480px) {
	.pmgt-item {
		width: calc(33.3333% - 10px);
	}

	.c-orange-bar .big-words {
		text-transform: uppercase;
		font-size: 26px;
		margin: 10px 0;
	}

	.faq-videos .bt-list {
		padding: 0;
	}

	.faq-videos .btl-item span {
		height: auto;
		padding: 10px;
	}

	.faq-videos .btl-item.type-2 {
		height: 70px;
	}

	.video-item {
		width: calc(100% - 30px);
	}

	.btl-item {
		display: block;
	}

	.p-sertificates .ps-item {
		width: 48%;
		margin-bottom: 30px;
	}

	.p-sertificates {
		margin-bottom: 0;
	}

	.p-payments>.wrap>h2 {
		font-size: 22px;
		line-height: 25px;
	}

	.tbp-content .b-table td {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 13px;
		vertical-align: middle;
		line-height: 17px;
	}

	.b-table.b-table-v-center td,.b-table.b-table-v-center thead {
		padding: 5px;
	}

	.b-tabs {
		margin-top: 30px;
	}

	.btl-item.active .btli-arrow-s,.btl-item:hover .btli-arrow-s {
		display: none;
	}

	.ba-header {
		font-size: 14px;
		font-weight: 400;
	}

	.btl-item.type-2 {
		display: block;
		width: 100%;
	}

	.bt-list {
		display: block;
	}

	.c-phones .cp-item {
		display: block;
		width: 100%;
	}

	.bl-modal {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}

	.bl-modal .bl-fieldset input {
		width: 100%;
		box-sizing: border-box;
	}

	.bl-logo {
		margin: 0 auto 30px;
		width: 180px;
		height: 92px;
		background-size: 180px 92px;
	}

	.b-top .wrap {
		text-align: center;
	}

	.bt-phone {
		float: none;
	}

	.lng-drop-choser {
		box-shadow: 0 2px 2px rgba(0,0,0,.22);
	}

	.phone-calls {
		left: 0;
	}

	.b-banner .h1,.h1-shader {
		clear: both;
		color: #fff;
		font-size: 22px;
		line-height: 26px;
	}

	.b-banner .p,.p-shader {
		line-height: 20px;
		font-size: 14px;
	}

	.b-banner .p {
		margin-top: 20px;
	}

	.bbd-link.appstore,.bbd-link.google-play {
		display: block;
		margin: 20px auto 0;
	}

	.bf-table td {
		display: inline-block;
		width: 100%;
		vertical-align: top;
		text-align: center;
	}

	.b-table td,.b-table thead th {
		padding: 15px;
	}

	.ebg-col {
		width: 100%;
		float: none;
	}

	.ebg-col+.ebg-col {
		margin-top: 30px;
	}

	.bf-logo {
		display: block;
		margin-right: auto;
		margin-left: auto;
		background-position: center;
	}

	.bf-copyright,.bf-regular {
		display: block;
		text-align: center;
		margin-left: 0;
		margin-right: 0;
	}

	.leader-table td,.leader-table th {
		font-size: 13px;
	}

	.c-leaderboard-wrap {
		padding-right: 0;
		padding-left: 0;
	}

	.c-how-rank label {
		font-size: 20px;
		color: #fff;
	}
}

@media only screen and (max-width:420px) {
	.time-ticker {
		font-size: 16px;
	}

	.tdff-col {
		white-space: normal;
		margin-bottom: 10px;
	}

	.tl-table th {
		width: 70px!important;
	}

	.payment-methods .p-sertificates .ps-item {
		width: 100%;
		margin-bottom: 15px;
	}

	.form-action-uoter .ui.button.fbu {
		display: block;
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

	.pmgt-item {
		width: calc(50% - 10px);
	}

	.wp-point {
		margin-top: 20px;
		width: 100%;
		display: block;
		padding: 0;
	}

	.c-trophy {
		left: 50%;
		margin-left: -80px;
		height: 215px;
		width: 160px;
	}

	.c-prize-info p {
		font-size: 16px;
		font-weight: 600;
		margin-bottom: 13px;
	}

	.c-prize-info h2 {
		font-weight: 300;
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 20px;
		margin-top: 10px;
	}

	.c-prize-info {
		width: 100%;
		text-align: center;
		margin-top: 40px;
		float: none;
		color: #0a4968;
		padding: 0 10px;
	}

	.b-sidebar-3 .bsl-item {
		width: 48%;
		margin-bottom: 0;
		display: inline-block;
	}

	.tb-special {
		margin-left: 0;
	}

	.tbp-content .btn-middle {
		line-height: 20px;
		font-size: 18px;
		border-radius: 40px;
	}

	.tbt-tab.active {
		height: 56px;
	}

	.tbtt-inner {
		padding: 9px 10px;
	}

	.tbt-tab {
		height: 55px!important;
	}

	.tab-block .rb-wrap {
		padding: 0 15px;
	}

	.common-table tbody td {
		line-height: 22px;
		font-size: 14px;
		color: #000;
	}

	.btn-large,.rbi-details.type-1,.rbi-details.type-2 {
		font-size: 18px;
	}

	.btn-large {
		padding: 13px 32px 16px;
	}

	.form-group .col-md-6 .btn.full-width {
		max-width: 100%;
	}

	.dbg-col-1 {
		transform: scale(.45);
		-webkit-transform: scale(.45);
		-moz-transform: scale(.45);
		-ms-transform: scale(.45);
		-o-transform: scale(.45);
		margin: -90px 0;
	}

	.leader-table td,.leader-table th {
		font-size: 12px;
		padding: 10px 5px;
		text-align: center;
	}

	.c-leaderboard-wrap .c-wrap {
		padding-left: 10px;
		padding-right: 10px;
	}

	.appstore,.google-play {
		display: block;
		margin: 20px auto;
	}
}

@media only screen and (max-width:480px) {
	.bt-phone {
		font-size: 13px;
		display: inline-block;
		line-height: 40px;
	}

	.trading-area {
		min-height: 0!important;
	}

	.bt-phone .icon-message,.bt-phone .icon-phone {
		margin-left: 5px;
		vertical-align: middle;
	}

	.bt-phone .lng-drop {
		position: relative;
		top: auto;
		right: auto;
	}

	.bt-phone .lng-drop .lng-drop-title {
		font-size: 10px;
		color: #0a0a0a;
	}

	.lng-drop-choser {
		text-align: left;
	}

	.b-header .bh-btn-action {
		display: block!important;
		margin-right: 30px;
		padding: 3px 6px;
		font-size: 11px;
	}

	.cards_top_up-buttons .fbun {
		font-size: 12px;
		padding: 6px 12px;
	}

	.pfs_top_up-head {
		display: none;
	}

	.pfs_top_up {
		padding: 0!important;
		text-align: center;
	}

	.trading-inactive:after {
		left: -30px;
		width: calc(100% + 60px);
	}

	.lng-drop {
		margin: 0!important;
	}
}

@media only screen and (max-width:420px) {
	.rbi-details.type-2 {
		padding: 2px 27px!important;
		font-size: 18px;
		text-align: center;
	}
}

@media only screen and (max-width:325px) {
	.lng-drop {
		margin: 0!important;
	}

	.rbi-details.type-2 {
		padding: 2px 27px;
	}
}

@media only screen and (max-width:430px) {
	.cards_top_up-buttons .fbun {
		font-size: 11px;
		padding: 4px 8px;
		margin-bottom: 2px;
	}
}

body,html {
	min-width: 320px!important;
}

.winners-prize {
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	text-align: center;
	margin: 20px 0;
}

.menu-toggle {
	width: 26px;
	height: 2px;
	background: #fff;
	display: none;
	position: absolute;
	right: 20px;
	top: 33px;
}

.menu-toggle:after,.menu-toggle:before {
	content: '';
	height: 2px;
	display: block;
	position: absolute;
	background: #fff;
	width: 26px;
}

.menu-toggle:after {
	top: 7px;
}

.menu-toggle:before {
	top: 14px;
}

#accordion ul {
	list-style: none;
	padding: 0;
	display: none;
}

#accordion .item+.item {
	margin-top: 10px;
}

.sidebar .tw-btn-round-sm {
	padding: 17px 15px;
	font-size: 14px;
	border-radius: 25px;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	box-sizing: border-box;
	display: none;
}

.acc-link {
	display: block;
	color: #fff;
	font-size: 16px;
	padding: 5px 0;
	font-weight: 400;
}

.sidebar .acc-item .bnsi-link {
	color: #B2C9D4;
}

.accordion-toggle {
	cursor: pointer;
}

.accordion-content {
	display: none;
}

@media only screen and (max-width:1023px) {
	.b-top .wrap,.b-traiders-2 .bt-point,.ba-header,.btl-item.type-2,.wp-point,.wrap {
		box-sizing: border-box;
	}

	.abc-hr,.fbgi-img {
		margin-right: auto;
		margin-left: auto;
	}

	.ab-group,.b-table td,.b-table thead th,.dbg-col-2,.fbgi-text,.p-payments,.wrap.bf-top {
		text-align: center;
	}

	.ab-group .ab-col-1,.ab-group .ab-col-2 {
		width: 100%;
		float: none;
	}

	.b-top .wrap,.wrap {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}

	body {
		min-width: 320px;
	}

	.fbgi-img {
		float: none;
		display: block;
	}

	.fbg-item.right .fbgi-img {
		float: none;
		margin-right: auto!important;
		margin-left: auto!important;
		display: block;
	}

	.h-block .benefits-list {
		max-width: 650px;
		margin: 50px auto 0;
	}

	.bbc-img,.bt-image,.bt-image-mobile,.btl-item.type-2 img {
		max-width: 100%;
	}

	.h-block {
		background-position: 70% 0;
	}

	.fbg-item.right .fbgi-text {
		margin-left: 0;
	}

	.dbg-col-1,.dbg-col-2 {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}

	.fbgi-text br {
		display: none;
	}

	.fbgi-text {
		margin-top: 20px;
	}

	.bb-download .bbd-link {
		float: none;
	}

	.bb-download {
		margin-bottom: 40px;
	}

	.dbg-col-2 {
		width: 100%!important;
	}

	.dbg-col-1 iframe {
		height: 380px;
	}

	.btn-large {
		display: inline-block;
		margin: 8px 0;
		padding: 22px 70px 25px;
	}

	.bf-social {
		float: none;
		margin-right: auto;
		margin-left: auto;
	}

	.bf-copyright,.bf-logo,.bf-regular,.bf-social li {
		float: none!important;
		display: inline-block;
		vertical-align: middle;
	}

	.disclaim {
		padding: 30px 0;
	}

	.bf-table td {
		display: inline-block;
		width: 50%;
		vertical-align: top;
	}

	footer .bf-table tr {
		font-size: 0;
	}

	.bfn-title {
		font-size: 14px;
	}

	footer .bf-table,footer .bf-table tbody,footer .bf-table tr {
		width: 100%;
		display: block;
	}

	.b-table td,.b-table thead th {
		font-size: 15px;
		width: 33.3333%;
		padding: 20px;
	}

	.b-table thead th br {
		display: none;
	}

	.b-banner {
		height: 330px;
		background-size: cover!important;
	}

	.abs-action-btn {
		position: absolute;
		bottom: 60px;
		width: 100%;
		left: 0;
	}

	.e-block {
		background-color: #F76115;
		background-size: cover;
	}

	.b-traiders-2,.b-traiders-3 {
		position: relative;
		margin: 40px 0 87px;
	}

	.b-traiders-2 .bt-point {
		width: 48%;
		display: inline-block;
		vertical-align: top;
		padding-right: 30px;
	}

	.b-traiders-3 .bt-point .bt-text br {
		display: none;
	}

	.wp-point {
		display: inline-block;
		vertical-align: top;
		margin-top: 43px;
		margin-left: 0;
		width: 32%;
		padding: 0 20px;
	}

	.web-platform .wp-image {
		display: none;
	}

	.web-platform .wp-image-mob {
		display: block;
		margin: 0 auto;
	}

	.wp-anchor {
		display: none;
	}

	.btl-item {
		display: table-cell;
		width: auto;
		height: 45px;
		line-height: 45px;
	}

	.p-sertificates {
		margin-bottom: 30px;
	}

	.p-sertificates .ps-item {
		float: none;
		display: inline-block;
		width: 23%;
		vertical-align: middle;
	}

	.psi-icon {
		float: none;
	}

	.p-payment-icon {
		float: none;
		margin-left: auto!important;
		margin-right: auto!important;
		margin-bottom: 30px!important;
		display: block;
	}

	.bt-image {
		display: none;
	}

	.b-traiders .bt-image {
		display: block!important;
	}

	.bt-image-mobile {
		display: block;
		margin: 0 auto;
	}

	.bt-nr,.bt-text-wrap {
		display: inline-block;
	}

	.b-traiders {
		position: relative;
		margin: 50px 0;
	}

	.bt-point {
		position: static;
		width: 100%;
		margin-top: 20px;
	}

	.bt-nr {
		position: static;
		font-size: 55px;
		line-height: 60px;
		margin-right: 5px;
	}

	.bt-arrow {
		display: none;
	}

	.ba-header {
		display: block;
		height: auto;
		line-height: normal;
		text-indent: 0;
		text-transform: uppercase;
		color: #3c454c;
		padding: 28px 70px 28px 30px;
	}

	.btl-item.type-2 {
		display: table-cell;
		padding: 10px;
		font-size: 13px;
		line-height: 17px;
		width: 20%;
	}

	.bt-list {
		display: table;
		width: 100%;
	}

	.btl-item.type-2 img {
		margin-bottom: 10px;
	}

	.ba-header {
		font-size: 16px;
	}

	.c-how-rank label {
		display: block;
		margin-bottom: 20px;
	}

	.c-how-rank {
		padding-bottom: 30px;
		height: auto;
	}
}

@media only screen and (max-width:991px) {
	.faq-videos .btl-item.type-2 {
		height: 90px;
		vertical-align: middle;
	}

	.faq-videos .btl-item span {
		height: 100%;
	}

	.speech {
		width: calc(100% - 273px);
		box-sizing: border-box;
	}

	.pri-title {
		max-width: 250px;
		margin-left: auto;
		margin-right: auto;
	}

	.pr-item {
		width: 48%;
	}

	.wrap.partners .p-item {
		width: 31.333%;
		max-width: 100%;
		line-height: 25px;
		font-size: 20px;
	}

	.wrap.partners .p-item img {
		max-width: 100%;
	}

	.p-spacer {
		display: none;
	}

	.form-group .col-md-6 .btn.full-width {
		margin-top: 20px;
	}

	.abit-wrap {
		font-size: 22px;
		line-height: 25px;
	}
}

@media only screen and (max-width:880px) {
	.cbl-item,.menu-toggle {
		display: block;
	}

	.ab-group .ab-col-1 img,.ab-group .ab-col-2 img,.c-half p,.fbg-item img,.text-block .payment-list .pl-item img {
		max-width: 100%;
	}

	.wrap {
		padding-left: 20px;
		padding-right: 20px;
	}

	.cb-list {
		padding-right: 0;
		padding-top: 35px;
	}

	.cbl-item {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}

	.b-nav,.cbl-spacer {
		display: none;
	}

	.c-block {
		height: auto;
		text-align: center;
	}

	.b-banner {
		height: 450px;
	}

	.abs-action-btn,.bb-video {
		position: static;
		display: block;
		margin: 0 auto;
	}

	.bx-pager {
		bottom: 40px;
	}

	.text-guardian {
		font-size: 14px;
		line-height: 22px;
		margin: 10px 0 22px;
	}

	.b-banner .h1,.h1-shader {
		font-size: 36px;
	}

	.abs-action-btn {
		padding-top: 20px;
	}

	.main-bg-crowd:after {
		z-index: 0;
	}

	.main-bg-crowd .wrap {
		z-index: 2;
	}

	.h1-shader {
		clear: both;
		color: #fff;
		line-height: 38px;
	}

	.p-shader {
		font-size: 19px;
		line-height: 25px;
	}

	.slideWrapper {
		margin-bottom: 20px;
	}

	.h-block {
		padding: 50px 0;
		height: auto;
	}

	.ebgc-title {
		line-height: 30px;
		font-size: 20px;
	}

	.ebgc-text {
		font-size: 12px;
	}

	.c-trophy,.faq-videos .bt-list {
		display: block;
	}

	.tnmi-link {
		margin: 0 14px;
		font-size: 13px;
		white-space: nowrap;
	}

	.mobile-platform {
		padding-bottom: 10px;
	}

	.mp-details {
		margin-left: 0;
	}

	.mp-image {
		float: none;
	}

	.c-two-rows .c-half,.c-two-rows .c-half+.c-half {
		width: 100%;
		float: none;
		text-align: left;
		padding: 0;
		border: none;
	}

	.c-trophy {
		left: 51px;
		height: 400px;
		width: 30%;
		float: left;
		background-size: contain;
		position: absolute;
		bottom: 35px;
	}

	.c-prize-info {
		width: 100%;
		text-align: right;
		margin-top: 60px;
		float: none;
		color: #0a4968;
		padding: 0 30px;
	}

	.faq-videos .btl-item span {
		height: auto;
		font-size: 13px;
	}

	.faq-videos .btl-item.type-2 {
		display: inline-block;
	}

	.video-item {
		width: calc(33.3333% - 30px);
	}

	.text-block .payment-list {
		width: 100%!important;
		text-align: center;
	}

	.text-block .payment-list .pl-item {
		width: 20%!important;
		margin-right: 0;
		margin-left: 0;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.pi-title {
		max-width: 300px;
		margin: 10px auto 0;
	}

	.wrap.partners {
		text-align: center;
	}

	.wrap.partners .p-item {
		width: 48%;
	}

	.tbp-content .btn-middle {
		display: block;
		text-align: center;
		max-width: 360px;
		box-sizing: border-box;
		margin: 0 auto;
		padding: 15px 30px;
	}

	.tbp-content .tbpc-link {
		float: none;
		display: block;
		margin-left: 0;
		margin-right: 0;
		text-align: center;
	}

	.tab-block .rb-wrap {
		padding: 0 30px;
	}

	.range-slider .rs-group td {
		width: 33.3333%;
	}

	.rs-group .range-step {
		display: none;
	}

	.ab-item img,.rs-group .range-step.first,.rs-group .range-step.last {
		display: inline-block;
	}

	.ab-item {
		width: 100%;
		text-align: center;
	}

	.abi-text,.text-left .abi-text,.text-right .abi-text {
		position: static;
		width: 100%;
		text-align: center;
		margin-left: 0;
		height: auto;
	}

	.abit-wrap {
		padding-top: 10px;
		display: block;
	}

	.ab-line {
		margin: 20px auto;
	}

	.bs2-list {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.snmi-link {
		font-size: 14px;
	}

	.new-f-phone-1 {
		width: 30%;
	}

	.new-f-phone-3 {
		width: 65%;
	}

	.form-group .col-md-6 .btn.full-width {
		max-width: 200px;
	}

	.sidebar-content-220 {
		float: none!important;
		width: 100%!important;
		padding-left: 0!important;
	}

	.b-sidebar-2 {
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}

	.b-sidebar-2 br {
		display: none;
	}

	.bs2-banner,.bs2-list {
		display: inline-block;
		vertical-align: middle;
		text-align: left;
		padding: 0 20px;
	}

	.rb-wrap .rb-info {
		width: 50%;
		margin: 0;
	}

	.rb-wrap .rb-info:last-child {
		display: block;
		width: 100%;
		float: none;
		clear: both;
		padding-top: 30px;
	}
}

@media only screen and (max-width:700px) {
	.dbg-col-1 {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 100%!important;
		transform: scale(.8);
		-webkit-transform: scale(.8);
		-moz-transform: scale(.8);
		-ms-transform: scale(.8);
		-o-transform: scale(.8);
	}

	.db-group {
		overflow: visible;
	}

	.dbg-col-1 iframe {
		margin-left: -350px;
		left: 50%;
		position: relative;
	}

	.mp-image {
		display: block;
		margin: 0 auto;
		max-width: 100%;
	}

	.mobile-platform .bs-app {
		float: none;
		margin: 30px auto;
		max-width: 140px;
		text-align: center;
	}

	.wp-point {
		margin-top: 30px;
		width: 48%;
	}

	.c-button.blue {
		display: block;
		max-width: 200px;
		margin: 20px auto 0;
	}

	.b-sidebar-3 .bsl-item,.i-photo>img,.p-spacer {
		display: inline-block;
	}

	.video-item {
		width: calc(50% - 30px);
	}

	.b-article-3 {
		width: 100%;
		margin-left: 0;
		margin-top: 0;
	}

	.b-sidebar-3 .bsl-item {
		width: 30%;
	}

	.b-sidebar-3,.person,.speech {
		width: 100%;
		float: none;
	}

	.bd-title {
		margin: 12px 0 30px;
		line-height: 21px;
		font-size: 16px;
	}

	.person {
		text-align: center;
		margin-bottom: 40px;
	}

	.speech {
		margin-left: 0;
	}

	.speech .s-arrow-w {
		position: absolute;
		top: -15px;
		left: 50%;
		margin-top: -18px;
		margin-left: -17px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 17.5px 17px;
		border-color: transparent transparent #b5c8d1;
	}

	.p-spacer {
		margin: 0;
		height: 75px;
		background: url(../img/partner/img-arrow.png) 50% 45% no-repeat;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}

	.b-table tbody .even,.common-table tbody .even {
		background: #f5f5f5;
	}

	.wrap.partners .p-item {
		width: 100%;
		margin-bottom: 15px;
	}

	.b-group .col-dark {
		width: 100%!important;
		float: none!important;
	}

	.rsl-offer,.vs {
		display: none;
	}

	.range-slider .rs-group:not(.range) td {
		width: 100%;
	}

	.range-slider .rs-group:not(.range),.range-slider .rs-group:not(.range) tbody,.range-slider .rs-group:not(.range) td,.range-slider .rs-group:not(.range) tr {
		display: block;
	}

	.btl-item.type-2 img,.common-table thead {
		display: none;
	}

	.range-slider .rs-group:not(.range) tr:first-child td {
		width: 33.333%;
		float: left;
	}

	.range-slider .rs-group:not(.range) tr+tr {
		clear: both;
	}

	.btl-item.type-2 {
		font-weight: 400;
		vertical-align: middle;
	}

	.common-table,.common-table tbody,.common-table td,.common-table tr {
		display: block;
	}

	.common-table td {
		border: none!important;
	}

	.common-table tbody td {
		padding: 5px 20px;
	}

	.common-table tbody tr {
		padding: 15px 0;
	}

	.common-table .show-for-small {
		display: block;
		color: #9BA7AB;
		font-size: 13px;
		line-height: 18px;
		font-weight: 400;
	}

	.common-table .show-for-small.compare-title {
		font-size: 17px;
		margin-bottom: 5px;
		color: #f75b16;
		text-transform: uppercase;
		font-weight: 700;
	}

	.common-table td:last-child .show-for-small.compare-title {
		color: #b5c8d1;
		margin-top: 20px;
	}

	.b-table thead {
		display: none;
	}

	.b-table,.b-table tbody,.b-table td,.b-table tr {
		display: block;
	}

	.b-table td {
		border: none!important;
		width: 100%;
		padding: 5px;
		box-sizing: border-box;
		font-size: 18px;
	}

	.b-tabletbody td {
		padding: 5px 20px;
	}

	.b-table tbody tr {
		padding: 15px 0;
	}

	.b-table .show-for-small {
		display: block;
		color: #9BA7AB;
		font-size: 13px;
		line-height: 18px;
		font-weight: 400;
	}

	.rs-block .range-step {
		display: none;
	}

	.rs-block .range-step.first,.rs-block .range-step.last {
		display: inline-block;
		white-space: nowrap;
	}
}

@media only screen and (max-width:580px) {
	.sidebar .tw-btn-round-sm {
		display: block;
	}

	.dbg-col-1 {
		transform: scale(.6);
		-webkit-transform: scale(.6);
		-moz-transform: scale(.6);
		-ms-transform: scale(.6);
		-o-transform: scale(.6);
		margin: -70px 0;
	}

	.lng-drop {
		margin-right: 0;
		padding-right: 0;
	}

	.bt-actions {
		display: none;
	}

	.s-item.siteseal {
		display: block;
		margin: 10px auto;
	}

	.s-item.siteseal img {
		float: none;
		display: block;
		margin: 0 auto 30px;
	}

	.benefits-list {
		line-height: 23px;
		font-size: 16px;
	}

	.btn-large {
		font-size: 22px;
		padding: 13px 40px 16px;
	}

	.h0,.h1 {
		line-height: 34px;
		font-size: 25px;
	}

	.c-how-rank .c-row input[type=text] {
		width: 100%;
		margin: 0;
	}

	.c-prize-info h2 {
		font-weight: 300;
		font-size: 30px;
		line-height: 34px;
		margin-bottom: 40px;
	}

	.c-prize-info p {
		font-size: 20px;
		font-weight: 600;
	}

	.bac-table td,.bac-table th {
		padding: 0 30px 18px 0;
		border: none;
		line-height: 16px;
	}

	.bac-table td:last-child,.bac-table th:last-child {
		padding-right: 0;
	}

	.ba-content {
		padding-left: 10px;
		padding-right: 10px;
	}

	.btl-item {
		font-size: 14px;
		font-weight: 400;
	}

	.pr-item {
		width: 100%;
	}

	.info-text {
		margin: 0 0 30px;
		padding: 0 0 0 25px;
		font-size: 18px;
		line-height: 22px;
	}

	.text-block .payment-list .pl-item {
		width: 48%!important;
	}

	.map-canvas-wrap {
		height: 250px;
	}

	#map-canvas {
		height: 280px;
	}

	.b-sidebar-2 {
		display: none;
	}
}

@media only screen and (max-width:480px) {
	.bt-phone,.ebg-col {
		float: none;
	}

	.lng-drop.lng-drop-right {
		position: absolute;
		top: 63px;
		right: 67px;
		color: #fff;
		z-index: 2;
	}

	.lng-drop:hover {
		background: 0 0;
	}

	.b-top .wrap {
		text-align: center;
	}

	.lng-drop-choser {
		box-shadow: 0 2px 2px rgba(0,0,0,.22);
	}

	.phone-calls {
		left: 0;
	}

	.b-banner .h1,.h1-shader {
		clear: both;
		color: #fff;
		font-size: 22px;
		line-height: 26px;
	}

	.b-banner .p,.p-shader {
		line-height: 20px;
		font-size: 14px;
	}

	.b-banner .p {
		margin-top: 20px;
	}

	.bbd-link.appstore,.bbd-link.google-play {
		display: block;
		margin: 20px auto 0;
	}

	.bf-table td {
		display: inline-block;
		width: 100%;
		vertical-align: top;
		text-align: center;
	}

	.b-table td,.b-table thead th {
		padding: 15px;
	}

	.ebg-col {
		width: 100%;
	}

	.ebg-col+.ebg-col {
		margin-top: 30px;
	}

	.bf-logo {
		display: block;
		margin-right: auto;
		margin-left: auto;
		background-position: center;
	}

	.bf-copyright,.bf-regular {
		display: block;
		text-align: center;
		margin-left: 0;
		margin-right: 0;
	}

	.b-traiders-2 .bt-point {
		width: 100%;
		display: block;
		padding-right: 0;
	}

	.b-traiders-2 .bt-point .bt-text br {
		display: none;
	}

	.c-orange-bar .big-words {
		text-transform: uppercase;
		font-size: 26px;
		margin: 10px 0;
	}

	.faq-videos .bt-list {
		padding: 0;
	}

	.faq-videos .btl-item span {
		height: auto;
		padding: 10px;
	}

	.faq-videos .btl-item.type-2 {
		height: 70px;
	}

	.video-item {
		width: calc(100% - 30px);
	}

	.btl-item {
		display: block;
	}

	.p-sertificates .ps-item {
		width: 48%;
		margin-bottom: 30px;
	}

	.p-sertificates {
		margin-bottom: 0;
	}

	.p-payments>.wrap>h2 {
		font-size: 22px;
		line-height: 25px;
	}

	.tbp-content .b-table td {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 13px;
		vertical-align: middle;
		line-height: 17px;
	}

	.b-table.b-table-v-center td,.b-table.b-table-v-center thead {
		padding: 5px;
	}

	.b-tabs {
		margin-top: 30px;
	}

	.btl-item.active .btli-arrow-s,.btl-item:hover .btli-arrow-s {
		display: none;
	}

	.ba-header {
		font-size: 14px;
		font-weight: 400;
	}

	.btl-item.type-2 {
		display: block;
		width: 100%;
	}

	.bt-list {
		display: block;
	}

	.c-phones .cp-item {
		display: block;
		width: 100%;
	}

	.bl-modal {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}

	.bl-modal .bl-fieldset input {
		width: 100%;
		box-sizing: border-box;
	}

	.bl-logo {
		margin: 0 auto 30px;
		width: 180px;
		height: 92px;
		background-size: 180px 92px;
	}

	.leader-table td,.leader-table th {
		font-size: 13px;
	}

	.c-leaderboard-wrap {
		padding-right: 0;
		padding-left: 0;
	}

	.c-how-rank label {
		font-size: 20px;
		color: #fff;
	}
}

@media only screen and (max-width:420px) {
	.dbg-col-1 {
		transform: scale(.45);
		-webkit-transform: scale(.45);
		-moz-transform: scale(.45);
		-ms-transform: scale(.45);
		-o-transform: scale(.45);
		margin: -90px 0;
	}

	.wp-point {
		margin-top: 20px;
		width: 100%;
		display: block;
		padding: 0;
	}

	.c-trophy {
		left: 50%;
		margin-left: -80px;
		height: 215px;
		width: 160px;
	}

	.c-prize-info p {
		font-size: 16px;
		font-weight: 600;
		margin-bottom: 13px;
	}

	.c-prize-info h2 {
		font-weight: 300;
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 20px;
		margin-top: 10px;
	}

	.c-prize-info {
		width: 100%;
		text-align: center;
		margin-top: 40px;
		float: none;
		color: #0a4968;
		padding: 0 10px;
	}

	.b-sidebar-3 .bsl-item {
		width: 48%;
		margin-bottom: 0;
		display: inline-block;
	}

	.tb-special {
		margin-left: 0;
	}

	.tbp-content .btn-middle {
		line-height: 20px;
		font-size: 18px;
		border-radius: 40px;
	}

	.tbt-tab.active {
		height: 56px;
	}

	.tbtt-inner {
		padding: 9px 10px;
	}

	.tbt-tab {
		height: 55px;
	}

	.tab-block .rb-wrap {
		padding: 0 15px;
	}

	.common-table tbody td {
		line-height: 22px;
		font-size: 14px;
		color: #000;
	}

	.btn-large {
		font-size: 18px;
		padding: 13px 32px 16px;
	}

	.rbi-details.type-1,.rbi-details.type-2 {
		padding: 2px 10px;
		font-size: 18px;
		text-align: center;
	}

	.form-group .col-md-6 .btn.full-width {
		max-width: 100%;
	}

	.leader-table td,.leader-table th {
		font-size: 12px;
		padding: 10px 5px;
		text-align: center;
	}

	.c-leaderboard-wrap .c-wrap {
		padding-left: 10px;
		padding-right: 10px;
	}

	.appstore,.google-play {
		display: block;
		margin: 20px auto;
	}
}

.menu-toggle i {
	display: block;
	width: 100%;
	height: 20px;
	position: relative;
}

.sidebar-content-220 {
	padding-left: 80px;
	float: left;
	width: calc(100% - 209px);
	box-sizing: border-box;
}

#magic-line {
	display: none!important;
}

.snm-item.active {
    border-bottom: 2px solid #00e6f1;
}

.sn-menu.wrap {
	display: block;
}

.sn-menu.wrap li {
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.secondary-nav {
	position: relative;
	display: block;
	margin: 20px 0 30px;
}

.map-canvas-wrap {
	width: 100%;
	height: 393px;
	overflow: hidden;
	background: #64757E;
}

#map-canvas {
	width: 100%;
	height: 423px;
}

.c-phones {
	padding-left: 0;
	margin-left: 0;
	border-left: none;
}

.c-phones .cp-item {
	display: inline-block;
	width: 48%;
}

.b-table .show-for-small,.bt-image-mobile,.common-table .show-for-small {
	display: none;
}

.text-block>p {
	padding-left: 2px;
}

.b-traiders img {
	max-width: 100%;
}

.b-group .col-dark {
	width: 48%;
	box-sizing: border-box;
}

.ps-item.secure {
	width: 179px;
}

.ps-item.ssl {
	width: 205px;
}

.ps-item.secure .psi-title {
	margin-top: 0;
}

.faq-videos-wrap {
	width: 100%;
	max-width: 1200px;
	min-width: 970px;
}

.b-tabs.faq-videos {
	margin-top: 45px;
	margin-bottom: 45px;
}

.faq-videos .bt-list {
	text-align: center;
	display: table;
	width: 100%;
	padding: 0 13px;
	box-sizing: border-box;
}

.faq-videos .btl-item {
	display: table-cell;
}

.faq-videos .btl-item span {
	display: block;
	position: relative;
	font-size: 14px;
	line-height: 18px;
	padding: 17px 15px;
	border: 1px solid #b5c8d1;
	color: #3c454c;
	cursor: pointer;
}

.faq-videos .btl-item:hover {
	text-decoration: none;
}

.faq-videos .btl-item.active span,.faq-videos .btl-item:hover span {
	border-color: #f75b16;
	color: #f75b16;
}

.faq-videos .btli-arrow-s {
	position: absolute;
	left: 50%;
	bottom: -13px;
	display: none;
	margin-left: -13px;
	width: 26px;
	height: 13px;
}

.faq-videos .btl-item.active .btli-arrow-s,.faq-videos .btl-item:hover .btli-arrow-s {
	display: block;
}

.faq-videos .btli-img {
	display: block;
	margin: 0 auto;
}

.faq-videos .btl-item.active span:after,.faq-videos .btl-item.active span:before {
	position: absolute;
	margin-left: -10px;
	left: 50%;
	content: '';
}

.faq-videos .btl-item.type-2.active,.faq-videos .btl-item.type-2:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.faq-videos .bt-pane {
	display: none;
	margin-top: 35px;
}

.faq-videos .bt-pane.active {
	display: block;
}

.faq-videos .btl-item.active span:before {
	display: block;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top-color: #f75b16;
	bottom: -20px;
}

.faq-videos .btl-item,.faq-videos .btl-item.type-2 {
	padding: 0 2px;
	border: none;
	height: auto;
	width: auto;
	opacity: 1;
}

.faq-videos .btl-item.active span:after {
	display: block;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top-color: #fff;
	bottom: -19px;
}

.video-item {
	background: #ebedee;
	display: inline-block;
	box-shadow: 0 4px 10px 2px rgba(0,0,0,.17);
	margin: 0 15px 30px;
	width: calc(25% - 30px);
	vertical-align: top;
}

.video-item p {
	text-align: center;
	padding: 20px;
	margin: 0;
	font-size: 16px;
}

.videos-list {
	text-align: left;
	font-size: 0;
}

a.thumb {
	outline: 0;
	position: relative;
	display: block;
}

a.thumb img {
	vertical-align: top;
	width: 100%;
}

.video-item .play {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -32px;
	margin-top: -32px;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	opacity: .8;
}

.video-item:hover .play {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	opacity: 1;
}

.video-item .play i {
	display: block;
	position: relative;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background: rgba(247,91,22,.8);
}

.video-item .play i:after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 25px solid transparent;
	border-left-color: #fff;
	left: 23px;
	top: 16px;
	border-top-width: 16px;
	border-bottom-width: 16px;
}

p.video-tab-description {
	margin: 0 0 30px;
	font-weight: 300;
	padding: 0 15px;
}

.web-platform img {
	max-width: 100%;
}

.web-platform .wp-image-mob {
	display: none;
}

.b-traiders-2 img {
	max-width: 100%;
}

.thirdary-nav {
	height: auto;
}

.tcd {
	font-size: 20px;
	font-weight: 400;
	line-height: 85px;
	text-align: center;
}

@media only screen and (max-width:880px) {
	.bb-reg,.bb-video {
		display: none;
	}

	.bb-label {
		display: block;
		text-align: center;
		float: none;
		position: relative;
		top: auto;
		left: auto;
	}

	.tcd {
		line-height: 50px;
	}
}

@media only screen and (max-width:415px) {
	.tcd {
		line-height: normal;
	}
}

.faq-videos-wrap {
	width: 100%;
	max-width: 1200px;
	min-width: 970px;
}

.b-tabs.faq-videos {
	margin-top: 45px;
	margin-bottom: 45px;
}

.faq-videos .bt-list {
	text-align: center;
	display: table;
	width: 100%;
	padding: 0 13px;
}

.faq-videos .btl-item {
	display: table-cell;
	padding: 0 3px;
}

.faq-videos .btl-item span {
	display: block;
	position: relative;
	font-size: 14px;
	padding: 17px 20px;
	border: 1px solid #b5c8d1;
	color: #3c454c!important;
	cursor: pointer;
	text-transform: none;
	line-height: normal;
	font-weight: 400;
}

.faq-videos .btl-item:hover {
	text-decoration: none;
}

.faq-videos .btl-item.active span,.faq-videos .btl-item:hover span {
	border-color: #f75b16;
	color: #f75b16;
}

.faq-videos .btli-arrow-s {
	position: absolute;
	left: 50%;
	bottom: -13px;
	display: none;
	margin-left: -13px;
	width: 26px;
	height: 13px;
}

.faq-videos .btl-item.active .btli-arrow-s,.faq-videos .btl-item:hover .btli-arrow-s {
	display: block;
}

.faq-videos .btli-img {
	display: block;
	margin: 0 auto;
}

.faq-videos .btl-item.type-2 {
	height: auto;
}

.faq-videos .btl-item.type-2.active,.faq-videos .btl-item.type-2:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.faq-videos .bt-pane {
	display: none;
	margin-top: 35px;
}

.faq-videos .bt-pane.active {
	display: block;
}

.faq-videos .btl-item.active span:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top-color: #f75b16;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
}

.faq-videos .btl-item.active span:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top-color: #fff;
	position: absolute;
	bottom: -19px;
	left: 50%;
	margin-left: -10px;
}

.video-item {
	background: #ebedee;
	display: inline-block;
	box-shadow: 0 4px 10px 2px rgba(0,0,0,.17);
	margin: 0 15px 30px;
	width: calc(25% - 30px);
	vertical-align: top;
}

.video-item p {
	text-align: center;
	padding: 20px;
	margin: 0;
	font-size: 16px;
}

.videos-list {
	text-align: left;
	font-size: 0;
}

a.thumb {
	outline: 0;
	position: relative;
	display: block;
}

a.thumb img {
	vertical-align: top;
	width: 100%;
}

.video-item .play {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -32px;
	margin-top: -32px;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	opacity: .8;
}

.video-item:hover .play {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	opacity: 1;
}

.video-item .play i {
	display: block;
	position: relative;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background: rgba(247,91,22,.8);
}

.video-item .play i:after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 25px solid transparent;
	border-left-color: #fff;
	left: 23px;
	top: 16px;
	border-top-width: 16px;
	border-bottom-width: 16px;
}

p.video-tab-description {
	margin: 0 0 30px;
	font-weight: 300;
	padding: 0 15px;
}

.faq-videos-wrap .btl-item.active>span,.faq-videos-wrap .btl-item:hover>span {
	border: none;
}

.faq-videos-wrap .btl-item.active {
	border: 1px solid #f75b16;
}

.faq-videos-wrap .btl-item:not(.active):hover>span {
	border: 1px solid #f75b16!important;
}

.faq-videos-wrap .btl-item.type-2 {
	opacity: 1!important;
}

@charset "UTF-8";

.amaran-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(153,204,51,.9);
	display: block;
	z-index: 777;
}

.amaran-overlay .amaran-wrapper {
	z-index: 9999;
}

.amaran.awesome {
	width: 300px;
	min-height: 65px;
	background: #f3f3f3;
	color: #222;
	margin: 15px;
	padding: 5px 5px 5px 70px;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-weight: 600;
	box-shadow: 1px 1px 1px #000;
}

.amaran.awesome p span,.amaran.default {
	font-weight: 300;
}

.amaran.awesome .icon {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 10px;
	background: #000;
	margin-top: -25px;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	font-size: 22px;
}

.amaran.awesome p {
	padding: 0;
	margin: 0;
}

.amaran.awesome p span.light {
	font-size: 13px;
	display: block;
	color: #777;
}

.amaran.awesome.ok p.bold {
	color: #178B13;
}

.amaran.awesome.ok .icon {
	background-color: #178B13;
	color: #fff;
}

.amaran.awesome.error p.bold {
	color: #D82222;
}

.amaran.awesome.error .icon {
	background-color: #D82222;
	color: #fff;
}

.amaran.awesome.warning p.bold {
	color: #9F6000;
}

.amaran.awesome.warning .icon {
	background-color: #9F6000;
	color: #fff;
}

.amaran.awesome.yellow p.bold {
	color: #CFA846;
}

.amaran.awesome.yellow .icon {
	background-color: #CFA846;
	color: #fff;
}

.amaran.awesome.blue p.bold {
	color: #2980b9;
}

.amaran.awesome.blue .icon {
	background-color: #2980b9;
	color: #fff;
}

.amaran.awesome.green p.bold {
	color: #27ae60;
}

.amaran.awesome.green .icon {
	background-color: #27ae60;
	color: #fff;
}

.amaran.awesome.purple p.bold {
	color: #5B54AA;
}

.amaran.awesome.purple .icon {
	background-color: #5B54AA;
	color: #fff;
}

.amaran.colorful {
	width: 300px;
	min-height: 45px;
	overflow: hidden;
	background-color: transparent;
	z-index: 1;
}

.amaran.colorful .colorful-inner {
	width: 100%;
	min-height: 45px;
	display: block;
	position: relative;
	background-color: #484860;
	padding: 15px 25px 15px 15px;
	color: #fff;
	font-size: 14px;
	border-bottom: 1px solid rgba(0,0,0,.2);
	border-radius: 4px;
}

.amaran.colorful .amaran-close {
	color: #fff;
	z-index: 2;
	top: 8px;
	right: 8px;
	text-align: center;
	line-height: 18px;
}

.amaran-wrapper.center .amaran.colorful {
	margin: 0 auto;
}

.amaran.default {
	width: 300px;
	min-height: 45px;
	background: #1B1E24;
	background: -webkit-linear-gradient(left,#111213,#111213 15%,#1b1e24 15%,#1b1e24);
	background: linear-gradient(to right,#111213,#111213 15%,#1b1e24 15%,#1b1e24);
	color: #fff;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	font-size: 13px;
	margin: 5px;
	overflow: hidden;
	border-bottom: 1px solid #111213;
	border-radius: 6px;
}

.amaran.default .default-spinner {
	width: 45px;
	min-height: 45px;
	display: block;
	float: left;
	position: relative;
}

.amaran.default .default-spinner span {
	width: 18px;
	height: 18px;
	background: #27ae60;
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -11px;
	margin-top: -9px;
}

.amaran.default .default-message {
	float: left;
}

.amaran.default .default-message span {
	padding: 3px;
	line-height: 43px;
}

.amaran.default .default-message:after {
	clear: both;
}

.amaran-close,.amaran-sticky {
	height: 20px;
	top: 2px;
	cursor: pointer;
}

.amaran-wrapper * {
	box-sizing: border-box;
}

.amaran-wrapper {
	position: fixed;
	z-index: 9999;
}

.amaran-wrapper.top {
	top: 0;
	bottom: auto;
}

.amaran-wrapper.bottom {
	bottom: 0;
	top: auto;
}

.amaran-wrapper.left {
	left: 0;
}

.amaran-wrapper.right {
	right: 0;
	left: auto;
}

.amaran-wrapper.center {
	width: 50%;
	height: 50%;
	margin: auto;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.amaran {
	width: 200px;
	background: rgba(0,0,0,.7);
	padding: 3px;
	color: #fff;
	border-radius: 4px;
	display: none;
	font-size: 13px;
	cursor: pointer;
	position: relative;
	text-align: left;
	min-height: 50px;
	margin: 10px;
}

.amaran-close:before,.amaran-sticky:before {
	color: #fff;
	font-family: Arial,sans-serif;
	font-size: 18px;
	font-weight: 700;
}

.amaran-close,.amaran-sticky {
	width: 20px;
	display: block;
	position: absolute;
}

.amaran-close {
	right: 2px;
}

.amaran-close:before {
	content: "x";
}

.amaran-sticky {
	right: 20px;
}

.amaran-sticky:before {
	content: "●";
}

.amaran-sticky.sticky:before {
	color: #27ae60;
}

.amaran.tumblr {
	width: 300px;
	min-height: 45px;
	overflow: hidden;
	background-color: #fff;
	color: #444;
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0,0,0,.3);
	z-index: 1;
}

.amaran.tumblr .title {
	position: relative;
	font-size: 15px;
	line-height: 15px;
	height: 28px;
	padding: 5px 10px;
	border-bottom: 1px solid rgba(0,0,0,.1);
	font-weight: 700;
	z-index: 1;
}

.amaran.tumblr .content {
	padding: 5px;
}

.amaran.tumblr .image {
	float: left;
}

.amaran.tumblr .amaran-close {
	z-index: 2;
}

.amaran.tumblr .amaran-close:before {
	color: #000;
}

.amaran.user {
	width: 300px;
	min-height: 100px;
	background: #f3f3f3;
	color: #222;
	margin: 15px;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	font-size: 13px;
	font-weight: 300;
	box-shadow: 1px 1px 1px #000;
	border-radius: 0;
	padding: 0;
}

.amaran.user .icon {
	width: 100px;
	height: 100px;
	position: relative;
	background: #000;
	float: left;
}

.amaran.user img {
	max-width: 100%;
}

.amaran.user .info {
	padding-left: 110px;
	padding-top: 10px;
}

.amaran.user b {
	display: block;
	font-size: 16px;
}

.amaran.user.blue {
	background: #2773ed;
	color: #fff;
}

.amaran.user.yellow {
	background: #f4b300;
	color: #fff;
}

.amaran.user.green {
	background: #78ba00;
	color: #fff;
}

.bdw-wrap {
	background: #fff;
	padding: 40px;
}

.bdw-title {
	font-size: 34px;
	color: #000;
	font-weight: 600;
	margin-bottom: 5px;
	margin-top: 28px;
}

.bdw-bitcoin-logo {
	margin-bottom: 10px;
}

.bdw-subtitle {
	font-size: 14px;
	font-weight: 600;
	color: #3f3b33;
	margin: 14px 0;
}

.bdw-title-small {
	font-size: 22px;
	color: #3f3b33;
	font-weight: 400;
	line-height: 1.45;
	margin: 22px 0;
}

.bdw-button,.bdw-button:hover {
	color: #fff;
	text-decoration: none;
}

.bdw-title-small.bold {
	font-weight: 600;
	margin-top: 10px;
}

.bdw-table td,.bdw-table th {
	font-size: 16px;
	font-weight: 400;
	vertical-align: middle;
}

.bdw-table {
	width: 50%;
	text-align: center;
	float: left;
}

.bdw-table th {
	background: #009cbe;
	color: #fff;
	padding: 10px;
	height: 75px;
	text-align: center;
}

.bdw-table:last-child th {
	border-left: 1px solid #fff;
}

.bdw-table:last-child {
	margin-left: -1px;
}

.bdw-table td {
	color: #000;
	padding: 10px 15px;
	height: 75px;
	background: #fff;
	border: 1px solid #e0e0e0;
}

.bdw-table td.empty,.bdw-table td.white {
	border-bottom: none;
	border-top: none;
}

.bdw-table td.white {
	background: #fff!important;
}

.bdw-table td b {
	font-weight: 600;
}

.bdw-table td img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.bdw-table tr:nth-child(odd) td {
	background: #f5f5f5;
}

.bdw-table tr:last-child td {
	background: 0 0;
	color: #3f3b33;
	font-weight: 400;
	padding-top: 20px;
	border: none;
	border-top: 1px solid #e0e0e0;
}

.bdw-title-small a {
	color: #009cbe;
	text-decoration: none;
}

.bdw-title-small a:hover {
	text-decoration: underline;
}

.bdw-table-wrap {
	margin-bottom: 20px;
}

.bdw-button {
	cursor: pointer;
	display: inline-block;
	outline: 0;
	border: none;
	vertical-align: baseline;
	background: #ff3c00;
	font-family: 'Open Sans',sans-serif;
	margin: 0;
	padding: 16px 15px;
	text-transform: none!important;
	text-shadow: none;
	font-weight: 400;
	line-height: 1em;
	font-style: normal;
	text-align: center;
	border-radius: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	font-size: 18px;
	transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	width: 100%;
	max-width: 400px;
	min-height: 70px;
}

.bdw-button.one-line {
	padding-top: 24px;
}

.bdw-button span {
	display: block;
	text-transform: capitalize;
	font-weight: 600;
}

.bdw-button:hover {
	background: #f95d12;
}

.bdw-notice {
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	color: #515151;
	padding-top: 10px;
}

.bdw-notice img {
	width: 10px;
}

.ui.modal>.close.bdw-close {
	right: 20px;
	top: 20px;
	width: 16px;
	height: 16px;
	padding: 0;
	background: url(../images/bdw-close.svg) center center no-repeat;
	background-size: 16px 16px;
}

.ui.modal>.close.bdw-close:after {
	display: none!important;
}

.yellow-cl {
	color: #009cbe;
}

.db {
	display: block;
}

.tl {
	text-align: left;
}

.bold {
	font-weight: 600;
}

.bdw-rowspan {
	height: 174px;
}

.no-bdr {
	border: none!important;
}

@media (max-width:991px) {
	.bdw-table {
		width: 100%;
		float: none;
	}

	.bdw-table+.bdw-table {
		margin-top: 20px;
	}

	.bdw-table:first-child {
		border-right: none;
	}

	.bdw-table tr:last-child td {
		border-top: 1px solid #e0e0e0;
		padding: 15px 0 0;
	}

	.bdw-table td {
		height: auto;
		padding: 15px 10px;
	}
}

@media (max-width:767px) {
	.ui.modal>.close.bdw-close {
		right: 10px!important;
		top: 10px!important;
	}

	.bdw-wrap {
		padding: 40px 30px;
	}
}

@media (max-width:479px) {
	.bdw-title {
		font-size: 24px;
	}

	.bdw-title-small {
		font-size: 16px;
	}

	.bdw-button,.bdw-table td {
		font-size: 14px;
	}

	.bdw-button {
		min-height: 0;
		padding: 20px 15px!important;
	}

	.bdw-wrap {
		padding: 40px 20px;
	}
}

.btc-info-bot {
	padding-top: 15px;
	font-size: 90%;
}

.display-1,.display-2,.display-3,.display-4 {
	font-weight: 300;
	line-height: 1.1;
}

.display-1 {
	font-size: 6rem;
}

.display-2 {
	font-size: 5.5rem;
}

.display-3 {
	font-size: 4.5rem;
}

.display-4 {
	font-size: 3.5rem;
}

.font-weight-normal,.small,small {
	font-weight: 400;
}

.small,small {
	font-size: 80%;
}

.mark,mark {
	padding: .2em;
	background-color: #fcf8e3;
}

.list-inline,.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline-item {
	display: inline-block;
}

.list-inline-item:not(:last-child) {
	margin-right: 5px;
}

.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

.blockquote {
	padding: .5rem 1rem;
	margin-bottom: 1rem;
	font-size: 1.25rem;
	border-left: .25rem solid #eceeef;
}

.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #636c72;
}

.blockquote-footer::before {
	content: "\2014 \00A0";
}

.blockquote-reverse {
	padding-right: 1rem;
	padding-left: 0;
	text-align: right;
	border-right: .25rem solid #eceeef;
	border-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
	content: "";
}

.blockquote-reverse .blockquote-footer::after {
	content: "\00A0 \2014";
}

.align-baseline {
	vertical-align: baseline!important;
}

.align-top {
	vertical-align: top!important;
}

.align-middle {
	vertical-align: middle!important;
}

.align-bottom {
	vertical-align: bottom!important;
}

.align-text-bottom {
	vertical-align: text-bottom!important;
}

.align-text-top {
	vertical-align: text-top!important;
}

.bg-faded {
	background-color: #f7f7f7;
}

.bg-primary {
	background-color: #0275d8!important;
}

a.bg-primary:focus,a.bg-primary:hover {
	background-color: #025aa5!important;
}

.bg-success {
	background-color: #5cb85c!important;
}

a.bg-success:focus,a.bg-success:hover {
	background-color: #449d44!important;
}

.bg-info {
	background-color: #5bc0de!important;
}

a.bg-info:focus,a.bg-info:hover {
	background-color: #31b0d5!important;
}

.bg-warning {
	background-color: #f0ad4e!important;
}

a.bg-warning:focus,a.bg-warning:hover {
	background-color: #ec971f!important;
}

.bg-danger {
	background-color: #d9534f!important;
}

a.bg-danger:focus,a.bg-danger:hover {
	background-color: #c9302c!important;
}

.bg-inverse {
	background-color: #292b2c!important;
}

a.bg-inverse:focus,a.bg-inverse:hover {
	background-color: #101112!important;
}

.border-0 {
	border: 0!important;
}

.rounded-right,.rounded-top {
	border-top-right-radius: .25rem;
}

.rounded-bottom,.rounded-right {
	border-bottom-right-radius: .25rem;
}

.rounded-bottom,.rounded-left {
	border-bottom-left-radius: .25rem;
}

.rounded-left,.rounded-top {
	border-top-left-radius: .25rem;
}

.border-top-0 {
	border-top: 0!important;
}

.border-right-0 {
	border-right: 0!important;
}

.border-bottom-0 {
	border-bottom: 0!important;
}

.border-left-0 {
	border-left: 0!important;
}

.rounded {
	border-radius: .25rem;
}

.rounded-circle {
	border-radius: 50%;
}

.rounded-0 {
	border-radius: 0;
}

.clearfix::after {
	display: block;
	content: "";
	clear: both;
}

.d-none {
	display: none!important;
}

.d-inline {
	display: inline!important;
}

.d-inline-block {
	display: inline-block!important;
}

.d-block {
	display: block!important;
}

.d-table {
	display: table!important;
}

.d-table-cell {
	display: table-cell!important;
}

.d-flex {
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important;
}

.d-inline-flex {
	display: -webkit-inline-box!important;
	display: -webkit-inline-flex!important;
	display: -ms-inline-flexbox!important;
	display: inline-flex!important;
}

.flex-first {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
}

.flex-last {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.flex-unordered {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
}

.flex-row {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: normal!important;
	-webkit-flex-direction: row!important;
	-ms-flex-direction: row!important;
	flex-direction: row!important;
}

.flex-column {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: normal!important;
	-webkit-flex-direction: column!important;
	-ms-flex-direction: column!important;
	flex-direction: column!important;
}

.flex-column-reverse,.flex-row-reverse {
	-webkit-box-direction: reverse!important;
}

.flex-row-reverse {
	-webkit-box-orient: horizontal!important;
	-webkit-flex-direction: row-reverse!important;
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important;
}

.flex-column-reverse {
	-webkit-box-orient: vertical!important;
	-webkit-flex-direction: column-reverse!important;
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important;
}

.flex-wrap {
	-webkit-flex-wrap: wrap!important;
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important;
}

.flex-nowrap {
	-webkit-flex-wrap: nowrap!important;
	-ms-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important;
}

.flex-wrap-reverse {
	-webkit-flex-wrap: wrap-reverse!important;
	-ms-flex-wrap: wrap-reverse!important;
	flex-wrap: wrap-reverse!important;
}

.justify-content-start {
	-webkit-box-pack: start!important;
	-webkit-justify-content: flex-start!important;
	-ms-flex-pack: start!important;
	justify-content: flex-start!important;
}

.justify-content-end {
	-webkit-box-pack: end!important;
	-webkit-justify-content: flex-end!important;
	-ms-flex-pack: end!important;
	justify-content: flex-end!important;
}

.justify-content-center {
	-webkit-box-pack: center!important;
	-webkit-justify-content: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important;
}

.justify-content-between {
	-webkit-box-pack: justify!important;
	-webkit-justify-content: space-between!important;
	-ms-flex-pack: justify!important;
	justify-content: space-between!important;
}

.justify-content-around {
	-webkit-justify-content: space-around!important;
	-ms-flex-pack: distribute!important;
	justify-content: space-around!important;
}

.align-items-start {
	-webkit-box-align: start!important;
	-webkit-align-items: flex-start!important;
	-ms-flex-align: start!important;
	align-items: flex-start!important;
}

.align-items-end {
	-webkit-box-align: end!important;
	-webkit-align-items: flex-end!important;
	-ms-flex-align: end!important;
	align-items: flex-end!important;
}

.align-items-center {
	-webkit-box-align: center!important;
	-webkit-align-items: center!important;
	-ms-flex-align: center!important;
	align-items: center!important;
}

.align-items-baseline {
	-webkit-box-align: baseline!important;
	-webkit-align-items: baseline!important;
	-ms-flex-align: baseline!important;
	align-items: baseline!important;
}

.align-items-stretch {
	-webkit-box-align: stretch!important;
	-webkit-align-items: stretch!important;
	-ms-flex-align: stretch!important;
	align-items: stretch!important;
}

.align-content-start {
	-webkit-align-content: flex-start!important;
	-ms-flex-line-pack: start!important;
	align-content: flex-start!important;
}

.align-content-end {
	-webkit-align-content: flex-end!important;
	-ms-flex-line-pack: end!important;
	align-content: flex-end!important;
}

.align-content-center {
	-webkit-align-content: center!important;
	-ms-flex-line-pack: center!important;
	align-content: center!important;
}

.align-content-between {
	-webkit-align-content: space-between!important;
	-ms-flex-line-pack: justify!important;
	align-content: space-between!important;
}

.align-content-around {
	-webkit-align-content: space-around!important;
	-ms-flex-line-pack: distribute!important;
	align-content: space-around!important;
}

.align-content-stretch {
	-webkit-align-content: stretch!important;
	-ms-flex-line-pack: stretch!important;
	align-content: stretch!important;
}

.align-self-auto {
	-webkit-align-self: auto!important;
	-ms-flex-item-align: auto!important;
	-ms-grid-row-align: auto!important;
	align-self: auto!important;
}

.align-self-start {
	-webkit-align-self: flex-start!important;
	-ms-flex-item-align: start!important;
	align-self: flex-start!important;
}

.align-self-end {
	-webkit-align-self: flex-end!important;
	-ms-flex-item-align: end!important;
	align-self: flex-end!important;
}

.align-self-center {
	-webkit-align-self: center!important;
	-ms-flex-item-align: center!important;
	-ms-grid-row-align: center!important;
	align-self: center!important;
}

.align-self-baseline {
	-webkit-align-self: baseline!important;
	-ms-flex-item-align: baseline!important;
	align-self: baseline!important;
}

.align-self-stretch {
	-webkit-align-self: stretch!important;
	-ms-flex-item-align: stretch!important;
	-ms-grid-row-align: stretch!important;
	align-self: stretch!important;
}

.float-none {
	float: none!important;
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}

.sticky-top {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1030;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}

.sr-only-focusable:active,.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

.mr-0,.mx-0 {
	margin-right: 0!important;
}

.ml-0,.mx-0 {
	margin-left: 0!important;
}

.mt-0,.my-0 {
	margin-top: 0!important;
}

.mb-0,.my-0 {
	margin-bottom: 0!important;
}

.w-25 {
	width: 25%!important;
}

.w-50 {
	width: 50%!important;
}

.w-75 {
	width: 75%!important;
}

.w-100 {
	width: 100%!important;
}

.h-25 {
	height: 25%!important;
}

.h-50 {
	height: 50%!important;
}

.h-75 {
	height: 75%!important;
}

.h-100 {
	height: 100%!important;
}

.mw-100 {
	max-width: 100%!important;
}

.mh-100 {
	max-height: 100%!important;
}

.m-0 {
	margin: 0!important;
}

.mr-1,.mx-1 {
	margin-right: .25rem!important;
}

.ml-1,.mx-1 {
	margin-left: .25rem!important;
}

.mt-1,.my-1 {
	margin-top: .25rem!important;
}

.mb-1,.my-1 {
	margin-bottom: .25rem!important;
}

.m-1 {
	margin: .25rem!important;
}

.mr-2,.mx-2 {
	margin-right: .5rem!important;
}

.ml-2,.mx-2 {
	margin-left: .5rem!important;
}

.mt-2,.my-2 {
	margin-top: .5rem!important;
}

.mb-2,.my-2 {
	margin-bottom: .5rem!important;
}

.m-2 {
	margin: .5rem!important;
}

.mr-3,.mx-3 {
	margin-right: 1rem!important;
}

.ml-3,.mx-3 {
	margin-left: 1rem!important;
}

.mt-3,.my-3 {
	margin-top: 1rem!important;
}

.mb-3,.my-3 {
	margin-bottom: 1rem!important;
}

.m-3 {
	margin: 1rem!important;
}

.mr-4,.mx-4 {
	margin-right: 1.5rem!important;
}

.ml-4,.mx-4 {
	margin-left: 1.5rem!important;
}

.mt-4,.my-4 {
	margin-top: 1.5rem!important;
}

.mb-4,.my-4 {
	margin-bottom: 1.5rem!important;
}

.m-4 {
	margin: 1.5rem!important;
}

.mr-5,.mx-5 {
	margin-right: 3rem!important;
}

.ml-5,.mx-5 {
	margin-left: 3rem!important;
}

.mt-5,.my-5 {
	margin-top: 3rem!important;
}

.mb-5,.my-5 {
	margin-bottom: 3rem!important;
}

.m-5 {
	margin: 3rem!important;
}

.p-0 {
	padding: 0!important;
}

.pt-0 {
	padding-top: 0!important;
}

.pr-0 {
	padding-right: 0!important;
}

.pb-0 {
	padding-bottom: 0!important;
}

.pl-0 {
	padding-left: 0!important;
}

.px-0 {
	padding-right: 0!important;
	padding-left: 0!important;
}

.pr-1,.px-1 {
	padding-right: .25rem!important;
}

.pl-1,.px-1 {
	padding-left: .25rem!important;
}

.py-0 {
	padding-top: 0!important;
	padding-bottom: 0!important;
}

.pt-1,.py-1 {
	padding-top: .25rem!important;
}

.pb-1,.py-1 {
	padding-bottom: .25rem!important;
}

.p-1 {
	padding: .25rem!important;
}

.pr-2,.px-2 {
	padding-right: .5rem!important;
}

.pl-2,.px-2 {
	padding-left: .5rem!important;
}

.pt-2,.py-2 {
	padding-top: .5rem!important;
}

.pb-2,.py-2 {
	padding-bottom: .5rem!important;
}

.p-2 {
	padding: .5rem!important;
}

.pr-3,.px-3 {
	padding-right: 1rem!important;
}

.pl-3,.px-3 {
	padding-left: 1rem!important;
}

.pt-3,.py-3 {
	padding-top: 1rem!important;
}

.pb-3,.py-3 {
	padding-bottom: 1rem!important;
}

.p-3 {
	padding: 1rem!important;
}

.pr-4,.px-4 {
	padding-right: 1.5rem!important;
}

.pl-4,.px-4 {
	padding-left: 1.5rem!important;
}

.pt-4,.py-4 {
	padding-top: 1.5rem!important;
}

.pb-4,.py-4 {
	padding-bottom: 1.5rem!important;
}

.p-4 {
	padding: 1.5rem!important;
}

.pr-5,.px-5 {
	padding-right: 3rem!important;
}

.pl-5,.px-5 {
	padding-left: 3rem!important;
}

.pt-5,.py-5 {
	padding-top: 3rem!important;
}

.pb-5,.py-5 {
	padding-bottom: 3rem!important;
}

.p-5 {
	padding: 3rem!important;
}

.m-auto {
	margin: auto!important;
}

.mt-auto {
	margin-top: auto!important;
}

.mr-auto {
	margin-right: auto!important;
}

.mb-auto {
	margin-bottom: auto!important;
}

.ml-auto {
	margin-left: auto!important;
}

.mx-auto {
	margin-right: auto!important;
	margin-left: auto!important;
}

.my-auto {
	margin-top: auto!important;
	margin-bottom: auto!important;
}

.text-justify {
	text-align: justify!important;
}

.text-nowrap {
	white-space: nowrap!important;
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-left {
	text-align: left!important;
}

.text-right {
	text-align: right!important;
}

.text-center {
	text-align: center!important;
}

.text-lowercase {
	text-transform: lowercase!important;
}

.text-uppercase {
	text-transform: uppercase!important;
}

.text-capitalize {
	text-transform: capitalize!important;
}

.font-weight-bold {
	font-weight: 700;
}

.font-italic {
	font-style: italic;
}

.text-white {
	color: #fff!important;
}

.text-muted {
	color: #636c72!important;
}

a.text-muted:focus,a.text-muted:hover {
	color: #4b5257!important;
}

.text-primary {
	color: #0275d8!important;
}

a.text-primary:focus,a.text-primary:hover {
	color: #025aa5!important;
}

.text-success {
	color: #5cb85c!important;
}

a.text-success:focus,a.text-success:hover {
	color: #449d44!important;
}

.text-info {
	color: #5bc0de!important;
}

a.text-info:focus,a.text-info:hover {
	color: #31b0d5!important;
}

.text-warning {
	color: #f0ad4e!important;
}

a.text-warning:focus,a.text-warning:hover {
	color: #ec971f!important;
}

.text-danger {
	color: #d9534f!important;
}

a.text-danger:focus,a.text-danger:hover {
	color: #c9302c!important;
}

.text-gray-dark {
	color: #292b2c!important;
}

a.text-gray-dark:focus,a.text-gray-dark:hover {
	color: #101112!important;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.invisible {
	visibility: hidden!important;
}

@keyframes shadow-pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(0,200,0,.2);
	}

	100% {
		box-shadow: 0 0 0 35px transparent;
	}
}

.puls-inf {
	animation: shadow-pulse 1s infinite;
}

.callmeback,.calls,.calls-inline {
	display: inline-block;
}

.dropdown-call .top-bar-nav,.dropdown-call .top-bar-nav:hover {
	color: #66767a;
}

.calls .dropdown-call {
	height: 16px;
}

.calls:hover .phone-open {
	opacity: 1;
}

.callmeback {
	vertical-align: top;
	line-height: 16px;
}

.phone-open {
	float: left;
	background: url(../images/phone_icon.svg) 50% 50% no-repeat;
	width: 12px;
	height: 12px;
	background-size: 12px 12px;
	opacity: .5;
	margin: 2px 6px 0 0;
}

.ui.dropdown.dropdown-call .menu>.item {
	padding: 20px!important;
	background: #596d77;
	color: #fff;
}

.ui.dropdown.dropdown-call .menu {
	margin: 17px 0 0;
	background: #596d77;
}

input.call-input {
	font-size: 16px;
	background: #384054;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: 0;
	width: 200px!important;
	margin-right: 10px;
	margin-left: 5px;
	height: 40px;
	border: none;
	border-radius: 3px;
	min-height: 2.7142em;
	padding: .78571429em 2.6em .78571429em 1em;
	font-weight: 300;
	transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	color: #fff;
}

.phone-notice {
	margin-bottom: 10px;
	font-size: 13px;
}

.img-bg-section,.lang .menu .item,.top-drop-in-css,.top-nav.inner {
	position: relative;
}

.lang .menu .item {
	border: none;
	box-shadow: none;
	cursor: pointer;
	display: block;
	font-size: 1rem;
	font-weight: 400;
	height: auto;
	line-height: 1em;
	padding: .814286rem 1.54286rem!important;
	text-align: left;
	text-transform: none;
}

.lang .menu a,.lang .menu a:active,.lang .menu a:focus,.lang .menu a:hover {
	color: #fff;
	text-decoration: none!important;
}

.lang .menu .item:hover {
	background: rgba(0,0,0,.05);
}

.register-form .title {
	color: #3c454c;
	font-size: 30px;
	font-weight: 100;
	margin-bottom: 21px;
	margin-top: 0;
	text-align: center;
	font-family: 'Open Sans';
}

.ui.em.message,.ui.em.message .header,.ui.su.message,.ui.su.message .header {
	color: #fff;
}

.msg {
	font-family: "Open Sans",sans-serif;
}

.msg-mrg {
	margin-bottom: 25px;
}

.ui.em.message {
	background-color: #f55a4e;
	border-radius: 3px;
}

.ui.em.message,.ui.em.negative.message {
	box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(244,67,54,.4);
}

.ui.em.ems {
	border-radius: 0;
	background-color: #f55a4e;
}

.ui.su.message {
	background-color: #4caf50;
}

.ui.su.message,.ui.su.negative.message {
	box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(67,244,54,.4);
}

.platform-nav.top-nav.inner {
	background: url(../images/type-bg.jpg) center top/cover no-repeat rgba(0,0,0,0);
}

.top-nav.inner {
	height: 75px;
	margin: 0;
}

.push-trading {
	min-height: 620px;
}

.latest-bids {
	overflow: hidden;
}

.latest-bids .tl-table {
	width: 100%;
	border-bottom: 1px solid #dee0e1;
}

@-webkit-keyframes scroll {
	0% {
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}

	100% {
		-webkit-transform: translate(-100%,0);
		transform: translate(-100%,0);
	}
}

@-moz-keyframes scroll {
	0% {
		-moz-transform: translate(0,0);
		transform: translate(0,0);
	}

	100% {
		-moz-transform: translate(-100%,0);
		transform: translate(-100%,0);
	}
}

@keyframes scroll {
	0% {
		transform: translate(0,0);
	}

	100% {
		transform: translate(-100%,0);
	}
}

.marquee {
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	height: 26px;
}

.marquee>div {
	display: inline-block;
	padding-left: 28%;
	-webkit-animation: scroll 90s infinite linear;
	-moz-animation: scroll 90s infinite linear;
	animation: scroll 90s infinite linear;
}

.tl-item {
	line-height: 20px;
	display: inline-block;
	margin: 0 15px;
	color: #596d77;
}

.tl-item .icon-flag {
	margin-right: 3px;
}

.tl-value.positive {
	color: #53dc00;
}

.tl-value.negative {
	color: #e84343;
}

.tl-table th {
	white-space: nowrap;
	padding: 0;
}

.dark-theme-wrap {
	background: #fff;
	height: 100%;
}

.theme-wrap {
	min-height: 630px;
}

.dark-theme-wrap .top-line {
	background: #fff;
	border-bottom: 1px solid #dee0e1;
}

.top-line {
	display: table;
	font-size: 0;
	height: 40px;
	padding: 0;
	width: 100%;
}

.top-line .row-30 {
	display: table-cell;
	font-size: 13px;
	height: 100%;
	padding: 9px 20px;
	vertical-align: top;
}

.top-line ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	white-space: nowrap;
}

.top-line ul li {
	display: inline-block;
	vertical-align: middle;
}

.icon-nav .expert,.icon-nav .fundament,.icon-nav .ideas,.icon-nav .news,.icon-nav .technic {
	display: block;
	width: 16px;
	height: 16px;
}

.icon-nav li {
	padding-right: 30px;
}

.icon-nav .active a {
	background-image: url(../images/icon-sprite-hover.png);
}

.icon-nav li a {
	transition: all .3s ease-in-out 0s;
}

.icon-nav .fundament {
	background: url(../images/icon-sprite.png) -21px 0 no-repeat rgba(0,0,0,0);
}

.icon-nav .news {
	background: url(../images/icon-sprite.png) -42px -1px no-repeat rgba(0,0,0,0);
}

.icon-nav .expert {
	background: url(../images/icon-sprite.png) -63px -1px no-repeat rgba(0,0,0,0);
}

.icon-nav .ideas {
	background: url(../images/icon-sprite.png) -83px -1px no-repeat rgba(0,0,0,0);
}

.top-line ul.quick-add li a {
	color: #93c649;
	font-weight: 700;
}

.top-line ul.quick-add li:first-child {
	border-left: medium none;
	padding-left: 0;
}

.top-line ul.quick-add li {
	border-left: 1px solid #ccc;
	padding: 0 10px;
}

.account-funding .ui.segment,.no-border {
	border: none!important;
}

.img-bg-section:empty {
	padding-top: 55px;
}

.inline-block {
	display: inline-block!important;
	vertical-align: top;
	font-weight: 600!important;
}

.deposit-line li:first-child .inline-block {
	line-height: 42px;
}

.promo-entire {
	padding-left: 5px;
	padding-right: 5px;
}

.promosa {
	padding-left: 5px!important;
	padding-right: 5px!important;
}

.select-visa {
	background: url(../images/paysys/select-visamaster.png) no-repeat rgba(0,0,0,0);
	height: 55px;
	width: 49px;
}

.funding-method-wrap .title {
	color: #000!important;
}

.item.active:not(.no-active) i {
	background-position: 0 0!important;
}

.ui.uncover.sidebar {
	z-index: 1000!important;
}

.top-drop-in-css>.menu {
	display: none;
	position: absolute;
	left: 0;
	text-align: left;
	background: rgba(0,0,0,.78);
}

.top-drop-in-css>.menu .item {
	margin: 0!important;
	display: block;
}

.top-drop-in-css>.menu .item:hover {
	background: rgba(20,20,20,.88);
}

.top-drop-in-css>.menu .item a {
	font-size: 16px!important;
	display: block;
	white-space: nowrap;
	padding: 10px 12px;
}

.top-drop-in-css:hover>.menu {
	display: inline-block;
}

.table table td a {
	color: #000;
}

i.flag.en::before {
	background: url(../../img/main/en-newa.png) no-repeat!important;
}

.transperant {
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}

.em2 {
	font-size: 1.5em;
}

.bitcoin-text-label {
	display: block;
	margin-bottom: 15px;
}

.bitcoin-from-row {
	width: 70%!important;
}

.select-skrill {
	display: block;
	background: url(../../img/main/skrill2.png) no-repeat;
	width: 80px;
	height: 43px;
	margin: 0 auto;
}

.select-tether,.select-vload {
	height: 47px;
	margin: 0 auto;
	display: block;
}

.select-vload {
	background: url(../images/paysys/vload2.png) no-repeat;
	width: 95px;
}

.select-tether {
	background: url(../images/paysys/tether.svg) center center no-repeat;
	width: 110px;
}

.select-tether-icon {
	display: block;
	background: url(../images/paysys/tether-icon.svg) center center no-repeat;
	background-size: 50px;
	width: 70px;
	height: 70px;
	margin: 0 auto;
}

.contacts-area {
	color: #0a0a0a!important;
}

.icon-nav a:hover {
	background-image: url(../images/icon-sprite-hover.png);
}

.icon-nav .technic {
	background: url(../images/icon-sprite.png) no-repeat rgba(0,0,0,0);
}

.title-single {
	padding-top: 55px;
}

.icon-nav .calendar {
	display: block;
	height: 16px;
	width: 16px;
	background: url(../images/cdl.svg) no-repeat rgba(0,0,0,0)!important;
}

.icon-nav .calendar:hover {
	display: block;
	height: 16px;
	width: 16px;
	background: url(../images/cdl-h.svg) no-repeat rgba(0,0,0,0)!important;
}

i.flag.ar:before {
	background-position: -72px -936px!important;
}

.recomended-label-capy {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 2px 0;
	text-align: center;
	background: #ff9c00;
	font-size: 12px;
	font-family: Arial;
}

.select-yandex {
	display: block;
	background: url(../images/paysys/yandex-m.png) no-repeat;
	width: 108px;
	height: 55px;
	margin: 0 auto;
}

.qt-label {
	color: #5f6a7d;
}

.select-bitcoin-bonus {
	display: block;
	background: url(../images/paysys/select-bitcoin-bnc.png) no-repeat;
	width: 84px;
	height: 41px;
	margin: 0 auto;
}

.select-litecoin,.select-stable {
	height: 44px;
	width: 84px;
	display: block;
	margin: 0 auto;
}

.select-litecoin {
	background: url(../images/paysys/fr-select-altcoins.png) no-repeat;
}

.select-stable {
	background: url(../images/paysys/stablecoins.png) no-repeat;
}

.select-litecoins2 {
	display: block;
	background: url(../images/paysys/litecoin.png) no-repeat;
	width: 84px;
	height: 18px;
	margin: 0 auto;
}

.select-eth {
	display: block;
	background: url(../images/paysys/ethereum.svg) no-repeat;
	width: 80px;
	height: 55px;
	margin: 0 auto;
	background-size: cover!important;
}

.weekend-button:hover {
	color: #596d77;
	opacity: 1!important;
	text-decoration: none!important;
	background: 0 0!important;
	border-color: #0EC79E;
}

.weekend-button:before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #0EC79E;
	border-radius: 4px;
	float: left;
	margin: 5px 8px 0 0;
}

.weekend-button {
	color: #596d77;
	display: block;
	padding: 3px 17px;
	border-radius: 3px;
	background: 0 0;
	border: 1px solid #9e9e9e;
	text-decoration: none;
	font-family: "Open Sans",Sans-Serif;
	line-height: 19px;
}

.top-info,.top-info h2.title {
	color: #8b8c8d;
	text-align: center;
}

.wide {
	min-width: 1000px;
}

.wide .wrap {
	width: 1000px;
}

@media (max-width:1200px) {
	.wide {
		min-width: 250px!important;
	}
}

@media only screen and (max-width:1280px) {
	.b-header .bh-btn-action {
		margin-right: 30px;
	}
}

.img-bg-section {
	background: #fff;
	margin-bottom: 50px;
}

.top-info {
	margin-bottom: 40px;
}

.top-info h2.title {
	font-size: 37px;
	font-weight: 400;
	margin-bottom: 42px;
	margin-top: 0;
	text-transform: uppercase;
}

.select-neteller {
	background: url(../images/paysys/select-neteller.png) no-repeat;
	width: 82px;
	height: 14px;
}

.img-bg-section .top-info,.img-bg-section .top-info h2 {
	margin-bottom: 0;
}

.img-bg-section .tabs {
	padding-bottom: 45px;
	padding-top: 25px;
}

.img-bg-section ul.tabs li {
	border: none!important;
}

.img-bg-section ul.tabs li a {
	padding: 5px 0;
	color: #596d77;
	font-size: 16px;
	margin-right: 25px;
}

.img-bg-section ul.tabs li a:hover {
	text-decoration: none;
	background: 0 0;
	color: #f75b16;
	border-bottom: 2px solid #f75b16;
}

.ui.sidebar.menu .item {
	border-radius: 0!important;
	padding: 6px 25px;
	text-transform: uppercase;
}

.ui.sidebar.menu .item a:not(.button) {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
}

.ui.sidebar.menu .item a:not(.button):hover {
	color: #f75b16;
}

.img-bg-section h2.title {
	font-size: 37px;
	font-weight: 400;
	margin-top: 0;
	text-transform: uppercase;
	color: #8b8c8d;
	text-align: center;
}

.balance {
	color: #32cd32;
}

.iframe-rezier {
	min-width: 100%;
	width: 100px;
}

.upload-status.not-uploaded:before,.upload-status.uploaded:before {
	content: '';
	width: 15px;
	display: inline-block;
	margin-right: 4px;
}

.upload-status.uploaded:before {
	background: url(../../img/main/verify-sprite.png) 0 -2px no-repeat;
	height: 11px;
}

.upload-status.not-uploaded:before {
	background: url(../../img/main/verify-sprite.png) -22px 0 no-repeat;
	height: 13px;
}

.upload-status.uploaded {
	color: #000;
}

.upload-status.not-uploaded {
	color: #f7495c;
}

@media (max-width:666px) {
	.main-home-content .section_account {
		padding: 50px 20px;
	}

	.main-home-content .section_account .ui.button.big {
		padding: 1rem 2rem;
		font-size: 100%;
	}
}

@media only screen and (min-width:640px) {
	.c-phones {
		float: right;
		width: 300px;
	}

	.c-phones .cp-item {
		width: 100%;
	}
}

.bmb-upper,.card-front-label,.ccFront label {
	text-transform: uppercase;
}

#ccExpirationLabel,#ccNumberLabel,.ccAppearance,.ccFront,.pos-relaive {
	position: relative;
}

.ccAppearance {
	width: 600px;
	float: left;
	overflow: hidden;
	border-radius: 11px;
}

.amex .ccAppearance,.ccFront {
	width: 420px;
}

.ccFront {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #fff;
	background: url(../../img/cascade/ccFrontBg.png) repeat-x;
	border-radius: 11px;
	padding: 65px 16.5px 5px;
	-webkit-box-shadow: 23px 1px 39px 0 rgba(0,0,0,.32);
	box-shadow: 23px 1px 39px 0 rgba(0,0,0,.32);
}

#ccNumber {
	width: 100%!important;
	font-size: 19px!important;
	padding-right: 30px!important;
	margin-bottom: 20px!important;
	height: 45px;
}

#ccNumberLabel {
	width: 100%;
	font-size: 13px;
}

.ccFront label {
	font-family: "OCR A Std",sans-serif;
	color: #666;
	font-size: 11px;
	min-width: 100px;
	display: inline-block;
	padding: 4px 0;
	vertical-align: baseline;
	text-shadow: 0 -1px 1px #fff;
	-webkit-text-stroke-width: .2px;
	-webkit-text-stroke-color: #666;
	-webkit-font-smoothing: antialiased;
	line-height: normal;
}

#ccExpirationLabel {
	display: block;
	float: left;
	top: 2px;
	width: 100px;
}

#ccExpirationMonth,#ccExpirationMonth:focus {
	display: block;
	float: left;
	width: 90px!important;
	margin: 0 12px 16.5px 0!important;
}

#ccExpirationYear {
	display: block;
	width: 90px!important;
}

#ccHolderLabel {
	display: block;
	float: left;
	width: 100px;
	margin-top: 8px;
}

#ccHolder {
	width: 285px!important;
	margin-bottom: 16.5px!important;
}

#ccSecurityCodeLabel {
	display: block;
	position: absolute;
	width: 65px;
	min-width: 65px;
	left: 447.5px;
	top: 98px;
	z-index: 1;
	font-weight: 700;
	text-shadow: 0 -1px 1px rgba(255,255,255,.3);
}

#ccSecurityCode {
	position: absolute;
	width: 60px!important;
	left: 523.5px;
	top: 95px;
}

.ccBlock {
	margin: .25em 0 0;
	padding: 5px 0 5px 25px;
	position: relative;
}

.ccSecurityCodeNote {
	display: none;
	color: #666;
	margin-left: 734px;
	position: absolute;
	top: 106px;
	width: 210px;
	line-height: normal;
}

.ccSecurityCodeNote.default {
	display: block;
}

.amex .ccSecurityCodeNote.amex {
	display: block;
	width: 245px;
	margin-left: 434.5px;
	top: 100px;
}

.amex .ccSecurityCodeNote:before,.ccSecurityCodeNote:before {
	content: "";
	border-top: 1px solid silver;
	top: 8px;
	display: block;
	position: absolute;
	z-index: 2;
}

.ccSecurityCodeNote:before {
	width: 135px;
	left: -145px;
}

.amex .ccSecurityCodeNote:before {
	width: 20px;
	left: -25px;
}

#ccExpirationLabel:after {
	display: block;
	position: absolute;
	content: "/";
	top: 0;
	left: 190px;
	width: 12px;
	max-width: 12px;
	text-align: center;
	padding: 4px 0;
}

.card-icon,.card-icon-new {
	display: inline-block;
	margin-right: 5px;
}

.card-cc-back-magnite,.card-cc-back-magnite>*,.card-icon,.card-icon-new {
	position: relative;
}

.card-cc-back-magnite:after,.card-icon,.card-icon-new {
	content: "";
}

.card-icon-new {
	vertical-align: top;
	height: 35px;
	width: 56px;
}

.card-icon-new-mc {
	background: url(../../img/cascade/card-master.png) no-repeat;
}

.card-icon-new-visa {
	background: url(../../img/cascade/card-visa.png) no-repeat;
}

.card-icon-new-amex {
	background: url(../../img/cascade/card-amex.png) no-repeat;
}

.card-icon-new-jcb {
	background: url(../../img/cascade/p_jcb.png) no-repeat;
	width: 45px;
}

.card-icon-new-mae {
	background: url(../../img/cascade/card-maestro.png) no-repeat;
}

.card-icon {
	background: url(../../img/cascade/cc-images.svg) no-repeat;
	width: 40px;
	height: 24px;
}

.card-icon-placer {
	position: relative!important;
	top: 0;
	height: 24px;
}

.card-icon-mc {
	background-position: -46px 0;
}

.card-icon-visa {
	background-position: 0 0;
}

.card-icon-amex {
	background-position: -138px 0;
}

.card-icon-jcb {
	background-position: -276px 0;
}

.card-icon-mae {
	background-position: -92px 0;
}

.amex #ccNumber.invalid-luhn,.amex #ccNumber.valid-luhn {
	background-position: 260px .4em!important;
}

.amex #ccNumber,.amex #ccNumberLabel {
	width: 292px!important;
}

.amex #ccSecurityCodeLabel {
	width: 75px;
	min-width: 75px;
	left: 341.5px;
	top: 55px;
}

.amex #ccSecurityCode {
	width: 60px;
	left: 341.5px;
	top: 90px;
}

.amex .ccSecurityCodeNote.default {
	display: none;
}

.ssl-enc {
	padding-left: 25px;
}

.form-action-uoter {
	margin: 15px 0;
	width: 421px;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.ui.button.fbu {
	border-radius: 1.286rem;
	margin: 0;
	font-family: "Open Sans",Lato,"Helvetica Neue",Arial,Helvetica,sans-serif;
}

.ui.button.fbun {
	border-radius: 1.286rem;
	font-family: "Open Sans",Lato,"Helvetica Neue",Arial,Helvetica,sans-serif;
}

.cards_top_up-buttons {
	float: right;
	padding-left: 10px;
}

.ccForont-save {
	height: 250px;
	padding-top: 35px;
	background: url(../../img/cascade/card-bg.png) center center no-repeat;
	background-size: cover;
	border: none;
}

.card-fron-number,.card-front-label,.card-front-text {
	font-family: "Open Sans",sans-serif;
	color: #fff;
	padding: 4px 0;
	line-height: normal;
	text-shadow: 0 -1px 1px rgba(0,0,0,.5);
	font-weight: 700;
}

.card-front-label,.card-front-text {
	font-size: 14px;
}

.card-fron-number {
	font-size: 34px;
}

.st-front,.st-front .label,.st-front .value {
	font-family: "Open Sans",sans-serif!important;
}

.ccAppearance-front {
	width: 421px;
}

.ccBlock-front {
	padding-left: 0;
}

.st-front {
	padding-left: 10px;
}

.st-front .label {
	margin: 0 .75em!important;
	color: rgba(0,0,0,.87)!important;
}

.loading-processor>* {
	display: inline-block;
	vertical-align: top;
}

.loading-processor .loading-label {
	line-height: 170px;
	margin-left: 10px;
	font-size: 32px;
}

.inline-from-label {
	margin: 0;
	display: inline-block;
	vertical-align: top;
	width: 33%;
	line-height: 40px;
}

.inline-from-input {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 35%);
}

.expire-date-new .dropdown {
	min-width: 1rem!important;
}

.card-cc-back {
	background: #eee;
}

.card-cc-back-magnite>* {
	z-index: 2;
}

.card-cc-back-magnite:after {
	position: absolute;
	width: 100%;
	height: 60px;
	background: #000;
	left: 0;
	top: 30px;
	z-index: 1;
}

.card-cc-back-behind {
	border-radius: 11px;
}

.card-cc-solid-front {
	border-radius: 11px;
	box-shadow: 10px 0 5px -2px rgba(0,0,0,.22);
}

.card-cvv-padding-top {
	padding-top: 90px;
}

.cvv-code-null small {
	display: inline-block;
	font-size: 11px;
	line-height: 1.1rem;
	margin-top: 10px;
}

.cc-fr-cd .cc-card-form-width {
	margin-bottom: 0;
}

.card-cc-front-bg {
	background-image: url(../images/card-map.png);
	background-size: cover;
	background-color: #2c9ebc;
}

.card-cc-shadow {
	box-shadow: 1px 1px 10px 0 rgba(0,0,0,.22);
	margin: -14px 0 0!important;
}

.cc-card-form-width {
	padding-left: 5%;
}

.input-from-card {
	padding: 20px 15px;
}

.add-abs-btn {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding-bottom: 14px;
}

.card-cc-back label,.card-cc-solid-front {
	color: #EEE;
}

.cd_pay_add {
	float: left;
}

.cd_pay_fund {
	float: right;
}

@media only screen and (max-width:800px) {
	.funding-method-wrap .title,.top-info h2.title {
		font-size: 26px!important;
	}
}

.card-box-chose .ui.dropdown {
	min-width: 49%;
}

.c-button,.c-header nav a,.c-how-rank h2 {
	display: inline-block;
}

.c-row {
	max-width: 1270px;
	margin: 0 auto;
	padding: 0 20px;
}

.c-header {
	background: #596d77;
	height: 83px;
}

.c-header .logo {
	margin-top: 8px;
}

.c-header .logo img {
	width: 130px;
}

.c-header nav {
	margin-top: 26px;
}

.c-header nav a {
	color: #fff;
	vertical-align: middle;
	padding: 5px 20px;
	font-size: 18px;
	font-weight: 400;
	border-left: 1px solid #fff;
}

.c-prize {
	height: 495px;
	background: url(../img/contest/glow-bg.jpg) top center no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.c-prize .c-row {
	height: 100%;
	position: relative;
}

.c-trophy {
	display: block;
	right: 137px;
	background: url(../img/contest/cup.png) center bottom no-repeat;
	height: 495px;
	width: 50%;
	float: right;
}

.c-orange-bar {
	background: #F75B16;
	color: #fff;
	text-align: center;
	overflow: hidden;
}

.c-orange-bar .c-row {
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}

.c-orange-bar .c-row:after {
	content: '';
	display: block;
	position: absolute;
	height: 120%;
	width: 332px;
	left: 50%;
	margin-left: -166px;
	background: #e99e1c;
	background: -moz-radial-gradient(center,ellipse cover,rgba(233,158,28,1) 21%,rgba(247,91,22,1) 68%);
	background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(21%,rgba(233,158,28,1)),color-stop(68%,rgba(247,91,22,1)));
	background: -webkit-radial-gradient(center,ellipse cover,rgba(233,158,28,1) 21%,rgba(247,91,22,1) 68%);
	background: -o-radial-gradient(center,ellipse cover,rgba(233,158,28,1) 21%,rgba(247,91,22,1) 68%);
	background: -ms-radial-gradient(center,ellipse cover,rgba(233,158,28,1) 21%,rgba(247,91,22,1) 68%);
	background: radial-gradient(ellipse at center,rgba(233,158,28,1) 21%,rgba(247,91,22,1) 68%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e99e1c', endColorstr='#f75b16', GradientType=1 );
	top: -10%;
	z-index: 0;
}

.c-orange-bar p {
	margin-bottom: 3px;
	position: relative;
	z-index: 1;
}

.c-orange-bar .big-words {
	text-transform: uppercase;
	font-size: 40px;
	margin: 15px 0;
}

.c-how-rank {
	height: 105px;
	background: #ff9c00;
	background: -moz-linear-gradient(left,rgba(255,156,0,1) 25%,rgba(247,91,22,1) 50%,rgba(255,156,0,1) 75%,rgba(255,156,0,1) 75%);
	background: -webkit-gradient(linear,left top,right top,color-stop(25%,rgba(255,156,0,1)),color-stop(50%,rgba(247,91,22,1)),color-stop(75%,rgba(255,156,0,1)),color-stop(75%,rgba(255,156,0,1)));
	background: -webkit-linear-gradient(left,rgba(255,156,0,1) 25%,rgba(247,91,22,1) 50%,rgba(255,156,0,1) 75%,rgba(255,156,0,1) 75%);
	background: -o-linear-gradient(left,rgba(255,156,0,1) 25%,rgba(247,91,22,1) 50%,rgba(255,156,0,1) 75%,rgba(255,156,0,1) 75%);
	background: -ms-linear-gradient(left,rgba(255,156,0,1) 25%,rgba(247,91,22,1) 50%,rgba(255,156,0,1) 75%,rgba(255,156,0,1) 75%);
	background: linear-gradient(to right,rgba(255,156,0,1) 25%,rgba(247,91,22,1) 50%,rgba(255,156,0,1) 75%,rgba(255,156,0,1) 75%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9c00', endColorstr='#ff9c00', GradientType=1 );
	padding-bottom: 32px;
}

.c-how-rank .c-row {
	text-align: center;
	padding-top: 32px;
}

.c-how-rank .c-row input[type=text] {
	width: 415px;
	margin: 0 30px;
}

.c-how-rank h2 {
	color: #fff;
	font-size: 24px;
	vertical-align: top;
	line-height: 40px;
}

.c-half {
	width: 50%;
	float: left;
	text-align: center;
	padding: 0 40px;
}

.c-half+.c-half {
	border-left: 3px solid #E5E5E5;
}

.c-half h4 {
	color: #0b4fcb;
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 25px;
}

.c-half p {
	color: #5a5a5a;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 22px;
}

.c-half p:last-child {
	margin-bottom: 0;
}

.c-footer-terms {
	background: #F0F0F0;
	border-top: 1px solid #D8D8D8;
	font-size: 12px;
	color: #848484;
	padding: 40px 0;
	text-align: center;
}

.c-footer-terms p {
	margin-bottom: 1px;
	line-height: 20px;
}

.c-footer-terms p.uppercase {
	text-transform: uppercase;
	margin-top: 10px;
}

.c-footer-terms .c-row {
	max-width: 1100px;
}

.c-two-rows {
	padding: 80px 0;
}

.c-two-rows .c-half {
	text-align: left;
	padding-left: 0;
	padding-right: 20px;
}

.c-two-rows .c-half+.c-half {
	text-align: right;
	padding-left: 20px;
	padding-right: 0;
}

.c-two-rows .c-half p {
	margin-right: 0;
}

.ios-android-shop {
	margin: 20px 0;
}

.c-leaderboard-wrap {
	background: url(../img/contest/traingel-pattern.jpg) top center repeat-x;
	padding: 65px 20px 30px;
}

.c-how-rank label {
	font-size: 24px;
	color: #fff;
}

.c-prize-info b {
	display: block;
}

.c-prize-info {
	width: 50%;
	text-align: right;
	margin-top: 85px;
	float: left;
	color: #0a4968;
}

.c-prize-info span {
	display: block;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.c-prize-info p {
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 1em;
	line-height: 1.4285em;
}

.c-prize-info h2 {
	font-weight: 300;
	font-size: 42px;
	line-height: 42px;
	margin-bottom: 50px;
}

.c-button {
	cursor: pointer;
	min-height: 1em;
	border: none;
	vertical-align: baseline;
	background: #F75B16;
	color: #fff;
	font-family: "Open Sans",Arial,Helvetica,sans-serif;
	margin: 0;
	padding: 9px 20px 13px;
	text-transform: none;
	text-shadow: none;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	text-decoration: none;
	border-radius: 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	will-change: '';
	-webkit-tap-highlight-color: transparent;
	outline: 0;
	font-size: 22px;
}

.c-button.blue {
	background: #0B4FCB;
	padding: 8px 34px 10px;
}

.c-button.blue:hover {
	background: #2167EA;
}

.c-button:hover {
	background: #ED4700;
	color: #fff;
	text-decoration: none;
}

.active.c-button,.active.c-button:hover {
	color: rgba(0,0,0,.95);
	background-color: #c0c1c2;
	background-image: none;
}

.active.c-button {
	box-shadow: 0 0 0 1px transparent inset;
}

.active.c-button:active {
	background-color: #c0c1c2;
	background-image: none;
}

.c-leaderboard-wrap .tab.segment {
	background: #fff;
	box-shadow: 0 0 11px rgba(0,0,0,.18);
	max-width: 835px;
	margin: 0 auto 20px;
	border: 1px solid #CECECE!important;
}

.c-two-rows .ui.accordion .title.active {
	color: #0b4fcb;
	background: 0 0;
}

.c-two-rows .ui.accordion .title:not(.ui) {
	padding: .5em 0;
	font-family: "Open Sans",Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #0b4fcb;
	background: 0 0;
	border: none;
	margin-bottom: 5px;
}

.c-two-rows .ui.accordion:not(.styled) .title~.content:not(.ui) {
	padding: .5em 0 1em;
	font-size: 13px;
	background: 0 0;
}

.c-two-rows .ui.accordion:not(.styled) .title~.content:not(.ui) p {
	line-height: 20px;
	max-width: 365px;
}

.footer-cookies {
	position: fixed;
	bottom: 10px;
	width: 100%;
	z-index: 100;
	align-items: center;
	justify-content: center;
	display: flex;
}

.cookies__wrapper {
	position: relative;
}

.cookie {
	box-shadow: 4px 4px 8px 0 rgba(34,60,80,.2);
	background: #fff;
	padding: 17px;
	max-width: 54vw;
}

.cookie__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: auto;
}

.cookie__btn {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: #fff;
	padding: 4px 15px;
	border-radius: 30px;
	background-color: #07b18c;
	font-size: 15px;
	line-height: 15px;
	font-weight: 600;
	cursor: pointer;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.cookie__btn:hover {
	background-color: #24cfaa;
}

.cookie__text {
	font-size: 15px;
	line-height: 25px;
	color: #181a1b;
}

.cookie a {
	color: #004fbf;
}

.cookie--videforex a {
	color: #2597c7;
}

.cookie--iqcent {
	font-family: GothamPro,sans-serif;
}

.cookie--iqcent a {
	color: #0418ca;
}

.cookie--iqcent .cookie__btn {
	background-color: #f8c131;
	border-radius: 5px;
}

.cookie--iqcent .cookie__btn:hover {
	background-color: #f3c54b;
}

.cookie--raceoption a {
	color: #00a2e7;
}

.cookie--binarycent a,.cookie--smartytrade a,.cookie--tradinify a {
	color: #004fbf;
}

.cookie--raceoption .cookie__btn {
	background-color: #8dc63f;
}

.cookie--raceoption .cookie__btn:hover {
	background-color: #abe25e;
}

.cookie--binarycent .cookie__btn {
	background-color: #004fbf;
	border-radius: 5px;
}

.cookie--binarycent .cookie__btn:hover {
	background-color: #1b6ada;
}

.cookie--smartytrade {
	font-family: Roboto,sans-serif;
}

.cookie--smartytrade .cookie__btn {
	background-color: #ffc227;
	border-radius: 5px;
}

.cookie--smartytrade .cookie__btn:hover {
	background-color: #ffd059;
}

.cookie--tradinify {
	font-family: PlusJakartaSans,sans-serif;
}

.cookie--tradinify .cookie__btn {
	background-color: #00b28b;
	border-radius: 5px;
}

.cookie--tradinify .cookie__btn:hover {
	background-color: #20d2ab;
}

.cookie--tradinify .cookie__text {
	font-weight: 500;
}

.cookie--tradenitro {
	font-family: Inter,sans-serif;
}

.cookie--tradenitro a {
	color: #0580ff;
}

.cookie--tradenitro .cookie__btn {
	background-color: #eeba05;
	border-radius: 50px;
	color: #0b0a40;
	font-weight: 600;
}

.cookie--tradenitro .cookie__btn:hover {
	background-color: #f0c326;
}

@media (max-width:480px) {
	.cookie {
		padding: 20px;
		max-width: 90vw;
	}

	.footer-cookies {
		bottom: 50px;
	}
}

@media (max-width:390px) {
	.cookie__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.cookie__text {
		text-align: center;
		margin-bottom: 15px;
		margin-right: 0;
	}

	.cookie {
		max-width: 95vw;
	}
}

.crypt-curr,.tab-balance {
	display: block;
}

.tab-balance {
	color: #515151;
	margin-bottom: 15px;
}

.funding-method-wrap .mob-tab-nav .text,.funding-method-wrap .ui.dropdown.mob-tabular .text {
	color: #fff!important;
}

.crypto-tabs.pay-tabs.tabular .item {
	vertical-align: top;
}

.crypto-tabs .pay-tabs.tabular .item img {
	vertical-align: middle;
	max-width: 100%;
}

.account-tabs.tabular {
	display: table;
	width: 100%;
}

.tabular.account-tabs .item {
	display: table-cell;
	vertical-align: middle;
}

.funding-method-wrap .ui.dropdown.mob-tabular {
	background: #596d77;
}

.funding-method-wrap .ui.dropdown.mob-tabular .dropdown {
	margin-top: 8px!important;
}

.funding-method-wrap .ui.dropdown.mob-tabular .dropdown:before {
	border-top-color: #eee!important;
}

.withdraw-input {
	width: 50%;
	float: left;
	padding: 0 15px;
	margin-bottom: 20px;
}

.withdraw-input label {
	font-size: 16px;
	line-height: 1.4285em;
	color: #515151;
	display: block;
	margin-bottom: 5px;
}

.exchange_title {
	margin-top: 50px!important;
	margin-bottom: 42px!important;
	font-size: 26px;
	text-align: center;
	text-transform: uppercase;
	color: #8b8c8d;
	font-weight: 400;
}

.exchange_title .balance {
	color: #f75b16;
}

.exchange_top {
	margin-top: 42px;
}

.ui.primal.button, .ui.primal.button:hover, .ui.primal.buttons .button, .ui.primal.buttons .button:hover {
    background-color: #00e6f1;
    color: #FFF;
    text-shadow: none;
}

.ui.primal.button,.ui.primal.buttons .button {
	background-image: none;
}

.ui.primal.button {
	box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
}

.ui.primal.button:focus,.ui.primal.buttons .button:focus {
	background-color: #e55b00;
	color: #FFF;
	text-shadow: none;
}

.ui.primal.button:active,.ui.primal.buttons .button:active {
	background-color: #cf590c;
	color: #FFF;
	text-shadow: none;
}

.ui.primal.active.button,.ui.primal.button .active.button:active,.ui.primal.buttons .active.button,.ui.primal.buttons .active.button:active {
	background-color: #f56100;
	color: #FFF;
	text-shadow: none;
}

.bns-item:hover a,.color-white {
	color: #fff!important;
}

.fa,.fa-stack {
	display: inline-block;
}

.fa.fa-pull-left,.fa.pull-left {
	margin-right: .3em;
}

@font-face {
	font-family:FontAwesome;src:url(../../plugins/font-awesome/fonts/fontawesome-webfont3e6e.eot?v=4.7.0);src:url(../../plugins/font-awesome/fonts/fontawesome-webfontd41d.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(../../plugins/font-awesome/fonts/fontawesome-webfont3e6e.woff2?v=4.7.0) format('woff2'),url(../../plugins/font-awesome/fonts/fontawesome-webfont3e6e.woff?v=4.7.0) format('woff'),url(../../plugins/font-awesome/fonts/fontawesome-webfont3e6e.ttf?v=4.7.0) format('truetype'),url(../../plugins/font-awesome/fonts/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal;
}

.fa {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571429em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}

.fa.fa-pull-right,.fa.pull-right {
	margin-left: .3em;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714286em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: .08em solid #eee;
	border-radius: .1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right,.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1,1);
	-ms-transform: scale(-1,1);
	transform: scale(-1,1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1,-1);
	-ms-transform: scale(1,-1);
	transform: scale(1,-1);
}

:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90 {
	filter: none;
}

.fa-stack {
	position: relative;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x,.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

.fa-glass:before {
	content: "\f000";
}

.fa-music:before {
	content: "\f001";
}

.fa-search:before {
	content: "\f002";
}

.fa-envelope-o:before {
	content: "\f003";
}

.fa-heart:before {
	content: "\f004";
}

.fa-star:before {
	content: "\f005";
}

.fa-star-o:before {
	content: "\f006";
}

.fa-user:before {
	content: "\f007";
}

.fa-film:before {
	content: "\f008";
}

.fa-th-large:before {
	content: "\f009";
}

.fa-th:before {
	content: "\f00a";
}

.fa-th-list:before {
	content: "\f00b";
}

.fa-check:before {
	content: "\f00c";
}

.fa-close:before,.fa-remove:before,.fa-times:before {
	content: "\f00d";
}

.fa-search-plus:before {
	content: "\f00e";
}

.fa-search-minus:before {
	content: "\f010";
}

.fa-power-off:before {
	content: "\f011";
}

.fa-signal:before {
	content: "\f012";
}

.fa-cog:before,.fa-gear:before {
	content: "\f013";
}

.fa-trash-o:before {
	content: "\f014";
}

.fa-home:before {
	content: "\f015";
}

.fa-file-o:before {
	content: "\f016";
}

.fa-clock-o:before {
	content: "\f017";
}

.fa-road:before {
	content: "\f018";
}

.fa-download:before {
	content: "\f019";
}

.fa-arrow-circle-o-down:before {
	content: "\f01a";
}

.fa-arrow-circle-o-up:before {
	content: "\f01b";
}

.fa-inbox:before {
	content: "\f01c";
}

.fa-play-circle-o:before {
	content: "\f01d";
}

.fa-repeat:before,.fa-rotate-right:before {
	content: "\f01e";
}

.fa-refresh:before {
	content: "\f021";
}

.fa-list-alt:before {
	content: "\f022";
}

.fa-lock:before {
	content: "\f023";
}

.fa-flag:before {
	content: "\f024";
}

.fa-headphones:before {
	content: "\f025";
}

.fa-volume-off:before {
	content: "\f026";
}

.fa-volume-down:before {
	content: "\f027";
}

.fa-volume-up:before {
	content: "\f028";
}

.fa-qrcode:before {
	content: "\f029";
}

.fa-barcode:before {
	content: "\f02a";
}

.fa-tag:before {
	content: "\f02b";
}

.fa-tags:before {
	content: "\f02c";
}

.fa-book:before {
	content: "\f02d";
}

.fa-bookmark:before {
	content: "\f02e";
}

.fa-print:before {
	content: "\f02f";
}

.fa-camera:before {
	content: "\f030";
}

.fa-font:before {
	content: "\f031";
}

.fa-bold:before {
	content: "\f032";
}

.fa-italic:before {
	content: "\f033";
}

.fa-text-height:before {
	content: "\f034";
}

.fa-text-width:before {
	content: "\f035";
}

.fa-align-left:before {
	content: "\f036";
}

.fa-align-center:before {
	content: "\f037";
}

.fa-align-right:before {
	content: "\f038";
}

.fa-align-justify:before {
	content: "\f039";
}

.fa-list:before {
	content: "\f03a";
}

.fa-dedent:before,.fa-outdent:before {
	content: "\f03b";
}

.fa-indent:before {
	content: "\f03c";
}

.fa-video-camera:before {
	content: "\f03d";
}

.fa-image:before,.fa-photo:before,.fa-picture-o:before {
	content: "\f03e";
}

.fa-pencil:before {
	content: "\f040";
}

.fa-map-marker:before {
	content: "\f041";
}

.fa-adjust:before {
	content: "\f042";
}

.fa-tint:before {
	content: "\f043";
}

.fa-edit:before,.fa-pencil-square-o:before {
	content: "\f044";
}

.fa-share-square-o:before {
	content: "\f045";
}

.fa-check-square-o:before {
	content: "\f046";
}

.fa-arrows:before {
	content: "\f047";
}

.fa-step-backward:before {
	content: "\f048";
}

.fa-fast-backward:before {
	content: "\f049";
}

.fa-backward:before {
	content: "\f04a";
}

.fa-play:before {
	content: "\f04b";
}

.fa-pause:before {
	content: "\f04c";
}

.fa-stop:before {
	content: "\f04d";
}

.fa-forward:before {
	content: "\f04e";
}

.fa-fast-forward:before {
	content: "\f050";
}

.fa-step-forward:before {
	content: "\f051";
}

.fa-eject:before {
	content: "\f052";
}

.fa-chevron-left:before {
	content: "\f053";
}

.fa-chevron-right:before {
	content: "\f054";
}

.fa-plus-circle:before {
	content: "\f055";
}

.fa-minus-circle:before {
	content: "\f056";
}

.fa-times-circle:before {
	content: "\f057";
}

.fa-check-circle:before {
	content: "\f058";
}

.fa-question-circle:before {
	content: "\f059";
}

.fa-info-circle:before {
	content: "\f05a";
}

.fa-crosshairs:before {
	content: "\f05b";
}

.fa-times-circle-o:before {
	content: "\f05c";
}

.fa-check-circle-o:before {
	content: "\f05d";
}

.fa-ban:before {
	content: "\f05e";
}

.fa-arrow-left:before {
	content: "\f060";
}

.fa-arrow-right:before {
	content: "\f061";
}

.fa-arrow-up:before {
	content: "\f062";
}

.fa-arrow-down:before {
	content: "\f063";
}

.fa-mail-forward:before,.fa-share:before {
	content: "\f064";
}

.fa-expand:before {
	content: "\f065";
}

.fa-compress:before {
	content: "\f066";
}

.fa-plus:before {
	content: "\f067";
}

.fa-minus:before {
	content: "\f068";
}

.fa-asterisk:before {
	content: "\f069";
}

.fa-exclamation-circle:before {
	content: "\f06a";
}

.fa-gift:before {
	content: "\f06b";
}

.fa-leaf:before {
	content: "\f06c";
}

.fa-fire:before {
	content: "\f06d";
}

.fa-eye:before {
	content: "\f06e";
}

.fa-eye-slash:before {
	content: "\f070";
}

.fa-exclamation-triangle:before,.fa-warning:before {
	content: "\f071";
}

.fa-plane:before {
	content: "\f072";
}

.fa-calendar:before {
	content: "\f073";
}

.fa-random:before {
	content: "\f074";
}

.fa-comment:before {
	content: "\f075";
}

.fa-magnet:before {
	content: "\f076";
}

.fa-chevron-up:before {
	content: "\f077";
}

.fa-chevron-down:before {
	content: "\f078";
}

.fa-retweet:before {
	content: "\f079";
}

.fa-shopping-cart:before {
	content: "\f07a";
}

.fa-folder:before {
	content: "\f07b";
}

.fa-folder-open:before {
	content: "\f07c";
}

.fa-arrows-v:before {
	content: "\f07d";
}

.fa-arrows-h:before {
	content: "\f07e";
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
	content: "\f080";
}

.fa-twitter-square:before {
	content: "\f081";
}

.fa-facebook-square:before {
	content: "\f082";
}

.fa-camera-retro:before {
	content: "\f083";
}

.fa-key:before {
	content: "\f084";
}

.fa-cogs:before,.fa-gears:before {
	content: "\f085";
}

.fa-comments:before {
	content: "\f086";
}

.fa-thumbs-o-up:before {
	content: "\f087";
}

.fa-thumbs-o-down:before {
	content: "\f088";
}

.fa-star-half:before {
	content: "\f089";
}

.fa-heart-o:before {
	content: "\f08a";
}

.fa-sign-out:before {
	content: "\f08b";
}

.fa-linkedin-square:before {
	content: "\f08c";
}

.fa-thumb-tack:before {
	content: "\f08d";
}

.fa-external-link:before {
	content: "\f08e";
}

.fa-sign-in:before {
	content: "\f090";
}

.fa-trophy:before {
	content: "\f091";
}

.fa-github-square:before {
	content: "\f092";
}

.fa-upload:before {
	content: "\f093";
}

.fa-lemon-o:before {
	content: "\f094";
}

.fa-phone:before {
	content: "\f095";
}

.fa-square-o:before {
	content: "\f096";
}

.fa-bookmark-o:before {
	content: "\f097";
}

.fa-phone-square:before {
	content: "\f098";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-facebook-f:before,.fa-facebook:before {
	content: "\f09a";
}

.fa-github:before {
	content: "\f09b";
}

.fa-unlock:before {
	content: "\f09c";
}

.fa-credit-card:before {
	content: "\f09d";
}

.fa-feed:before,.fa-rss:before {
	content: "\f09e";
}

.fa-hdd-o:before {
	content: "\f0a0";
}

.fa-bullhorn:before {
	content: "\f0a1";
}

.fa-bell:before {
	content: "\f0f3";
}

.fa-certificate:before {
	content: "\f0a3";
}

.fa-hand-o-right:before {
	content: "\f0a4";
}

.fa-hand-o-left:before {
	content: "\f0a5";
}

.fa-hand-o-up:before {
	content: "\f0a6";
}

.fa-hand-o-down:before {
	content: "\f0a7";
}

.fa-arrow-circle-left:before {
	content: "\f0a8";
}

.fa-arrow-circle-right:before {
	content: "\f0a9";
}

.fa-arrow-circle-up:before {
	content: "\f0aa";
}

.fa-arrow-circle-down:before {
	content: "\f0ab";
}

.fa-globe:before {
	content: "\f0ac";
}

.fa-wrench:before {
	content: "\f0ad";
}

.fa-tasks:before {
	content: "\f0ae";
}

.fa-filter:before {
	content: "\f0b0";
}

.fa-briefcase:before {
	content: "\f0b1";
}

.fa-arrows-alt:before {
	content: "\f0b2";
}

.fa-group:before,.fa-users:before {
	content: "\f0c0";
}

.fa-chain:before,.fa-link:before {
	content: "\f0c1";
}

.fa-cloud:before {
	content: "\f0c2";
}

.fa-flask:before {
	content: "\f0c3";
}

.fa-cut:before,.fa-scissors:before {
	content: "\f0c4";
}

.fa-copy:before,.fa-files-o:before {
	content: "\f0c5";
}

.fa-paperclip:before {
	content: "\f0c6";
}

.fa-floppy-o:before,.fa-save:before {
	content: "\f0c7";
}

.fa-square:before {
	content: "\f0c8";
}

.fa-bars:before,.fa-navicon:before,.fa-reorder:before {
	content: "\f0c9";
}

.fa-list-ul:before {
	content: "\f0ca";
}

.fa-list-ol:before {
	content: "\f0cb";
}

.fa-strikethrough:before {
	content: "\f0cc";
}

.fa-underline:before {
	content: "\f0cd";
}

.fa-table:before {
	content: "\f0ce";
}

.fa-magic:before {
	content: "\f0d0";
}

.fa-truck:before {
	content: "\f0d1";
}

.fa-pinterest:before {
	content: "\f0d2";
}

.fa-pinterest-square:before {
	content: "\f0d3";
}

.fa-google-plus-square:before {
	content: "\f0d4";
}

.fa-google-plus:before {
	content: "\f0d5";
}

.fa-money:before {
	content: "\f0d6";
}

.fa-caret-down:before {
	content: "\f0d7";
}

.fa-caret-up:before {
	content: "\f0d8";
}

.fa-caret-left:before {
	content: "\f0d9";
}

.fa-caret-right:before {
	content: "\f0da";
}

.fa-columns:before {
	content: "\f0db";
}

.fa-sort:before,.fa-unsorted:before {
	content: "\f0dc";
}

.fa-sort-desc:before,.fa-sort-down:before {
	content: "\f0dd";
}

.fa-sort-asc:before,.fa-sort-up:before {
	content: "\f0de";
}

.fa-envelope:before {
	content: "\f0e0";
}

.fa-linkedin:before {
	content: "\f0e1";
}

.fa-rotate-left:before,.fa-undo:before {
	content: "\f0e2";
}

.fa-gavel:before,.fa-legal:before {
	content: "\f0e3";
}

.fa-dashboard:before,.fa-tachometer:before {
	content: "\f0e4";
}

.fa-comment-o:before {
	content: "\f0e5";
}

.fa-comments-o:before {
	content: "\f0e6";
}

.fa-bolt:before,.fa-flash:before {
	content: "\f0e7";
}

.fa-sitemap:before {
	content: "\f0e8";
}

.fa-umbrella:before {
	content: "\f0e9";
}

.fa-clipboard:before,.fa-paste:before {
	content: "\f0ea";
}

.fa-lightbulb-o:before {
	content: "\f0eb";
}

.fa-exchange:before {
	content: "\f0ec";
}

.fa-cloud-download:before {
	content: "\f0ed";
}

.fa-cloud-upload:before {
	content: "\f0ee";
}

.fa-user-md:before {
	content: "\f0f0";
}

.fa-stethoscope:before {
	content: "\f0f1";
}

.fa-suitcase:before {
	content: "\f0f2";
}

.fa-bell-o:before {
	content: "\f0a2";
}

.fa-coffee:before {
	content: "\f0f4";
}

.fa-cutlery:before {
	content: "\f0f5";
}

.fa-file-text-o:before {
	content: "\f0f6";
}

.fa-building-o:before {
	content: "\f0f7";
}

.fa-hospital-o:before {
	content: "\f0f8";
}

.fa-ambulance:before {
	content: "\f0f9";
}

.fa-medkit:before {
	content: "\f0fa";
}

.fa-fighter-jet:before {
	content: "\f0fb";
}

.fa-beer:before {
	content: "\f0fc";
}

.fa-h-square:before {
	content: "\f0fd";
}

.fa-plus-square:before {
	content: "\f0fe";
}

.fa-angle-double-left:before {
	content: "\f100";
}

.fa-angle-double-right:before {
	content: "\f101";
}

.fa-angle-double-up:before {
	content: "\f102";
}

.fa-angle-double-down:before {
	content: "\f103";
}

.fa-angle-left:before {
	content: "\f104";
}

.fa-angle-right:before {
	content: "\f105";
}

.fa-angle-up:before {
	content: "\f106";
}

.fa-angle-down:before {
	content: "\f107";
}

.fa-desktop:before {
	content: "\f108";
}

.fa-laptop:before {
	content: "\f109";
}

.fa-tablet:before {
	content: "\f10a";
}

.fa-mobile-phone:before,.fa-mobile:before {
	content: "\f10b";
}

.fa-circle-o:before {
	content: "\f10c";
}

.fa-quote-left:before {
	content: "\f10d";
}

.fa-quote-right:before {
	content: "\f10e";
}

.fa-spinner:before {
	content: "\f110";
}

.fa-circle:before {
	content: "\f111";
}

.fa-mail-reply:before,.fa-reply:before {
	content: "\f112";
}

.fa-github-alt:before {
	content: "\f113";
}

.fa-folder-o:before {
	content: "\f114";
}

.fa-folder-open-o:before {
	content: "\f115";
}

.fa-smile-o:before {
	content: "\f118";
}

.fa-frown-o:before {
	content: "\f119";
}

.fa-meh-o:before {
	content: "\f11a";
}

.fa-gamepad:before {
	content: "\f11b";
}

.fa-keyboard-o:before {
	content: "\f11c";
}

.fa-flag-o:before {
	content: "\f11d";
}

.fa-flag-checkered:before {
	content: "\f11e";
}

.fa-terminal:before {
	content: "\f120";
}

.fa-code:before {
	content: "\f121";
}

.fa-mail-reply-all:before,.fa-reply-all:before {
	content: "\f122";
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
	content: "\f123";
}

.fa-location-arrow:before {
	content: "\f124";
}

.fa-crop:before {
	content: "\f125";
}

.fa-code-fork:before {
	content: "\f126";
}

.fa-chain-broken:before,.fa-unlink:before {
	content: "\f127";
}

.fa-question:before {
	content: "\f128";
}

.fa-info:before {
	content: "\f129";
}

.fa-exclamation:before {
	content: "\f12a";
}

.fa-superscript:before {
	content: "\f12b";
}

.fa-subscript:before {
	content: "\f12c";
}

.fa-eraser:before {
	content: "\f12d";
}

.fa-puzzle-piece:before {
	content: "\f12e";
}

.fa-microphone:before {
	content: "\f130";
}

.fa-microphone-slash:before {
	content: "\f131";
}

.fa-shield:before {
	content: "\f132";
}

.fa-calendar-o:before {
	content: "\f133";
}

.fa-fire-extinguisher:before {
	content: "\f134";
}

.fa-rocket:before {
	content: "\f135";
}

.fa-maxcdn:before {
	content: "\f136";
}

.fa-chevron-circle-left:before {
	content: "\f137";
}

.fa-chevron-circle-right:before {
	content: "\f138";
}

.fa-chevron-circle-up:before {
	content: "\f139";
}

.fa-chevron-circle-down:before {
	content: "\f13a";
}

.fa-html5:before {
	content: "\f13b";
}

.fa-css3:before {
	content: "\f13c";
}

.fa-anchor:before {
	content: "\f13d";
}

.fa-unlock-alt:before {
	content: "\f13e";
}

.fa-bullseye:before {
	content: "\f140";
}

.fa-ellipsis-h:before {
	content: "\f141";
}

.fa-ellipsis-v:before {
	content: "\f142";
}

.fa-rss-square:before {
	content: "\f143";
}

.fa-play-circle:before {
	content: "\f144";
}

.fa-ticket:before {
	content: "\f145";
}

.fa-minus-square:before {
	content: "\f146";
}

.fa-minus-square-o:before {
	content: "\f147";
}

.fa-level-up:before {
	content: "\f148";
}

.fa-level-down:before {
	content: "\f149";
}

.fa-check-square:before {
	content: "\f14a";
}

.fa-pencil-square:before {
	content: "\f14b";
}

.fa-external-link-square:before {
	content: "\f14c";
}

.fa-share-square:before {
	content: "\f14d";
}

.fa-compass:before {
	content: "\f14e";
}

.fa-caret-square-o-down:before,.fa-toggle-down:before {
	content: "\f150";
}

.fa-caret-square-o-up:before,.fa-toggle-up:before {
	content: "\f151";
}

.fa-caret-square-o-right:before,.fa-toggle-right:before {
	content: "\f152";
}

.fa-eur:before,.fa-euro:before {
	content: "\f153";
}

.fa-gbp:before {
	content: "\f154";
}

.fa-dollar:before,.fa-usd:before {
	content: "\f155";
}

.fa-inr:before,.fa-rupee:before {
	content: "\f156";
}

.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before {
	content: "\f157";
}

.fa-rouble:before,.fa-rub:before,.fa-ruble:before {
	content: "\f158";
}

.fa-krw:before,.fa-won:before {
	content: "\f159";
}

.fa-bitcoin:before,.fa-btc:before {
	content: "\f15a";
}

.fa-file:before {
	content: "\f15b";
}

.fa-file-text:before {
	content: "\f15c";
}

.fa-sort-alpha-asc:before {
	content: "\f15d";
}

.fa-sort-alpha-desc:before {
	content: "\f15e";
}

.fa-sort-amount-asc:before {
	content: "\f160";
}

.fa-sort-amount-desc:before {
	content: "\f161";
}

.fa-sort-numeric-asc:before {
	content: "\f162";
}

.fa-sort-numeric-desc:before {
	content: "\f163";
}

.fa-thumbs-up:before {
	content: "\f164";
}

.fa-thumbs-down:before {
	content: "\f165";
}

.fa-youtube-square:before {
	content: "\f166";
}

.fa-youtube:before {
	content: "\f167";
}

.fa-xing:before {
	content: "\f168";
}

.fa-xing-square:before {
	content: "\f169";
}

.fa-youtube-play:before {
	content: "\f16a";
}

.fa-dropbox:before {
	content: "\f16b";
}

.fa-stack-overflow:before {
	content: "\f16c";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-flickr:before {
	content: "\f16e";
}

.fa-adn:before {
	content: "\f170";
}

.fa-bitbucket:before {
	content: "\f171";
}

.fa-bitbucket-square:before {
	content: "\f172";
}

.fa-tumblr:before {
	content: "\f173";
}

.fa-tumblr-square:before {
	content: "\f174";
}

.fa-long-arrow-down:before {
	content: "\f175";
}

.fa-long-arrow-up:before {
	content: "\f176";
}

.fa-long-arrow-left:before {
	content: "\f177";
}

.fa-long-arrow-right:before {
	content: "\f178";
}

.fa-apple:before {
	content: "\f179";
}

.fa-windows:before {
	content: "\f17a";
}

.fa-android:before {
	content: "\f17b";
}

.fa-linux:before {
	content: "\f17c";
}

.fa-dribbble:before {
	content: "\f17d";
}

.fa-skype:before {
	content: "\f17e";
}

.fa-foursquare:before {
	content: "\f180";
}

.fa-trello:before {
	content: "\f181";
}

.fa-female:before {
	content: "\f182";
}

.fa-male:before {
	content: "\f183";
}

.fa-gittip:before,.fa-gratipay:before {
	content: "\f184";
}

.fa-sun-o:before {
	content: "\f185";
}

.fa-moon-o:before {
	content: "\f186";
}

.fa-archive:before {
	content: "\f187";
}

.fa-bug:before {
	content: "\f188";
}

.fa-vk:before {
	content: "\f189";
}

.fa-weibo:before {
	content: "\f18a";
}

.fa-renren:before {
	content: "\f18b";
}

.fa-pagelines:before {
	content: "\f18c";
}

.fa-stack-exchange:before {
	content: "\f18d";
}

.fa-arrow-circle-o-right:before {
	content: "\f18e";
}

.fa-arrow-circle-o-left:before {
	content: "\f190";
}

.fa-caret-square-o-left:before,.fa-toggle-left:before {
	content: "\f191";
}

.fa-dot-circle-o:before {
	content: "\f192";
}

.fa-wheelchair:before {
	content: "\f193";
}

.fa-vimeo-square:before {
	content: "\f194";
}

.fa-try:before,.fa-turkish-lira:before {
	content: "\f195";
}

.fa-plus-square-o:before {
	content: "\f196";
}

.fa-space-shuttle:before {
	content: "\f197";
}

.fa-slack:before {
	content: "\f198";
}

.fa-envelope-square:before {
	content: "\f199";
}

.fa-wordpress:before {
	content: "\f19a";
}

.fa-openid:before {
	content: "\f19b";
}

.fa-bank:before,.fa-institution:before,.fa-university:before {
	content: "\f19c";
}

.fa-graduation-cap:before,.fa-mortar-board:before {
	content: "\f19d";
}

.fa-yahoo:before {
	content: "\f19e";
}

.fa-google:before {
	content: "\f1a0";
}

.fa-reddit:before {
	content: "\f1a1";
}

.fa-reddit-square:before {
	content: "\f1a2";
}

.fa-stumbleupon-circle:before {
	content: "\f1a3";
}

.fa-stumbleupon:before {
	content: "\f1a4";
}

.fa-delicious:before {
	content: "\f1a5";
}

.fa-digg:before {
	content: "\f1a6";
}

.fa-pied-piper-pp:before {
	content: "\f1a7";
}

.fa-pied-piper-alt:before {
	content: "\f1a8";
}

.fa-drupal:before {
	content: "\f1a9";
}

.fa-joomla:before {
	content: "\f1aa";
}

.fa-language:before {
	content: "\f1ab";
}

.fa-fax:before {
	content: "\f1ac";
}

.fa-building:before {
	content: "\f1ad";
}

.fa-child:before {
	content: "\f1ae";
}

.fa-paw:before {
	content: "\f1b0";
}

.fa-spoon:before {
	content: "\f1b1";
}

.fa-cube:before {
	content: "\f1b2";
}

.fa-cubes:before {
	content: "\f1b3";
}

.fa-behance:before {
	content: "\f1b4";
}

.fa-behance-square:before {
	content: "\f1b5";
}

.fa-steam:before {
	content: "\f1b6";
}

.fa-steam-square:before {
	content: "\f1b7";
}

.fa-recycle:before {
	content: "\f1b8";
}

.fa-automobile:before,.fa-car:before {
	content: "\f1b9";
}

.fa-cab:before,.fa-taxi:before {
	content: "\f1ba";
}

.fa-tree:before {
	content: "\f1bb";
}

.fa-spotify:before {
	content: "\f1bc";
}

.fa-deviantart:before {
	content: "\f1bd";
}

.fa-soundcloud:before {
	content: "\f1be";
}

.fa-database:before {
	content: "\f1c0";
}

.fa-file-pdf-o:before {
	content: "\f1c1";
}

.fa-file-word-o:before {
	content: "\f1c2";
}

.fa-file-excel-o:before {
	content: "\f1c3";
}

.fa-file-powerpoint-o:before {
	content: "\f1c4";
}

.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before {
	content: "\f1c5";
}

.fa-file-archive-o:before,.fa-file-zip-o:before {
	content: "\f1c6";
}

.fa-file-audio-o:before,.fa-file-sound-o:before {
	content: "\f1c7";
}

.fa-file-movie-o:before,.fa-file-video-o:before {
	content: "\f1c8";
}

.fa-file-code-o:before {
	content: "\f1c9";
}

.fa-vine:before {
	content: "\f1ca";
}

.fa-codepen:before {
	content: "\f1cb";
}

.fa-jsfiddle:before {
	content: "\f1cc";
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before {
	content: "\f1cd";
}

.fa-circle-o-notch:before {
	content: "\f1ce";
}

.fa-ra:before,.fa-rebel:before,.fa-resistance:before {
	content: "\f1d0";
}

.fa-empire:before,.fa-ge:before {
	content: "\f1d1";
}

.fa-git-square:before {
	content: "\f1d2";
}

.fa-git:before {
	content: "\f1d3";
}

.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before {
	content: "\f1d4";
}

.fa-tencent-weibo:before {
	content: "\f1d5";
}

.fa-qq:before {
	content: "\f1d6";
}

.fa-wechat:before,.fa-weixin:before {
	content: "\f1d7";
}

.fa-paper-plane:before,.fa-send:before {
	content: "\f1d8";
}

.fa-paper-plane-o:before,.fa-send-o:before {
	content: "\f1d9";
}

.fa-history:before {
	content: "\f1da";
}

.fa-circle-thin:before {
	content: "\f1db";
}

.fa-header:before {
	content: "\f1dc";
}

.fa-paragraph:before {
	content: "\f1dd";
}

.fa-sliders:before {
	content: "\f1de";
}

.fa-share-alt:before {
	content: "\f1e0";
}

.fa-share-alt-square:before {
	content: "\f1e1";
}

.fa-bomb:before {
	content: "\f1e2";
}

.fa-futbol-o:before,.fa-soccer-ball-o:before {
	content: "\f1e3";
}

.fa-tty:before {
	content: "\f1e4";
}

.fa-binoculars:before {
	content: "\f1e5";
}

.fa-plug:before {
	content: "\f1e6";
}

.fa-slideshare:before {
	content: "\f1e7";
}

.fa-twitch:before {
	content: "\f1e8";
}

.fa-yelp:before {
	content: "\f1e9";
}

.fa-newspaper-o:before {
	content: "\f1ea";
}

.fa-wifi:before {
	content: "\f1eb";
}

.fa-calculator:before {
	content: "\f1ec";
}

.fa-paypal:before {
	content: "\f1ed";
}

.fa-google-wallet:before {
	content: "\f1ee";
}

.fa-cc-visa:before {
	content: "\f1f0";
}

.fa-cc-mastercard:before {
	content: "\f1f1";
}

.fa-cc-discover:before {
	content: "\f1f2";
}

.fa-cc-amex:before {
	content: "\f1f3";
}

.fa-cc-paypal:before {
	content: "\f1f4";
}

.fa-cc-stripe:before {
	content: "\f1f5";
}

.fa-bell-slash:before {
	content: "\f1f6";
}

.fa-bell-slash-o:before {
	content: "\f1f7";
}

.fa-trash:before {
	content: "\f1f8";
}

.fa-copyright:before {
	content: "\f1f9";
}

.fa-at:before {
	content: "\f1fa";
}

.fa-eyedropper:before {
	content: "\f1fb";
}

.fa-paint-brush:before {
	content: "\f1fc";
}

.fa-birthday-cake:before {
	content: "\f1fd";
}

.fa-area-chart:before {
	content: "\f1fe";
}

.fa-pie-chart:before {
	content: "\f200";
}

.fa-line-chart:before {
	content: "\f201";
}

.fa-lastfm:before {
	content: "\f202";
}

.fa-lastfm-square:before {
	content: "\f203";
}

.fa-toggle-off:before {
	content: "\f204";
}

.fa-toggle-on:before {
	content: "\f205";
}

.fa-bicycle:before {
	content: "\f206";
}

.fa-bus:before {
	content: "\f207";
}

.fa-ioxhost:before {
	content: "\f208";
}

.fa-angellist:before {
	content: "\f209";
}

.fa-cc:before {
	content: "\f20a";
}

.fa-ils:before,.fa-shekel:before,.fa-sheqel:before {
	content: "\f20b";
}

.fa-meanpath:before {
	content: "\f20c";
}

.fa-buysellads:before {
	content: "\f20d";
}

.fa-connectdevelop:before {
	content: "\f20e";
}

.fa-dashcube:before {
	content: "\f210";
}

.fa-forumbee:before {
	content: "\f211";
}

.fa-leanpub:before {
	content: "\f212";
}

.fa-sellsy:before {
	content: "\f213";
}

.fa-shirtsinbulk:before {
	content: "\f214";
}

.fa-simplybuilt:before {
	content: "\f215";
}

.fa-skyatlas:before {
	content: "\f216";
}

.fa-cart-plus:before {
	content: "\f217";
}

.fa-cart-arrow-down:before {
	content: "\f218";
}

.fa-diamond:before {
	content: "\f219";
}

.fa-ship:before {
	content: "\f21a";
}

.fa-user-secret:before {
	content: "\f21b";
}

.fa-motorcycle:before {
	content: "\f21c";
}

.fa-street-view:before {
	content: "\f21d";
}

.fa-heartbeat:before {
	content: "\f21e";
}

.fa-venus:before {
	content: "\f221";
}

.fa-mars:before {
	content: "\f222";
}

.fa-mercury:before {
	content: "\f223";
}

.fa-intersex:before,.fa-transgender:before {
	content: "\f224";
}

.fa-transgender-alt:before {
	content: "\f225";
}

.fa-venus-double:before {
	content: "\f226";
}

.fa-mars-double:before {
	content: "\f227";
}

.fa-venus-mars:before {
	content: "\f228";
}

.fa-mars-stroke:before {
	content: "\f229";
}

.fa-mars-stroke-v:before {
	content: "\f22a";
}

.fa-mars-stroke-h:before {
	content: "\f22b";
}

.fa-neuter:before {
	content: "\f22c";
}

.fa-genderless:before {
	content: "\f22d";
}

.fa-facebook-official:before {
	content: "\f230";
}

.fa-pinterest-p:before {
	content: "\f231";
}

.fa-whatsapp:before {
	content: "\f232";
}

.fa-server:before {
	content: "\f233";
}

.fa-user-plus:before {
	content: "\f234";
}

.fa-user-times:before {
	content: "\f235";
}

.fa-bed:before,.fa-hotel:before {
	content: "\f236";
}

.fa-viacoin:before {
	content: "\f237";
}

.fa-train:before {
	content: "\f238";
}

.fa-subway:before {
	content: "\f239";
}

.fa-medium:before {
	content: "\f23a";
}

.fa-y-combinator:before,.fa-yc:before {
	content: "\f23b";
}

.fa-optin-monster:before {
	content: "\f23c";
}

.fa-opencart:before {
	content: "\f23d";
}

.fa-expeditedssl:before {
	content: "\f23e";
}

.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before {
	content: "\f240";
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
	content: "\f241";
}

.fa-battery-2:before,.fa-battery-half:before {
	content: "\f242";
}

.fa-battery-1:before,.fa-battery-quarter:before {
	content: "\f243";
}

.fa-battery-0:before,.fa-battery-empty:before {
	content: "\f244";
}

.fa-mouse-pointer:before {
	content: "\f245";
}

.fa-i-cursor:before {
	content: "\f246";
}

.fa-object-group:before {
	content: "\f247";
}

.fa-object-ungroup:before {
	content: "\f248";
}

.fa-sticky-note:before {
	content: "\f249";
}

.fa-sticky-note-o:before {
	content: "\f24a";
}

.fa-cc-jcb:before {
	content: "\f24b";
}

.fa-cc-diners-club:before {
	content: "\f24c";
}

.fa-clone:before {
	content: "\f24d";
}

.fa-balance-scale:before {
	content: "\f24e";
}

.fa-hourglass-o:before {
	content: "\f250";
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
	content: "\f251";
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
	content: "\f252";
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
	content: "\f253";
}

.fa-hourglass:before {
	content: "\f254";
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
	content: "\f255";
}

.fa-hand-paper-o:before,.fa-hand-stop-o:before {
	content: "\f256";
}

.fa-hand-scissors-o:before {
	content: "\f257";
}

.fa-hand-lizard-o:before {
	content: "\f258";
}

.fa-hand-spock-o:before {
	content: "\f259";
}

.fa-hand-pointer-o:before {
	content: "\f25a";
}

.fa-hand-peace-o:before {
	content: "\f25b";
}

.fa-trademark:before {
	content: "\f25c";
}

.fa-registered:before {
	content: "\f25d";
}

.fa-creative-commons:before {
	content: "\f25e";
}

.fa-gg:before {
	content: "\f260";
}

.fa-gg-circle:before {
	content: "\f261";
}

.fa-tripadvisor:before {
	content: "\f262";
}

.fa-odnoklassniki:before {
	content: "\f263";
}

.fa-odnoklassniki-square:before {
	content: "\f264";
}

.fa-get-pocket:before {
	content: "\f265";
}

.fa-wikipedia-w:before {
	content: "\f266";
}

.fa-safari:before {
	content: "\f267";
}

.fa-chrome:before {
	content: "\f268";
}

.fa-firefox:before {
	content: "\f269";
}

.fa-opera:before {
	content: "\f26a";
}

.fa-internet-explorer:before {
	content: "\f26b";
}

.fa-television:before,.fa-tv:before {
	content: "\f26c";
}

.fa-contao:before {
	content: "\f26d";
}

.fa-500px:before {
	content: "\f26e";
}

.fa-amazon:before {
	content: "\f270";
}

.fa-calendar-plus-o:before {
	content: "\f271";
}

.fa-calendar-minus-o:before {
	content: "\f272";
}

.fa-calendar-times-o:before {
	content: "\f273";
}

.fa-calendar-check-o:before {
	content: "\f274";
}

.fa-industry:before {
	content: "\f275";
}

.fa-map-pin:before {
	content: "\f276";
}

.fa-map-signs:before {
	content: "\f277";
}

.fa-map-o:before {
	content: "\f278";
}

.fa-map:before {
	content: "\f279";
}

.fa-commenting:before {
	content: "\f27a";
}

.fa-commenting-o:before {
	content: "\f27b";
}

.fa-houzz:before {
	content: "\f27c";
}

.fa-vimeo:before {
	content: "\f27d";
}

.fa-black-tie:before {
	content: "\f27e";
}

.fa-fonticons:before {
	content: "\f280";
}

.fa-reddit-alien:before {
	content: "\f281";
}

.fa-edge:before {
	content: "\f282";
}

.fa-credit-card-alt:before {
	content: "\f283";
}

.fa-codiepie:before {
	content: "\f284";
}

.fa-modx:before {
	content: "\f285";
}

.fa-fort-awesome:before {
	content: "\f286";
}

.fa-usb:before {
	content: "\f287";
}

.fa-product-hunt:before {
	content: "\f288";
}

.fa-mixcloud:before {
	content: "\f289";
}

.fa-scribd:before {
	content: "\f28a";
}

.fa-pause-circle:before {
	content: "\f28b";
}

.fa-pause-circle-o:before {
	content: "\f28c";
}

.fa-stop-circle:before {
	content: "\f28d";
}

.fa-stop-circle-o:before {
	content: "\f28e";
}

.fa-shopping-bag:before {
	content: "\f290";
}

.fa-shopping-basket:before {
	content: "\f291";
}

.fa-hashtag:before {
	content: "\f292";
}

.fa-bluetooth:before {
	content: "\f293";
}

.fa-bluetooth-b:before {
	content: "\f294";
}

.fa-percent:before {
	content: "\f295";
}

.fa-gitlab:before {
	content: "\f296";
}

.fa-wpbeginner:before {
	content: "\f297";
}

.fa-wpforms:before {
	content: "\f298";
}

.fa-envira:before {
	content: "\f299";
}

.fa-universal-access:before {
	content: "\f29a";
}

.fa-wheelchair-alt:before {
	content: "\f29b";
}

.fa-question-circle-o:before {
	content: "\f29c";
}

.fa-blind:before {
	content: "\f29d";
}

.fa-audio-description:before {
	content: "\f29e";
}

.fa-volume-control-phone:before {
	content: "\f2a0";
}

.fa-braille:before {
	content: "\f2a1";
}

.fa-assistive-listening-systems:before {
	content: "\f2a2";
}

.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before {
	content: "\f2a3";
}

.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before {
	content: "\f2a4";
}

.fa-glide:before {
	content: "\f2a5";
}

.fa-glide-g:before {
	content: "\f2a6";
}

.fa-sign-language:before,.fa-signing:before {
	content: "\f2a7";
}

.fa-low-vision:before {
	content: "\f2a8";
}

.fa-viadeo:before {
	content: "\f2a9";
}

.fa-viadeo-square:before {
	content: "\f2aa";
}

.fa-snapchat:before {
	content: "\f2ab";
}

.fa-snapchat-ghost:before {
	content: "\f2ac";
}

.fa-snapchat-square:before {
	content: "\f2ad";
}

.fa-pied-piper:before {
	content: "\f2ae";
}

.fa-first-order:before {
	content: "\f2b0";
}

.fa-yoast:before {
	content: "\f2b1";
}

.fa-themeisle:before {
	content: "\f2b2";
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
	content: "\f2b3";
}

.fa-fa:before,.fa-font-awesome:before {
	content: "\f2b4";
}

.fa-handshake-o:before {
	content: "\f2b5";
}

.fa-envelope-open:before {
	content: "\f2b6";
}

.fa-envelope-open-o:before {
	content: "\f2b7";
}

.fa-linode:before {
	content: "\f2b8";
}

.fa-address-book:before {
	content: "\f2b9";
}

.fa-address-book-o:before {
	content: "\f2ba";
}

.fa-address-card:before,.fa-vcard:before {
	content: "\f2bb";
}

.fa-address-card-o:before,.fa-vcard-o:before {
	content: "\f2bc";
}

.fa-user-circle:before {
	content: "\f2bd";
}

.fa-user-circle-o:before {
	content: "\f2be";
}

.fa-user-o:before {
	content: "\f2c0";
}

.fa-id-badge:before {
	content: "\f2c1";
}

.fa-drivers-license:before,.fa-id-card:before {
	content: "\f2c2";
}

.fa-drivers-license-o:before,.fa-id-card-o:before {
	content: "\f2c3";
}

.fa-quora:before {
	content: "\f2c4";
}

.fa-free-code-camp:before {
	content: "\f2c5";
}

.fa-telegram:before {
	content: "\f2c6";
}

.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before {
	content: "\f2c7";
}

.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
	content: "\f2c8";
}

.fa-thermometer-2:before,.fa-thermometer-half:before {
	content: "\f2c9";
}

.fa-thermometer-1:before,.fa-thermometer-quarter:before {
	content: "\f2ca";
}

.fa-thermometer-0:before,.fa-thermometer-empty:before {
	content: "\f2cb";
}

.fa-shower:before {
	content: "\f2cc";
}

.fa-bath:before,.fa-bathtub:before,.fa-s15:before {
	content: "\f2cd";
}

.fa-podcast:before {
	content: "\f2ce";
}

.fa-window-maximize:before {
	content: "\f2d0";
}

.fa-window-minimize:before {
	content: "\f2d1";
}

.fa-window-restore:before {
	content: "\f2d2";
}

.fa-times-rectangle:before,.fa-window-close:before {
	content: "\f2d3";
}

.fa-times-rectangle-o:before,.fa-window-close-o:before {
	content: "\f2d4";
}

.fa-bandcamp:before {
	content: "\f2d5";
}

.fa-grav:before {
	content: "\f2d6";
}

.fa-etsy:before {
	content: "\f2d7";
}

.fa-imdb:before {
	content: "\f2d8";
}

.fa-ravelry:before {
	content: "\f2d9";
}

.fa-eercast:before {
	content: "\f2da";
}

.fa-microchip:before {
	content: "\f2db";
}

.fa-snowflake-o:before {
	content: "\f2dc";
}

.fa-superpowers:before {
	content: "\f2dd";
}

.fa-wpexplorer:before {
	content: "\f2de";
}

.fa-meetup:before {
	content: "\f2e0";
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}

.sr-only-focusable:active,.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

.footer-media,.footer-media .media-icons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
}

.footer-links a,.footer-media .media-icons a,.footer-media .media-icons a:hover {
	text-decoration: none;
}

.footer-media {
	max-width: 150px;
	width: 100%;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: right;
	-webkit-justify-content: right;
	-moz-box-pack: right;
	-ms-flex-pack: right;
	justify-content: right;
}

.footer-media .media-icons {
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-media .media-icons span {
	font-size: 32px;
	line-height: 45px;
	color: #2096B6;
}

.footer-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 52px 0;
}

.footer-links a {
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}

@font-face {
	font-family:media-fill;src:url(../fonts/media-fill37d3.eot?aoi6ad);src:url(../fonts/media-fill37d3.eot?aoi6ad#iefix) format("embedded-opentype"),url(../fonts/media-fill37d3.ttf?aoi6ad) format("truetype"),url(../fonts/media-fill37d3.woff?aoi6ad) format("woff"),url(../fonts/media-fill37d3.svg?aoi6ad#media-fill) format("svg");font-weight:400;font-style:normal;
}

.icon-mso-fb,.icon-mso-insta,.icon-mso-twi {
	font-family: media-fill!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.footer-media .media-icons span:hover {
	color: #6E6F71;
}

.icon-mso-fb:before {
	content: "\e900";
}

.icon-mso-insta:before {
	content: "\e901";
}

.icon-mso-twi:before {
	content: "\e902";
}

.fund_iq .fund-wrap {
	background: #fff;
	padding: 45px 0;
	border-radius: 4px;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #333;
}

.fund_iq .fund-title {
	font-size: 34px;
	color: #000;
	font-weight: 600;
	margin-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
}

.fund_iq .fund-subtitle {
	font-size: 18px;
	padding: 0 30px;
	max-width: 700px;
	margin: 0 auto 20px;
	line-height: 24px;
	font-weight: 400;
	color: #515151;
}

.fund_iq .fund-title-small {
	font-size: 21px;
	text-transform: uppercase;
	color: #000;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
}

.fund_iq .fund-title-small .bold {
	font-weight: 700;
}

.fund_iq .fund-button {
	cursor: pointer;
	display: inline-block;
	outline: 0;
	border: none;
	vertical-align: baseline;
	background: #f45c28;
	color: #fff;
	font-family: Roboto,sans-serif;
	margin: 0;
	padding: 15px 35px;
	text-transform: uppercase!important;
	font-weight: 500;
	text-shadow: none;
	line-height: 1em;
	font-style: normal;
	text-align: center;
	text-decoration: none;
	border-radius: 30px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	font-size: 27px;
	transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
}

.fund_iq .fund-button:hover {
	background: #1ba584;
	color: #fff;
	text-decoration: none;
}

.fund_iq.ui.modal>.close.fund-close {
	right: 20px;
	top: 20px;
	width: 16px;
	height: 16px;
	padding: 0;
	background: 0 0;
}

.fund_iq .primary-cl-fund {
	color: #00e6f1;
}

.fund_iq .db {
	display: block;
}

.fund_iq .fund-logo-block {
	padding: 30px 50px;
	background: url(../../landing/funding_modal/images/logo-bg.jpg) center center no-repeat;
	background-size: cover;
	color: #fff;
	margin-bottom: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.fund_iq .fund-details-block {
	padding: 30px 50px;
	background: url(../../landing/funding_modal/images/logo-bg.jpg) center center no-repeat;
	background-size: cover;
	color: #fff;
	margin-bottom: 35px;
	font-size: 18px;
}

.fund_iq .fund-undertitle {
	font-size: 34px;
	font-weight: 400;
	margin-bottom: 25px;
	padding-left: 30px;
	padding-right: 30px;
}

.fund_iq .fund-undertitle span {
	font-weight: 600;
}

.fund_iq .fund-text {
	max-width: 460px;
	padding: 0 30px;
	margin: 0 auto 40px;
	font-size: 18px;
	line-height: 22px;
}

.fund_iq .fund-text.full {
	max-width: 750px;
	color: #333;
	line-height: 26px;
}

.fund_iq .fund-top-icon {
	margin-bottom: 20px;
}

.fund_iq .fund-top-icon img {
	vertical-align: top;
}

.fund_iq .fund-logo-desc {
	font-size: 18px;
	line-height: 22px;
	text-align: left;
	font-weight: 500;
	padding-left: 40px;
}

.fund_iq .fund-details-row {
	display: flex;
}

.fund_iq .fd-col {
	width: 50%;
	padding: 5px 10px;
}

.fund_iq .fd-col:first-child {
	text-align: right;
}

.fund_iq .fd-col:last-child {
	text-align: left;
}

.fund_iq .fund-details-desc {
	font-size: 14px;
	margin-top: 15px;
	line-height: 20px;
}

.fund_iq .fund-details-title {
	margin-bottom: 10px;
	line-height: 24px;
}

.fund_iq .content {
	padding: 0!important;
}

.fund_iq .fund-button.loading {
	pointer-events: none;
	opacity: .5;
}

@media only screen and (max-width:767px) {
	.fund_iq.ui.wide.modal {
		width: 95%;
		margin: 0 0 0 -47.5%;
	}
}

@media only screen and (min-width:768px) {
	.fund_iq.ui.wide.modal {
		width: 95%;
		margin: 0 0 0 -47.5%;
	}
}

@media only screen and (min-width:1100px) {
	.fund_iq.ui.wide.modal {
		width: 1040px;
		margin: 0 0 0 -520px;
	}
}

@media (max-width:767px) {
	.fund_iq .fund-details-row,.fund_iq .fund-logo-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	}

	.fund_iq.ui.modal>.close.fund-close {
		right: 10px!important;
		top: 10px!important;
	}

	.fund-undertitle,.fund_iq .fund-title {
		font-size: 24px;
		line-height: 30px;
	}

	.fund_iq .fund-logo-block {
		-ms-flex-direction: column;
		flex-direction: column;
		padding-left: 20px;
		padding-right: 20px;
	}

	.fund_iq .fund-logo-desc {
		padding-left: 0;
		margin-top: 20px;
	}

	.fund_iq .fund-details-row {
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.fund_iq .fund-details-block {
		padding-left: 20px;
		padding-right: 20px;
	}

	.fund_iq .fd-col {
		width: 100%;
	}

	.fund_iq .fd-col:first-child,.fund_iq .fd-col:last-child {
		text-align: center;
	}

	.fund_iq .fund-button {
		padding: 12px 20px;
		font-size: 24px;
	}
}

.info-line {
	background: #f1f1f1;
	padding: 30px;
	margin-bottom: 40px;
	color: #515151;
	font-weight: 300;
	line-height: 26px;
}

.info-line b {
	color: #000;
	font-weight: 400;
}

.drag-notice .float-left {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 500;
}

.drag-notice .float-right {
	color: #f75b16;
	font-size: 21px;
	font-weight: 500;
}

.range-slider-wrap {
	margin-top: 30px;
	margin-bottom: 20px;
}

.range-names {
	margin-bottom: 2px;
	margin-top: -50px;
}

.range-names .name.bronze {
	background: #b09c6c;
	color: #fff;
}

.range-names .name {
	width: 33.3333%;
	float: left;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	padding: 30px;
}

.range-names .name.silver {
	background: #788b90;
	color: #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}

.range-names .name.gold {
	background: #f69000;
	color: #fff;
}

.account-features {
	padding: 30px;
	background: #f1f1f1;
	margin-bottom: 2px;
}

.account-features .card-text span {
	display: block;
	text-align: left;
	font-size: 18px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #8b8c8d;
}

.account-features .card-text ul {
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 0 0 0 18px;
}

.account-features .card-text ul li {
	position: relative;
	margin-bottom: 10px;
	width: 30%;
	display: inline-block;
}

.account-features .card-text.bronze ul li:before {
	background: #ed7c57;
}

.account-features .card-text.gold ul li:before {
	background: #f75b16;
}

.account-features .card-text ul li:before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #b4b4b4;
	position: absolute;
	left: -15px;
	top: 9px;
}

.deposit-line.funding {
	margin-bottom: 50px;
}

ul.deposit-line {
	padding: 0;
	list-style: none;
	background: #f1f1f1;
	margin: 0;
}

ul.deposit-line li {
	padding: 30px;
	display: inline-block;
	vertical-align: top;
}

.account-features+ul.deposit-line li p {
	margin-bottom: 0;
}

ul.deposit-line li p {
	font-size: 20px;
	font-weight: 600;
	color: #000;
}

ul.deposit-line.funding li p {
	color: #f75b16;
}

.deposit-line li:first-child .inline-block {
	line-height: 42px;
}

ul.deposit-line li span {
	display: block;
	margin-bottom: 3px;
	font-weight: 300;
}

.funding-method-wrap .title {
	color: #8b8c8d!important;
	font-weight: 400;
	margin-bottom: 42px;
	margin-top: 0;
	text-align: center;
	text-transform: uppercase;
}

.tabular.pay-tabs {
	display: table;
	width: 100%;
	margin: 0;
	max-width: none;
}

.tabular {
	font-size: 0;
}

.pay-tabs.tabular .item.active {
	background: #fff;
	box-shadow: inset 1px 1px 0 #f75b16,inset -1px 1px 0 #f75b16,inset 1px -1px 0 #f75b16,inset -1px -1px 0 #f75b16!important;
}

.tabular.pay-tabs .item.recomended {
	padding-top: 40px;
}

.tabular .item.active {
	background: #f75b16;
}

.pay-tabs.tabular:not(.account-tabs) .item+.item {
	border-left: none;
}

.pay-tabs.tabular .item {
	outline: 0;
	box-shadow: none;
	background: #fff;
	border: 1px solid #f1f1f1;
	width: 11.1111%;
}

.tabular.pay-tabs .item {
	padding: 30px 15px;
	min-height: 120px;
	display: table-cell;
	vertical-align: middle;
}

.tabular .item {
	background: #262626;
	font-size: 14px;
	transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
}

.transperant {
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}

.account-funding .pay-tabs-content {
	padding-top: 50px;
}

.funding-method-wrap .title {
	font-size: 37px;
}

.withdraw-form {
	background: #f6f8fa;
	padding: 30px;
	border: 1px solid #b5c8d1;
}

.withdraw-form .payment-methods-form {
	background: 0 0!important;
	padding: 0!important;
	margin: 0!important;
	border: none!important;
}

input[type=text]#input-number,input[type=text]#input-number2 {
	font-size: 16px;
	width: 125px;
	padding-right: 20px;
	margin-top: 1px;
}

.tabular.pay-tabs .item.active:after {
	border-top-color: #fff;
}

.tabular.pay-tabs .item:after {
	border: 10px solid transparent;
	border-bottom-width: 0;
	bottom: -9px;
}

.select-bank,.select-bitcoin,.select-neteller,.select-okpay,.select-paypal,.select-perfect,.select-qiwi,.select-visa,.select-webmoney {
	display: block;
	margin: 0 auto;
}

.tabular .item,.top-info .tabular .item {
	display: inline-block;
	padding: 22px 30px;
	color: #fff;
	position: relative;
	cursor: pointer;
	text-align: center;
}

:after,:before {
	box-sizing: inherit;
}

.tabular.pay-tabs .item.active:before {
	border-top-color: #f75b16;
}

.tabular.pay-tabs .item:before {
	border: 10px solid transparent;
	border-bottom-width: 0;
	bottom: -10px;
}

.tabular.pay-tabs .item:after,.tabular.pay-tabs .item:before {
	width: 0;
	height: 0;
	left: 50%;
	margin-left: -10px;
	content: '';
	position: absolute;
}

.withdraw-form label {
	font-size: 14px!important;
	color: #515151!important;
}

.ui.grid .wide {
	width: auto!important;
	min-width: inherit!important;
}

.cc-card-form-width {
	margin-bottom: 35px;
}

.cc-card-form-width+.line {
	margin: 0;
}

.deposit-submit-wrap {
	text-align: right;
}

.amount-value {
	display: block;
	font-size: 30px;
	color: #f75b16;
	font-weight: 500;
	margin-bottom: 30px;
	line-height: 20px;
}

.card-cc-front-bg label {
	color: #fff!important;
	font-weight: 700;
}

.card-cc-front-bg .line:last-child {
	margin-bottom: 0;
}

.noUi-value-horizontal {
	font-size: 15px;
}

@media (max-width:1139px) {
	.img-bg-section {
		padding-top: 0!important;
	}
}

.ui.selection.dropdown {
	border: 1px solid #eee;
}

@media (max-width:450px) {
	.dep-line-mobile-fix .promo-entire form {
		flex-direction: column;
	}

	.dep-line-mobile-fix .promo-entire input {
		width: calc(100% - 10px)!important;
		margin: 0 5px 10px;
	}

	.dep-line-mobile-fix #input-number {
		width: 95px!important;
	}

	.dep-line-mobile-fix {
		flex-wrap: wrap;
	}

	.dep-line-mobile-fix li {
		width: 50%!important;
	}
}

@media (max-width:480px) {
	.withdraw-form {
		margin-right: 1px!important;
		margin-left: 1px!important;
	}

	.card-from-inputed .card-inputed-cvv {
		display: none!important;
	}
}

.card_loading,.loading-processor {
	height: 305px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@-webkit-keyframes animate-circle {
	from {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes animate-circle {
	from {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

.loader {
	--size: 10rem;
	height: var(--size);
	width: var(--size);
}

.loader>.circle {
	--duration: 2s;
	position: absolute;
	height: inherit;
	width: inherit;
	background: #86ca4c;
	border-radius: 50%;
	-webkit-animation: animate-circle var(--duration) cubic-bezier(.9,.24,.62,.79) infinite;
	animation: animate-circle var(--duration) cubic-bezier(.9,.24,.62,.79) infinite;
}

.loader>.circle:nth-of-type(1) {
	-webkit-animation-delay: 0;
	animation-delay: 0;
}

.loader>.circle:nth-of-type(2) {
	-webkit-animation-delay: calc(var(--duration)/ -3);
	animation-delay: calc(var(--duration)/ -3);
}

.loader>.circle:nth-of-type(3) {
	-webkit-animation-delay: calc(var(--duration)/ -6);
	animation-delay: calc(var(--duration)/ -6);
}

.popup266-wrap {
	padding-bottom: 30px;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	background: url(../images/giveaway/header_bg.png) 50% 0/100% no-repeat #001b22;
	padding-top: 40px;
}

.popup266-bg {
	position: absolute;
	width: 100%;
	top: 0;
}

.popup266-bg-side {
	position: absolute;
	top: 0;
	width: 230px;
}

.popup266-button,.popup266-coupon-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.popup266-bg-side__left {
	left: 0;
}

.popup266-bg-side__right {
	right: 0;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.popup266-title-container {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.popup266-title-container h1,.popup266-title-container h2 {
	font-family: Roboto-Black,sans-serif;
	line-height: 1;
	text-align: center;
	-webkit-text-fill-color: transparent;
	margin: 0;
}

.popup266-title-container h1 {
	font-size: 70px;
	text-transform: uppercase;
	background: -webkit-linear-gradient(180deg,#C40510,#FF2D2D);
	-webkit-background-clip: text;
}

.popup266-blue {
	color: #1ca4fc!important;
}

.popup266-title-container h2 {
	font-size: 48px;
	color: #FFF;
	background: -webkit-linear-gradient(180deg,#7441FF,#1A9FE0);
	-webkit-background-clip: text;
}

.popup266-cards-container .card {
	width: 174px;
	position: absolute;
}

.popup266-cards-container .card.item1 {
	left: 44px;
	top: 70px;
}

.popup266-cards-container .card.item2 {
	left: 44px;
	top: 370px;
}

.popup266-cards-container .card.item3 {
	right: 24px;
	top: 70px;
}

.popup266-cards-container .card.item4 {
	right: 24px;
	top: 385px;
}

.popup266-cards-container .card .card-top {
	margin-bottom: 15px;
}

.popup266-cards-container .card .card-bottom p {
	font-family: Roboto,sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #FFF;
	line-height: 20px;
	margin: 0 0 3px;
}

.popup266-cards-container .card .card-bottom .it {
	font-family: Roboto,sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #FFE14C;
	letter-spacing: 0;
	line-height: 26px;
}

.popup266-coupon-container {
	background-image: url(../images/giveaway/ticket.svg);
	background-repeat: no-repeat;
	max-width: 430px;
	margin-top: 25px;
	font-weight: 700;
	padding-top: 40px;
	height: 145px;
}

.popup266-coupon-container div {
	font-family: Arial,sans-serif;
	font-size: 14px;
	color: #003624;
	letter-spacing: 0;
	text-align: center;
	line-height: 26px;
}

.popup266-button a,.popup266-coupon-container a {
	font-family: 'Open Sans',sans-serif;
	font-weight: 800;
	text-align: center;
}

.popup266-coupon-container a {
	font-size: 30px;
	color: #003624;
	letter-spacing: 3px;
	line-height: 39px;
	display: block;
}

.popup266-button a,.text1,.text2 {
	letter-spacing: 0;
}

.popup266-coupon-container a:hover {
	text-decoration: none;
}

.popup266-button {
	text-align: center;
	background: #104d5e;
	padding: 30px 0;
	max-width: 390px;
	border-radius: 45px;
	margin-top: 20px;
	color: #fff;
}

.popup266-button a {
	text-decoration: none!important;
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	line-height: 20px;
}

.popup266-button:hover {
	-webkit-box-shadow: 0 16px 50px rgba(0,164,252,.25);
	-moz-box-shadow: 0 16px 50px rgba(0,164,252,.25);
	box-shadow: 0 16px 50px rgba(0,164,252,.25);
	-o-transition: .1s ease;
	-webkit-transition: .1s ease;
	-moz-transition: .1s ease;
	transition: .1s ease;
}

.text1 {
	font-family: Arial;
	font-weight: 700;
	font-size: 35px;
	color: #FA0;
	text-align: center;
	line-height: 40px;
	margin-top: 20px;
}

.text2 {
	margin-top: 11px;
	opacity: .5;
	font-family: Arial;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	line-height: 14px;
}

.words .t1,.words .t2 {
	font-family: 'Open Sans',sans-serif;
	font-weight: 800;
	text-align: center;
}

.words img {
	max-width: 100%;
}

.words .t1 {
	font-size: 100px;
	color: #5D9100;
	line-height: 100px;
	text-transform: uppercase;
	text-shadow: 0 26px 31px #222835;
}

.words .t1 span {
	font-size: 104px;
}

.words .t2 {
	font-size: 40px;
	color: #fff;
	line-height: 45px;
}

@media (max-width:1199px) {
	.popup266-bg-side {
		width: 210px;
	}
}

@media (max-width:991px) {
	.popup266-bg-side {
		width: 170px;
	}

	.popup266-cards-container {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
		margin-top: 0;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.popup266-cards-container .card {
		margin-top: 15px;
	}

	.popup266-title-container h1 {
		font-size: 42px;
	}

	.popup266-title-container h2 {
		font-size: 28px;
	}

	.popup266-title-container {
		margin-top: 5px;
	}

	.popup266-cards-container {
		text-align: center;
		margin: 20px 0;
		max-width: 100%;
	}

	.popup266-cards-container .card {
		display: inline-block;
		vertical-align: top;
		margin: 10px;
		text-align: center;
		position: static;
	}

	.popup266-coupon-container {
		margin-top: 0;
	}
}

@media (max-width:768px) {
	.ui.modal>.close.popup266-close {
		right: 10px!important;
		top: 10px!important;
	}

	.words .t1 span {
		font-size: 35px;
	}

	.words .t1 {
		line-height: 1.2;
		font-size: 30px;
	}

	.popup266-bg-side {
		width: 150px;
	}

	.words .t2 {
		font-size: 20px;
		line-height: 1.2;
		margin-top: 10px;
	}
}

@media screen and (max-width:575px) {
	.popup266-bg-side {
		top: -15px;
	}

	.text1 {
		font-size: 17px;
		line-height: 1.2;
	}
}

@media screen and (max-width:420px) {
	.popup266-wrap {
		padding-left: 15px;
		padding-right: 15px;
	}

	.popup266-title-container h1 {
		font-size: 32px;
	}

	.popup266-title-container h2 {
		font-size: 22px;
	}

	.popup266-button {
		padding: 20px 0;
	}

	.popup266-button a {
		font-size: 16px;
	}

	.popup266-coupon-container a {
		line-height: 1.2;
		font-size: 24px;
	}

	.popup266-button,.popup266-coupon-container {
		max-width: 300px;
	}

	.popup266-coupon-container {
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
		padding-top: 45px;
	}

	.popup266-coupon-container h3 {
		font-size: 13px;
	}
}

@media screen and (max-width:360px) {
	.popup266-title-container h1 {
		font-size: 26px;
	}

	.popup266-title-container h2 {
		font-size: 18px;
	}

	.popup266-bg-side__left {
		left: -10px;
	}

	.popup266-bg-side__right {
		right: -10px;
	}
}

.giveaway-modal-root>.content {
	padding: 0!important;
}

.footer,header.header {
	z-index: 3;
}

.giveawayNew-page {
	background: #4cae57;
}

.giveawayNew-page .footer:after,.giveawayNew-page .wrapper:after {
	display: none;
}

.giveawayNew-page a,.giveawayNew-page h2,.giveawayNew-page p {
	font-family: GothamPro,sans-serif;
}

.giveawayNew-page main {
	overflow: hidden;
}

.giveawayNew-page .header-top {
	max-width: 1200px;
	padding: 40px 15px 0;
}

.giveawayNew-page .header-menu {
	top: 45px;
}

.giveawayNew-page .giveawayMain {
	padding-top: 30px;
	position: relative;
	padding-bottom: 70px;
	background-position: top center;
}

.giveawayNew-page .giveawayMain .wrapper {
	max-width: 1173px;
	padding: 0;
}

.giveawayNew-page .giveawayMain-img {
	position: absolute;
	width: 134%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 0;
}

.giveawayNew-page .giveawayMain-img img {
	height: 850px;
	width: 100%;
}

.giveawayNew-page .giveaway-mainImg {
	position: relative;
	top: -18px;
	right: 0;
}

.giveawayNew-page .giveaway-mainImgShadow {
	position: absolute;
	width: 140%;
	left: calc(50% + 10px);
	top: -84px;
	max-width: 1440px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.giveawayNew-page .giveawayPrizes {
	margin-top: -23px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
	position: relative;
	z-index: 2;
}

.giveawayNew-page .giveawayPrizes-bg {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 54px;
	width: 175%;
	max-width: 2180px;
	z-index: -1;
}

.giveawayNew-page .giveawayPrizes-title {
	font-weight: 700;
	font-size: 55px;
	line-height: 60px;
	text-align: center;
	color: #fff;
}

.giveawayNew-page .giveawayPrizes-text {
	font-size: 15px;
	line-height: 25px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	max-width: 770px;
	width: 100%;
	margin: 23px auto 0;
}

.giveawayNew-page .giveawayPrizes-blocks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 60px;
}

.giveawayNew-page .giveawayPrizes-block {
	width: calc(25% - 10px);
	max-width: 270px;
	background-image: url(../../img/giveaway-new/block-bg.png);
	background-size: cover;
	background-position: top center;
	text-align: center;
	border-radius: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.giveawayNew-page .giveawayPrizes-block-top {
	padding: 20px 20px 30px;
}

.giveawayNew-page .giveawayPrizes-block-title {
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #f8c131;
	margin-top: 10px;
}

.giveawayNew-page .giveawayPrizes-block-text {
	font-size: 12px;
	line-height: 16px;
	min-height: 16px;
	color: #fff;
	margin-top: 6px;
	text-transform: capitalize;
}

.giveawayNew-page .giveawayPrizes-block-img {
	max-width: 170px;
	width: 100%;
	margin: 0 auto 10px;
}

.giveawayNew-page .giveawayPrizes-block-bottom {
	padding: 13px 0;
	margin-top: auto;
}

.giveawayNew-page .giveawayPrizes-block-bottom p {
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	text-transform: uppercase;
}

.giveawayNew-page .giveawayHow {
	padding-top: 139px;
	position: relative;
}

.giveawayNew-page .giveawayHow-title {
	font-weight: 700;
	font-size: 55px;
	line-height: 60px;
	text-align: center;
	color: #fff;
}

.giveawayNew-page .giveawayHow-list {
	max-width: 630px;
	width: 100%;
	margin: 70px auto 0;
}

.giveawayNew-page .giveawayHow-list__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 35px;
}

.giveawayNew-page .giveawayHow-list__item p {
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	font-weight: 500;
	padding-top: 5px;
}

.giveawayNew-page .giveawayHow-list__num {
	background: #e9642e;
	min-width: 40px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	margin-right: 20px;
	font-weight: 500;
}

.giveawayNew-page .giveawayHow-list .yellow {
	color: #e9642e;
}

.giveawayNew-page .giveawayHow-button {
	max-width: 360px;
	width: 100%;
	margin: 60px auto 0;
}

.giveawayNew-page .giveawayHow-button a {
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	width: 100%;
	background: #e9642e;
	border-radius: 10px;
	padding: 24px 15px;
}

.giveawayNew-page .giveawayHow-shadow {
	max-width: 940px;
	width: 100%;
	position: absolute;
	right: 0;
	bottom: -48%;
	z-index: 1;
}

.giveawayNew-page .giveawayBottom {
	padding-top: 0;
	position: relative;
	z-index: 1;
}

.giveawayNew-page .giveawayBottom-img {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.giveawayNew-page .giveawayBottom-shadow {
	position: absolute;
	width: 117%;
	bottom: -330px;
	left: calc(50% - 156px);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: 1677px;
	z-index: 1;
}

.giveawayNew-page .footer {
	position: relative;
	z-index: 2;
}

@media screen and (max-width:998px) {
	.giveawayNew-page .header-mobile-wrapper {
		top: 40px;
	}

	.giveawayNew-page .giveaway-mainImg {
		right: 10px;
		top: 0;
	}

	.giveawayNew-page .giveawayMain-img img {
		height: 700px;
	}
}

@media screen and (max-width:768px) {
	.giveawayNew-page .giveawayHow-title,.giveawayNew-page .giveawayPrizes-title {
		font-size: 35px;
		line-height: 45px;
	}

	.giveawayNew-page .header-mobile-wrapper {
		top: 35px;
	}

	.giveawayNew-page .header-top {
		padding-top: 36px;
	}

	.giveawayNew-page .giveaway-mainImg {
		right: 5px;
		top: 5px;
	}

	.giveawayNew-page .giveawayPrizes-blocks {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 40px -10px;
	}

	.giveawayNew-page .giveawayPrizes-block {
		margin: 0 10px 20px;
		width: calc(100% - 20px);
	}

	.giveawayNew-page .giveawayHow {
		padding-top: 40px;
	}

	.giveawayNew-page .giveawayHow-shadow {
		bottom: -10%;
	}

	.giveawayNew-page .giveawayHow-list {
		margin-top: 20px;
	}

	.giveawayNew-page .giveawayHow-list__item p {
		font-size: 18px;
		line-height: 24px;
	}

	.giveawayNew-page .giveawayMain-img {
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		top: 49%;
	}

	.giveawayNew-page .giveawayMain-img img {
		height: 450px;
	}

	.giveawayNew-page .giveaway-mainImgShadow {
		top: -60px;
	}

	.giveawayNew-page .giveawayPrizes-bg {
		bottom: 50%;
	}

	.giveawayNew-page .giveawayHow-button a {
		font-size: 15px;
		line-height: 30px;
		padding: 10px;
	}
}

.float-left,.half-line,.line-25,.line-75,.mini-icon,.row-3,.row-38,.row-62 {
	float: left;
}

.page-not-found .top-info {
	padding: 20px 0;
	text-align: center;
}

.content-box {
	margin-bottom: 80px;
}

.row {
	max-width: 1000px;
	margin: 0 auto;
}

.icons-row {
	width: 30%;
}

.icons-row .ben-item {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 58px;
	max-width: 205px;
	margin-left: auto;
	margin-right: auto;
	color: #323232;
	padding: 0 30px;
	vertical-align: top;
	font-weight: 300;
}

.form-row,.icons-row {
	display: inline-block;
	vertical-align: top;
}

.form-row {
	margin: 0 auto;
	width: 60%;
}

.clearfix {
	clear: both;
}

.form-row.w100,.line {
	margin-bottom: 20px;
}

.half-line {
	width: 50%;
	padding-right: 10px;
}

.half-line+.half-line {
	padding-left: 10px;
	padding-right: 0;
}

.form-row.account-data input[type=email],.form-row.account-data input[type=password],.form-row.account-data input[type=tel],.form-row.account-data input[type=text],.form-row.contact-us input[type=email],.form-row.contact-us input[type=password],.form-row.contact-us input[type=tel],.form-row.contact-us input[type=text],.form-row.contact-us textarea,.register-form input[type=email],.register-form input[type=password],.register-form input[type=tel],.register-form input[type=text],.register-form textarea,input[type=email].grey-in,input[type=password].grey-in,input[type=tel].grey-in,input[type=text].grey-in,textarea.grey-in {
	background: #FFF;
	border: 1px solid #d9d9d9 ;
}

input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text] {
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: 0;
	height: 40px;
	border-radius: 3px;
	width: 100%;
	min-height: 40px;
	background: #fff;
	display: inline-block;
	padding: .7em 2.6em .7em 1em;
	font-weight: 300;
	transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	color: #555;
}

input {
	line-height: normal;
	box-sizing: border-box;
}

.line-25 {
	width: 25%;
	padding-right: 10px;
}

.line-75 {
	width: 75%;
	padding-left: 10px;
	padding-right: 0;
	position: relative;
}

.line-75:before {
	content: '';
	display: block;
	width: 8px;
	height: 2px;
	background: #e8e5e5;
	position: absolute;
	left: -4px;
	top: 19px;
}

*,:after,:before {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

.check-terms {
	color: #555;
	font-size: 13px;
	padding-top: 10px;
}

.float-right {
	float: right;
}

input[type=checkbox],input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

input[type=checkbox] {
	display: none;
}

input[type=checkbox]+label {
	cursor: pointer;
}

.line label {
	color: #000;
	display: inline-block;
	font-size: 16px;
	margin-bottom: 8px;
}

input[type=checkbox]+label i {
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: -6px;
	border: none;
	margin-right: 8px;
	position: relative;
	border-radius: 2px;
	background: #fff;
}

.register-form input[type=checkbox]+label i {
	border: 1px solid rgba(2,6,16,.2);
}

input[type=checkbox]:checked+label i:after,input[type=radio]:checked+label i:after {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}

input[type=checkbox]+label i:after {
	content: '';
	display: block;
	width: 12px;
	height: 7px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -4px;
	margin-left: -5px;
	background: url(../images/check-mark.png) center center no-repeat;
	background-size: 10px 7px;
	opacity: 0;
	transform: scale(1.4)!important;
	-webkit-transform: scale(1.4)!important;
	-moz-transform: scale(1.4)!important;
	-ms-transform: scale(1.4)!important;
	-o-transform: scale(1.4)!important;
	transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
}

.login-form input[type=checkbox]+label i {
	background: #f1f1f1;
}

.login-lbl {
	color: rgba(0,0,0,.87);
}

.fancybox-content.popup__wrap {
	max-width: 600px;
	width: 100%;
	background-color: #fff;
	text-align: center;
	padding: 60px;
	border-radius: 20px;
}

.fancybox-content.popup__wrap .fancybox-close-small {
	width: 45px;
	height: 45px;
}

.popup__title {
	color: #4e6271;
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	font-family: OpenSans,sans-serif;
	margin-bottom: 20px;
}

.popup__text-mrg {
	margin-bottom: 15px!important;
}

.popup__text {
	color: #4e6271;
	font-size: 15px;
	line-height: 25px;
	font-family: OpenSans,sans-serif;
}

.popup__img {
	max-width: 200px;
	width: 100%;
	margin: 21px auto;
}

.popup__form-input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 500px;
	width: 100%;
	margin: 20px auto 3px;
}

.popup__button:hover {
	-webkit-box-shadow: 0 3px 15px -3px rgba(0,0,0,.35);
	box-shadow: 0 3px 15px -3px rgba(0,0,0,.35);
}

.fancybox-active {
	overflow: hidden;
}

.fancybox-active .fancybox-container .fancybox-bg {
	background-color: rgba(2,6,16,.7);
}

.fancybox-active .fancybox-button {
	top: 13px;
	right: 13px;
	height: 34px;
	width: 34px;
	padding: 0;
}

.fancybox-active .fancybox-button svg path {
	fill: rgba(2,6,16,.5);
}

.code-area {
	display: flex;
	max-width: 100%;
}

.code-area-max {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

@media screen and (max-width:7280px) {
	.code-area input,.code-area-max input {
		padding: 0!important;
		text-align: center;
		font-size: 2rem;
		background: linear-gradient(-45deg,#f8fafc 0,#f3f4fc 100%);
	}

	.code-area input {
		margin-right: 5px;
		border: 1px solid rgba(46,48,53,.2)!important;
		height: 60px!important;
		border-radius: 10px;
	}

	.code-area-max input {
		border: 1px solid rgba(46,48,53,.2);
		height: 80px!important;
		margin-right: 5px;
		border-radius: 15px;
	}
}

@media screen and (max-width:480px) {
	.code-area input,.code-area-max input {
		padding: 0!important;
		text-align: center;
		border: 1px solid rgba(46,48,53,.2)!important;
		margin-right: 5px;
		height: 40px!important;
	}

	.code-area input {
		font-size: 2rem;
	}

	.code-area-max input {
		font-size: 1rem;
	}
}

.code-area input:last-child,.code-area-max input:last-child {
	margin-right: 0;
}

.code-area input:hover,.code-area-max input:hover {
	box-shadow: none!important;
}

.code-area input:focus,.code-area-max input:focus {
	border: 1px solid #8dc63f!important;
	box-shadow: none!important;
}

.code-area-errors {
	margin: 15px 0;
	color: red;
	font-weight: 700;
	line-height: 1.5em;
	text-align: center;
	font-size: 20px;
}

.code-area-disabled {
	opacity: .5;
	pointer-events: none;
}

.verification__page .verification {
	min-width: 100vw;
	min-height: 100vh;
	z-index: 800;
	background-image: linear-gradient(215deg,#a3d150 0,#58bf46 100%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 35px 20px;
}

.verification__page .verification__content {
	max-width: 600px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.verification__page .verification__logo {
	max-width: 175px;
	margin: 0 auto 54px;
}

.verification__page .verification__block {
	border-radius: 10px;
	background-color: #fff;
	padding: 50px 65px;
}

.verification__page .verification__block-title {
	color: #4e6271;
	font-family: OpenSans,sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	margin-bottom: 20px;
}

.verification__page .verification__block-text {
	font-family: OpenSans,sans-serif;
	color: #4e6271;
	font-size: 15px;
	line-height: 25px;
	max-width: 440px;
	width: 100%;
	margin: 0 auto 30px;
}

.verification__page .verification__block-btn {
	width: 160px;
	height: 60px;
	margin: 40px auto 30px;
	border-radius: 5px;
	background-color: #f8c131;
	border: none;
	color: #fff;
	font-family: GothamPro,sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.verification__page .verification__block-btn:hover {
	-webkit-box-shadow: 0 3px 15px -3px rgba(0,0,0,.35);
	box-shadow: 0 3px 15px -3px rgba(0,0,0,.35);
}

.verification__page .verification__block-resend a {
	color: #fff;
	font-size: 15px;
	line-height: 25px;
	display: inline-block;
	font-family: OpenSans,sans-serif;
	text-decoration: underline;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.verification__page .verification__block-resend a:hover {
	color: #f8c131;
}

.verification__page .verification__block-inputs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.verification__page .verification__block-input {
	height: 70px;
	width: 70px;
	color: #020610;
	font-family: GothamPro,sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	border-radius: 4px;
	border: 1px solid rgba(46,48,53,.2);
	text-align: center;
	margin-right: 5px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.verification__page .verification__block-input:focus {
	border: 1px solid #8dc63f;
}

.verification__page .verification__block-input:last-of-type {
	margin-right: 0;
}

.verification__page .verification__btn {
	margin-top: 53px;
}

.verification__page .verification__btn a {
	color: #fff;
	font-size: 15px;
	line-height: 25px;
	display: inline-block;
	font-family: OpenSans,sans-serif;
	text-decoration: underline;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.verification__page .verification__btn a:hover {
	color: #104d5e;
}

.verification__page input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

@media screen and (max-width:798px) {
	.verification__page .verification__logo {
		max-width: 120px;
		margin-bottom: 25px;
	}

	.verification__page .verification__block {
		padding: 30px 20px;
	}

	.verification__page .verification__block-title {
		font-size: 25px;
		line-height: 25px;
	}

	.verification__page .verification__block-text {
		font-size: 15px;
		line-height: 24px;
		margin-bottom: 20px;
	}

	.verification__page .verification__block-inputs {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.verification__page .verification__block-input {
		width: 50px;
		height: 50px;
		font-size: 22px;
		line-height: 25px;
	}

	.verification__page .verification__block-resend a,.verification__page .verification__btn a {
		font-size: 13px;
	}

	.verification__page .verification__block-btn {
		margin: 15px auto;
		height: 50px;
		width: 150px;
	}

	.verification__page .verification__btn {
		margin-top: 20px;
	}

	.verification__page input::-webkit-input-placeholder {
		font-size: 15px;
	}

	.verification__page input::-moz-placeholder {
		font-size: 15px;
	}

	.verification__page input:-ms-input-placeholder {
		font-size: 15px;
	}

	.verification__page input:-moz-placeholder {
		font-size: 15px;
	}
}

@media screen and (max-width:480px) {
	.verification__page .verification {
		padding: 25px 10px;
	}

	.verification__page .verification__block-text {
		font-size: 12px;
		line-height: 20px;
	}

	.verification__page .verification__block-input {
		width: 40px;
		height: 40px;
		font-size: 19px;
		line-height: 22px;
	}
}

.history-filter>div,.tdf-label {
	display: inline-block;
	vertical-align: middle;
}

.history-filter {
	margin-bottom: 30px;
}

.history-filter>div {
	margin-right: 30px;
}

.calendar-wrap {
	position: relative;
	background: #fff;
	border-radius: 3px;
}

.calendar-wrap:after {
	content: '';
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top-color: #aaa!important;
	border-bottom-width: 0;
	display: inline-block;
	position: absolute;
	right: 14px;
	top: 18px;
}

.table table {
	width: 100%;
}

.table table tr:nth-child(odd) {
	background: #f1f1f1;
}

.table table tbody tr td,.table table td {
	height: 60px;
	padding: 20px 30px;
	color: #000;
	font-weight: 400;
}

.history-status.finished {
	color: #02b28c;
}

.history-status.pending {
	color: #f6ba55;
}

.history-status.canceled {
	color: #f7495c;
}

.bb-reg {
	background: url(../images/new/regulated.png) no-repeat!important;
}

.ui-helper-hidden {
	display: none;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

.ui-helper-clearfix:after,.ui-helper-clearfix:before {
	content: "";
	display: table;
	border-collapse: collapse;
}

.ui-helper-clearfix:after {
	clear: both;
}

.ui-helper-clearfix {
	min-height: 0;
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}

.ui-state-disabled {
	cursor: default!important;
}

.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-resizable {
	position: relative;
}

.ui-resizable-handle {
	position: absolute;
	font-size: .1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}

.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle {
	display: none;
}

.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}

.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: 0;
	left: 0;
}

.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}

.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}

.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}

.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}

.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}

.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}

.lng-drop-title .cur-lang-icoin {
	vertical-align: middle!important;
}

.popup345-description>p,.popup345-title>h3 {
	font-family: 'Open Sans',sans-serif;
	font-weight: 300;
	color: #FFF;
}

.popup345>.content {
	padding: 0!important;
}

.popup345>.close {
	z-index: 1000!important;
}

.ui.modal>.close.bdw-close-white {
	right: 20px;
	top: 20px;
	width: 16px;
	height: 16px;
	padding: 0;
	background: url(../images/close.svg) center center no-repeat;
	background-size: 16px 16px;
}

.popup345 img {
	display: block;
	max-width: 100%;
	height: auto;
}

.popup345-wrapper {
	position: relative;
	z-index: 2;
	padding: 60px;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: -o-linear-gradient(316deg,#00e6f1 0,#5D9100 100%);
	background: linear-gradient(134deg,#00e6f1 0,#5D9100 100%);
	font-family: 'Open Sans',sans-serif;
}

.popup345-container {
	max-width: 560px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.popup345-description,.popup345-title {
	-webkit-box-flex: 1;
	width: 100%;
	text-align: center;
}

.popup345-title {
	margin-bottom: 15px;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
}

.popup345-title>h3 {
	font-size: 40px;
	line-height: 45px;
	text-transform: uppercase;
}

.popup345-description {
	margin-bottom: 20px;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
}

.popup345-description>p {
	font-size: 14px;
	line-height: 20px;
}

.popup345-list {
	margin: 0 0 10px;
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	list-style: none;
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.popup345-item {
	position: relative;
	z-index: 1;
	border-radius: 15px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 calc(25% - 15px);
	flex: 1 1 calc(25% - 15px);
	max-width: calc(25% - 15px);
	padding-bottom: calc(25% - 15px);
	margin: 0 20px 20px 0;
	background-color: rgba(255,255,255,.3);
	cursor: pointer;
	pointer-events: all;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.popup345-gift__box,.popup345-gift__prize {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.popup345-item:nth-of-type(4n) {
	margin-right: 0;
}

.popup345-item.active,.popup345-item:hover {
	background-color: rgba(255,255,255,.5);
}

.popup345-item.active .popup345-gift__box {
	visibility: hidden;
	opacity: 0;
}

.popup345-gift__box,.popup345-item.active .popup345-gift__prize {
	opacity: 1;
	visibility: visible;
}

.popup345-item.choice {
	background-color: #FFF;
}

.popup345-item.choice .popup345-gift__prize>h4,.popup345-item.choice .popup345-gift__prize>h5,.popup345-item.choice .popup345-gift__prize>p {
	color: #99D82D;
}

.popup345-gift__prize>h4,.popup345-gift__prize>h5,.popup345-gift__prize>p {
	font-family: 'Open Sans',sans-serif;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 0;
}

.popup345-item.disabled {
	pointer-events: none;
}

.popup345-gift {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
}

.popup345-gift__box {
	z-index: 3;
	padding: 15px 5px;
	transition: all .3s ease-in-out;
}

.popup345-gift__prize {
	z-index: 4;
	padding: 25px 20px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-in-out;
}

.popup345-gift__prize>h4 {
	font-size: 42px;
	line-height: 45px;
}

.popup345-gift__prize>h5 {
	font-size: 150%;
	line-height: 30px;
	margin-top: -1px;
}

.popup345-gift__prize>p {
	font-size: 16px;
	line-height: 20px;
	margin-top: -1px;
}

.popup345-gift__prize>img {
	position: absolute;
	z-index: 4;
}

.popup345-gift__prize>img:first-of-type {
	max-width: 22px;
	left: 13px;
	top: 16px;
	-webkit-filter: drop-shadow(0 1px 3px rgba(0, 0, 0, .2));
	filter: drop-shadow(0 1px 3px rgba(0, 0, 0, .2));
}

.popup345-gift__prize>img:last-of-type {
	max-width: 16px;
	right: 13px;
	top: 16px;
	-webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .2));
	filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .2));
}

.popup345-link {
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	font-size: 0;
	line-height: 0;
}

.popup345-link>a {
	display: block;
	margin: 0 auto;
	max-width: 190px;
	width: 100%;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #fff;
	padding: 12px 10px 13px;
	border-radius: 30px;
	background-color: #104d5e;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.popup345-link>a:hover {
	text-decoration: none;
	background-color: #fb6b24;
}

@media screen and (max-width:991.98px) {
	.popup345-title>h3 {
		font-size: 30px;
	}

	.popup345-description>p {
		font-size: 12px;
	}

	.popup345-gift__prize {
		padding: 10px;
	}

	.popup345-gift__prize>h4 {
		font-size: 30px;
		line-height: 40px;
	}

	.popup345-gift__prize>h5 {
		font-size: 20px;
		line-height: 25px;
	}

	.popup345-gift__prize>p {
		font-size: 12px;
		line-height: 15px;
	}

	.popup345-gift__prize>img:first-of-type {
		left: 5px;
		top: 10px;
	}

	.popup345-gift__prize>img:last-of-type {
		right: 5px;
		top: 10px;
	}
}

@media screen and (max-width:767.98px) {
	.popup345-wrapper {
		padding: 40px;
	}

	.popup345-gift__prize {
		padding: 15px;
	}

	.popup345-gift__prize>h4 {
		font-size: 42px;
		line-height: 45px;
	}

	.popup345-gift__prize>h5 {
		font-size: 30px;
		line-height: 30px;
	}

	.popup345-gift__prize>p {
		font-size: 16px;
		line-height: 20px;
	}
}

@media screen and (max-width:639.98px) {
	.popup345-gift__prize {
		padding: 10px;
	}

	.popup345-gift__prize>h4 {
		font-size: 32px;
		line-height: 40px;
	}

	.popup345-gift__prize>h5 {
		font-size: 22px;
		line-height: 25px;
	}

	.popup345-gift__prize>p {
		font-size: 14px;
		line-height: 16px;
	}
}

@media screen and (max-width:479.98px) {
	.popup345-item {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 calc(33.333% - 13.33px);
		flex: 1 1 calc(33.333% - 13.33px);
		max-width: calc(33.333% - 13.33px);
		padding-bottom: calc(33.333% - 13.33px);
	}

	.popup345-item:nth-of-type(4n) {
		margin-right: 20px;
	}

	.popup345-item:nth-of-type(3n) {
		margin-right: 0;
	}

	.popup345-gift__prize>h4,.popup345-title>h3 {
		font-size: 25px;
		line-height: 35px;
	}

	.popup345-gift__prize>h5 {
		font-size: 20px;
		line-height: 25px;
	}

	.popup345-gift__prize>p {
		font-size: 12px;
		line-height: 15px;
	}
}

@media screen and (max-width:379.98px) {
	.popup345-item {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 calc(50% - 10px);
		flex: 1 1 calc(50% - 10px);
		max-width: calc(50% - 10px);
		padding-bottom: calc(50% - 10px);
	}

	.popup345-item:nth-of-type(3n) {
		margin-right: 20px;
	}

	.popup345-item:nth-of-type(2n) {
		margin-right: 0;
	}

	.popup345-title>h3 {
		font-size: 25px;
		line-height: 35px;
	}

	.popup345-gift__prize {
		padding: 15px;
	}

	.popup345-gift__prize>h4 {
		font-size: 28px;
		line-height: 35px;
	}

	.popup345-gift__prize>h5 {
		font-size: 22px;
		line-height: 25px;
	}

	.popup345-gift__prize>p {
		font-size: 14px;
		line-height: 15px;
	}
}

.honor .spec-wrap {
	background: #fff;
	padding: 40px 0 0;
	border-radius: 4px;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.honor .content {
	background: #fff!important;
	padding: 0!important;
	text-align: center;
}

.honor .alternative {
	text-decoration: underline;
	color: #00e6f1;
}

.honor .alternative:hover {
	text-decoration: none;
	color: #00e6f1;
}

.honor .spec-title {
	font-size: 34px;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 5px;
}

.honor .spec-bitcoin-logo {
	margin-bottom: 10px;
}

.honor .spec-subtitle {
	font-size: 18px;
	padding: 0 30px;
	max-width: 700px;
	margin: 0 auto 20px;
	line-height: 24px;
	font-weight: 400;
	color: #515151;
}

.honor .spec-title-small {
	font-size: 21px;
	text-transform: uppercase;
	color: #000;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
}

.honor .spec-title-small .bold {
	font-weight: 700;
}

.honor .spec-form-subtitle {
	max-width: 490px;
	margin: 10px auto 20px;
}

.honor .spec-button {
	cursor: pointer;
	display: inline-block;
	outline: 0;
	border: none;
	vertical-align: baseline;
	background: #f45c28;
	color: #fff;
	font-family: Roboto,sans-serif;
	margin: 10px 0 0;
	padding: 15px 40px;
	text-transform: none!important;
	text-shadow: none;
	font-weight: 400;
	line-height: 1em;
	font-style: normal;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	font-size: 18px;
	transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	min-height: 70px;
}

.honor .spec-button small {
	font-size: 12px;
}

.honor .spec-button span {
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 4px;
}

.honor .spec-button:hover {
	background: #e45626;
	color: #fff;
	text-decoration: none;
}

.honor>.close.spec-close {
	right: 20px;
	top: 20px;
	width: 16px;
	height: 16px;
	padding: 0;
	background: 0 0;
}

.honor .primary-cl {
	color: #00e6f1;
}

.honor .secondary-cl {
	color: #000;
}

.honor .db {
	display: block;
}

.honor .spec-platform img {
	border-radius: 5px 5px 0 0;
	box-shadow: 0 10px 75px rgba(0,0,0,.3);
	vertical-align: top;
	max-width: 100%;
}

.honor .spec-timer {
	margin-top: 30px;
	background: #f2f6fc;
	padding: 20px 30px 70px;
}

.honor .spec-col-50 {
	width: 50%;
	float: left;
}

.honor .spec-timer:after {
	content: '';
	display: block;
	clear: both;
}

.honor .spec-timer-title {
	margin-bottom: 5px;
	color: #000;
}

.honor .spec-timer-row {
	max-width: 520px;
	margin: 0 auto;
}

.honor .spec-platform {
	margin-top: -42px;
	padding: 0 30px;
}

.honor .spec-form-sign {
	padding: 0 80px 35px;
}

.honor .spec-form-sign input[type=text],.honor .spec-form-sign input[type=email],.honor .spec-form-sign input[type=password],.honor .spec-form-sign input[type=tel] {
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: 0;
	height: 45px;
	border: 1px solid #ededed;
	border-radius: 4px;
	width: 100%;
	min-height: 45px;
	font-size: 14px;
	background: #fff;
	display: inline-block;
	padding: .7em 2.6em .7em 1em;
	font-weight: 400;
	transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	color: #000;
}

.honor .spec-form-sign input[type=text]:focus,.honor .spec-form-sign input[type=email]:focus,.honor .spec-form-sign input[type=password]:focus,.honor .spec-form-sign input[type=tel]:focus {
	border-color: #004fbf;
}

.honor .spec-form-sign .line {
	margin-bottom: 10px;
	margin-top: 0!important;
}

.honor .spec-form-sign .w100 {
	width: 100%;
	margin: 0;
}

.honor .spec-email-bg {
	background: url(../images/popup/bg-email.html) -120px 23px no-repeat;
}

.honor .spec-steps {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
}

.honor .spec-step {
	width: 33.3333%;
	position: relative;
	color: #000;
}

.honor .spec-step_inner {
	padding: 40px;
	background: url(../images/popup/bin-bg-circles2.png) 50% -57px no-repeat;
	height: 100%;
	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;
}

.honor .spec-step:after,.honor ul.spec-ul li:before {
	content: '';
	display: block;
}

.honor .spec-step.step1 .spec-step_inner {
	background: url(../images/popup/bin-bg-circles.png) 50% -57px no-repeat;
}

.honor .spec-step:after {
	position: absolute;
	left: 100%;
	top: 50%;
	width: 0;
	height: 0;
	margin-top: -42px;
	border: 42px solid transparent;
	border-left-width: 15px;
	margin-left: -1px;
	border-right-width: 0;
	z-index: 2;
}

.honor .spec-step.step1 {
	background: #e7eaf0;
	background: -moz-linear-gradient(left,rgba(231,234,240,1) 0,rgba(235,238,243,1) 100%);
	background: -webkit-linear-gradient(left,rgba(231,234,240,1) 0,rgba(235,238,243,1) 100%);
	background: linear-gradient(to right,rgba(231,234,240,1) 0,rgba(235,238,243,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7eaf0', endColorstr='#ebeef3', GradientType=1 );
}

.honor .spec-step.step1:after {
	border-left-color: #ebeef3;
}

.honor .spec-step.step2 {
	background: #c7d2e4;
	background: -moz-linear-gradient(left,rgba(199,210,228,1) 0,rgba(227,233,241,1) 100%);
	background: -webkit-linear-gradient(left,rgba(199,210,228,1) 0,rgba(227,233,241,1) 100%);
	background: linear-gradient(to right,rgba(199,210,228,1) 0,rgba(227,233,241,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7d2e4', endColorstr='#e3e9f1', GradientType=1 );
}

.honor .spec-step.step2:after {
	border-left-color: #e3e9f1;
}

.honor .spec-step.step3 {
	background: #d0dadf;
	background: -moz-linear-gradient(left,rgba(208,218,223,1) 0,rgba(221,230,235,1) 100%);
	background: -webkit-linear-gradient(left,rgba(208,218,223,1) 0,rgba(221,230,235,1) 100%);
	background: linear-gradient(to right,rgba(208,218,223,1) 0,rgba(221,230,235,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0dadf', endColorstr='#dde6eb', GradientType=1 );
}

.honor .spec-step.step3:after {
	display: none;
}

.honor .spec-step-num {
	font-weight: 700;
	position: absolute;
	top: 30px;
	left: 40px;
}

.honor ul.spec-ul {
	text-align: left;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
	font-weight: 400;
}

.honor ul.spec-ul.bold {
	font-weight: 700;
}

.honor ul.spec-ul li {
	line-height: 22px;
	margin-bottom: 15px;
	position: relative;
	padding-left: 20px;
}

.honor ul.spec-ul li:last-child {
	margin-bottom: 0;
}

.honor ul.spec-ul li:before {
	position: absolute;
	left: 0;
	top: 8px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #dc1431;
}

.honor .spec-step-title {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 18px;
}

.honor .spec-icon {
	margin-bottom: 20px;
}

.honor .spec-icon img {
	vertical-align: top;
}

.honor .spec-step-btn {
	padding-top: 20px;
}

.honor .spec-step-btn .spec-button {
	margin-top: 0;
	text-transform: uppercase!important;
	font-weight: 700;
	box-shadow: -10px 0 25px rgba(0,78,191,.25);
}

.honor .spec-footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 30px 50px 35px;
	color: #000;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.honor .spec-footer-col {
	width: 50%;
}

.honor .spec-footer-col .spec-title {
	margin-bottom: 0;
}

.honor .spec-footer-col:first-child {
	padding-right: 30px;
}

.honor .spec-footer-col ul.spec-ul li {
	margin-bottom: 5px;
}

.honor .spec-footer-col ul.spec-ul li:last-child {
	margin-bottom: 0;
}

.honor .spec-corner-logo {
	text-align: left;
	padding: 0 20px 5px;
	margin-top: -25px;
}

.honor .spec-subtitle-black {
	color: #000;
	font-weight: 400;
	margin-top: 15px;
	padding: 0 30px;
	line-height: 21px;
}

@media only screen and (max-width:767px) {
	.honor.ui.wide.modal {
		width: 95%;
		margin: 0 0 0 -47.5%;
	}
}

@media only screen and (min-width:768px) {
	.honor.ui.wide.modal {
		width: 95%;
		margin: 0 0 0 -47.5%;
	}
}

@media only screen and (min-width:1100px) {
	.honor.ui.wide.modal {
		width: 1040px;
		margin: 0 0 0 -520px;
	}
}

@media only screen and (max-width:767px) {
	.honor.ui.middle.modal {
		width: 95%;
		margin: 0 0 0 -47.5%;
	}
}

@media only screen and (min-width:768px) {
	.honor.ui.middle.modal {
		width: 590px;
		margin: 0 0 0 -295px;
	}
}

@media (max-width:1099px) {
	.honor .spec-step_inner {
		padding: 30px;
	}

	.honor .spec-step-title {
		font-size: 21px;
	}
}

@media (max-width:991px) {
	.honor .spec-footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.honor .spec-footer-col {
		width: 100%;
	}

	.honor .spec-footer-col:first-child {
		padding-right: 0;
		margin-bottom: 20px;
	}

	.honor .spec-footer-col .spec-ul {
		display: inline-block;
		vertical-align: top;
	}
}

@media (max-width:767px) {
	.honor .spec-steps {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.honor .spec-step:after {
		display: none;
	}

	.honor .spec-step {
		width: 100%;
	}

	.honor.ui.modal>.close.spec-close {
		right: 10px!important;
		top: 10px!important;
	}

	.honor .spec-col-50 {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
		float: none;
	}

	.honor .spec-col-50:after {
		content: '';
		display: block;
		clear: both;
	}

	.honor .spec-col-50+.spec-col-50 {
		padding-top: 20px;
	}
}

@media (max-width:479px) {
	.honor .spec-email-bg {
		background: url(../images/popup/bg-email.html) -220px 23px no-repeat;
	}

	.honor .spec-form-sign {
		padding-left: 30px;
		padding-right: 30px;
	}

	.honor .spec-title {
		font-size: 24px;
	}

	.honor .spec-title-small {
		font-size: 16px;
	}

	.honor .spec-button {
		font-size: 14px;
		min-height: 0;
	}

	.honor .spec-subtitle {
		font-size: 14px;
	}

	.honor .spec-footer {
		padding: 30px 30px 35px;
	}
}

.btn-modal,.title-modal-text {
	font-size: 24px;
	font-weight: 500;
}

.ui.modal.deposit_and_timer {
	max-width: 560px;
	margin-left: -280px;
	background: #d4dfed!important;
}

.deposit_and_timer .content {
	background: 0 0!important;
}

.title-modal-text {
	color: #232025;
	text-transform: uppercase;
	margin-bottom: 22px;
	margin-top: 34px!important;
	padding: 0 15px;
}

.modals-text {
	font-size: 18px;
	color: #232025;
	margin-bottom: 24px;
	padding: 0 15px;
}

.deposit_and_timer .modal {
	background: #d4dfed;
}

.promo-code {
	font-size: 42px;
	color: #232025;
	font-weight: 700;
	margin-bottom: 15px;
}

.timer h5,.timer-inner .num,.timer-inner div {
	font-weight: 300;
	color: #252b3a;
}

.promo-code span {
	color: #93c649;
	text-transform: uppercase;
}

.ui.modal.deposit_and_timer .header-modal {
	border-bottom: none;
}

.timer-inner .num {
	font-size: 44px;
	padding: 0;
	position: relative;
	line-height: 20px;
}

.timer {
	background: #fff;
	padding: 16px 15px 24px;
	margin: 0 -20px 35px;
}

.timer h5 {
	font-size: 14px;
	margin-bottom: 23px;
}

.timer-inner {
	text-align: center;
}

.timer-inner div {
	display: inline-block;
	font-size: 44px;
	padding: 0;
	position: relative;
	line-height: 20px;
}

.timer-inner div::before {
	content: ':';
	position: absolute;
	right: -5px;
	top: 0;
	font-size: 44px;
	color: #252b3a;
}

.timer-inner div span {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	color: #9a9894;
}

.timer-inner .minute,.timer-inner .second {
	color: #e74d64;
}

.timer-inner .second::before {
	display: none;
}

.btn-modal {
	color: #fff;
	text-align: center;
	padding: 0 40px;
	display: inline-block;
	height: 60px;
	line-height: 60px;
	background: #93c649;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.btn-modal:hover {
	background: #ff5663;
	color: #fff;
	text-decoration: none;
}

.copy-modal {
	font-size: 12px;
	color: #a29ea6;
	padding: 25px 40px 20px;
	text-align: left;
	line-height: 21px;
}

.modal-btn {
	margin-top: 9px;
}

@media (max-width:560px) {
	.ui.modal.deposit_and_timer {
		left: 0;
		margin-left: 0;
	}

	.promo-code {
		padding: 0 15px;
		font-size: 22px;
	}

	.title-modal-text {
		font-size: 19px;
	}

	.copy-modal {
		padding-left: 15px;
		padding-right: 15px;
	}

	.timer-inner div,.timer-inner div::before {
		font-size: 22px;
	}

	.modals-text br {
		display: none;
	}
}

.popup393__text,.popup393__title {
	font-weight: 300;
	font-family: OpenSans,sans-serif;
}

.popup393__btn-more a:hover,.popup393__text a:hover {
	text-decoration: underline;
}

.popup393.ui.modal {
	max-width: 770px;
	display: none;
	padding: 55px 50px;
	background: #fff;
}

.popup393__title {
	font-size: 30px;
	line-height: 40px;
	color: #020610;
	text-align: center;
	margin-bottom: 20px;
}

.popup393__text {
	font-size: 15px;
	line-height: 25px;
	color: #212121;
	display: none;
	margin-bottom: 10px;
}

.popup393__text span {
	font-weight: 700;
}

.popup393__btn-more a,.popup393__text a {
	font-family: GothamPro,sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 25px;
	color: #104d5e;
}

.popup393__text.one {
	display: block;
}

.popup393__text a {
	display: inline-block;
}

.popup393__btns,.popup393__text-block {
	display: -webkit-box;
	display: -ms-flexbox;
}

.popup393__text-block {
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
}

.popup393__text-block.active .popup393__text {
	display: block;
}

.popup393__text-block.active .popup393__btn-more {
	display: none;
}

.popup393__btn-more,.popup393__text .text {
	display: inline;
}

.popup393__btn-more a {
	display: inline-block;
	font-style: normal;
}

.popup393__form label {
	font-family: OpenSans,sans-serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 25px;
	text-transform: uppercase;
	color: #020610;
}

.popup393__btn,.popup393__form textarea {
	width: 100%;
	font-weight: 300;
	font-size: 15px;
	line-height: 25px;
}

.popup393__form textarea {
	min-width: 100%;
	max-width: 100%;
	padding: 5px;
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	font-family: GothamPro,sans-serif;
	color: #020610;
	margin-top: 5px;
	min-height: 150px;
	height: 150px;
	background: rgba(186,208,242,.3);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.popup393__form textarea:focus {
	outline: 0;
}

.popup393__textarea {
	margin-top: 10px;
}

.popup393__btns {
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 13px;
}

.popup393__btn {
	cursor: pointer;
	max-width: 200px;
	font-family: OpenSans,sans-serif;
	text-align: center;
	text-decoration: none;
	background: 0 0;
	color: #104d5e;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	border: 2px solid #104d5e;
	height: 45px;
	margin: 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 30px;
}

.popup393__btn-blue,.popup393__btn:hover {
	background: #104d5e;
	color: #fff;
	border: 2px solid #104d5e;
}

.popup393__btn-blue:hover {
	background: #fb8f0b;
	color: #fff;
	border: 2px solid #fb8f0b;
}

.ui.modal>.icon:first-child+*,.ui.modal>:first-child:not(.icon) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

@media (max-width:798px) {
	.popup393.ui.modal {
		padding: 35px 20px 30px;
	}

	.popup393__title {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 15px;
	}
}

@media (max-width:480px) {
	.popup393__btns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 5px;
	}

	.popup393__btn {
		margin: 10px 0;
		max-width: none;
	}
}

.popup393.ui.modal>.content {
	padding: 0;
}

.popup393.ui.modal>.close * {
	opacity: 0;
}

.loading_btn {
	color: transparent!important;
	position: relative;
	pointer-events: none;
	opacity: .6;
}

.loading_btn:after,.loading_btn:before {
	position: absolute;
	content: '';
	top: 50%;
	width: 1.28571429em;
	height: 1.28571429em;
}

.loading_btn:before {
	left: 50%;
	margin: -.64285714em 0 0 -.64285714em;
	border-radius: 500rem;
	border: .2em solid rgba(0,0,0,.15);
}

.loading_btn:after {
	left: 50%;
	margin: -.64285714em 0 0 -.64285714em;
	-webkit-animation: button-spin .6s linear;
	animation: button-spin .6s linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	border-radius: 500rem;
	border-color: #FFF transparent transparent;
	border-style: solid;
	border-width: .2em;
	box-shadow: 0 0 0 1px transparent;
}

.m-signature-pad--body-new {
	height: 200px;
	background: #fff;
	border: 1px solid #e8e8e8;
	position: relative;
}

.m-signature-pad--body-new canvas {
	width: 100%;
	height: 100%;
}

.popup393__text-block-agree {
	max-height: 30vh;
	overflow-y: scroll;
}

#close-doc,.dropzone-uploaded-wrap .show-uploaded {
	float: right;
}

#close-doc,span#click-to {
	font-size: 16px;
	cursor: pointer;
	font-weight: 700;
}

#close-doc,.verification-paper .T1,.verification-paper .T2,span#click-to {
	font-weight: 700;
}

.dropzone-uploaded-wrap .upload-status.uploaded:before {
	content: '';
	background: url(../../img/main/verify-sprite.png) 0 -2px no-repeat;
	width: 15px;
	height: 11px;
	display: inline-block;
	margin-right: 4px;
}

.dropzone-uploaded-wrap .upload-status.not-uploaded:before {
	content: '';
	background: url(../../img/main/verify-sprite.png) -22px 0 no-repeat;
	width: 15px;
	height: 13px;
	display: inline-block;
	margin-right: 4px;
}

#close-doc {
	display: inline-block;
	right: 20px;
	top: 15px;
	color: #2b2b2b;
	margin-top: 10px;
}

#close-doc:hover {
	text-decoration: underline;
}

span#click-to:hover {
	color: #00ac4d;
}

span#click-to {
	color: red;
	font-family: Arial,Helvetica,sans-serif;
}

.personal {
	color: #515151!important;
}

.verification-paper {
	padding: 12px 38px;
	text-align: justify;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
	border-radius: 6px;
	background: #fff;
}

@media screen and (max-width:450px) {
	.verification-paper .yh1 {
		font-size: 21px;
	}

	.verification-paper {
		padding: 10px 18px;
	}

	.verification-paper #close-doc {
		font-size: 120%;
	}

	.verification-paper p {
		font-size: 100%;
	}
}

@media screen and (max-width:385px) {
	.verification-paper .yh1 {
		font-size: 15px;
	}
}

.toggle--newbinary,.toggle__wrap {
	font-family: OpenSans,sans-serif;
}

@media (min-width:767px) {
	.toggle {
		padding: 0 5px;
	}
}

@media (max-width:767px) {
	.news-ul {
		list-style: none;
		display: flex;
		flex-wrap: wrap;
		gap: 15px;
		white-space: normal;
		justify-items: center;
		align-items: center;
		justify-content: center;
	}

	.weekend-button {
		margin: 0;
	}
}

@media (max-width:450px) {
	.icon-nav li {
		padding-right: 17px!important;
	}
}

.toggle__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-weight: 600;
}

.toggle__wrap--column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.toggle__text {
	font-size: 12px;
	line-height: 12px;
	margin-right: 6px;
	color: #293741;
}

.toggle-switcher {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.toggle-switcher__item:not(:last-child) {
	margin-right: 6px;
}

.toggle-switcher__text {
	font-size: 12px;
	line-height: 12px;
	color: rgba(41,55,65,.5);
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.toggle-switcher__text.active {
	color: #293741;
}

.toggle--newbinary {
	top: 20px;
}

.toggle--newbinary .toggle__text {
	margin-right: 0;
	margin-bottom: 8px;
	color: #fff;
	text-transform: uppercase;
}

.toggle--newbinary .toggle-switcher {
	background-color: #0b243c;
	padding: 0 19px;
	border-radius: 5px;
}

.toggle--newbinary .toggle-switcher__item:not(:last-child) {
	margin-right: 18px;
}

.toggle--newbinary .switcher {
	background-color: #243b53;
}

.toggle--newbinary .switcher__slider:before {
	background-color: #fda717;
}

.switcher {
	width: 42px;
	height: 24px;
	background-color: #e6efe2;
	border-radius: 6px;
	position: relative;
	cursor: pointer;
}

.switcher input {
	opacity: 0;
	width: 0;
	height: 0;
}

.switcher input:checked+.switcher__slider:before {
	-webkit-transform: translateX(19px);
	transform: translateX(19px);
}

.switcher__slider {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	padding: 3px;
	display: block;
}

.platform_modal__inner,.platform_modal__list li {
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-align: center;
}

.switcher__slider:before {
	content: '';
	width: 18px;
	height: 18px;
	background-color: #00e6f1;
	border-radius: 4px;
	position: absolute;
	left: 3px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.platform_modal {
	max-width: 870px;
	background-color: #27384d;
	padding: 40px;
	border-radius: 20px;
}

.platform_modal__title {
	text-align: center;
	color: #4e6271;
	font-size: 24px;
	line-height: 24px;
	font-weight: 600;
	padding-bottom: 35px;
}

.platform_modal__inner {
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.platform_modal__img {
	max-width: 420px;
	margin-right: 30px;
	border-radius: 10px;
}

.platform_modal__img img {
	border-radius: 10px;
	display: block;
	max-width: 100%;
}

.platform_modal__subtitle {
	color: #4e6271;
	font-size: 16px;
	line-height: 18px;
	padding-bottom: 20px;
	font-weight: 800;
}

.platform_modal__list {
	color: #4e6271;
	font-size: 16px;
	line-height: 16px;
	margin: 0;
	padding: 0;
}

.platform_modal__list li {
	position: relative;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 16px;
}

.platform_modal__list li:before {
	content: '';
	position: absolute;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #f96d32;
}

.platform_modal__list li:not(:last-child) {
	margin-bottom: 15px;
}

.platform_modal__btns {
	padding-top: 35px;
	max-width: 480px;
	margin: auto;
}

.platform_modal__btn {
	width: 100%;
	height: 46px;
	background-color: #8dc63f;
	color: #fff;
	padding: 14px;
	font-weight: 600;
	font-size: 18px;
	line-height: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	border-radius: 100px;
	margin-bottom: 25px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.platform_modal__btn:hover {
	background-color: #f55525;
}

.platform_modal__subbtn {
	width: 100%;
	text-align: center;
	text-decoration: underline;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	color: rgba(78,98,113,.7);
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	cursor: pointer;
}

.platform_modal__subbtn:hover {
	color: #2b2d32;
}

@media (max-width:870px) {
	.platform_modal__outer {
		padding: 0 30px;
	}

	.platform_modal__inner,.platform_modal__wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.platform_modal__img {
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 32px;
	}

	.platform_modal__subtitle {
		text-align: center;
	}
}

@media (max-width:478px) {
	.platform_modal__wrap {
		padding: 30px;
	}

	.platform_modal__list {
		font-size: 16px;
		line-height: 16px;
	}
}

@media (max-width:390px) {
	.platform_modal__main {
		top: 50px;
	}

	.platform_modal__title {
		font-size: 20px;
		line-height: 20px;
	}

	.platform_modal__wrap {
		padding: 15px;
	}

	.platform_modal__btn,.platform_modal__subbtn {
		font-size: 16px;
		line-height: 16px;
	}
}

.ng-flat-datepicker-wrapper {
	display: inline-block;
	position: relative;
}

.ng-flat-datepicker-wrapper * {
	box-sizing: border-box;
}

.ng-flat-datepicker {
	margin-top: 10px;
	width: 290px;
	position: absolute;
	background-color: #fff;
	z-index: 3000;
	box-shadow: 1px 1px 7px 0 rgba(37,53,50,.37);
}

.ng-flat-datepicker .ng-flat-datepicker-table-header-bckgrnd {
	height: 65px;
	background-color: #ffc100;
}

.ng-flat-datepicker table {
	margin-top: -65px;
	padding-right: 14px;
	padding-left: 14px;
	padding-bottom: 14px;
	table-layout: fixed;
	border-collapse: collapse;
	display: block;
}

.ng-flat-datepicker table caption {
	height: 65px;
	display: block;
	padding: 0!important;
}

.ng-flat-datepicker table caption .ng-flat-datepicker-header-wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 65px;
	color: #fff;
	font-size: 22px;
}

.ng-flat-datepicker table caption .ng-flat-datepicker-header-wrapper .ng-flat-datepicker-header-year {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 1px;
	padding-bottom: 0!important;
	text-align: center;
}

.ng-flat-datepicker table caption .ng-flat-datepicker-header-wrapper .ng-flat-datepicker-header-nav-wrapper {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #626262;
	font-size: 22px;
	background-color: #E8E8E8;
}

.ng-flat-datepicker table caption .ng-flat-datepicker-header-wrapper .ng-flat-datepicker-header-nav-wrapper span {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.ng-flat-datepicker table tbody {
	margin: 0 auto;
	padding-top: 14px;
	width: 262px;
	display: block;
}

.ng-flat-datepicker table tbody tr {
	height: 37.43px;
	width: 262px;
}

.ng-flat-datepicker table tbody tr.days-head {
	height: 45.43px;
}

.ng-flat-datepicker table tbody tr.days-head .day-head {
	padding: 0;
	border-bottom: 1px solid #d8d8d8;
	height: 30px;
}

.ng-flat-datepicker table tbody tr.days .day-item:hover {
	background-color: #ffc100;
	color: #f5f5f5!important;
	border-radius: 0!important;
}

.ng-flat-datepicker table tbody tr td {
	width: 37.43px;
	text-align: center;
	background-color: transparent;
	font-size: 12px;
	cursor: default;
	color: #384146;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.ng-flat-datepicker table tbody tr td.day-item,.ng-flat-datepicker table tbody tr td.disabled {
	padding: 0;
	height: 37.43px;
	line-height: 37.43px;
	cursor: pointer;
	border-radius: 18.71px;
	color: #8d9ca4;
}

.ng-flat-datepicker table tbody tr td.day-item.day,.ng-flat-datepicker table tbody tr td.disabled.day {
	color: #384146;
}

.ng-flat-datepicker table tbody tr td.day-item.isToday,.ng-flat-datepicker table tbody tr td.disabled.isToday {
	color: #1b1b1b;
	font-weight: 700;
}

.ng-flat-datepicker table tbody tr td.day-item.isSelected,.ng-flat-datepicker table tbody tr td.disabled.isSelected {
	background-color: #ffd600;
	color: #f5f5f5!important;
}

.ng-flat-datepicker table tbody tr td.day-item.isInMonth,.ng-flat-datepicker table tbody tr td.disabled.isInMonth {
	color: #777;
}

.ng-flat-datepicker table tbody tr td.day-item.isDisabled,.ng-flat-datepicker table tbody tr td.disabled.isDisabled {
	cursor: default;
	color: #e2e6e8;
}

.ng-flat-datepicker table tbody tr td.day-item.isDisabled:hover,.ng-flat-datepicker table tbody tr td.disabled.isDisabled:hover {
	color: #e2e6e8!important;
	background-color: transparent;
}

.ng-flat-datepicker-arrow {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height: 27px;
}

.ng-flat-datepicker-arrow svg {
	width: 27px;
	height: 27px;
	fill: #fff;
	cursor: pointer;
	padding: 5px;
}

.ng-flat-datepicker-arrow svg:hover {
	fill: rgba(255,255,255,.5);
}

.ng-flat-datepicker-arrow.ng-flat-datepicker-arrow-left svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.ng-flat-datepicker-custom-select-title {
	padding: 3px 5px 4px;
	border: 1px solid #ffc100;
	border-radius: 3px;
	line-height: 22px;
	font-size: 22px;
	display: inline-block;
	cursor: pointer;
}

.ng-flat-datepicker-custom-select-title.selected,.ng-flat-datepicker-custom-select-title:hover {
	border-color: #fff!important;
}

.ng-flat-datepicker-custom-select-box {
	position: relative;
	padding: 5px 0;
}

.ng-flat-datepicker-custom-select-box:first-of-type .ng-flat-datepicker-custom-select,.ng-flat-datepicker-custom-select-box:first-of-type .ng-flat-datepicker-custom-select-title {
	min-width: 80px;
}

.ng-flat-datepicker-custom-select-box .ng-flat-datepicker-custom-select {
	position: absolute;
	border-radius: 2px;
	cursor: pointer;
	width: 100%;
	background-color: #f0f0f0;
	z-index: 1;
}

.ng-flat-datepicker-custom-select-box .ng-flat-datepicker-custom-select span {
	padding-top: 6px;
	padding-bottom: 5px;
	display: block;
	text-align: center;
	font-size: 13px;
	line-height: 13px;
	cursor: pointer;
	color: #737373;
	font-weight: 400;
}

.ng-flat-datepicker-custom-select-box .ng-flat-datepicker-custom-select span::first-letter {
	text-transform: uppercase;
}

.ng-flat-datepicker-custom-select-box .ng-flat-datepicker-custom-select span:first-of-type {
	padding-top: 10px;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
}

.ng-flat-datepicker-custom-select-box .ng-flat-datepicker-custom-select span:last-of-type {
	padding-bottom: 10px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}

.ng-flat-datepicker-custom-select-box .ng-flat-datepicker-custom-select span:hover {
	background-color: #fff;
	color: #ffac00;
}

.ng-flat-datepicker-month-name::first-letter {
	text-transform: uppercase;
}

.notif-date,.notif-list__link,.notif__bottom a {
	-webkit-transition: all .25s;
}

.notif-name,.notif-text {
	font-size: 14px;
	font-weight: 700;
	color: #3c454c;
}

.notif-list__item,.notif-name {
	margin-bottom: 10px;
}

.notif {
	position: relative;
	margin-right: 20px;
	font-family: 'Open Sans',sans-serif;
	width: 20px;
	color: #3c454c;
	display: inline-block;
	top: 3px;
}

.notif.message .notif__link:hover:after {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.notif.message .notif__link:after {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.notif.active .notif__link:after {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.notif.active .notif__cont {
	display: block;
}

.notif__cont {
	display: none;
	position: absolute;
	right: -31px;
	top: calc(100% + 20px);
	width: 330px;
	max-width: 90vw;
	-webkit-box-shadow: 0 20px 40px rgba(0,0,0,.5);
	box-shadow: 0 20px 40px rgba(0,0,0,.5);
	background-color: #fff;
	text-align: left;
	z-index: 101;
	border-radius: 5px;
}

.notif__cont:after {
	content: '';
	position: absolute;
	right: 32px;
	bottom: 99%;
	background: url(../../img/main/noti-arrow.svg) center no-repeat;
	background-size: contain;
	width: 20px;
	height: 10px;
}

.notif__link {
	position: relative;
	display: block;
	width: 20px;
}

.notif__top {
	padding: 15px 20px;
	border-bottom: 1px solid rgba(88,109,121,.1);
}

.notif__bottom {
	padding: 7px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.notif__bottom a {
	font-size: 14px;
	line-height: 25px;
	transition: all .25s;
}

.notif__bottom a:hover {
	opacity: .8;
	text-decoration: none;
}

.notif-name {
	line-height: 19px;
}

.notif-text {
	line-height: 1.4;
}

.notif-text span {
	color: #95be4c;
}

.notif-date {
	opacity: .5;
	color: #3c454c;
	font-size: 13px;
	line-height: 15px;
	font-weight: 300;
	transition: all .25s;
}

.notif-descr {
	font-size: 13px;
	padding: 5px 0 10px;
	line-height: 1.3;
	display: none;
	color: #111;
}

.notif-list {
	list-style-type: none;
	max-height: 60vh;
	overflow-y: auto;
}

.notif-list__item:last-child {
	margin-bottom: 0;
}

.notif-list__link {
	color: #fff;
	display: block;
	transition: all .25s;
}

.notif-list__link:hover {
	opacity: .8;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 3px rgba(149,190,76,.5);
		box-shadow: 0 0 0 3px rgba(149,190,76,.5);
	}

	100% {
		-webkit-box-shadow: 0 0 0 6px rgba(149,190,76,0);
		box-shadow: 0 0 0 6px rgba(149,190,76,0);
	}
}

@keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 3px rgba(149,190,76,.5);
		box-shadow: 0 0 0 3px rgba(149,190,76,.5);
	}

	100% {
		-webkit-box-shadow: 0 0 0 6px rgba(149,190,76,0);
		box-shadow: 0 0 0 6px rgba(149,190,76,0);
	}
}

@media (max-width:580px) {
	.notif {
		margin-left: 20px;
	}
}

.notifcation-area {
	display: inline-block;
	vertical-align: top;
}

@media screen and (max-width:575.98px) {
	.notif__cont {
		position: fixed!important;
		right: 0!important;
		top: 60px!important;
	}

	.notif__cont:after {
		opacity: 1;
		right: 68px;
	}
}

.notif__bottom a {
	font-weight: 700;
	color: #8dc63f;
}

.notif_link_count {
	display: flex;
	content: attr(data-count);
	position: absolute;
	top: -5px;
	right: -3px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #95be4c;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	-webkit-box-shadow: 0 0 0 3px rgba(149,190,76,.5);
	box-shadow: 0 0 0 3px rgba(149,190,76,.5);
	-webkit-animation: pulse 1.5s infinite ease-in-out alternate forwards;
	animation: pulse 1.5s infinite ease-in-out alternate forwards;
}

.notif_link_count:hover {
	animation-play-state: paused;
}

.notif-disabled {
	opacity: .3;
	pointer-events: none;
}

.notif-state {
	display: inline-block;
	line-height: 1;
	vertical-align: baseline;
	margin: 0 .14285714em;
	background-image: none;
	padding: 2px 3px;
	text-transform: none;
	font-weight: 300;
	border-radius: .28571429rem;
	-webkit-transition: background .1s ease;
	transition: background .1s ease;
	background-color: #21ba45!important;
	border-color: #21ba45!important;
	color: #fff!important;
	font-size: 9px;
}

.notif-a-disabled {
	opacity: .3;
	pointer-events: none;
}

.notif-descr,.notif-text {
	word-break: break-word;
}

.notif-text-read-more {
	font-size: 14px;
	line-height: 25px;
	font-weight: 700;
	color: #349231;
	margin-left: 4px;
}

.ps-container.ps-in-scrolling,.ps-container:hover.ps-in-scrolling {
	pointer-events: none;
}

.ps-container {
	overflow: hidden!important;
}

.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail {
	display: block;
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
	opacity: 1;
}

.ps-container>.ps-scrollbar-x-rail {
	display: none;
	position: absolute;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	opacity: 0;
	-webkit-transition: background-color .2s linear,opacity .2s linear;
	-moz-transition: background-color .2s linear,opacity .2s linear;
	-o-transition: background-color .2s linear,opacity .2s linear;
	transition: background-color .2s linear,opacity .2s linear;
	bottom: 1px;
	height: 4px;
}

.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x {
	position: absolute;
	background-color: #aaa;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
	transition: background-color .2s linear;
	bottom: 0;
	height: 4px;
}

.ps-container>.ps-scrollbar-y-rail {
	background: rgba(62,62,62,.33);
	position: absolute;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	opacity: 1;
	-webkit-transition: background-color .2s linear,opacity .2s linear;
	-moz-transition: background-color .2s linear,opacity .2s linear;
	-o-transition: background-color .2s linear,opacity .2s linear;
	transition: background-color .2s linear,opacity .2s linear;
	right: 0;
	width: 3px;
}

.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
	position: absolute;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	width: 3px;
	cursor: pointer;
	background: #ffc100;
}

.status,.table-card-card {
	font-weight: 700;
}

.account-data .personal {
	margin-bottom: 40px;
	font-size: 32px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 30px;
}

.status.verified {
	color: #00e6f1;
}

.partial.status,.status.not-verified {
	color: #ff4500;
}

.status {
	font-size: 16px;
	line-height: 14px;
}

.upload_label {
	text-align: left;
	display: block;
	color: #515151;
}

.account-data input[type=file] {
	position: absolute;
	visibility: hidden;
	width: 0;
	height: 0;
	opacity: 0;
}

.dropzone-uploaded-wrap .upload-status.not-uploaded {
	color: #f7495c;
}

.dropzone-uploaded-wrap .upload-status.uploaded {
	color: #000;
}

.dropzone-uploaded-wrap {
	margin-top: 5px;
}

.dropzone-uploaded-wrap .upload-status {
	float: left;
}

.show-uploaded {
	color: #2597c7;
}

.dropzone .dz-preview .dz-remove:hover,.show-uploaded:hover {
	text-decoration: underline;
}

.verification-paper h1 {
	min-height: 1rem;
	font-size: 2rem;
	margin: calc(2rem - .14285em) 0 1rem;
}

.verification-paper p {
	margin: 0 0 1em;
	line-height: 25px;
}

.table-card-success {
	color: #07b18c;
}

.table-card-error {
	color: #f9495d;
}

.table-card-list {
	width: 100%;
}

.table-card-list td {
	padding: 15px;
	text-align: left;
	vertical-align: middle;
	font-weight: 300;
	font-size: 12px;
	color: #000;
	border-bottom: solid 1px rgba(100,100,100,.1);
}

.card-disabled {
	pointer-events: none;
	opacity: .4;
}

@media screen and (max-width:490px) {
	.table-card-list tbody td {
		display: block;
		text-align: center;
	}
}

.factor__page .default__title,.factor__page .factor__input-label-bold,.factor__page .factor__input-verified {
	font-weight: 700;
	font-family: OpenSans,sans-serif;
}

.factor__page .default__title,.factor__page .factor__block-text,.factor__page .factor__file .factor__input-file-label,.factor__page .factor__file-uploaded,.factor__page .factor__input,.factor__page .factor__input-info,.factor__page .factor__input-label,.factor__page .factor__input-label-bold,.factor__page .factor__input-title,.factor__page .factor__input-verified,.factor__page .main-wrapper button {
	font-family: OpenSans,sans-serif;
}

.factor__page .default__title {
	color: #4e6271;
	font-size: 20px;
	line-height: 30px;
}

.factor__page .header-top {
	padding-bottom: 29px;
}

.factor__page .main {
	background-color: #fff;
	background-image: none;
}

.factor__page .factor {
	padding: 41px 0 20px;
}

.factor__page .factor__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.factor__page .factor__block {
	width: calc(50% - 15px);
	margin-bottom: 31px;
}

.factor__page .factor__block-item {
	padding: 30px;
	margin: 0 auto;
	border-radius: 15px;
	background-color: #f2f4f9;
	position: relative;
	height: calc(100% - 50px);
}

.factor__page .factor__block-password .factor__input {
	max-width: none;
}

.factor__page .factor__block-password .factor__input-wrapper label {
	min-width: 154px;
}

.factor__page .factor__block-password .factor__input-button {
	margin-top: 30px;
}

.factor__page .factor__block-text {
	color: rgba(2,6,16,.5);
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 11px;
}

.factor__page .factor__block.authorization .factor__input-wrapper {
	border-bottom: 2px solid #fff;
	padding-bottom: 9px;
	margin-bottom: 13px;
}

.factor__page .factor__block.authorization .factor__input-wrapper:nth-child(4) {
	margin-bottom: 7px;
	border-bottom: none;
}

.factor__page .factor__title {
	margin-bottom: 19px;
}

.factor__page .factor__form-personal .factor__input-button-personal {
	display: none;
}

.factor__page .factor__input {
	border: none;
	border-radius: 25px;
	border: 1px solid rgba(2,6,16,.2);
	background-color: transparent;
	max-width: 370px;
	width: 100%;
	color: #4e6271;
	font-size: 20px;
	line-height: 25px;
	text-transform: uppercase;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 20px 10px 25px;
}

.factor__page .factor__input-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
	position: relative;
}

.factor__page .factor__input-wrapper:last-of-type {
	margin-bottom: 0;
}

.factor__page .factor__input-label {
	color: #989898;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 20px;
	min-width: 125px;
	margin-right: 10px;
}

.factor__page .factor__input-label-bold {
	color: #4e6271;
	font-size: 15px;
	line-height: 25px;
}

.factor__page .factor__input-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: inherit;
}

.factor__page .factor__input-top-verified {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-top: -5px;
}

.factor__page .factor__input-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin-top: 9px;
}

.factor__page .factor__input-title {
	max-width: 346px;
	width: 100%;
	color: #989898;
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
	margin-right: 10px;
}

.factor__page .factor__input-info {
	color: #4e6271;
	font-size: 15px;
	line-height: 25px;
	text-transform: none;
	margin-top: 5px;
}

.factor__page .factor__input-info span {
	display: inline-block;
}

.factor__page .factor__input-verified {
	color: #00e6f1;
	font-size: 15px;
	line-height: 30px;
}

.factor__page .factor__input-button {
	width: 170px;
	height: 50px;
	margin-top: 8px;
	margin-left: auto;
}

.factor__page .factor__file {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-bottom: 2px solid #fff;
	padding-bottom: 6px;
	margin-bottom: 8px;
}

.factor__page .factor__file .factor__input-file-label {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	margin-left: auto;
	cursor: pointer;
	border-radius: 25px;
	background-color: #8dc63f;
	min-width: 170px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.factor__page .factor__file .factor__input-file-label:hover {
	-webkit-box-shadow: 0 3px 15px -3px rgba(0,0,0,.35);
	box-shadow: 0 3px 15px -3px rgba(0,0,0,.35);
}

.factor__page .factor__file .factor__input-file {
	display: none;
}

.factor__page .factor__file-uploaded {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.factor__page .factor__file-btn {
	margin-left: auto;
}

.factor__page .factor__file-btn a {
	color: #104d5e;
	font-size: 15px;
	line-height: 25px;
	display: inline-block;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.factor__page .factor__file-btn a:hover {
	text-decoration: underline;
}

.factor__page .factor__file-uploaded {
	color: #4e6271;
	font-size: 15px;
	font-weight: 700;
	line-height: 25px;
}

.factor__page .factor__file-uploaded img {
	margin-right: 8px;
}

.factor__page .main-wrapper button {
	border: none;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	border-radius: 25px;
	background-color: #104d5e;
}

.factor__page .main-wrapper button:hover {
	-webkit-box-shadow: 0 3px 15px -3px rgba(0,0,0,.35);
	box-shadow: 0 3px 15px -3px rgba(0,0,0,.35);
}

.factor__page .popup__contain {
	display: none;
}

.factor__page .popup {
	max-width: 680px;
	width: 100%;
	border-radius: 20px;
	background-color: #fff;
	text-align: center;
	padding: 60px;
}

.factor__page .popup__title {
	color: #4e6271;
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	font-family: OpenSans,sans-serif;
	margin-bottom: 20px;
}

.factor__page .popup__button,.factor__page .popup__text {
	font-size: 15px;
	font-family: OpenSans,sans-serif;
}

.factor__page .popup__text {
	color: #4e6271;
	line-height: 25px;
}

.factor__page .popup__img {
	max-width: 180px;
	width: 100%;
	margin: 10px auto 20px;
}

.factor__page .popup__input {
	background: 0 0;
	color: #4e6271;
	border: none;
	font-size: 20px;
	line-height: 50px;
	text-transform: uppercase;
	font-family: OpenSans,sans-serif;
	width: 100%;
	padding: 0 20px 0 30px;
	margin-right: 10px;
}

.factor__page .popup__input-wrapper {
	border-radius: 25px;
	border: 1px solid rgba(2,6,16,.2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 500px;
	width: 100%;
	margin: 20px auto 25px;
}

.factor__page .popup__button {
	max-width: 180px;
	width: 100%;
	height: 50px;
	border-radius: 25px;
	background-color: #104d5e;
	border: none;
	color: #fff;
	font-weight: 700;
	line-height: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.factor__page .popup__button:hover {
	-webkit-box-shadow: 0 3px 15px -3px rgba(0,0,0,.35);
	box-shadow: 0 3px 15px -3px rgba(0,0,0,.35);
}

.factor__page.fancybox-active {
	overflow: hidden;
}

.factor__page.fancybox-active .fancybox-container .fancybox-bg {
	background-color: rgba(2,6,16,.4);
}

.factor__page.fancybox-active .fancybox-button {
	top: 15px;
	right: 15px;
	height: 34px;
	width: 34px;
	padding: 0;
}

.factor__page .factor__item-check {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 10px;
}

.factor__page input[type=checkbox] {
	position: relative;
	width: 56px;
	height: 30px;
	-webkit-appearance: none;
	background-color: rgba(0,0,0,.2);
	outline: 0;
	border-radius: 50px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.2);
	box-shadow: inset 0 0 5px rgba(0,0,0,.2);
	-webkit-transition: .5s;
	transition: .5s;
	cursor: pointer;
	display: block!important;
}

.factor__page input:checked[type=checkbox] {
	background-color: #8dc63f;
}

.factor__page input[type=checkbox]:before {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	border-radius: 12px;
	top: 3px;
	left: 2px;
	background: #fff;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.2);
	box-shadow: 0 2px 5px rgba(0,0,0,.2);
	-webkit-transition: .5s;
	transition: .5s;
}

.factor__page input:checked[type=checkbox]:before {
	left: 30px;
}

.factor__page input::-webkit-input-placeholder {
	color: rgba(78,98,113,.5);
	font-family: OpenSans,sans-serif;
	font-size: 20px;
	line-height: 25px;
	text-transform: none;
}

.factor__page input::-moz-placeholder {
	color: rgba(78,98,113,.5);
	font-family: OpenSans,sans-serif;
	font-size: 20px;
	line-height: 25px;
	text-transform: none;
}

.factor__page input:-ms-input-placeholder {
	color: rgba(78,98,113,.5);
	font-family: OpenSans,sans-serif;
	font-size: 20px;
	line-height: 25px;
	text-transform: none;
}

.factor__page input:-moz-placeholder {
	color: rgba(78,98,113,.5);
	font-family: OpenSans,sans-serif;
	font-size: 20px;
	line-height: 25px;
	text-transform: none;
}

.factor__page input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
}

@media screen and (max-width:1200px) {
	.factor__page .wrapper {
		max-width: 1190px;
		padding: 0 15px;
	}

	.factor__page .factor__block {
		width: calc(50% - 5px);
	}

	.factor__page .factor__input-info {
		font-size: 12px;
	}

	.factor__page .factor__input-label-bold {
		font-size: 19px;
	}
}

@media screen and (max-width:998px) {
	.factor__page .default__title {
		font-size: 27px;
		line-height: 40px;
	}

	.factor__page .factor__block-item {
		padding: 25px 15px;
		max-height: 350px;
	}

	.factor__page .factor__block-password .factor__input-wrapper label {
		min-width: 136px;
	}

	.factor__page .factor__block-text {
		line-height: 22px;
	}

	.factor__page .factor__input {
		font-size: 15px;
		line-height: 17px;
		height: 40px;
	}

	.factor__page .factor__input-label {
		font-size: 13px;
		line-height: 20px;
	}

	.factor__page .factor__input-label-bold {
		font-size: 15px;
		line-height: 17px;
	}

	.factor__page .factor__input-button {
		width: 140px;
		height: 40px;
		font-size: 14px;
		line-height: 20px;
	}

	.factor__page .factor__input-verified {
		font-size: 15px;
		line-height: 30px;
	}

	.factor__page .factor__input-info {
		font-size: 11px;
		line-height: 12px;
	}

	.factor__page .factor__file .factor__input-file-label {
		width: 140px;
		height: 40px;
		font-size: 14px;
		line-height: 20px;
	}

	.factor__page .factor__file-btn a {
		font-size: 13px;
		line-height: 20px;
	}

	.factor__page .factor__file-uploaded {
		font-size: 13px;
		line-height: 15px;
	}

	.factor__page .popup__wrap {
		padding: 45px 25px 30px;
	}
}

@media screen and (max-width:998px) and (max-width:798px) {
	.factor__page .default__title {
		font-size: 25px;
		line-height: 26px;
	}

	.factor__page .factor__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.factor__page .factor__block {
		width: 100%;
	}

	.factor__page .factor__block-item {
		height: auto;
	}

	.factor__page .factor__input {
		max-width: 480px;
	}

	.factor__page .factor__input-title {
		max-width: none;
		margin-right: 0;
	}

	.factor__page .popup__text {
		font-size: 18px;
	}

	.factor__page .popup__button {
		max-width: 150px;
		height: 50px;
	}

	.factor__page .popup__input {
		height: 45px;
		font-size: 15px;
		line-height: 17px;
	}

	.factor__page input::-webkit-input-placeholder {
		font-size: 15px;
		line-height: 18px;
	}

	.factor__page input::-moz-placeholder {
		font-size: 15px;
		line-height: 18px;
	}

	.factor__page input:-ms-input-placeholder {
		font-size: 15px;
		line-height: 18px;
	}

	.factor__page input:-moz-placeholder {
		font-size: 15px;
		line-height: 18px;
	}
}

@media screen and (max-width:998px) and (max-width:480px) {
	.factor__page .default__title {
		font-size: 22px;
		line-height: 25px;
	}

	.factor__page .factor {
		padding: 30px 0 20px;
	}

	.factor__page .factor__input-label {
		margin-bottom: 10px;
		font-size: 13px;
		line-height: 14px;
	}

	.factor__page .factor__input-label-bold {
		font-size: 13px;
		line-height: 14px;
	}

	.factor__page .factor__input-wrapper-not-column {
		flex-direction: row!important;
	}

	.factor__page .factor__input-wrapper-not-column .factor__input-label-bold {
		line-height: 30px!important;
	}

	.factor__page .factor__input-wrapper-not-column .factor__item-check {
		margin-top: 0!important;
	}

	.factor__page .factor__input-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-bottom: 15px;
	}

	.factor__page .factor__input-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.factor__page .factor__input-top-verified {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.factor__page .factor__input-bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.factor__page .factor__file .factor__input-file-wrap {
		max-width: none;
		width: 100%;
		margin-top: 15px;
	}

	.factor__page .factor__file-btn {
		margin-top: 10px;
	}

	.factor__page .factor__block-text {
		font-size: 12px;
		line-height: 20px;
	}

	.factor__page .factor__block-password .factor__input {
		max-width: none;
	}

	.factor__page .factor__item-check {
		margin-top: 10px;
		margin-left: auto;
	}

	.factor__page .popup {
		padding: 35px 35px 15px;
	}

	.factor__page .popup__title {
		margin-bottom: 10px;
	}

	.factor__page .popup__text {
		font-size: 13px;
		line-height: 20px;
	}

	.factor__page .popup__img {
		margin: 5px auto 10px;
	}

	.factor__page .popup__input {
		border-radius: 25px;
		margin-bottom: 20px;
		border: 1px solid rgba(2,6,16,.2);
		margin-right: 0;
		padding: 0 20px;
	}

	.factor__page .popup__input-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		background-color: transparent;
		border: none;
	}
}

.factor__file-none {
	border: none!important;
}

.factor__page .factor__file:nth-child(3) {
	border-bottom: 2px solid #fff;
}

.factor__save {
	text-align: right;
}

.factor__input-disabled {
	opacity: .5;
	pointer-events: none;
}

.verification__logo img {
	max-width: 100%;
}

.calendar-wrap,input.date {
	position: relative;
	border-radius: 17px;
}

input.date {
	cursor: pointer;
	padding-left: 50px!important;
	background: 0 0!important;
}

input.date::-webkit-input-placeholder {
	color: #000;
}

input.date::-moz-placeholder {
	color: #000;
}

input.date:-moz-placeholder {
	color: #000;
}

input.date:-ms-input-placeholder {
	color: #000;
}

input.date:focus {
	background: 0 0;
	box-shadow: none!important;
}

.filter-wrap .calendar-wrap {
	background: #212121;
}

.calendar-wrap {
	background: #fff;
}

.calendar-wrap:after {
	content: '';
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top-color: #ff9c00;
	border-bottom-width: 0;
	display: inline-block;
	position: absolute;
	right: 14px;
	top: 18px;
}

.calendar-icon {
	display: block;
	position: absolute;
	width: 37px;
	height: 100%;
	background: url(../images/calendar.svg) center center no-repeat #fff;
	background-size: 13px 13px;
	border-right: 1px solid #d9d9d9;
	border-radius: 3px 0 0 3px;
}

.pickmeup {
	margin-top: -3px;
	background: #f1f1f1;
	color: #000;
	border-radius: 3px;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	display: none;
	position: absolute;
	z-index: 2;
}

.pickmeup * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.pickmeup .pmu-instance {
	display: inline-block;
	height: 15em;
	padding: 1.3em;
	text-align: center;
	width: 16.7em;
}

.pickmeup .pmu-instance .pmu-button {
	color: #000;
	cursor: pointer;
	outline: 0;
	text-decoration: none;
}

.pickmeup .pmu-instance .pmu-today.pmu-button {
	background: #464646;
	color: #fff;
	border-radius: 3px;
}

.pickmeup .pmu-instance .pmu-button:hover {
	color: #767677;
}

.pickmeup .pmu-instance .pmu-not-in-month {
	color: #a6a6a6;
}

.pickmeup .pmu-instance .pmu-disabled,.pickmeup .pmu-instance .pmu-disabled:hover {
	color: #333;
	cursor: default;
}

.pickmeup .pmu-instance .pmu-selected.pmu-button {
	background: #ff9c00;
	color: #FFF;
	border-radius: 3px;
}

.pickmeup .pmu-instance .pmu-not-in-month.pmu-selected {
	background: #ffc100;
}

.pickmeup .pmu-instance nav {
	color: #eee;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	line-height: 2em;
}

.pickmeup .pmu-instance nav :first-child :hover {
	color: #88c5eb;
}

.pickmeup .pmu-instance nav .pmu-next,.pickmeup .pmu-instance nav .pmu-prev {
	display: none;
	height: 2em;
	width: 1em;
}

.pickmeup .pmu-instance nav .pmu-month {
	width: 14em;
}

.pickmeup .pmu-instance .pmu-months *,.pickmeup .pmu-instance .pmu-years * {
	display: inline-block;
	line-height: 3.6em;
	width: 3.5em;
}

.pickmeup .pmu-instance .pmu-day-of-week {
	color: #ff9c00;
	cursor: default;
}

.pickmeup .pmu-instance .pmu-day-of-week *,.pickmeup .pmu-instance .pmu-days * {
	display: inline-block;
	line-height: 1.5em;
	width: 2em;
}

.pickmeup .pmu-instance .pmu-day-of-week * {
	line-height: 1.8em;
}

.pickmeup .pmu-instance:first-child .pmu-prev,.pickmeup .pmu-instance:last-child .pmu-next {
	display: block;
}

.pickmeup .pmu-instance:first-child .pmu-month,.pickmeup .pmu-instance:last-child .pmu-month {
	width: 13em;
}

.pickmeup .pmu-instance:first-child:last-child .pmu-month {
	width: 12em;
}

.pickmeup:not(.pmu-view-days) .pmu-day-of-week,.pickmeup:not(.pmu-view-days) .pmu-days,.pickmeup:not(.pmu-view-months) .pmu-months,.pickmeup:not(.pmu-view-years) .pmu-years {
	display: none;
}

.promotions h1,.promotions h2 {
	font-family: 'Open Sans',sans-serif;
	line-height: 35px;
	font-weight: 300;
	color: #fff;
}

.promotions {
	background-color: #081800;
	padding-bottom: 100px;
}

.promotions h1 {
	font-size: 30px;
}

.promotions h2 {
	font-size: 25px;
}

.promotions p,.stock-time {
	font-size: 15px;
	font-family: 'Open Sans',sans-serif;
}

.promotions p {
	line-height: 25px;
	font-weight: 300;
	color: #fff;
}

.promotions-gift {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 40%;
	flex: 0 1 40%;
	max-width: 40%;
}

.promotions-gift>img {
	display: block;
	max-width: 100%;
	height: auto;
}

.promotions-text {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	max-width: 60%;
	padding: 120px 0 120px 25px;
}

.promotions-title {
	margin-bottom: 20px;
}

.promotions-list {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	max-width: 100%;
	min-height: 40vh;
}

.stock {
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.stock-item {
	background-image: -o-linear-gradient(316deg,#00e6f1 0,#5D9100 100%);
	background-image: linear-gradient(134deg,#00e6f1 0,#5D9100 100%);
	border-radius: 10px;
	overflow: hidden;
	padding: 40px 35px;
	margin: 0 30px 30px 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 calc(33.333% - 20px);
	flex: 0 1 calc(33.333% - 20px);
	max-width: calc(33.333% - 20px);
	text-align: center;
	min-height: 310px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.stock-item:nth-of-type(3n) {
	margin-right: 0;
}

.stock-time {
	width: 100%;
	line-height: 40px;
	color: rgba(255,255,255,.5);
	text-align: center;
	margin-bottom: 30px;
}

.stock-time>time {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	overflow: hidden;
	background-color: rgba(255,255,255,.2);
	text-align: center;
	vertical-align: middle;
	margin: 0 7px;
	color: #fff;
}

.stock-time>time:first-of-type {
	margin-left: 0;
}

.stock-time>time:last-of-type {
	margin-right: 0;
}

.stock-title {
	margin-bottom: 10px;
	width: 100%;
}

.stock-description {
	margin-bottom: 20px;
	width: 100%;
}

.stock-button {
	width: 100%;
	font-size: 0;
	line-height: 0;
}

.stock-button>a {
	display: inline-block;
	max-width: 170px;
	width: 100%;
	border-radius: 30px;
	background-color: #104d5e;
	overflow: hidden;
	font-family: 'Open Sans',sans-serif;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	padding: 10px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.stock-button>a:hover {
	-webkit-filter: brightness(95%);
	filter: brightness(95%);
}

@media screen and (max-width:1199.98px) {
	.promotions-gift,.promotions-text {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
		max-width: 50%;
	}
}

@media screen and (max-width:991.98px) {
	.promotions-gift,.promotions-text {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		max-width: 100%;
	}

	.promotions-gift {
		margin-bottom: 30px;
	}

	.promotions-gift>img {
		max-width: 60%;
		margin: 0 auto;
	}

	.promotions-text {
		padding: 0;
		text-align: center;
		margin-bottom: 30px;
	}

	.promotions-list {
		padding: 0;
	}

	.stock-item {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 calc(50% - 15px);
		flex: 1 1 calc(50% - 15px);
		max-width: calc(50% - 15px);
	}

	.stock-item:nth-of-type(3n) {
		margin-right: 30px;
	}

	.stock-item:nth-of-type(2n) {
		margin-right: 0;
	}
}

@media screen and (max-width:767.98px) {
	.promotions-gift>img {
		max-width: 75%;
	}

	.stock-item {
		min-height: 340px;
	}
}

@media screen and (max-width:575.98px) {
	.promotions {
		padding: 0 15px;
	}

	.stock-item {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		max-width: 100%;
		margin: 0 0 30px;
	}

	.stock-item:nth-of-type(3n) {
		margin-right: 0;
	}
}

@media screen and (max-width:379.98px) {
	.promotions-gift>img {
		max-width: 100%;
	}
}

.display-flex,.promotions-flex {
	display: flex;
}

.lds-roller-center {
	margin: 0 calc(50% - 40px);
}

.lds-roller {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-roller div {
	animation: lds-roller 1.2s cubic-bezier(.5,0,.5,1) infinite;
	transform-origin: 40px 40px;
}

.lds-roller div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: linear-gradient(134deg,#00e6f1 0,#5D9100 100%);
	margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
	animation-delay: -36ms;
}

.lds-roller div:nth-child(1):after {
	top: 63px;
	left: 63px;
}

.lds-roller div:nth-child(2) {
	animation-delay: -72ms;
}

.lds-roller div:nth-child(2):after {
	top: 68px;
	left: 56px;
}

.lds-roller div:nth-child(3) {
	animation-delay: -108ms;
}

.lds-roller div:nth-child(3):after {
	top: 71px;
	left: 48px;
}

.lds-roller div:nth-child(4) {
	animation-delay: -144ms;
}

.lds-roller div:nth-child(4):after {
	top: 72px;
	left: 40px;
}

.lds-roller div:nth-child(5) {
	animation-delay: -.18s;
}

.lds-roller div:nth-child(5):after {
	top: 71px;
	left: 32px;
}

.lds-roller div:nth-child(6) {
	animation-delay: -216ms;
}

.lds-roller div:nth-child(6):after {
	top: 68px;
	left: 24px;
}

.lds-roller div:nth-child(7) {
	animation-delay: -252ms;
}

.lds-roller div:nth-child(7):after {
	top: 63px;
	left: 17px;
}

.lds-roller div:nth-child(8) {
	animation-delay: -288ms;
}

.lds-roller div:nth-child(8):after {
	top: 56px;
	left: 12px;
}

@keyframes lds-roller {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

.stock-item-redeem {
	opacity: .5;
	pointer-events: none;
}

@media screen and (max-width:500px) {
	.promotions .display-flex {
		flex-direction: column!important;
	}
}

.pl-0,.px-0 {
	padding-left: 0;
}

.pr-0,.px-0 {
	padding-right: 0;
}

.pt-0,.py-0 {
	padding-top: 0;
}

.pb-0,.py-0 {
	padding-bottom: 0;
}

.ml-0,.mx-0 {
	margin-left: 0;
}

.mr-0,.mx-0 {
	margin-right: 0;
}

.mt-0,.my-0 {
	margin-top: 0;
}

.mb-0,.my-0,.refferal .modal-item:last-of-type {
	margin-bottom: 0;
}

.icon-link,.link,.no-underline,.no-underline:active,.no-underline:focus,.no-underline:hover {
	text-decoration: none;
}

.inline-select-gray .ui.selection.dropdown {
	background: #F1F1F1!important;
	min-width: 100%;
}

.t-left {
	text-align: left;
}

.t-right {
	text-align: right;
}

.filter-label,.promo-button,.promo-title,.refferal .modal-title,.t-center {
	text-align: center;
}

.stat {
	position: static;
}

.rel {
	position: relative;
}

.abs {
	position: absolute;
}

.no-font {
	font-size: 0;
}

.w-100 {
	width: 100%;
}

.h-100 {
	height: 100%;
}

.calendar-field:after,.icon-triangle {
	height: 0;
	border-style: solid;
	border-width: 5px 4px 0;
}

.d-in-block {
	display: inline-block;
}

.d-block {
	display: block;
}

.d-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.jc-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.jc-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.jc-start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.jc-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.ai-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ai-start {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.ai-end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

body.is-active {
	overflow: hidden;
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration {
	-webkit-appearance: none;
}

.refferal p {
	font-family: Roboto,sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #596d78;
}

.refferal h2,.refferal h3 {
	line-height: 34px;
	font-weight: 400;
	color: #596d78;
	font-family: Roboto,sans-serif;
}

.refferal h2 {
	font-size: 24px;
	text-transform: capitalize;
}

.refferal h3 {
	font-size: 18px;
}

.refferal h4 {
	font-family: Roboto,sans-serif;
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;
	color: #104d5e;
	text-transform: uppercase;
}

.icon {
	display: inline-block;
}

.icon-calendar {
	font-size: 13px;
	line-height: 13px;
	color: #A8A8A8;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.icon-search {
	font-size: 16px;
	line-height: 16px;
	color: #104d5e;
}

.icon-triangle {
	font-size: 0;
	line-height: 0;
	width: 0;
	border-color: #104d5e transparent transparent;
	vertical-align: middle;
	margin-left: 10px;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	-o-transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
}

.icon-link {
	font-size: 9px;
	line-height: 9px;
	color: #104d5e;
	vertical-align: middle;
	margin-right: 10px;
}

.icon-download {
	font-size: 16px;
	line-height: 16px;
	color: #596d78;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.icon-close,.link {
	font-size: 16px;
	-o-transition: all .3s ease-in-out;
}

.icon-close {
	line-height: 16px;
	color: #020610;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.link,.refferal .button {
	-webkit-transition: all .3s ease-in-out;
	display: inline-block;
}

.icon-plus {
	font-size: 16px;
	line-height: 16px;
	color: #FFF;
}

.link {
	line-height: 26px;
	font-weight: 300;
	color: #596d78;
	transition: all .3s ease-in-out;
}

.link:hover,.link:hover>i.icon {
	color: #104d5e;
}

.link__close {
	font-size: 0;
	line-height: 0;
	opacity: .5;
}

.link__close>i.icon-plus {
	color: #020610;
}

.link__close:hover {
	opacity: 1;
	color: #104d5e;
}

.refferal .button {
	width: 100%;
	max-width: 270px;
	background-color: #104d5e;
	font-size: 16px;
	line-height: 28px;
	font-weight: 700;
	color: #FFF;
	padding: 17px;
	border-radius: 4px;
	border: none;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
}

.filter-field,.filter-label,.refferal .button.button__cancel,.refferal .button.button__lang {
	-webkit-transition: all .3s ease-in-out;
}

.refferal .button:hover {
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2);
}

.refferal .button:focus {
	outline: 0;
}

.refferal .button.button__lang {
	max-width: 80px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
	padding: 7px;
	border-radius: 4px;
	background-color: #F1F1F1;
	color: #596d78;
	font-weight: 400;
	line-height: 26px;
	margin-right: 2px;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.refferal .button.button__lang:last-of-type {
	margin-right: 0;
}

.refferal .button.button__lang.is-active,.refferal .button.button__lang:hover {
	background-color: #104d5e;
	color: #FFF;
}

.refferal .button.button__add {
	padding: 0;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	font-size: 0;
	line-height: 0;
}

.refferal .button.button__cancel {
	font-size: 20px;
	line-height: 26px;
	background-color: transparent;
	color: #104d5e;
	border: 2px solid #104d5e;
	padding: 15px;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.refferal .button.button__cancel:hover {
	background-color: #104d5e;
	color: #FFF;
}

.refferal .button.button__save {
	font-size: 20px;
	line-height: 26px;
}

.refferal .button__close {
	padding: 0;
	background: 0 0;
	font-size: 0;
	line-height: 0;
	opacity: .5;
}

.button__close:hover {
	opacity: 1;
}

.button__close:hover>i.icon-close {
	color: #104d5e;
}

.refferal .button.button__watch {
	display: inline-block;
	padding: 0;
	width: auto;
	background: 0 0;
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	color: #596d78;
	border-radius: 0;
}

.calendar,.filter-content {
	display: -ms-flexbox;
	-webkit-box-align: center;
}

.filter-field,.scoreboard {
	font-family: Roboto,sans-serif;
	line-height: 26px;
	font-weight: 400;
}

.refferal .button.button__watch:hover {
	color: #104d5e;
}

.filter-content {
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.filter-field,.filter-label {
	display: block;
	cursor: pointer;
	-o-transition: all .3s ease-in-out;
}

.filter-item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.filter-item__search {
	max-width: 300px;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 300px;
	flex: 0 1 300px;
	position: relative;
}

.filter-field {
	width: 143px;
	background-color: #F1F1F1;
	border: 0;
	font-size: 16px;
	color: #596d78;
	padding: 7px 25px 7px 15px;
	transition: all .3s ease-in-out;
}

input.filter-field__search {
	width: 100%!important;
	padding: 7px 40px 7px 30px!important;
	height: auto!important;
	min-height: auto!important;
	background: #F1F1F1!important;
	box-sizing: border-box!important;
	border: 1px solid #F1F1F1;
}

input.filter-field__search:active,input.filter-field__search:focus,input.filter-field__search:hover {
	outline: #104d5e solid 1px!important;
}

.current-money * {
	margin: 0!important;
}

.filter-field__date {
	border-radius: 0 3px 3px 0;
}

.filter-field::-webkit-input-placeholder {
	color: #596d78;
	opacity: 1;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.filter-field::-moz-placeholder {
	color: #596d78;
	opacity: 1;
	-moz-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.filter-field:-ms-input-placeholder {
	color: #596d78;
	opacity: 1;
	-ms-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.filter-field::-ms-input-placeholder {
	color: #596d78;
	opacity: 1;
	-ms-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.filter-field::placeholder {
	color: #596d78;
	opacity: 1;
	-webkit-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.filter-field:focus::-webkit-input-placeholder {
	opacity: 0;
}

.filter-field:focus::-moz-placeholder {
	opacity: 0;
}

.filter-field:focus:-ms-input-placeholder {
	opacity: 0;
}

.filter-field:focus::-ms-input-placeholder {
	opacity: 0;
}

.filter-field:focus::placeholder {
	opacity: 0;
}

.filter-field.is-open {
	background-color: #104d5e;
	color: #FFF;
}

.filter-label {
	background-color: #F1F1F1;
	border-radius: 3px 0 0 3px;
	font-size: 0;
	line-height: 0;
	padding: 14px 11px 13px;
	transition: all .3s ease-in-out;
}

.refferal .modal,.refferal .modal-item .jq-selectbox li {
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.filter-label__search {
	display: inline-block;
	padding: 0;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.calendar-field,.statistics-table {
	position: relative;
}

.filter-label.is-open {
	background-color: #104d5e;
}

.filter-label.is-open>i.icon-calendar {
	color: #FFF;
}

.calendar {
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.calendar-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-right: 20px;
}

.calendar-item:last-of-type {
	margin-right: 0;
}

.calendar-name {
	margin-right: 10px;
}

.calendar-label {
	margin-right: 2px;
}

.calendar-field:after {
	content: '';
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	border-color: #104d5e transparent transparent;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.calendar-field.is-open:after {
	-webkit-transform: translateY(-50%) rotate(-180deg);
	-ms-transform: translateY(-50%) rotate(-180deg);
	transform: translateY(-50%) rotate(-180deg);
	border-color: #FFF transparent transparent;
}

.scoreboard {
	width: 100%;
	table-layout: fixed;
	font-size: 16px;
	text-align: left;
}

.scoreboard-head {
	width: 100%;
	display: table;
	table-layout: fixed;
	background-color: #596d78;
}

.scoreboard-body {
	display: block;
	overflow-y: auto;
	max-height: 310px;
	width: 100%;
}

.scoreboard-body>tr {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.scoreboard-body>tr:nth-of-type(even) {
	background-color: #FFF;
}

.scoreboard-body>tr:nth-of-type(odd) {
	background-color: #F1F1F1;
}

.scoreboard-item {
	padding: 18px 0;
}

.scoreboard-item:first-of-type {
	padding: 18px 0 18px 30px;
}

.scoreboard-item:last-of-type {
	padding: 18px 30px 18px 0;
}

.scoreboard-item__head {
	font-weight: 500;
	color: #FFF;
}

.scoreboard-item__download i.icon-download {
	margin-right: 15px;
}

.scoreboard-item__preview>img {
	display: inline-block;
	max-width: 70px;
	max-height: 70px;
	border-radius: 1px;
	margin-right: 15px;
	vertical-align: middle;
}

.scoreboard__banner .scoreboard-item {
	padding: 20px 0;
	vertical-align: middle;
}

.scoreboard__banner .scoreboard-item:first-of-type {
	padding: 20px 0 20px 30px;
	width: 25%;
}

.scoreboard__banner .scoreboard-item:last-of-type {
	padding: 20px 30px 20px 0;
}

.scoreboard__banner .scoreboard-body {
	max-height: 100%;
}

.promo {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	max-width: 100%;
}

.promo-title {
	margin-bottom: 20px;
}

.promo-content,.promo-table {
	margin-bottom: 30px;
}

.promo-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.promo-item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.inline-select-160 .ui.dropdown {
	min-width: 160px!important;
}

.promo-item__filter {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 320px;
	flex: 0 1 320px;
	max-width: 320px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: left;
}

.banner-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 calc(50% - 10px);
	flex: 0 1 calc(50% - 10px);
	max-width: calc(50% - 10px);
}

.banner-item .jq-selectbox {
	width: 100%;
}

.banner-item .jq-selectbox__select {
	height: auto;
	padding: 0 25px 0 15px;
	border: none;
	border-radius: 2px;
	background: #F1F1F1;
	-webkit-box-shadow: none;
	box-shadow: none;
	font: 16px/40px Roboto,sans-serif;
	color: #596d78;
	text-shadow: none;
	-webkit-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.banner-item .jq-selectbox__select:hover {
	background: #104d5e;
	color: #FFF;
}

.banner-item .jq-selectbox__select:hover .placeholder {
	color: #FFF;
}

.banner-item .jq-selectbox__select:hover .jq-selectbox__trigger-arrow {
	border-color: #FFF transparent transparent;
}

.banner-item .jq-selectbox__select:active {
	background: #F1F1F1;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.banner-item .jq-selectbox__trigger {
	border: none;
	width: auto;
	height: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 15px;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	-o-transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
}

.banner-item .jq-selectbox__trigger-arrow,.daterangepicker .calendar-table .prev span {
	-webkit-transition: border-color .3s ease-in-out;
	-o-transition: border-color .3s ease-in-out;
}

.banner-item .jq-selectbox__trigger-arrow {
	position: static;
	top: auto;
	right: auto;
	border-style: solid;
	border-width: 5px 4px 0;
	border-color: #104d5e transparent transparent;
	transition: border-color .3s ease-in-out;
}

.banner-item .jq-selectbox__dropdown {
	border: none;
	font: 16px/26px Roboto,sans-serif;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	border-radius: 2px;
}

.banner-item .jq-selectbox li {
	min-height: auto;
	padding: 7px 25px 7px 15px;
	background: #F1F1F1;
}

.banner-item .jq-selectbox li:first-of-type {
	border-radius: 2px 2px 0 0;
}

.banner-item .jq-selectbox li:last-of-type {
	border-radius: 0 0 2px 2px;
}

.banner-item .jq-selectbox li.selected,.banner-item .jq-selectbox li:hover {
	background: #104d5e;
	color: #FFF;
}

.banner-item .jq-selectbox .placeholder {
	color: #596d78;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.banner-item .jq-selectbox.focused .jq-selectbox__select {
	border: none;
}

.banner-item .jq-selectbox.opened .jq-selectbox__select {
	background-color: #104d5e;
	color: #FFF;
}

.banner-item .jq-selectbox.opened .placeholder {
	color: #FFF;
}

.banner-item .jq-selectbox.opened .jq-selectbox__trigger {
	-webkit-transform: translateY(-50%) rotate(-180deg);
	-ms-transform: translateY(-50%) rotate(-180deg);
	transform: translateY(-50%) rotate(-180deg);
}

.banner-item .jq-selectbox.opened .jq-selectbox__trigger-arrow {
	border-color: #FFF transparent transparent;
}

.banner-label {
	display: none;
}

.daterangepicker {
	border: 1px solid #F1F1F1;
	left: 50%!important;
	-webkit-transform: translateX(-50%)!important;
	-ms-transform: translateX(-50%)!important;
	transform: translateX(-50%)!important;
}

.daterangepicker:after,.daterangepicker:before {
	display: none;
}

.daterangepicker .drp-calendar.left {
	padding: 8px;
}

.daterangepicker .drp-calendar.left .calendar-table {
	padding-right: 0;
}

.daterangepicker .calendar-table .prev span {
	border-style: solid;
	border-width: 4px 5px 4px 0;
	border-color: transparent #FFF transparent transparent;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	padding: 0;
	transition: border-color .3s ease-in-out;
}

.daterangepicker .calendar-table .prev:hover span {
	border-color: transparent #596d78 transparent transparent;
}

.daterangepicker .calendar-table .next span {
	border-style: solid;
	border-width: 4px 0 4px 5px;
	border-color: transparent transparent transparent #FFF;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	padding: 0;
	-webkit-transition: border-color .3s ease-in-out;
	-o-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
}

.daterangepicker .calendar-table .next:hover span {
	border-color: transparent transparent transparent #596d78;
}

.daterangepicker .calendar-table td,.daterangepicker .calendar-table th {
	width: auto;
	height: auto;
	min-width: 32px;
	font-size: 16px;
	line-height: 26px;
	font-family: Roboto,sans-serif;
	border: none;
	border-radius: 0;
}

.daterangepicker .calendar-table th {
	font-weight: 500;
	color: #FFF;
}

.daterangepicker .calendar-table td {
	font-weight: 400;
	color: #596d78;
}

.daterangepicker td.active,.daterangepicker td.available:hover {
	background-color: #104d5e;
	color: #FFF;
}

.daterangepicker .calendar-table thead {
	background-color: #104d5e;
}

.daterangepicker .calendar-table thead tr:first-of-type th:first-of-type {
	border-radius: 4px 0 0;
}

.daterangepicker .calendar-table thead tr:first-of-type th:last-of-type {
	border-radius: 0 4px 0 0;
}

.daterangepicker .calendar-table thead tr:last-of-type th:first-of-type {
	border-radius: 0 0 0 4px;
}

.daterangepicker .calendar-table thead tr:last-of-type th:last-of-type {
	border-radius: 0 0 4px;
}

.daterangepicker th.available:hover {
	background-color: #104d5e;
}

.daterangepicker td.available:hover {
	border-radius: 4px;
}

.referral {
	padding-top: 40px;
	padding-bottom: 80px;
}

.current {
	max-width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	margin-bottom: 40px;
}

.current-content,.current-description {
	max-width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
}

.current-content {
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.current-description>p {
	font-size: 12px;
	line-height: 18px;
	color: #515151;
}

.current-money {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 18px 30px;
	background-color: #F1F1F1;
}

.refferal .modal-form>form,.statistics-form {
	display: block;
	width: 100%;
}

.current-button {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 270px;
	flex: 0 1 270px;
	max-width: 270px;
	margin-left: 20px;
}

.statistics {
	max-width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	margin-bottom: 40px;
}

.statistics-title {
	margin-bottom: 10px;
}

.statistics-form {
	margin-bottom: 20px;
}

.statistics-button {
	position: absolute;
	top: 64px;
	right: 0;
	-webkit-transform: translate(50%,-50%);
	-ms-transform: translate(50%,-50%);
	transform: translate(50%,-50%);
}

.refferal .modal,.refferal .overlay {
	position: fixed;
	left: 0;
	bottom: 0;
	overflow: hidden;
}

.statistics-button.is-open {
	-webkit-transform: translate(50%,-50%) rotate(135deg);
	-ms-transform: translate(50%,-50%) rotate(135deg);
	transform: translate(50%,-50%) rotate(135deg);
}

.refferal .modal {
	right: 0;
	top: 0;
	z-index: 1000;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	transition: all .3s ease-in-out;
	-webkit-transform: translateY(-20%);
	-ms-transform: translateY(-20%);
	transform: translateY(-20%);
}

.refferal .modal-content {
	max-width: 600px;
	margin: 100px auto;
	background-color: #F1F1F1;
	padding: 50px;
	position: relative;
}

.refferal .modal-description,.refferal .modal-item,.refferal .modal-title {
	margin-bottom: 30px;
}

.refferal .modal-title>h2 {
	font-size: 25px;
	line-height: 35px;
	text-transform: uppercase;
	font-weight: 700;
}

.refferal .modal-description>p {
	font-size: 20px;
	line-height: 20px;
}

.refferal .modal-item .jq-selectbox {
	width: 100%;
}

.refferal .modal-item .jq-selectbox__select {
	height: auto;
	padding: 16px 50px 16px 15px;
	border: 1px solid rgba(46,48,53,.2);
	border-radius: 6px;
	background: #FFF;
	-webkit-box-shadow: none;
	box-shadow: none;
	font: 20px/26px Roboto,sans-serif;
	color: #596d78;
	text-shadow: none;
	-webkit-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.refferal .modal-item .jq-selectbox__select:hover {
	background: #104d5e;
	color: #FFF;
}

.refferal .modal-item .jq-selectbox__select:hover .placeholder {
	color: #FFF;
}

.refferal .modal-item .jq-selectbox__select:hover .jq-selectbox__trigger-arrow {
	border-color: #FFF transparent transparent;
}

.modal-item .jq-selectbox__select:active {
	background: #F1F1F1;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.refferal .modal-item .jq-selectbox__select-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.refferal .modal-item .jq-selectbox__trigger {
	border: none;
	width: auto;
	height: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 15px;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	-o-transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
}

.refferal .modal-item .jq-selectbox__trigger-arrow {
	position: static;
	top: auto;
	right: auto;
	border-style: solid;
	border-width: 5px 4px 0;
	border-color: #104d5e transparent transparent;
	-webkit-transition: border-color .3s ease-in-out;
	-o-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
}

.refferal .modal-item .jq-selectbox__dropdown {
	border: none;
	font: 16px/26px Roboto,sans-serif;
	background: 0 0;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	border-radius: 2px;
}

.refferal .modal-item .jq-selectbox li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: auto;
	padding: 7px 25px 7px 15px;
	transition: all .3s ease-in-out;
	background: #F1F1F1;
}

.refferal .modal-item .jq-selectbox li:first-of-type {
	border-radius: 6px 6px 0 0;
}

.refferal .modal-item .jq-selectbox li:last-of-type {
	border-radius: 0 0 6px 6px;
}

.modal-item .jq-selectbox li.selected,.refferal .modal-item .jq-selectbox li:hover {
	background: #104d5e;
	color: #FFF;
}

.modal-item .jq-selectbox li.selected:after,.refferal .modal-item .jq-selectbox li:hover:after {
	color: #FFF;
}

.refferal .modal-item .jq-selectbox li:after {
	display: inline-block;
	content: attr(data-account);
	font-size: 16px;
	line-height: 26px;
	color: #596d78;
	text-align: right;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.refferal .modal-item .jq-selectbox .placeholder {
	color: #596d78;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.refferal .modal-item .jq-selectbox.focused .jq-selectbox__select {
	border: 1px solid rgba(46,48,53,.2);
}

.refferal .modal-item .jq-selectbox.opened .jq-selectbox__select {
	background-color: #104d5e;
	color: #FFF;
}

.refferal .modal-item .jq-selectbox.opened .placeholder {
	color: #FFF;
}

.refferal .modal-item .jq-selectbox.opened .jq-selectbox__trigger {
	-webkit-transform: translateY(-50%) rotate(-180deg);
	-ms-transform: translateY(-50%) rotate(-180deg);
	transform: translateY(-50%) rotate(-180deg);
}

.refferal .modal-item .jq-selectbox.opened .jq-selectbox__trigger-arrow {
	border-color: #FFF transparent transparent;
}

.refferal .modal-item .jq-selectbox.account .jq-selectbox__select-text:after {
	content: attr(data-account);
}

.refferal .modal-item__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.modal-field,input[type=number].modal-field,input[type=text].modal-field {
	font-family: Roboto,sans-serif;
	display: block;
	background-color: #FFF;
	font-size: 20px;
	line-height: 20px;
	padding: 12px;
	width: 100%;
	color: #596d78;
}

.refferal .modal-item__buttons>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 calc(50% - 15px);
	flex: 0 1 calc(50% - 15px);
	max-width: calc(50% - 15px);
}

input[type=number].modal-field,input[type=text].modal-field {
	border: 1px solid rgba(46,48,53,.2);
	border-radius: 6px;
	height: auto!important;
}

.modal-field {
	border: 1px solid rgba(46,48,53,.2);
	border-radius: 6px;
}

.modal-field::-webkit-input-placeholder {
	color: #596d78;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.modal-field::-moz-placeholder {
	color: #596d78;
	opacity: 1;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.modal-field:-ms-input-placeholder {
	color: #596d78;
	opacity: 1;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.modal-field::-ms-input-placeholder {
	color: #596d78;
	opacity: 1;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.modal-field::placeholder {
	color: #596d78;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.modal-field:focus {
	outline: 0;
}

input[type=text].modal-field:focus {
	outline: 0;
	box-shadow: none;
}

.modal-field:focus::-webkit-input-placeholder {
	opacity: 0;
}

.modal-field:focus::-moz-placeholder {
	opacity: 0;
}

.modal-field:focus:-ms-input-placeholder {
	opacity: 0;
}

.modal-field:focus::-ms-input-placeholder {
	opacity: 0;
}

.modal-field:focus::placeholder {
	opacity: 0;
}

.modal-image {
	text-align: center;
}

.modal-image>img {
	display: inline-block;
}

.modal.is-open {
	visibility: visible;
	pointer-events: all;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.refferal .overlay {
	right: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.refferal .overlay.is-active {
	visibility: visible;
	pointer-events: all;
	opacity: 1;
}

@media screen and (max-width:1199.98px) {
	.button__watch,.link__download,.scoreboard {
		font-size: 14px;
		line-height: 24px;
	}

	.scoreboard-item__preview>img {
		max-width: 50px;
		max-height: 50px;
	}
}

@media screen and (max-width:991.98px) {
	.scoreboard__banner .scoreboard-head {
		display: none;
	}

	.scoreboard__banner .scoreboard-item {
		display: block;
		padding: 8px 20px;
	}

	.scoreboard__banner .scoreboard-item:before {
		display: inline-block;
		margin-right: 10px;
		content: attr(data-label) ":";
	}

	.scoreboard__banner .scoreboard-item:first-of-type,.scoreboard__banner .scoreboard-item:last-of-type {
		width: 100%;
		padding: 10px 20px;
	}

	.scoreboard__banner .scoreboard-body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.scoreboard__banner .scoreboard-body>tr {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 calc(50% - 15px);
		flex: 0 1 calc(50% - 15px);
		max-width: calc(50% - 15px);
		margin-bottom: 30px;
		border-radius: 2px;
	}

	.scoreboard__banner .scoreboard-body>tr:nth-of-type(even),.scoreboard__banner .scoreboard-body>tr:nth-of-type(odd) {
		background-color: #F1F1F1;
	}

	.promo-item__filter {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 330px;
		flex: 0 1 330px;
		max-width: 330px;
	}

	.filter-content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.filter-item__search {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		max-width: 100%;
	}

	.calendar {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

@media screen and (max-width:767.98px) {
	.calendar-item,.current-money {
		margin-bottom: 20px;
		max-width: 100%;
	}

	.current-content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.current-money {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
	}

	.current-button {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		max-width: 100%;
		margin-left: 0;
	}

	.calendar {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.calendar-item {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		margin-right: 0;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.calendar-item:last-of-type {
		margin-bottom: 0;
	}

	.promo-content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 10px;
	}

	.promo-item {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 10px;
	}

	.promo-item__filter {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		max-width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.promo-item:last-of-type {
		margin-bottom: 0;
	}

	.refferal .button.button__lang {
		max-width: calc(25% - 15px);
		-webkit-box-flex: 1;
		-ms-flex: 1 1 calc(25% - 15px);
		flex: 1 1 calc(25% - 15px);
		margin-right: 0;
	}

	.scoreboard__banner .scoreboard-body>tr {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}
}

@media screen and (max-width:600px) {
	.modal-content {
		padding: 50px 20px;
	}
}

@media screen and (max-width:479.98px) {
	.current-button,.current-description,.promo-title,.statistics-title {
		text-align: left;
	}

	.scoreboard-item,.scoreboard-item:first-of-type,.scoreboard-item:last-of-type {
		padding: 8px 10px;
	}

	.promo-item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.promo-content {
		margin-bottom: 0;
	}

	.promo-title {
		margin-bottom: 10px;
	}

	.banner-item {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}

	.banner-item:last-of-type {
		margin-bottom: 0;
	}

	.calendar-item,.calendar-name,.current-money,.refferal .button.button__lang,.statistics-form {
		margin-bottom: 10px;
	}

	.refferal .button.button__lang {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 calc(50% - 5px);
		flex: 1 1 calc(50% - 5px);
		max-width: calc(50% - 5px);
	}

	.calendar {
		margin-top: 10px;
	}

	.calendar-item {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.calendar-name {
		margin-right: 0;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		max-width: 100%;
	}

	.statistics-button {
		top: 40px;
		right: 10px;
	}

	.scoreboard-head {
		display: none;
	}

	.scoreboard-body>tr {
		display: block;
		border-radius: 2px;
	}

	.scoreboard-item {
		display: block;
	}

	.scoreboard-item:before {
		display: inline-block;
		content: attr(data-label) ":";
		margin-right: 10px;
	}

	.scoreboard-item__preview>img {
		margin-right: 10px;
	}

	.modal-item__buttons {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.modal-item__buttons>* {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		max-width: 100%;
	}

	.modal-item .jq-selectbox__select {
		font: 16px/24px Roboto,sans-serif;
		padding: 16px 25px 16px 15px;
	}
}

@media screen and (max-width:379.98px) {
	.refferal .modal-content {
		margin: 50px auto;
	}

	.refferal .modal-title>h2 {
		font-size: 22px;
		line-height: 32px;
	}

	.refferal .button {
		max-width: 100%;
	}

	.refferal .button.button__lang {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 calc(50% - 5px);
		flex: 1 1 calc(50% - 5px);
		max-width: calc(50% - 5px);
	}
}

.modal-item {
	margin-bottom: 30px;
}

.modal-label {
	display: block;
	text-align: left;
	font-family: Roboto,sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	color: #596d78;
	opacity: .5;
	margin-bottom: 10px;
}

.flex-button {
	display: flex;
	justify-content: space-between;
}

.flex-button .button {
	width: 49%;
}

.modal-title-balance {
	font-size: 22px;
	line-height: 35px;
	text-transform: uppercase;
	font-weight: 700;
}

.inline-select-big .ui.dropdown {
	padding: 16px 50px 16px 15px;
}

.inline-select-big .ui.dropdown .text {
	color: #596d78;
	font-size: 20px;
}

.inline-select-big .ui.selection.dropdown .menu>.item {
	padding: 1.11428571rem 1.14285714rem!important;
}

.ui.small600.modal {
	width: 600px;
}

.ddsa {
	opacity: .5;
	pointer-events: none;
}

.scoreboard td,.scoreboard th {
	border: none!important;
}

@media (max-width:450px) {
	.cd_pay_add,.cd_pay_fund {
		float: none;
		width: 100%;
		margin-bottom: 10px!important;
	}

	.cd-pay-attr {
		display: none;
	}
}

@media (max-width:600px) {
	.ticket-action-filter {
		float: none!important;
		margin-top: 15px!important;
	}

	.kayako-empty {
		line-height: normal!important;
		font-size: 2em!important;
	}

	.kayako-area .boxcontainercontent .ticketlistheaderrow {
		min-width: auto!important;
		font-size: 10px!important;
		line-height: 12px;
		padding: 0!important;
	}

	.ticketpostbar {
		width: 150px!important;
	}

	.ticketpostcontents {
		margin-left: 170px!important;
	}

	.ticketgeneralpropertiescontent {
		font-size: 11px!important;
	}

	.ticketgeneraltitle {
		font-size: 2em!important;
	}

	.ticket-closer {
		float: none!important;
	}
}

@media (max-width:460px) {
	.login-row {
		padding-top: 35px!important;
	}
}

@media (max-width:767px) {
	.history-table.table>table tr td:nth-child(5):before {
		content: 'Amount:'!important;
		display: inline;
		margin-right: 5px;
		color: #58627c;
	}
}

@media (max-width:1160px) {
	.lang .item {
		display: block!important;
	}
}

.pay-tabs.tabular .item {
	outline: 0;
}

.ui.segment[class*="bottom attached"] {
	border: none;
	padding: 0;
}

.footnote {
	margin-top: 30px;
}

.ui.accordion.faq {
	margin-top: 0;
}

.hidden-tblabel {
	display: none;
}

.type-cards .card {
	display: block;
	max-width: 100%;
}

.type-cards .row-3 {
	padding: 0 15px;
}

.type-cards {
	margin: 0 -15px;
}

.mob-tab-nav .text {
	font-size: 16px;
	vertical-align: middle;
	color: #ffc100!important;
	white-space: nowrap;
	width: calc(100% - 30px);
	overflow: hidden;
	text-overflow: ellipsis;
}

.mob-tab-nav {
	max-width: 400px;
	margin: 0 auto;
	display: none;
}

.ui.dropdown.mob-tabular {
	background: #f6f8fa;
	width: 100%;
	padding: 14px 15px;
	border-bottom: 3px solid #8b8c8d;
}

.ui.dropdown.mob-tabular .text {
	color: #8b8c8d!important;
}

.ui.dropdown.mob-tabular>.dropdown.icon {
	float: right;
	margin-top: 2px;
}

.ui.dropdown.mob-tabular .menu {
	margin-left: 0;
	min-width: 100%;
	padding: 0;
}

.ui.dropdown.mob-tabular .menu>.item {
	font-size: 16px;
	padding: 14px 15px!important;
	text-decoration: none;
	display: block;
	background: #fff;
	color: #000;
	white-space: normal;
}

.mob-tab-nav .item:after {
	display: none!important;
}

.mob-tab-nav .item {
	border-left: none!important;
	border-top: 1px solid #eee!important;
}

.mob-tab-nav .ui.dropdown .menu .selected.item,.mob-tab-nav .ui.dropdown .menu>.item:hover {
	background: #eee;
}

.mob-main-tabs {
	padding-top: 30px;
	margin-bottom: 60px;
}

.expire-date .ui.selection.dropdown {
	min-width: 20px;
}

.ui.sidebar.menu .ui.item.lang {
	display: none;
}

.register-form .ui.selection.dropdown {
	background: #FFF;
	border: 1px solid #eee;
}

.history-filter .ui.selection.dropdown {
	background: #f1f1f1;
}

@media (max-width:1279px) {
	.top-nav.inner .float-left.nav .item,.top-nav.inner .float-right.nav .not-item,.top-nav.inner .float-right.nav>.item:not(.lang) {
		display: none;
	}
}

@media (max-width:1139px) {
	.ui.item.lang {
		margin-top: 27px;
	}

	.ui.pointing.dropdown.lang>.menu:after {
		left: 80%;
	}

	.img-bg-section {
		padding-top: 80px;
	}

	.ui.sidebar {
		padding-top: 72px!important;
	}

	.ui.dropdown.lang .menu {
		right: 0;
		left: auto;
	}

	.top-bar .float-left {
		margin-top: 6px;
		margin-left: 175px;
	}

	.logo a {
		display: block;
		width: 100%;
	}

	.top-nav,.top-nav.dark {
		padding-bottom: 0;
	}

	.ui.dropdown.dropdown-call .menu {
		margin: 13px 0 0;
		left: -36px;
		width: 275px;
		min-width: 275px;
	}

	.ui.dropdown.dropdown-call .menu * {
		white-space: normal;
	}

	.ui.dropdown.dropdown-call .menu .callback-btn {
		margin: 20px auto 0;
		display: block;
		max-width: 130px;
		padding: 14px 20px!important;
	}

	input.call-input {
		width: 208px;
	}

	.phone-notice {
		text-align: center;
	}

	.float-left.nav {
		padding-top: 12px;
	}

	.float-right.nav {
		padding-top: 0;
		height: auto;
	}

	.top-bar .float-right.nav {
		padding-top: 5px;
	}

	.float-left.nav .item,.float-right.nav .not-item,.float-right.nav>.item:not(.lang) {
		display: none;
	}

	.menu-toggle {
		display: block;
		float: right;
		margin-left: 20px;
	}

	.sidebar .ui.dropdown .menu {
		left: 0;
		margin-left: 25px!important;
	}

	.sidebar .ui.pointing.dropdown>.menu:after {
		left: 17%!important;
	}

	.ui.sidebar .ui.pointing.dropdown .item {
		font-size: 14px!important;
		text-transform: capitalize!important;
	}

	.ui.sidebar .ui.button.login {
		background: rgba(255,255,255,.05);
		border-radius: 20px;
		padding: 10px 20px!important;
	}

	.ui.sidebar .ui.button.login,.ui.sidebar .ui.button.sign {
		min-width: 100%;
	}
}

@media (max-width:1030px) {
	.offers ul li {
		width: 100%;
		margin-bottom: 50px;
	}

	.offers ul li .border {
		min-height: 50px;
	}
}

@media (max-width:960px) {
	.advantage-wrap .ui.button.middle,.app-info ul,.monitor {
		margin-left: auto;
		margin-right: auto;
	}

	.advantage-item {
		width: 30%;
	}

	.dot-separator {
		display: none;
	}

	.advantage-wrap .ui.button.middle {
		padding-left: 20px;
		padding-right: 20px;
		display: block;
		max-width: 295px;
	}

	.partner-benefits ul li {
		width: 48%;
		margin-bottom: 50px;
	}

	.partner-benefits {
		padding-bottom: 10px;
	}

	.row-2.app-info {
		width: 100%;
		padding-left: 0;
		text-align: center;
		padding-top: 40px;
	}

	.row-2.devices {
		width: 100%;
	}

	.app-info ul {
		text-align: left;
		max-width: 400px;
	}

	.monitor {
		position: relative;
		width: 500px;
	}

	.monitor img {
		width: 100%;
	}

	.point-4 {
		top: 33px;
		right: 7%;
	}

	.point-5 {
		top: 138px;
		right: 8%;
	}

	.point-6 {
		top: 220px;
		right: 6%;
	}

	.point-1 {
		top: 25px;
		left: 40%;
	}

	.point-3 {
		top: 145px;
		left: 29%;
	}

	.point-2 {
		top: 82px;
		left: 5%;
	}

	.tabular.pay-tabs {
		display: none;
	}

	.funding-method-wrap .mob-tab-nav.tabular,.mob-tab-nav.pay-tabs-mob,.pay-tabs-wrap .mob-tab-nav {
		display: block;
	}

	.withdraw-form .eleven.wide.column,.withdraw-form .five.wide.column {
		width: 100%!important;
	}

	.cc-card-form-width {
		padding-left: 0;
	}
}

@media (max-width:920px) {
	.additional-benefits li br,.benefits ul.main-benefits li .right-text h3 br {
		display: none;
	}

	.type-cards .card .card-text ul {
		font-size: 16px;
	}

	.additional-benefits ul,.additional-benefits ul+ul {
		width: 100%;
		padding-left: 30px;
	}

	.benefits ul.main-benefits li {
		width: 100%;
		min-height: 100px;
		padding-right: 0;
	}

	.benefits ul.main-benefits li+li {
		margin-top: 50px!important;
	}

	.benefits ul.main-benefits li:nth-child(2n) {
		padding-left: 0;
	}

	.top-section .row {
		padding-right: 20px;
		padding-left: 20px;
	}

	.menu-toggle {
		margin-left: 15px;
	}

	.type-cards {
		margin-left: -15px;
		margin-right: -15px;
		font-size: 0;
	}

	.type-cards .row-3 {
		width: 50%;
		padding: 0 15px 30px;
		float: none;
		display: inline-block;
		vertical-align: top;
	}

	.type-cards .card {
		width: 100%;
		max-width: 100%;
	}

	.img-bg-section ul.tabs {
		overflow-x: auto;
		white-space: nowrap;
		margin-left: -20px;
		margin-right: -20px;
	}
}

@media (max-width:860px) {
	.account-features .card-text ul li {
		width: 48%;
	}

	.history-table table tr td,.history-table table tr th,.reports-table table tr td {
		font-size: 14px;
		padding: 20px 15px;
	}

	.history-filter>div {
		margin-right: 20px;
	}

	.mini-withdraw-form {
		display: block;
	}

	.mini-withdraw-form>div.add-card-button {
		width: 100%;
		display: block;
	}

	.mini-withdraw-form>div.input-amount-wrap {
		width: 100%;
		display: block;
		border-top: 2px solid #fff;
		border-left: none;
	}

	.mini-withdraw-form .add-card-button .ui.button {
		width: 200px;
	}

	.withdraw-form .row-2 {
		width: 100%;
		float: none;
	}

	.withdraw-form .row-2+.row-2 {
		width: 100%;
		float: none;
		margin-top: 30px;
	}

	.cvv-code:after {
		content: '';
		display: block;
		clear: both;
	}

	.footer-cols {
		display: block;
		font-size: 0;
	}

	.footer-cols .row-6 {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		margin-bottom: 40px;
	}

	.top-info .tabular .item {
		padding: 22px 20px;
	}
}

@media (max-width:767px) {
	.ui.accordion .title:not(.ui) {
		padding: 20px 85px 20px 20px;
		font-size: 18px;
	}

	.ui.accordion .accordion .title .dropdown.icon,.ui.accordion .title .dropdown.icon {
		width: 40px;
	}

	.form-row,.icons-row {
		width: 100%;
	}

	.ui.accordion:not(.styled) .accordion .title~.content:not(.ui),.ui.accordion:not(.styled) .title~.content:not(.ui) {
		padding: 0 20px 20px;
	}

	.faq-tabs.tabular,.tabs {
		display: none;
	}

	.mob-tab-nav {
		display: block;
	}

	.mob-tab-nav.tabular {
		margin-bottom: 30px;
	}

	.icons-row {
		text-align: center;
		padding-top: 20px;
	}

	.icons-row .ben-item {
		width: 30%;
		display: inline-block;
	}

	.advantage-item {
		width: 48%;
	}

	.history-table.table>table tr:first-child {
		display: none;
	}

	.history-table tbody,.history-table.table>table {
		display: block;
	}

	.history-table.table>table tr {
		display: block;
		padding: 15px 5px;
	}

	.history-table.table>table tr td {
		display: block;
		text-align: center;
		padding: 2px 15px;
		height: auto;
	}

	.history-table table tr td:last-child,.history-table.table>table tr td:first-child {
		text-align: center;
	}

	.history-table.table>table tr td:nth-child(1):before {
		content: 'ID:';
		display: inline;
		margin-right: 5px;
		color: #58627c;
	}

	.history-table.table>table tr td:nth-child(2):before {
		content: 'Date:';
		display: inline;
		margin-right: 5px;
		color: #58627c;
	}

	.history-table.table>table tr td:nth-child(3):before {
		content: 'Type:';
		display: inline;
		margin-right: 5px;
		color: #58627c;
	}

	.history-table.table>table tr td:nth-child(4):before {
		content: 'Status:';
		display: inline;
		margin-right: 5px;
		color: #58627c;
	}

	.history-table.table>table tr td:nth-child(5):before {
		content: 'Method:';
		display: inline;
		margin-right: 5px;
		color: #58627c;
	}

	.history-table.table>table tr td:nth-child(6):before {
		content: 'Amount:';
		display: inline;
		margin-right: 5px;
		color: #58627c;
	}

	.reports-table.table>table tr:first-child {
		display: none;
	}

	.reports-table tbody,.reports-table.table>table {
		display: block;
	}

	.reports-table.table>table tr {
		display: block;
		padding: 15px 5px;
	}

	.reports-table.table>table tr td {
		display: block;
		text-align: left!important;
		padding: 2px 15px;
		height: auto;
	}

	.history-table table tr td:last-child,.reports-table.table>table tr td:first-child {
		text-align: left;
	}

	.reports-table.table>table tr td:nth-child(1):before {
		content: 'ID:';
		display: inline;
		margin-right: 5px;
		color: #58627c;
	}

	.reports-table.table>table tr td:nth-child(2):before {
		content: 'Asset:';
		display: inline;
		margin-right: 5px;
		color: #58627c;
	}

	.reports-table.table>table tr td:nth-child(3):before {
		content: 'Call/Put:';
		display: inline;
		margin-right: 5px;
		color: #58627c;
	}

	.reports-table.table>table tr td:nth-child(4):before {
		content: 'Start Time:';
		display: inline;
		margin-right: 5px;
		color: #58627c;
	}

	.reports-table.table>table tr td:nth-child(5):before {
		content: 'End time:';
		display: inline;
		margin-right: 5px;
		color: #58627c;
	}

	.reports-table.table>table tr td:nth-child(6):before {
		content: 'Open price:';
		display: inline;
		margin-right: 5px;
		color: #58627c;
	}

	.reports-table.table>table tr td:nth-child(7):before {
		content: 'Close price:';
		display: inline;
		margin-right: 5px;
		color: #58627c;
	}

	.reports-table.table>table tr td:nth-child(8):before {
		content: 'Investment:';
		display: inline;
		margin-right: 5px;
		color: #58627c;
	}

	.reports-table.table>table tr td:nth-child(9):before {
		content: 'Payout:';
		display: inline;
		margin-right: 5px;
		color: #58627c;
	}

	.history-filter {
		margin-bottom: 0;
	}

	.history-filter>div {
		margin-bottom: 30px;
	}

	.video-item {
		width: 48%;
	}

	.method-benefits {
		margin-bottom: 0;
	}

	.method-benefits .ben-item {
		width: 48%;
		margin-bottom: 40px;
	}

	.method-benefits .ben-item p {
		max-width: 180px;
		margin-right: auto;
		margin-left: auto;
	}

	.methods-description-table tr:first-child {
		display: none;
	}

	.methods-description-table,.methods-description-table tbody {
		display: block;
	}

	.methods-description-table tr {
		display: block;
		padding: 15px 5px;
	}

	.methods-description-table tr td {
		display: block;
		text-align: left;
		padding: 5px 15px!important;
		height: auto!important;
	}

	.methods-description-table tr td:first-child,.methods-description-table tr td:last-child {
		text-align: left;
	}

	.methods-description-table tr td:nth-child(2):before {
		content: 'Regions covered:';
		display: inline;
		margin-right: 5px;
		color: #58627c;
	}

	.methods-description-table tr td:nth-child(3):before {
		content: 'Transfer fee*:';
		display: inline;
		margin-right: 5px;
		color: #58627c;
	}

	.methods-description-table tr td:nth-child(4):before {
		content: 'Funding time** (to account):';
		display: inline;
		margin-right: 5px;
		color: #58627c;
	}

	.methods-description-table tr td:nth-child(5):before {
		content: 'Withdrawal time*** (from account):';
		display: inline;
		margin-right: 5px;
		color: #58627c;
	}

	.methods-description-table tr td br {
		display: none;
	}

	.input-amount-wrap label {
		display: block;
		margin-bottom: 5px;
	}

	.input-amount-wrap input[type=text] {
		width: calc(100% - 142px);
	}

	.drag-notice .float-left {
		float: none;
		width: 100%;
	}

	.drag-notice .float-right {
		float: none;
		margin-top: 20px;
		display: block;
	}

	.range-names .name {
		padding: 20px 10px;
	}
}

@media (max-width:640px) {
	.account-features .card-text ul li,.c-phones,.how-partner-work .ben-item,.type-cards .row-3 {
		width: 100%;
	}

	.table.get-paid+p br,.top-bar-nav span {
		display: none;
	}

	.cc-card-form-width {
		overflow-x: auto;
	}

	.cc-card-form-width>.ui.grid {
		min-width: 500px;
	}

	.top-bar .dinb {
		margin-right: 15px;
		font-weight: 300;
	}

	.phone-open {
		margin-right: 0;
	}

	.type-cards .card .card-text ul {
		min-height: 125px;
	}

	.form-row.account-data.contact-us {
		max-width: 100%;
		float: none;
	}

	.c-phones {
		float: none;
		margin-left: 0;
		border-left: none;
		padding-left: 0;
		padding-top: 30px;
		margin-top: 30px;
	}

	.how-partner-work .ben-item p {
		max-width: 200px;
		margin-right: auto;
		margin-left: auto;
	}

	.how-partner-work .ben-item+.ben-item {
		margin-top: 50px;
	}
}

@media (max-width:580px) {
	.video-item {
		width: 100%;
	}

	.compare-table table tr:first-child,.icons-row {
		display: none;
	}

	.compare-table table,.compare-table table tr,.compare-table tbody {
		display: block;
	}

	.compare-table table tr td,.compare-table table tr th {
		display: block;
		width: 100%;
	}

	.hidden-tblabel {
		display: block;
		margin-bottom: 10px;
	}

	h2.title {
		font-size: 24px;
	}

	h1.main-title {
		font-size: 40px;
		text-transform: uppercase;
		font-weight: 500;
		margin-bottom: 40px;
	}

	p.sub-title {
		font-size: 20px;
	}

	ul.deposit-line li {
		padding: 20px;
	}

	.content-box {
		margin-bottom: 50px;
	}

	.type-cards {
		margin-bottom: 15px;
	}

	.fixed-income-table table,.fixed-income-table table tr,.fixed-income-table tbody {
		display: block;
	}

	.fixed-income-table table tr td {
		display: block;
		height: auto;
	}

	.fixed-income-table table tr td:first-child {
		padding-bottom: 0;
		color: #737e9a;
	}

	.fixed-income-table table tr td+td {
		padding-top: 10px;
	}

	.form-row .half-line {
		width: 100%;
		padding: 0;
	}

	.form-row .half-line+.half-line {
		margin-top: 20px;
	}

	.register-form .check-terms.float-left {
		float: none;
		margin-bottom: 20px;
	}

	.register-form .ui.button {
		float: none;
	}

	.form-row .line-25 {
		width: 40%;
	}

	.form-row .line-75 {
		width: 60%;
	}

	.monitor,.partner-benefits ul li {
		width: 100%;
	}

	.table.get-paid table tr td,.table.get-paid table tr th {
		font-size: 13px;
		padding: 20px;
	}

	.monitor .point {
		display: none!important;
	}
}

@media (max-width:480px) {
	.ui.accordion .title:not(.ui) {
		font-size: 15px;
	}

	.ui.sidebar.menu .ui.item.lang {
		display: inline-block;
		margin-top: 20px;
		margin-right: 0;
	}

	.ui.dropdown.dropdown-call .menu {
		left: -125px;
	}

	.top-bar .float-left {
		margin-left: 125px;
	}

	.top-bar-nav span {
		display: none;
	}

	.top-bar .dinb {
		margin-right: 8px;
	}

	.top-phone {
		font-size: 12px;
		margin-right: 20px;
	}

	.calendar-wrap {
		width: 49%;
		margin-bottom: 15px;
	}

	.calendar-wrap input.date {
		padding-left: 44px!important;
		font-size: 12px;
	}

	.history-filter .radio-item {
		font-size: 12px;
		margin-right: 15px;
	}

	.advantage-item {
		width: 100%;
	}

	.bonus-wrap .table table tr th {
		font-size: 13px;
		padding: 20px;
	}

	.bonus-wrap .table table tr td {
		padding: 20px;
		font-size: 16px;
	}

	.bonus-wrap .table table tr td:last-child,.bonus-wrap .table table tr th:last-child {
		width: 35%;
	}

	.map-canvas-wrap {
		height: 180px;
	}

	#map-canvas {
		height: 210px;
	}

	.web-shops-links a {
		display: block;
		max-width: 216px;
		margin-left: auto;
		margin-right: auto;
	}

	.web-shops-links a.app-store {
		margin-left: auto;
		margin-top: 20px;
	}

	.top-info>p br {
		display: none;
	}

	.input-amount-wrap input[type=text] {
		width: 100%!important;
		margin-bottom: 20px;
	}

	.footer-cols .row-6,.input-amount-wrap .ui.button {
		display: block;
		width: 100%;
	}

	.input-amount-wrap label {
		margin-right: 0;
		text-align: center;
	}

	.account-funding .pay-tabs-content {
		margin-bottom: -50px;
	}

	.footer-cols .row-6 {
		text-align: center;
	}

	.footer-column ul li {
		padding-right: 0;
	}

	.withdraw-form {
		margin-right: -20px;
		margin-left: -20px;
		padding: 10px;
	}

	.funding-method-wrap .title {
		word-break: break-all;
	}
}

@media (max-width:420px) {
	.how-partner-work .ben-item {
		margin-bottom: 0;
	}

	.card-inputs {
		width: calc(100% + 8px);
	}

	.expire-date span {
		padding-right: 4px;
	}

	.expire-date span+span {
		padding-left: 4px;
	}

	.card-inputs span {
		padding-right: 8px;
	}

	.cvv-code span {
		width: 32%;
	}

	.weekly_payouts .notice br {
		display: none;
	}

	.login-form {
		padding: 0 30px 40px;
	}

	h1.main-title {
		font-size: 27px;
		text-transform: uppercase;
		font-weight: 500;
		margin-bottom: 40px;
	}

	.offers ul li {
		padding-left: 0;
		padding-right: 0;
	}

	.big-btn-wrap {
		padding-top: 35px;
	}

	.big-icon-cards,.big-icon-earth,.big-icon-gear,.big-icon-stats {
		float: none;
	}

	.benefits ul li .right-text {
		margin-left: 0;
		padding-right: 0;
		margin-top: 20px;
		text-align: center;
	}

	.weekly_payouts h2.title span {
		display: inline-block;
		position: relative;
		max-width: 150px;
	}

	.mobile-platform-wrap>.row>p br,.partner-wrap>p br {
		display: none;
	}

	.weekly_payouts h2.title span:after,.weekly_payouts h2.title span:before {
		top: 35px;
	}

	.ui.left.sidebar,.ui.right.sidebar {
		width: 220px!important;
	}

	.ui.button.big {
		padding: 20px 40px;
	}

	.form-row.account-data .line:last-child .float-left {
		float: none;
		margin-bottom: 20px;
	}

	.ben-item {
		width: 49%;
		margin-bottom: 40px;
		padding: 0 10px;
	}

	.card-inputs input[type=text],.cvv-code input[type=text] {
		padding-right: 10px;
		padding-left: 10px;
	}

	.cvv-code small {
		display: block;
	}

	.deposit-submit-wrap .ui.button {
		width: 100%;
		margin-bottom: 10px;
	}

	.type-cards .card .card-text {
		padding: 20px;
	}
}

@media (max-width:350px) {
	.ui.dropdown.dropdown-call .menu {
		left: -120px;
	}

	.top-bar .float-left {
		margin-left: 120px;
	}

	.top-phone {
		font-size: 11px;
	}
}

@media (max-width:1000px) {
	.map-canvas-wrap,.mobile-platform-wrap,.partner-benefits {
		margin-left: -20px;
		margin-right: -20px;
	}

	.map-canvas-wrap {
		width: calc(100% + 40px);
	}

	.how-partner-work .ben-item+.ben-item .round:before {
		display: none;
	}
}

@media (min-width:1000px) {
	.status-width {
		width: 23px!important;
	}
}

@media (max-width:460px) {
	.theme-wrap .top-line {
		display: none;
	}
}

@media (max-width:400px) {
	.history-table .ng-flat-datepicker table tr td,.reports-table .ng-flat-datepicker table tr td {
		text-align: center!important;
	}
}

.m-signature-pad {
	position: absolute;
	font-size: 10px;
	width: 700px;
	height: 400px;
	top: 50%;
	left: 50%;
	margin-left: -350px;
	margin-top: -200px;
	border: 1px solid #e8e8e8;
	background-color: #fff;
	box-shadow: 0 1px 4px rgba(0,0,0,.27),0 0 40px rgba(0,0,0,.08) inset;
	border-radius: 4px;
}

.m-signature-pad:after,.m-signature-pad:before {
	position: absolute;
	z-index: -1;
	content: "";
	width: 40%;
	height: 10px;
	left: 20px;
	bottom: 10px;
	background: 0 0;
	-webkit-transform: skew(-3deg) rotate(-3deg);
	-moz-transform: skew(-3deg) rotate(-3deg);
	-ms-transform: skew(-3deg) rotate(-3deg);
	-o-transform: skew(-3deg) rotate(-3deg);
	transform: skew(-3deg) rotate(-3deg);
	box-shadow: 0 8px 12px rgba(0,0,0,.4);
}

.m-signature-pad:after {
	left: auto;
	right: 20px;
	-webkit-transform: skew(3deg) rotate(3deg);
	-moz-transform: skew(3deg) rotate(3deg);
	-ms-transform: skew(3deg) rotate(3deg);
	-o-transform: skew(3deg) rotate(3deg);
	transform: skew(3deg) rotate(3deg);
}

.m-signature-pad--body {
	position: absolute;
	left: 20px;
	right: 20px;
	top: 20px;
	bottom: 80px;
	border: 1px solid #f4f4f4;
}

.m-signature-pad--body canvas {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	box-shadow: 0 0 5px rgba(0,0,0,.02) inset;
}

.m-signature-pad--footer {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
	height: 60px;
}

.m-signature-pad--footer .description {
	color: #C3C3C3;
	text-align: center;
	font-size: 1.2em;
	margin-top: 1em;
}

.m-signature-pad--footer .left,.m-signature-pad--footer .right {
	position: absolute;
	bottom: 0;
}

.m-signature-pad--footer .left {
	left: 0;
}

.m-signature-pad--footer .right {
	right: 0;
}

@media screen and (max-width:1024px) {
	.m-signature-pad {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: auto;
		height: auto;
		min-width: 250px;
		min-height: 140px;
		margin: 5%;
	}

	#github {
		display: none;
	}
}

@media screen and (min-device-width:768px) and (max-device-width:1024px) {
	.m-signature-pad {
		margin: 10%;
	}
}

@media screen and (max-height:320px) {
	.m-signature-pad--body {
		left: 0;
		right: 0;
		top: 0;
		bottom: 32px;
	}

	.m-signature-pad--footer {
		left: 20px;
		right: 20px;
		bottom: 4px;
		height: 28px;
	}

	.m-signature-pad--footer .description {
		font-size: 1em;
		margin-top: 1em;
	}
}

@media screen and (max-width:420px) {
	.m-signature-pad--footer .description {
		display: none;
	}
}

.m-sign-layout {
	position: fixed;
	z-index: 1000;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.3);
}

.kayako-discuss-subject-title,.ticketpostcontentsattachmentitem,.upload-list-name {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.upload-list-name,.upload-list-status {
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	line-height: 25px;
}

.boxcontainercontent,.ticketpostcontainer {
	box-shadow: 0 3px 10px rgba(0,0,0,.085);
}

.upload-list-name {
	width: 69%;
}

.upload-list-status {
	width: 30%;
	text-align: right;
}

.btn-file {
	position: relative;
	cursor: pointer;
}

.btn-file>input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

.upload-list {
	list-style: none;
	padding: 0;
}

.upload-list>li {
	padding: 5px 2px;
}

.progress {
	position: relative;
	height: 6px;
	display: block;
	width: 100%;
	background-color: #c5cae9;
	background-clip: padding-box;
	overflow: hidden;
}

.progress .determinate {
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: #3f51b5;
	transition: width .3s linear;
}

.form-control-capy,.form-control-capy:active,.form-control-capy:focus {
	background: #fafafa;
}

.form-control-capy {
	border: none;
	border-radius: 3px;
	color: #000;
	display: inline-block;
	font-weight: 300;
	min-height: 2.7142em;
	outline: 0;
	padding: .785714em 2.6em .785714em 1em;
	transition: all .2s ease-in-out 0s;
	width: 100%;
}

.kayako-area {
	min-height: 450px;
}

.pp {
	margin-bottom: 30px;
}

.tk-submit {
	vertical-align: top!important;
	margin-top: 3px!important;
}

.kayako-error {
	line-height: 100px;
	color: #f7495c;
	font-size: 26px;
}

.ticket-action-filter {
	float: right;
	font-size: 16px;
}

.ticket-action-filter-active {
	color: #8dc63f!important;
}

.ticket-action-filter a {
	display: inline-block;
	vertical-align: top;
	margin: 0 3px;
	font-weight: 700;
	color: #333;
}

.ticket-action-filter span {
	color: #DDD;
}

.ticket-status-open {
	background: #8BB467;
}

.ticket-status-progress {
	background: #b34a4a;
}

.ticket-status-closed {
	background: #5f5f5f;
}

.ticketgeneralpropertiesobject,.ticketgeneralpropertiesobjectmed,.ticketgeneralpropertiesobjectwide {
	color: #fff;
	display: block;
	float: left;
	min-height: 75px;
	padding: 12px;
	background: #8BB467;
}

.ticketgeneralinfocontainer {
	color: #f4f4f4;
	font-size: 13px;
	padding: 0 10px;
}

.ticketgeneraltitle {
	color: #458;
	font-size: 30px;
	font-weight: 300;
	line-height: 36px;
	padding: 0;
}

.ticketgeneraltitlecontainer {
	padding: 14px 10px 10px;
}

.ticketgeneralcontainer {
	background: #f8f8f8;
	border: 1px solid #DFDFDF;
	padding: 0;
}

.ticketgeneralpropertiesobject {
	border-right: 1px solid rgba(255,255,255,.2);
	box-sizing: border-box;
	width: 20%!important;
}

.ticketgeneralpropertiestitle {
	color: rgba(255,255,255,.75);
	font-size: 11px;
}

.tick-add-button {
	padding: 15px 0;
}

.ticketgeneralpropertiescontent {
	color: #fff;
	font-size: 16px;
	line-height: 1em;
}

.ticketpostcontainer {
	background-color: rgba(235,235,235,.8);
	border: 1px solid transparent;
	margin: 0 0 20px;
	position: relative;
}

.ticketpostbar {
	float: left;
	padding: 10px;
	width: 224px;
}

.ticketpostbarname {
	color: #458;
	font-size: 21px;
	font-weight: 300;
	margin: 6px 0;
}

.tpbadgetext {
	color: #ccc;
	font-size: 14px;
}

.ticketpostcontents {
	background: rgba(255,255,255,.4);
	height: auto;
	margin-left: 238px;
	position: relative;
}

.ticketpostcontentsbar {
	border-bottom: 1px solid #DFDFDF;
	margin-bottom: 5px;
	padding: 10px 20px;
}

.ticketpostcontentsbar .ticketbarcontents {
	color: #111;
	font-size: 14px;
}

.ticketpostcontentsdetails {
	padding: 10px 0 0;
}

.ticketpostcontentsholder {
	padding: 0 0 5px 20px;
}

.ticketpostcontentsdetailscontainer {
	color: #458;
	cursor: text;
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 15px;
	word-wrap: break-word;
}

.ticketlistheaderrow:nth-child(1) {
	width: 15%;
}

.ticketlistheaderrow {
	border-bottom: 12px solid transparent;
	min-width: 110px;
	background-color: #f8f8f8;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 8px;
}

.ticketlistheaderrow>a {
	color: #458;
}

.ticketlistpropertiesdivider td {
	border: none;
}

.ticketlistsubject {
	background-color: transparent;
	border-bottom: medium none;
	color: #3c3e43;
	font-size: 24px;
	margin: 0!important;
}

.ticketlistsubject a {
	background-color: transparent;
	display: block;
	line-height: 1em;
	padding: 12px 0 12px 10px;
	color: #128dbe;
}

.ticketlistproperties {
	color: #fff;
	font-size: 1em;
}

.ticketlistpropertiesdivider {
	height: 4px;
}

.ticketlistpropertiescontainer {
	border-right: 1px solid rgba(255,255,255,.2);
	color: #fff;
	font-size: 13px;
	margin-bottom: 12px;
	padding: 4px 6px;
}

.kayako-empty {
	line-height: 100px;
	color: #a9a9a9;
	font-size: 39px;
	text-align: center;
	font-weight: 100;
}

.kayako-back,.reply-form {
	padding: 12px 0;
}

.kayako-discuss-item {
	padding: 12px;
	cursor: pointer;
}

.kayako-discuss-item-post {
	padding: 12px;
	border-bottom: 1px solid #e7edf3;
}

.kayako-discuss-item-post-head {
	padding: 12px;
}

.kayako-discuss-item:hover {
	background: #f3f6f9;
}

.kayako-discuss-reply,.kayako-discuss-subject-status {
	color: #7089a9;
	background: #e7edf3;
	border-radius: 4px;
	display: inline-block;
	padding: .1em .5em;
	text-transform: none;
}

.kayako-discuss-reply {
	font-size: 100%;
	font-weight: 600;
}

.kayako-discuss-subject {
	margin-bottom: 5px;
}

.kayako-discuss-subject-title {
	font-size: 15px;
	margin-right: 150px;
	color: #111;
	font-weight: 400;
	line-height: 1.13;
}

.kayako-discuss-subject-status {
	font-size: 85%;
	font-weight: 600;
	float: right;
}

.kayako-discuss-subject-status-Open {
	color: #fff;
	background-color: #48bf83;
}

.kayako-discuss-replyer {
	color: #7089a9;
	font-size: 12px;
}

.kayako-discuss-replyer-name {
	font-weight: 700;
}

.ticketpostcontentsdetails>.ticketpostcontentsattachments:last-child {
	margin: 0;
}

.ticketpostcontentsattachments {
	width: 60%;
	margin: 0;
	padding-bottom: 15px;
	padding-top: 10px;
	border-top: 1px solid #ddd;
}

.ticketpostcontentsattachmentitem {
	padding: 4px 0 5px 22px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 0 5px;
	display: block;
	font-size: 13px;
	font-weight: 500;
}

.ticketpostcontentsattachmentitem:hover {
	color: #8bb467!important;
}

@media only screen and (max-width:400px) {
	.padding-mobile {
		padding-left: 0!important;
		padding-right: 0!important;
		padding-top: 0!important;
	}
}

.resp-ticket {
	width: 100%;
	overflow-x: auto;
}

.trading-iframe {
	position: relative;
}

.card-block,.trading-block {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

.trading-block {
	display: flex;
	background: rgba(0,0,0,.5);
	justify-content: center;
	align-items: center;
	color: #fff;
}

.trading-block h3,.trading-block h5 {
	color: #fff;
}

.trading-block>div {
	display: inline-block;
	margin: 30px 0;
}

.trading-blc {
	filter: blur(3px) grayscale(.3);
	-webkit-filter: blur(3px) grayscale(.3);
}

.card-block {
	display: flex;
	z-index: 100;
	background: rgba(255,255,255,.9);
	justify-content: center;
	align-items: center;
}

.card-block>div {
	display: inline-block;
	margin: 30px 0;
	color: #3c454c;
}

.card-block>div h3 {
	margin-bottom: 20px;
}

.card-blc {
	filter: blur(20px) grayscale(.3);
	-webkit-filter: blur(20px) grayscale(.3);
}

.btn-sub {
	display: block;
	text-align: center;
	font-size: 70%;
}

@media (max-width :460px) {
	.theme-wrap .top-line {
		display: flex;
		height: 80px;
	}

	.top-line ul {
		display: flex;
		flex-wrap: wrap;
	}

	.top-line ul li {
		margin-bottom: 10px;
	}

	.top-line .row-30 {
		padding: 0;
	}

	.top-line .row-30:first-child {
		display: flex;
		width: 100%;
		padding: 10px;
	}

	.top-line ul li:nth-child(7),.top-line ul li:nth-child(8) {
		width: 50%;
	}

	.calendar {
		margin-top: 0;
	}
}

.fraud-validate-tr {
	padding: 40px 10px 0;
}

.vld-input {
	min-width: 200px;
}

@media (max-width:1000px) {
	.fraud-validate-tr .row {
		padding: 0 20px;
	}
}

.popup393-confirmation.ui.modal {
	max-width: 570px;
	width: 95%;
	border-radius: 20px;
	background: linear-gradient(215deg,#a3d150 0,#58bf46 100%);
	padding: 68px 45px;
}

.popup393-confirmation * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.popup393-confirmation>.content {
	padding: 0!important;
	background: 0 0!important;
}

.popup393-confirmation .popup393__wrapper {
	text-align: center;
}

.popup393-confirmation.ui.modal>.close.bdw-close {
	background: url(../../img/popup/icon_close.svg) center center no-repeat;
}

.popup393-confirmation.ui.modal>.close.bdw-close * {
	opacity: 0;
}

.popup393-confirmation.ui.modal>.close.bdw-close svg path {
	fill: transparent!important;
}

.popup393-confirmation .popup393__icon {
	max-width: 70px;
	width: 100%;
	margin: 0 auto;
}

.popup393-confirmation .popup393__icon img {
	display: block;
	max-width: 100%;
	height: auto;
}

.popup393-confirmation .popup393__title {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	font-family: OpenSans,sans-serif;
	text-align: center;
	margin: 31px 0 0;
}

.popup393-confirmation .popup393__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
}

.popup393-confirmation .popup393__btn a {
	display: inline-block;
	max-width: 220px;
	width: 100%;
	border-radius: 5px;
	background-color: #f8c131;
	text-align: center;
	font-family: GothamPro,sans-serif;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 45px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.popup393-confirmation .popup393__btn a:hover {
	background-color: #fdc940;
	-webkit-box-shadow: 0 7px 34px -1px rgba(248,193,49,.3);
	box-shadow: 0 7px 34px -1px rgba(248,193,49,.3);
}

.popup393-confirmation.ui.modal>.icon:first-child+*,.popup393-confirmation.ui.modal>:first-child:not(.icon) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

@media (max-width:798px) {
	.popup393-confirmation.ui.modal {
		padding: 50px 20px;
	}
}

@media (max-width:480px) {
	.popup393-confirmation .popup393__title {
		font-size: 19px;
		line-height: 30px;
	}
}

.amount-dropdown {
	max-width: 360px;
	background: linear-gradient(215deg,#a3d150 0,#58bf46 100%);
	border-radius: 15px;
	display: block!important;
	cursor: pointer;
	color: #fff;
}

.ui.dropdown.amount-dropdown>.text {
	width: 100%;
	padding: 10px 20px;
}

.ui.dropdown.amount-dropdown .text .amount-item {
	color: #fff;
	height: 100%;
}

.ui.dropdown.amount-dropdown>.text .amount-item .amount-val {
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	text-transform: uppercase;
}

.ui.dropdown.amount-dropdown>.text .amount-item .amount-id {
	color: #fafafa;
}

.ui.dropdown.amount-dropdown>.text .amount-item .amount-net {
	color: #fff;
	font-size: 12px;
	line-height: 15px;
	display: flex;
	justify-content: space-between;
}

.ui.dropdown.amount-dropdown>.text span {
	display: block;
	color: #fff;
}

.ui.dropdown.amount-dropdown>.dropdown.icon {
	position: absolute;
	right: 15px;
	top: 50%;
	border-width: 6px;
	border-top-color: #fff!important;
	margin-top: -10px;
}

.ui.dropdown.amount-dropdown .menu {
	min-width: 100%;
	margin-left: 0;
	padding: 0;
}

.ui.dropdown.amount-dropdown .menu>.item {
	padding: 10px 15px!important;
}

.ui.dropdown.amount-dropdown.active {
	border-radius: 15px 15px 0 0;
}

.amount-item span {
	color: #fff;
}

.amount-id {
	display: block;
	font-size: 12px;
	text-align: right;
	float: right;
}

.ui.dropdown.amount-dropdown>.dropdown.icon:before {
	border-top-color: #fff!important;
}

.amount-dropdown .item .amount-val {
	padding: 5px 0;
	color: #FFf;
}

.wallet-drop-func {
	padding-bottom: 30px;
}

.amount-demo-manual {
	color: #fff;
}

.wallet-drop-func .ui.dropdown .menu {
	background: linear-gradient(215deg,#a3d150 0,#58bf46 100%)!important;
	border-radius: 0 0 25px 25px;
}

.wallet-drop-func .ui.dropdown .menu .amount-net,.wallet-drop-func .ui.dropdown .menu .amount-val {
	font-size: 14px;
}

@media (max-width:440px) {
	.amount-dropdown {
		width: 100%;
	}
}

@media (max-width:580px) {
	.amount-net {
		font-size: 10px;
	}
}

.window-open .h26 {
	font-size: 26px;
}

.window-open .popup-block__title-nomrg {
	margin: 0;
}

.window-open .btn-row-single {
	justify-content: center!important;
}

.bonus-wrap h3,.info-selected-pay,.mini-withdraw-form,.pay-tabs-content {
	margin-bottom: 40px;
}

.pay-tabs-content {
	padding-top: 40px;
}

.info-selected-pay {
	color: #000;
	font-weight: 400;
}

.mini-withdraw-form {
	display: table;
	width: 100%;
}

.mini-withdraw-form .add-card-button {
	width: 265px;
	text-align: center;
}

.mini-withdraw-form>div {
	padding: 30px;
	background: #f1f1f1;
	min-height: 100px;
	display: table-cell;
	vertical-align: middle;
}

.input-amount-wrap {
	width: calc(100% - 265px);
	border-left: 2px solid #fff;
}

.input-amount-wrap label {
	margin-right: 20px;
}

.input-amount-wrap input[type=text] {
	width: calc(100% - 325px);
	margin-right: 28px;
}

.input-amount-wrap .ui.button,.input-amount-wrap input[type=text],.input-amount-wrap label {
	display: inline-block;
}

.select-bank,.select-bitcoin,.select-neteller,.select-okpay,.select-paypal,.select-perfect,.select-qiwi,.select-webmoney {
	display: block;
	margin: 0 auto;
}

.after-note,.info-selected-pay {
	font-size: 18px;
	line-height: 26px;
}

.select-paypal {
	background: url(../images/paysys/select-paypal.png) no-repeat;
	width: 71px;
	height: 19px;
}

.select-qiwi {
	background: url(../images/paysys/select-qiwi.png) no-repeat;
	width: 73px;
	height: 29px;
}

.select-webmoney {
	background: url(../images/paysys/select-webmoney.png) no-repeat;
	width: 80px;
	height: 58px;
}

.select-okpay {
	background: url(../images/paysys/select-okpay.png) no-repeat;
	width: 75px;
	height: 17px;
}

.select-perfect {
	background: url(../images/paysys/select-perfect.png) no-repeat;
	width: 63px;
	height: 49px;
}

.select-bank {
	background: url(../images/paysys/select-transfer.png) no-repeat;
	width: 74px;
	height: 28px;
}

.select-neteller {
	background: url(../images/paysys/select-neteller.png) no-repeat;
	width: 82px;
	height: 14px;
}

.select-bitcoin {
	background: url(../images/paysys/select-bitcoin.png) no-repeat;
	width: 84px;
	height: 18px;
}

.fancybox-content.popup__wrap.popup__withdrawal {
	background-color: #fff;
	border-radius: 15px;
	max-width: 610px;
	padding: 49px 40px 48px;
}

.popup__withdrawal .popup__title {
	text-align: center;
	font-size: 24px;
	line-height: 35px;
	font-weight: 700;
	margin-bottom: 5px;
	text-transform: none;
}

.popup__withdrawal .popup__text {
	text-align: center;
	font-size: 15px;
	line-height: 25px;
	font-weight: 600;
	margin-bottom: 20px;
	max-width: 100%;
	color: #4f6271;
}

.popup__withdrawal .popup__text span {
	color: #f95b23;
}

.popup__withdrawal .popup__main {
	margin-bottom: 25px;
}

.popup__withdrawal .popup-info__img,.popup__withdrawal .popup-info__list li:not(:nth-child(2n-2)) {
	margin-bottom: 15px;
}

.popup__withdrawal .popup-main {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	border-radius: 4px;
}

.popup__withdrawal .popup-main__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.popup__withdrawal .popup-main__img {
	max-width: 180px;
	height: auto;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.popup__withdrawal .popup-main__info {
	max-width: 340px;
	padding: 20px 25px 20px 20px;
	width: 100%;
	text-align: left;
}

.popup__withdrawal .popup-info__title {
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
}

.popup__withdrawal .popup-info__list {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	color: #fff;
	font-size: 12px;
	line-height: 15px;
	display: flex;
	flex-wrap: wrap;
}

.popup__withdrawal .popup-info__list li {
	position: relative;
	width: 50%;
	padding-left: 10px;
}

.popup__withdrawal .popup-info__list li:before {
	content: '';
	position: absolute;
	left: -1px;
	top: 5px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #db8364;
}

.popup__withdrawal .popup-info__list li:nth-child(3),.popup__withdrawal .popup-info__list li:nth-child(4) {
	margin-bottom: 0!important;
}

.popup__withdrawal .popup-info__list li.white {
	color: #fff;
}

.popup__withdrawal .popup-info__list li.white .bold {
	font-weight: 700;
}

.popup__withdrawal .popup-info__list li.white .line-off {
	text-decoration: line-through;
	color: #fff;
}

.popup__withdrawal .popup__choice {
	margin-bottom: 20px;
}

.popup__withdrawal .popup-choice {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.popup__withdrawal .popup-choice__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px 15px;
	width: calc(33% - 10px);
	background-color: rgba(210,106,80,.03);
	font-size: 12px;
	line-height: 15px;
	font-weight: 600;
	cursor: pointer;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	border-radius: 8px;
}

.popup__withdrawal .popup-choice__item:before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 8px;
	padding: 1px;
	background: linear-gradient(45deg,#f95b23,#d4444c);
	-webkit-mask: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff)) content-box,-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff));
	-webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	opacity: 0;
}

.popup__withdrawal .popup-choice__item.active {
	background-color: rgba(210,106,80,.03);
}

.popup__withdrawal .popup-choice__item.active:before {
	opacity: 1;
}

.popup__withdrawal .popup-choice__item.active .popup-choice__label {
	background: linear-gradient(97.93deg,#f95b23 -8.77%,#d5444c 147.41%),#d9d9d9;
}

.popup__withdrawal .popup-choice__item.active .popup-choice__label .wrap {
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
}

.popup__withdrawal .popup-choice__item--single_text .popup-choice__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.popup__withdrawal .popup-choice__label {
	position: absolute;
	top: -8px;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 85px;
	width: 100%;
	height: 17px;
	font-size: 8px;
	line-height: 15px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	background-color: #e2e3e4;
	color: #fff;
	border-radius: 15px;
	cursor: pointer;
	overflow: hidden;
}

.popup__withdrawal .popup-choice--extra .popup-choice__text .item div img,.popup__withdrawal .popup-choice__text .item div img:first-child {
	margin-right: 4px;
}

.popup__withdrawal .popup-choice__label .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	-webkit-transform: translateY(-14px);
	transform: translateY(-14px);
	width: 100%;
}

.popup__withdrawal .popup-choice__text {
	height: 100%;
}

.popup__withdrawal .popup-choice__text .item div {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.popup__withdrawal .popup-choice__text .item div:not(:last-child) {
	margin-bottom: 2px;
}

.popup__withdrawal .popup-choice__text .item .grey {
	color: #c4c8cb;
}

.popup__withdrawal .popup-choice__text .item:not(:last-child) {
	margin-bottom: 10px;
}

.popup__withdrawal .popup-choice--double .popup-choice__item {
	width: calc(50% - 10px);
}

.popup__withdrawal .popup__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.popup__withdrawal .popup__btns a {
	display: block;
	width: calc(50% - 10px);
	text-transform: uppercase;
	text-align: center;
	color: #000;
	position: relative;
}

.popup__withdrawal .popup__btns .accept {
	padding: 10px;
	color: #fff;
	background: #f95b23;
	border-radius: 43px;
	font-weight: 700;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.popup__withdrawal .popup__btns .accept:hover {
	text-decoration: none;
	filter: brightness(1.1);
}

.popup__withdrawal .popup__btns .accept:active {
	text-decoration: none;
	filter: brightness(.9);
}

.popup__withdrawal .popup__btns .accept--wide {
	width: 290px;
}

.popup__withdrawal .popup__btns .accept__sub {
	color: #ffcf64;
	font-size: 10px;
	line-height: 20px;
}

.popup__withdrawal .popup__btns .refuse {
	max-width: 197px;
	margin: auto;
	font-size: 15px;
	text-decoration: underline;
}

.popup__withdrawal .popup__btns .refuse:hover {
	text-decoration: none;
	color: #104d5e;
}

.popup__withdrawal .popup__btns .refuse--wide {
	max-width: 206px;
	margin: 0 0 0 auto;
}

.popup__withdrawal .popup__btns .close {
	max-width: 145px;
	padding: 10px 0;
	background-color: #f95b23;
	border-radius: 64px;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	text-transform: capitalize;
	font-weight: 700;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.popup__withdrawal .popup__btns .close:hover {
	background-color: #ef7d59;
	text-decoration: none;
}

.popup__needturnover {
	margin-top: 10px;
}

.popup__withdrawal .popup__btns--nomb {
	margin-bottom: 0;
}

.popup__withdrawal .popup__btns--single {
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.popup__withdrawal .popup__bottom {
	font-size: 10px;
	line-height: 20px;
	text-decoration: underline;
}

.popup__withdrawal .popup--close .popup__inner {
	max-width: 474px;
}

.popup__withdrawal .popup--close .popup__text {
	font-weight: 500;
}

.popup__withdrawal .popup__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.popup__withdrawal .popup__img {
	max-width: 85px;
	margin: 0 25px 0 0!important;
}

.popup__withdrawal .popup-turnovers {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-bottom: 30px;
}

.popup__withdrawal .popup-turnovers__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.popup__withdrawal .popup-turnovers__item {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px 15px;
	background-color: rgba(208,230,197,.4);
	border-radius: 12px;
}

.popup__withdrawal .popup-turnovers__item:not(:last-child) {
	margin-bottom: 5px;
}

@media (max-width:568px) {
	.popup__withdrawal .popup-info__title,.popup__withdrawal .popup__bottom {
		text-align: center;
	}

	.popup__withdrawal .popup-main__img,.popup__withdrawal .popup-main__info {
		max-width: 100%;
	}

	.popup__withdrawal .popup-main__img {
		height: 400px;
	}

	.popup__withdrawal .popup-info__img {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.popup__withdrawal .popup-info__list br {
		display: none;
	}

	.popup__withdrawal .popup__btns {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.popup__withdrawal .popup__btns a {
		width: 100%;
	}

	.popup__withdrawal .popup__btns a:not(:last-child) {
		margin-bottom: 15px;
	}
}

@media (max-width:468px) {
	.popup__withdrawal .popup-main__img {
		height: 250px;
		background-position: top;
	}

	.popup__withdrawal .popup-choice {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.popup__withdrawal .popup-choice__item {
		width: auto;
	}

	.popup__withdrawal .popup-choice__item:not(:last-child) {
		margin-bottom: 32px;
	}

	.popup__withdrawal .popup-choice--extra .popup-choice__item {
		width: 50%;
		min-height: 95px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.popup__withdrawal .popup__info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.popup__withdrawal .popup-turnovers,.popup__withdrawal .popup__img {
		width: 100%;
		-webkit-box-flex: unset;
		-ms-flex: unset;
		flex: unset;
	}

	.popup__withdrawal .popup__img {
		margin-right: 0;
		margin-bottom: 15px;
	}

	.popup__withdrawal .popup__btns .refuse--wide {
		margin: auto;
		width: 100%;
	}
}

@media (max-width:390px) {
	.popup__withdrawal .popup__close {
		top: 10px;
		right: 10px;
	}

	.popup__withdrawal .popup__title {
		font-size: 20px;
		line-height: 28px;
	}

	.popup__withdrawal .popup__inner {
		padding: 25px 20px;
	}

	.popup__withdrawal .popup-info {
		padding: 20px 20px 25px;
	}

	.popup__withdrawal .popup-info__list {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}

	.popup__withdrawal .popup-info__list li:not(:last-child) {
		margin-bottom: 15px;
	}
}

@media (max-width:840px) {
	.history-balance {
		max-width: 100%!important;
		margin-top: 20px;
	}
}

.popup__withdrawal .yellow-cl {
	color: red;
}

.popup__withdrawal .shadow {
	padding: 13px;
	background-color: #fff;
	border-radius: 17px;
	-webkit-box-shadow: 0 0 25px rgb(187 188 199 / 35%);
	box-shadow: 0 0 25px rgb(187 188 199 / 35%);
}

.title-turnover {
	font-size: 16px;
	font-weight: 700;
}

.ezpay .curtain {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: rgba(0,0,0,.5);
	text-align: center;
	overflow: auto;
}

.ezpay .curtain:before {
	content: "Please wait...";
	color: #fff;
	font-size: medium;
}

.ezpay.payer-auth .curtain:before {
	content: none;
}

.ezpay .pa-frame {
	width: 80%;
	height: 80%;
	min-width: 390px;
	min-height: 400px;
	margin-top: 4em;
	background: rgba(255,255,255,.8);
}

@charset "UTF-8";

@-webkit-keyframes bounce {
	20%,53%,80%,from,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	40%,43% {
		-webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		-webkit-transform: translate3d(0,-30px,0);
		transform: translate3d(0,-30px,0);
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		-webkit-transform: translate3d(0,-15px,0);
		transform: translate3d(0,-15px,0);
	}

	90% {
		-webkit-transform: translate3d(0,-4px,0);
		transform: translate3d(0,-4px,0);
	}
}

@keyframes bounce {
	20%,53%,80%,from,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	40%,43% {
		-webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		-webkit-transform: translate3d(0,-30px,0);
		transform: translate3d(0,-30px,0);
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		-webkit-transform: translate3d(0,-15px,0);
		transform: translate3d(0,-15px,0);
	}

	90% {
		-webkit-transform: translate3d(0,-4px,0);
		transform: translate3d(0,-4px,0);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes flash {
	50%,from,to {
		opacity: 1;
	}

	25%,75% {
		opacity: 0;
	}
}

@keyframes flash {
	50%,from,to {
		opacity: 1;
	}

	25%,75% {
		opacity: 0;
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}

@-webkit-keyframes pulse {
	from,to {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}

	50% {
		-webkit-transform: scale3d(1.05,1.05,1.05);
		transform: scale3d(1.05,1.05,1.05);
	}
}

@keyframes pulse {
	from,to {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}

	50% {
		-webkit-transform: scale3d(1.05,1.05,1.05);
		transform: scale3d(1.05,1.05,1.05);
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

@-webkit-keyframes rubberBand {
	from,to {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}

	30% {
		-webkit-transform: scale3d(1.25,.75,1);
		transform: scale3d(1.25,.75,1);
	}

	40% {
		-webkit-transform: scale3d(.75,1.25,1);
		transform: scale3d(.75,1.25,1);
	}

	50% {
		-webkit-transform: scale3d(1.15,.85,1);
		transform: scale3d(1.15,.85,1);
	}

	65% {
		-webkit-transform: scale3d(.95,1.05,1);
		transform: scale3d(.95,1.05,1);
	}

	75% {
		-webkit-transform: scale3d(1.05,.95,1);
		transform: scale3d(1.05,.95,1);
	}
}

@keyframes rubberBand {
	from,to {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}

	30% {
		-webkit-transform: scale3d(1.25,.75,1);
		transform: scale3d(1.25,.75,1);
	}

	40% {
		-webkit-transform: scale3d(.75,1.25,1);
		transform: scale3d(.75,1.25,1);
	}

	50% {
		-webkit-transform: scale3d(1.15,.85,1);
		transform: scale3d(1.15,.85,1);
	}

	65% {
		-webkit-transform: scale3d(.95,1.05,1);
		transform: scale3d(.95,1.05,1);
	}

	75% {
		-webkit-transform: scale3d(1.05,.95,1);
		transform: scale3d(1.05,.95,1);
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

@-webkit-keyframes shake {
	from,to {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	10%,30%,50%,70%,90% {
		-webkit-transform: translate3d(-10px,0,0);
		transform: translate3d(-10px,0,0);
	}

	20%,40%,60%,80% {
		-webkit-transform: translate3d(10px,0,0);
		transform: translate3d(10px,0,0);
	}
}

@keyframes shake {
	from,to {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	10%,30%,50%,70%,90% {
		-webkit-transform: translate3d(-10px,0,0);
		transform: translate3d(-10px,0,0);
	}

	20%,40%,60%,80% {
		-webkit-transform: translate3d(10px,0,0);
		transform: translate3d(10px,0,0);
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake;
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0,0,1,15deg);
		transform: rotate3d(0,0,1,15deg);
	}

	40% {
		-webkit-transform: rotate3d(0,0,1,-10deg);
		transform: rotate3d(0,0,1,-10deg);
	}

	60% {
		-webkit-transform: rotate3d(0,0,1,5deg);
		transform: rotate3d(0,0,1,5deg);
	}

	80% {
		-webkit-transform: rotate3d(0,0,1,-5deg);
		transform: rotate3d(0,0,1,-5deg);
	}

	to {
		-webkit-transform: rotate3d(0,0,1,0deg);
		transform: rotate3d(0,0,1,0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0,0,1,15deg);
		transform: rotate3d(0,0,1,15deg);
	}

	40% {
		-webkit-transform: rotate3d(0,0,1,-10deg);
		transform: rotate3d(0,0,1,-10deg);
	}

	60% {
		-webkit-transform: rotate3d(0,0,1,5deg);
		transform: rotate3d(0,0,1,5deg);
	}

	80% {
		-webkit-transform: rotate3d(0,0,1,-5deg);
		transform: rotate3d(0,0,1,-5deg);
	}

	to {
		-webkit-transform: rotate3d(0,0,1,0deg);
		transform: rotate3d(0,0,1,0deg);
	}
}

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

@-webkit-keyframes tada {
	from,to {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}

	10%,20% {
		-webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
		transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
	}

	30%,50%,70%,90% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
		transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
	}

	40%,60%,80% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
		transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
	}
}

@keyframes tada {
	from,to {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}

	10%,20% {
		-webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
		transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
	}

	30%,50%,70%,90% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
		transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
	}

	40%,60%,80% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
		transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

@-webkit-keyframes wobble {
	from,to {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	15% {
		-webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
		transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
	}

	30% {
		-webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
		transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
	}

	45% {
		-webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
		transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
	}

	60% {
		-webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
		transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
	}

	75% {
		-webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
		transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
	}
}

@keyframes wobble {
	from,to {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	15% {
		-webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
		transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
	}

	30% {
		-webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
		transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
	}

	45% {
		-webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
		transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
	}

	60% {
		-webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
		transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
	}

	75% {
		-webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
		transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

@-webkit-keyframes jello {
	11.1%,from,to {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg);
	}

	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg);
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg);
	}
}

@keyframes jello {
	11.1%,from,to {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg);
	}

	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg);
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg);
	}
}

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes heartBeat {
	0%,28%,70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	14%,42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
}

@keyframes heartBeat {
	0%,28%,70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	14%,42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
}

.heartBeat {
	-webkit-animation-name: heartBeat;
	animation-name: heartBeat;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
	20%,40%,60%,80%,from,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}

	20% {
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1);
	}

	40% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03,1.03,1.03);
		transform: scale3d(1.03,1.03,1.03);
	}

	80% {
		-webkit-transform: scale3d(.97,.97,.97);
		transform: scale3d(.97,.97,.97);
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}
}

@keyframes bounceIn {
	20%,40%,60%,80%,from,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}

	20% {
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1);
	}

	40% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03,1.03,1.03);
		transform: scale3d(1.03,1.03,1.03);
	}

	80% {
		-webkit-transform: scale3d(.97,.97,.97);
		transform: scale3d(.97,.97,.97);
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}
}

.bounceIn {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
	60%,75%,90%,from,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-3000px,0);
		transform: translate3d(0,-3000px,0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0,25px,0);
		transform: translate3d(0,25px,0);
	}

	75% {
		-webkit-transform: translate3d(0,-10px,0);
		transform: translate3d(0,-10px,0);
	}

	90% {
		-webkit-transform: translate3d(0,5px,0);
		transform: translate3d(0,5px,0);
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

@keyframes bounceInDown {
	60%,75%,90%,from,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-3000px,0);
		transform: translate3d(0,-3000px,0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0,25px,0);
		transform: translate3d(0,25px,0);
	}

	75% {
		-webkit-transform: translate3d(0,-10px,0);
		transform: translate3d(0,-10px,0);
	}

	90% {
		-webkit-transform: translate3d(0,5px,0);
		transform: translate3d(0,5px,0);
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
	60%,75%,90%,from,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px,0,0);
		transform: translate3d(-3000px,0,0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px,0,0);
		transform: translate3d(25px,0,0);
	}

	75% {
		-webkit-transform: translate3d(-10px,0,0);
		transform: translate3d(-10px,0,0);
	}

	90% {
		-webkit-transform: translate3d(5px,0,0);
		transform: translate3d(5px,0,0);
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

@keyframes bounceInLeft {
	60%,75%,90%,from,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px,0,0);
		transform: translate3d(-3000px,0,0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px,0,0);
		transform: translate3d(25px,0,0);
	}

	75% {
		-webkit-transform: translate3d(-10px,0,0);
		transform: translate3d(-10px,0,0);
	}

	90% {
		-webkit-transform: translate3d(5px,0,0);
		transform: translate3d(5px,0,0);
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
	60%,75%,90%,from,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px,0,0);
		transform: translate3d(3000px,0,0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px,0,0);
		transform: translate3d(-25px,0,0);
	}

	75% {
		-webkit-transform: translate3d(10px,0,0);
		transform: translate3d(10px,0,0);
	}

	90% {
		-webkit-transform: translate3d(-5px,0,0);
		transform: translate3d(-5px,0,0);
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

@keyframes bounceInRight {
	60%,75%,90%,from,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px,0,0);
		transform: translate3d(3000px,0,0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px,0,0);
		transform: translate3d(-25px,0,0);
	}

	75% {
		-webkit-transform: translate3d(10px,0,0);
		transform: translate3d(10px,0,0);
	}

	90% {
		-webkit-transform: translate3d(-5px,0,0);
		transform: translate3d(-5px,0,0);
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
	60%,75%,90%,from,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(0,3000px,0);
		transform: translate3d(0,3000px,0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0,-20px,0);
		transform: translate3d(0,-20px,0);
	}

	75% {
		-webkit-transform: translate3d(0,10px,0);
		transform: translate3d(0,10px,0);
	}

	90% {
		-webkit-transform: translate3d(0,-5px,0);
		transform: translate3d(0,-5px,0);
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

@keyframes bounceInUp {
	60%,75%,90%,from,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(0,3000px,0);
		transform: translate3d(0,3000px,0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0,-20px,0);
		transform: translate3d(0,-20px,0);
	}

	75% {
		-webkit-transform: translate3d(0,10px,0);
		transform: translate3d(0,10px,0);
	}

	90% {
		-webkit-transform: translate3d(0,-5px,0);
		transform: translate3d(0,-5px,0);
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9);
	}

	50%,55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9);
	}

	50%,55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}
}

.bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0,10px,0);
		transform: translate3d(0,10px,0);
	}

	40%,45% {
		opacity: 1;
		-webkit-transform: translate3d(0,-20px,0);
		transform: translate3d(0,-20px,0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0);
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0,10px,0);
		transform: translate3d(0,10px,0);
	}

	40%,45% {
		opacity: 1;
		-webkit-transform: translate3d(0,-20px,0);
		transform: translate3d(0,-20px,0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0);
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px,0,0);
		transform: translate3d(20px,0,0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0);
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px,0,0);
		transform: translate3d(20px,0,0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0);
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px,0,0);
		transform: translate3d(-20px,0,0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0);
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px,0,0);
		transform: translate3d(-20px,0,0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0);
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0,-10px,0);
		transform: translate3d(0,-10px,0);
	}

	40%,45% {
		opacity: 1;
		-webkit-transform: translate3d(0,20px,0);
		transform: translate3d(0,20px,0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0);
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0,-10px,0);
		transform: translate3d(0,-10px,0);
	}

	40%,45% {
		opacity: 1;
		-webkit-transform: translate3d(0,20px,0);
		transform: translate3d(0,20px,0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0);
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

@keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

@keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

@keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

@keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
	}
}

@keyframes fadeOutDown {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0);
	}
}

@keyframes fadeOutDownBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0);
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}
}

@keyframes fadeOutLeft {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0);
	}
}

@keyframes fadeOutLeftBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0);
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
	}
}

@keyframes fadeOutRight {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0);
	}
}

@keyframes fadeOutRightBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
	}
}

@keyframes fadeOutUp {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0);
	}
}

@keyframes fadeOutUpBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0);
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
	from {
		-webkit-transform: perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);
		transform: perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
		transform: perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	50% {
		-webkit-transform: perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
		transform: perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);
		transform: perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	to {
		-webkit-transform: perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);
		transform: perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes flip {
	from {
		-webkit-transform: perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);
		transform: perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
		transform: perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	50% {
		-webkit-transform: perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
		transform: perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);
		transform: perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	to {
		-webkit-transform: perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);
		transform: perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

@-webkit-keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
		transform: perspective(400px) rotate3d(1,0,0,90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
		transform: perspective(400px) rotate3d(1,0,0,-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
		transform: perspective(400px) rotate3d(1,0,0,10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
		transform: perspective(400px) rotate3d(1,0,0,-5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
		transform: perspective(400px) rotate3d(1,0,0,90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
		transform: perspective(400px) rotate3d(1,0,0,-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
		transform: perspective(400px) rotate3d(1,0,0,10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
		transform: perspective(400px) rotate3d(1,0,0,-5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInX {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

.flipInY,.flipOutX {
	-webkit-backface-visibility: visible!important;
}

@-webkit-keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
		transform: perspective(400px) rotate3d(0,1,0,90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
		transform: perspective(400px) rotate3d(0,1,0,-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
		transform: perspective(400px) rotate3d(0,1,0,10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
		transform: perspective(400px) rotate3d(0,1,0,-5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
		transform: perspective(400px) rotate3d(0,1,0,90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
		transform: perspective(400px) rotate3d(0,1,0,-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
		transform: perspective(400px) rotate3d(0,1,0,10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
		transform: perspective(400px) rotate3d(0,1,0,-5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInY {
	backface-visibility: visible!important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
		transform: perspective(400px) rotate3d(1,0,0,-20deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
		transform: perspective(400px) rotate3d(1,0,0,90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
		transform: perspective(400px) rotate3d(1,0,0,-20deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
		transform: perspective(400px) rotate3d(1,0,0,90deg);
		opacity: 0;
	}
}

.flipOutX {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	backface-visibility: visible!important;
}

@-webkit-keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
		transform: perspective(400px) rotate3d(0,1,0,-15deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
		transform: perspective(400px) rotate3d(0,1,0,90deg);
		opacity: 0;
	}
}

@keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
		transform: perspective(400px) rotate3d(0,1,0,-15deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
		transform: perspective(400px) rotate3d(0,1,0,90deg);
		opacity: 0;
	}
}

.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%,0,0) skewX(-30deg);
		transform: translate3d(100%,0,0) skewX(-30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

@keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%,0,0) skewX(-30deg);
		transform: translate3d(100%,0,0) skewX(-30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
	from {
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(100%,0,0) skewX(30deg);
		transform: translate3d(100%,0,0) skewX(30deg);
		opacity: 0;
	}
}

@keyframes lightSpeedOut {
	from {
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(100%,0,0) skewX(30deg);
		transform: translate3d(100%,0,0) skewX(30deg);
		opacity: 0;
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0,0,1,-200deg);
		transform: rotate3d(0,0,1,-200deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		opacity: 1;
	}
}

@keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0,0,1,-200deg);
		transform: rotate3d(0,0,1,-200deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		opacity: 1;
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0,0,1,-45deg);
		transform: rotate3d(0,0,1,-45deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0,0,1,-45deg);
		transform: rotate3d(0,0,1,-45deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		opacity: 1;
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0,0,1,45deg);
		transform: rotate3d(0,0,1,45deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0,0,1,45deg);
		transform: rotate3d(0,0,1,45deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		opacity: 1;
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0,0,1,45deg);
		transform: rotate3d(0,0,1,45deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0,0,1,45deg);
		transform: rotate3d(0,0,1,45deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		opacity: 1;
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0,0,1,-90deg);
		transform: rotate3d(0,0,1,-90deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0,0,1,-90deg);
		transform: rotate3d(0,0,1,-90deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		opacity: 1;
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0,0,1,200deg);
		transform: rotate3d(0,0,1,200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0,0,1,200deg);
		transform: rotate3d(0,0,1,200deg);
		opacity: 0;
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0,0,1,45deg);
		transform: rotate3d(0,0,1,45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0,0,1,45deg);
		transform: rotate3d(0,0,1,45deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0,0,1,-45deg);
		transform: rotate3d(0,0,1,-45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0,0,1,-45deg);
		transform: rotate3d(0,0,1,-45deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0,0,1,-45deg);
		transform: rotate3d(0,0,1,-45deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0,0,1,-45deg);
		transform: rotate3d(0,0,1,-45deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0,0,1,90deg);
		transform: rotate3d(0,0,1,90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0,0,1,90deg);
		transform: rotate3d(0,0,1,90deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	20%,60% {
		-webkit-transform: rotate3d(0,0,1,80deg);
		transform: rotate3d(0,0,1,80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	40%,80% {
		-webkit-transform: rotate3d(0,0,1,60deg);
		transform: rotate3d(0,0,1,60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(0,700px,0);
		transform: translate3d(0,700px,0);
		opacity: 0;
	}
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	20%,60% {
		-webkit-transform: rotate3d(0,0,1,80deg);
		transform: rotate3d(0,0,1,80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	40%,80% {
		-webkit-transform: rotate3d(0,0,1,60deg);
		transform: rotate3d(0,0,1,60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(0,700px,0);
		transform: translate3d(0,700px,0);
		opacity: 0;
	}
}

.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-name: hinge;
	animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
	from {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}

	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes jackInTheBox {
	from {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}

	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.jackInTheBox {
	-webkit-animation-name: jackInTheBox;
	animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
		transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

@keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
		transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

@-webkit-keyframes rollOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
		transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
	}
}

@keyframes rollOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
		transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}

	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}

	50% {
		opacity: 1;
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

@keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
		transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

@keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
		transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
		transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

@keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
		transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

@keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
	from {
		opacity: 1;
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}

	to {
		opacity: 0;
	}
}

@keyframes zoomOut {
	from {
		opacity: 1;
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}

	to {
		opacity: 0;
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px,0,0);
		transform: scale(.1) translate3d(-2000px,0,0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px,0,0);
		transform: scale(.1) translate3d(-2000px,0,0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px,0,0);
		transform: scale(.1) translate3d(2000px,0,0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px,0,0);
		transform: scale(.1) translate3d(2000px,0,0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

@keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

@keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
	}
}

@keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}
}

@keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
	}
}

@keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
	}
}

@keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.animated.delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.animated.delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.animated.delay-4s {
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}

.animated.delay-5s {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
}

.animated.fast {
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
}

.animated.faster {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
}

.animated.slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.animated.slower {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
}

.owl-carousel,.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0,0,0);
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
	display: none;
}

.no-js .owl-carousel,.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0!important;
	font: inherit;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.owl-height {
	transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.html) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3,1.3);
	transform: scale(1.3,1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

.owl-theme .owl-dots,.owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
	margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #FFF;
	text-decoration: none;
}

.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}

.slick-list,.slick-slider,.slick-track {
	position: relative;
	display: block;
}

.slick-loading .slick-slide,.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: 0;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list,.slick-slider .slick-track {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.slick-track {
	top: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:after,.slick-track:before {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

@charset 'UTF-8';

.slick-dots,.slick-next,.slick-prev {
	position: absolute;
	display: block;
	padding: 0;
}

.slick-dots li button:before,.slick-next:before,.slick-prev:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-loading .slick-list {
	background: url(../img/ajax-loader.gif) center center no-repeat #fff;
}

@font-face {
	font-family:slick;font-weight:400;font-style:normal;src:url(../fonts/slick.eot);src:url(../fonts/slickd41d.eot?#iefix) format('embedded-opentype'),url(../fonts/slick.woff) format('woff'),url(../fonts/slick.ttf) format('truetype'),url(../fonts/slick.svg#slick) format('svg');
}

.slick-next,.slick-prev {
	font-size: 0;
	line-height: 0;
	top: 50%;
	width: 20px;
	height: 20px;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: 0;
	background: 0 0;
}

.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover {
	color: transparent;
	outline: 0;
	background: 0 0;
}

.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before {
	opacity: 1;
}

.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
	opacity: .25;
}

.slick-next:before,.slick-prev:before {
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #fff;
}

.slick-prev {
	left: -25px;
}

[dir=rtl] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
	content: '←';
}

.slick-next:before,[dir=rtl] .slick-prev:before {
	content: '→';
}

.slick-next {
	right: -25px;
}

[dir=rtl] .slick-next {
	right: auto;
	left: -25px;
}

[dir=rtl] .slick-next:before {
	content: '←';
}

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	bottom: -25px;
	width: 100%;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0 0;
}

.slick-dots li button:focus,.slick-dots li button:hover {
	outline: 0;
}

.slick-dots li button:focus:before,.slick-dots li button:hover:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: slick;
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: #000;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000;
}

.noUi-target,.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.noUi-target {
	position: relative;
	background: #FAFAFA;
	border-radius: 4px;
	border: 1px solid #D3D3D3;
	box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB;
}

.noUi-base,.noUi-connects {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

.noUi-connects {
	overflow: hidden;
	z-index: 0;
	border-radius: 3px;
}

.noUi-handle,.noUi-tooltip {
	position: absolute;
	border: 1px solid #D9D9D9;
}

.noUi-connect,.noUi-origin {
	will-change: transform;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-webkit-transform-style: preserve-3d;
	transform-origin: 0 0;
	transform-style: flat;
}

.noUi-connect {
	height: 100%;
	width: 100%;
	background: #3FB8AF;
}

.noUi-origin {
	height: 10%;
	width: 10%;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
	left: 0;
	right: auto;
}

.noUi-vertical .noUi-origin {
	width: 0;
}

.noUi-horizontal .noUi-origin {
	height: 0;
}

.noUi-touch-area {
	height: 100%;
	width: 100%;
}

.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin {
	-webkit-transition: transform .3s;
	transition: transform .3s;
}

.noUi-state-drag * {
	cursor: inherit!important;
}

.noUi-horizontal {
	height: 18px;
}

.noUi-horizontal .noUi-handle {
	width: 34px;
	height: 28px;
	right: -17px;
	top: -6px;
}

.noUi-vertical {
	width: 18px;
}

.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	right: -6px;
	top: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
	left: -17px;
	right: auto;
}

.noUi-draggable {
	cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
	cursor: ns-resize;
}

.noUi-handle {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 3px;
	background: #FFF;
	cursor: default;
	box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB;
}

.noUi-active {
	box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB;
}

.noUi-handle:after,.noUi-handle:before {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #E8E7E6;
	left: 14px;
	top: 6px;
}

.noUi-handle:after {
	left: 17px;
}

.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px;
}

.noUi-vertical .noUi-handle:after {
	top: 17px;
}

[disabled] .noUi-connect {
	background: #B8B8B8;
}

[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target {
	cursor: not-allowed;
}

.noUi-pips,.noUi-pips * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.noUi-pips {
	position: absolute;
	color: #999;
}

.noUi-value {
	position: absolute;
	white-space: nowrap;
	text-align: center;
}

.noUi-value-sub {
	color: #ccc;
	font-size: 10px;
}

.noUi-marker {
	position: absolute;
	background: #CCC;
}

.noUi-marker-large,.noUi-marker-sub {
	background: #AAA;
}

.noUi-pips-horizontal {
	padding: 10px 0;
	height: 80px;
	top: 100%;
	left: 0;
	width: 100%;
}

.noUi-value-horizontal {
	-webkit-transform: translate(-50%,50%);
	transform: translate(-50%,50%);
}

.noUi-rtl .noUi-value-horizontal {
	-webkit-transform: translate(50%,50%);
	transform: translate(50%,50%);
}

.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 2px;
	height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
	height: 15px;
}

.noUi-pips-vertical {
	padding: 0 10px;
	height: 100%;
	top: 0;
	left: 100%;
}

.noUi-value-vertical {
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
	-webkit-transform: translate(0,50%);
	transform: translate(0,50%);
}

.noUi-marker-vertical.noUi-marker {
	width: 5px;
	height: 2px;
	margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
	width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
	width: 15px;
}

.noUi-tooltip {
	display: block;
	border-radius: 3px;
	background: #fff;
	color: #000;
	padding: 5px;
	text-align: center;
	white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
	left: 50%;
	bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	top: 50%;
	right: 120%;
}

.noUi-horizontal .noUi-origin>.noUi-tooltip {
	-webkit-transform: translate(50%,0);
	transform: translate(50%,0);
	left: auto;
	bottom: 10px;
}

.noUi-vertical .noUi-origin>.noUi-tooltip {
	-webkit-transform: translate(0,-18px);
	transform: translate(0,-18px);
	top: auto;
	right: 28px;
}

.fancybox-container,.fancybox-thumbs,.fancybox-thumbs__list a {
	-webkit-tap-highlight-color: transparent;
}

.fancybox-infobar,.fancybox-slide--image .fancybox-content {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute!important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: 0;
	position: fixed;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	transform: translateZ(0);
	width: 100%;
	z-index: 9998;
}

.fancybox-container * {
	box-sizing: border-box;
}

.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47,0,.74,.71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	transition-timing-function: cubic-bezier(.22,.61,.36,1);
}

.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity .25s ease,visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	transition: opacity .25s ease 0s,visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-slide,.fancybox-slide--image .fancybox-content {
	transition-property: transform,opacity;
	top: 0;
	-webkit-backface-visibility: hidden;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	display: none;
	height: 100%;
	left: 0;
	outline: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

.fancybox-slide--image:before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	animation-timing-function: cubic-bezier(.5,0,.14,1);
	background: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	transform-origin: top left;
	user-select: none;
	z-index: 99995;
}

.fancybox-image,.fancybox-share__button,.fancybox-spaceball {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content {
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
	cursor: text;
}

.fancybox-image,.fancybox-spaceball {
	background: 0 0;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-iframe,.fancybox-video {
	background: 0 0;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

.fancybox-button {
	background: rgba(30,30,30,.6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button,.fancybox-button:link,.fancybox-button:visited {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: 0;
}

.fancybox-button.fancybox-focus {
	outline: dotted 1px;
}

.fancybox-button[disabled],.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: 0;
}

.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2),.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0;
	transition-property: transform;
	transition-timing-function: linear;
	z-index: 99998;
}

.fancybox-close-small {
	background: 0 0;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {
	padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right);
}

.fancybox-caption {
	background: linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

@supports (padding:max(0px)) {
	.fancybox-caption {
		padding: 75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left));
	}
}

.fancybox-caption--separate {
	margin-top: -50px;
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

.fancybox-loading {
	animation: a 1s linear infinite;
	background: 0 0;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

@keyframes a {
	to {
		transform: rotate(1turn);
	}
}

.fancybox-animated {
	transition-timing-function: cubic-bezier(0,0,.25,1);
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	transform: translate3d(-100%,0,0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	transform: translate3d(100%,0,0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19,1,.22,1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(1.5,1.5,1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(.5,.5,.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	transform: rotate(0);
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(0,0,0) translate3d(-100%,0,0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(0,0,0) translate3d(100%,0,0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
	transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	transform: translate3d(100%,0,0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	transform: translateZ(0) scale(1);
}

@media (max-height:576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}

	.fancybox-slide--image {
		padding: 6px 0;
	}

	.fancybox-close-small {
		right: -6px;
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}@	supports (padding:max(0px)) {
		.fancybox-caption{padding-left: max(12px,env(safe-area-inset-left));
		padding-right: max(12px,env(safe-area-inset-right));
	}
}}

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all .2s;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:link,.fancybox-share__button:visited {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: 0 0;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: 0;
	padding: 10px 15px;
	width: 100%;
}

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0,0,0,.1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100px;
}

.fancybox-thumbs__list a:before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .2s cubic-bezier(.25,.46,.45,.94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
	opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
	opacity: 1;
}

@media (max-width:576px) {
	.fancybox-thumbs {
		width: 110px;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

.account-type__list.bronze .account-type__item:nth-child(1) .account-type-cont__list li,.account-type__list.gold .account-type__item:nth-child(3) .account-type-cont__list li,.account-type__list.silver .account-type__item:nth-child(2) .account-type-cont__list li {
	opacity: 1;
}

.account-utils-cont,.account-utils-title {
	text-transform: uppercase;
}

.section_account {
	padding: 20px 0 50px;
}

.section_account .noUi-target {
	height: 4px;
	border-radius: 2px;
	background: #f2f4f9;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}

.section_account .noUi-connect {
    background-image: linear-gradient(-55deg,#2b94b194 0,#2b94b1 100%);
}

.section_account .noUi-marker-normal {
	display: none;
}

.section_account .noUi-marker-large {
	width: 14px;
	height: 14px;
	border-radius: 5px;
	background: #f2f4f9;
}

.section_account .noUi-marker-large.active {
    background: #2b94b1;
}

.section_account .noUi-marker-large:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 6px;
	height: 6px;
	border-radius: 2px;
	background-color: #fefefe;
}

.section_account .noUi-marker-horizontal.noUi-marker {
	margin-left: -7px;
}

.section_account .noUi-pips-horizontal {
	pointer-events: none;
	height: 25px;
	bottom: calc(100% - 20px);
	padding: 0;
	top: auto;
}

.section_account .noUi-value-horizontal {
	-webkit-transform: translate(-50%,-125%);
	transform: translate(-50%,-125%);
}

.section_account .noUi-base {
	z-index: auto;
}

.section_account .noUi-horizontal .noUi-handle {
    width: 26px;
    height: 26px;
    top: -11px;
    right: -13px;
    border-radius: 10px;
    background: linear-gradient(-55deg,#2b94b1 0,#2b94b14f 100%);
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}

.section_account .noUi-horizontal .noUi-handle:before {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 6px;
    background: linear-gradient(-55deg,#177995 0,#15687e 100%);
}

.section_account .noUi-horizontal .noUi-handle:after {
	width: 6px;
	height: 6px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	border-radius: 2px;
	background: #fefefe;
}

.section_account .tab-cont_1 {
	max-width: 650px;
	padding-top: 55px;
	margin: 0 auto;
}

.section_account .tab-cont_1 .btn {
	min-width: 177px;
	line-height: 20px;
}

.section_account .tab-cont_1 .btn span {
	vertical-align: middle;
}

.section_account .tab-cont_1 .btn span[class^=icon-] {
	font-size: 9px;
	margin-left: 10px;
}

.section_account .tab-cont_2 {
	padding-top: 64px;
}

.section_account .tab-cont_3 {
	padding-top: 24px;
}

.section_account .box-field {
	width: 100%;
}

.section_account .box-field__input.valid .form-control {
	border-color: #8dc63f;
}

.section_account .box-field__input.error .form-control {
	border-color: #f92c4d;
}

.section_account .box-field-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
}

.section_account .box-field-wrap:last-child {
	margin-bottom: 0;
}

.section_account .box-field-wrap_block {
	display: block;
}

.section_account .box-field-wrap_mod .box-field {
	width: calc(50% - 10px);
}

.section_account .box-field-wrap_mod-2 .box-field:first-child {
	width: 110px;
}

.section_account .box-field-wrap_mod-2 .box-field:first-child .form-control {
	text-align: center;
}

.section_account .box-field-wrap_mod-2 .box-field:last-child {
	width: calc(100% - 130px);
}

.section_account .form-control {
	width: 100%;
	padding: 10px 30px;
	height: 40px;
	border-radius: 25px;
	border: 1px solid rgba(2,6,16,.2);
	font-size: 20px;
	outline: 0;
}

.section_account .box-field__label {
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 10px;
}

.account-type-head,.account-utils-cont {
	font-weight: 700;
	line-height: 30px;
	font-size: 25px;
}

.account-promo-block,.account-promo-check {
	margin-bottom: 15px;
}

.account-promo-block.active .form-control {
	display: block;
}

.account-promo-block .form-control {
	display: none;
	margin-top: 10px;
	width: 200px;
}

.account-promo-check:last-child {
	margin-bottom: 0;
}

.account-slider {
	margin-bottom: 20px;
}

.account-type__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
}

.account-utils__item_inputs .account-utils-title,.account-utils__item_select .account-utils-title {
	margin-bottom: 4px;
}

.account-type__list.bronze .account-type__item:nth-child(1) {
     -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;     
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.account-type__list.bronze .account-type__item:nth-child(1) .account-type-head {
	background: linear-gradient(-45deg,#a57d64 0,#966f54 28%,#e8c2a0 74%,#c39c7d 100%);
}

.account-type__list.silver .account-type__item:nth-child(2) {
	 -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;     
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.account-type__list.silver .account-type__item:nth-child(2) .account-type-head {
	background: linear-gradient(-45deg,#9fa6ac 0,#838991 28%,#c4cbd1 74%,#b3bbc0 100%);
}

.account-type__list.gold .account-type__item:nth-child(3) {
	 -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;     
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.account-type__list.gold .account-type__item:nth-child(3) .account-type-head {
	background: linear-gradient(-45deg,#efda86 0,#c69637 28%,#fef2ae 74%,#d3cc72 100%);
}

.account-type__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(33.33% - 15px);
	border-radius: 15px;
	background-color: #f2f4f9;
	overflow: hidden;
}

.account-type-head {
	padding: 25px;
	width: 80px;
	-webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
	-webkit-writing-mode: tb;
	-ms-writing-mode: tb;
	writing-mode: tb;
	text-align: center;
	color: #fff;
	background-color: #d1d7de;
}

.account-type-cont {
	width: calc(100% - 80px);
	padding: 30px 40px;
}

.account-type-cont__list li {
	position: relative;
	padding-left: 14px;
	opacity: .5;
	color: #020610;
}

.account-type-cont__list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #76c64a;
}

.account-utils__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.account-utils__item {
	margin-right: 90px;
}

.account-utils__item:last-child {
	margin-right: 0;
}

.account-utils__item_inputs .account-utils-cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.account-utils__item_inputs .form-control {
	width: 150px;
	border-radius: 4px;
}

.account-utils__item_inputs span {
	margin-left: 8px;
}

.account-utils__item_inputs .btn {
	margin-left: 20px;
}

.account-utils__item_select .account-utils-cont {
	width: 570px;
}

.account-utils__item_check .account-utils-cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.account-utils__item_check .checkbox:checked+label:before {
	border-color: transparent;
	background: linear-gradient(-55deg,#58bf46 0,#a3d150 100%);
}

.account-utils__item_check .checkbox+label {
	padding: 0 0 0 25px;
}

.account-utils__item_check .checkbox+label:before {
	top: 3px;
}

.account-utils__item_check .checkbox+label:after {
	top: 8px;
	border-color: #fff;
}

.account-utils-title {
	margin-bottom: 15px;
	color: #989898;
}

.account-methods-banner h3,.account-methods-text {
	color: #fff;
	font-weight: 600;
}

.account-utils-link:hover {
	text-decoration: underline;
}

.account-methods__list .slick-list {
	overflow: visible;
}

.account-methods__list .dot {
	background-color: rgba(255,255,255,.5);
}

.account-methods__list .dot:after {
    background-color: #2b94b1;
}

.account-methods__list .slick-dots li.slick-active .dot,.methods-table {
	background-color: #fff;
}

.account-methods-banner {
    padding: 30px 0 15px;
    background-image: linear-gradient(-55deg,#0ce1e1 0,#211ad778 100%);
}

.account-methods-banner h3 {
	margin-bottom: 25px;
	font-size: 25px;
	line-height: 35px;
	text-align: center;
}

.account-methods-inner__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto;
}

.account-methods-inner__list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: calc(33.33% - 30px);
}

.account-methods-icon {
	width: 62px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 15px;
	font-size: 55px;
	-webkit-filter: drop-shadow(0 10px 35px rgba(78,98,113,.2));
	filter: drop-shadow(0 10px 35px rgba(78, 98, 113, .2));
}

.methods-table {
	margin: 60px 0 30px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
	border-radius: 20px;
	overflow: hidden;
}

.methods-table-pic {
	margin: 0 auto;
}

.methods-table-desc li span {
    color: #2b94b1;
    font-weight: 700;
}

.methods-table table {
	width: 100%;
}

.methods-table thead {
	background-color: #d1d7de;
}

.methods-table th {
    color: #4e6271;
    padding: 20px;
    font-weight: 600;
    line-height: 30px;
}

.methods-table th span {
    color: #2b94b1;
}

.methods-table td {
	height: 69px;
	padding: 10px;
	vertical-align: middle;
	text-align: center;
	border-bottom: 1px solid rgba(86,106,122,.1);
}

.methods-table tbody tr:last-child td {
	border-bottom: none;
}

.methods-table .td-hide {
	display: none;
	font-weight: 600;
	width: 50%;
	margin-right: 15px;
	text-align: left;
}

.methods-table .td-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.methods-table .td-inner_mod .methods-table-pic {
	margin-left: 10px;
	margin-right: 0;
}

@media (max-width:1280px) {
	.account-methods-inner__list li {
		width: calc(33.33% - 10px);
	}
}

@media (max-width:1200px) {
	.account-type-head {
		padding: 10px;
		width: 50px;
	}

	.account-type-cont {
		width: calc(100% - 50px);
		padding: 25px 20px;
	}
}

@media (max-width:991px) {
	.account-type__list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 -15px 20px;
	}

	.account-type__item {
		width: calc(50% - 30px);
		margin: 0 15px 30px;
	}

	.account-type__item:last-child {
		margin-bottom: 0;
	}

	.account-utils__item {
		margin-right: 30px;
		margin-bottom: 15px;
	}

	.account-methods-icon {
		-webkit-filter: none;
		filter: none;
	}

	.account-methods-inner__list li {
		width: auto;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.account-methods-banner h3 {
		font-size: 18px;
		line-height: 30px;
	}

	.account-methods-table .wrapper {
		max-width: 960px;
	}

	.methods-table th {
		font-size: 13px;
		padding: 10px;
	}
}

@media (max-width:767px) {
	.account-type__list {
		display: block;
	}

	.account-type__list.bronze .account-type__item:nth-child(1),.account-type__list.gold .account-type__item:nth-child(3),.account-type__list.silver .account-type__item:nth-child(2) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.account-type__item {
		display: none;
		width: auto;
	}

	.methods-table {
		margin: 30px 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0;
		overflow: visible;
	}

	.methods-table thead {
		display: none;
	}

	.methods-table table,.methods-table tbody,.methods-table tr {
		display: block;
	}

	.methods-table tbody tr:last-child td {
		border-bottom: 1px solid rgba(86,106,122,.1);
	}

	.methods-table tbody tr:last-child td:last-child,.methods-table tr td:last-child {
		border-bottom: none;
	}

	.methods-table tr {
		margin-bottom: 30px;
		-webkit-box-shadow: 0 10px 25px rgba(0,0,0,.05);
		box-shadow: 0 10px 25px rgba(0,0,0,.05);
		border-radius: 20px;
		overflow: hidden;
	}

	.methods-table tr:last-child {
		margin-bottom: 0;
	}

	.methods-table td {
		padding: 10px 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		height: auto;
	}

	.methods-table .td-hide {
		display: block;
	}
}

@media (max-width:580px) {
	.section_account .box-field-wrap {
		display: block;
		margin-bottom: 15px;
	}

	.section_account .box-field-wrap_mod .box-field {
		width: auto;
		margin-bottom: 15px;
	}

	.section_account .box-field-wrap_mod .box-field:last-child {
		margin-bottom: 0;
	}

	.section_account .box-field-wrap_mod-2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.section_account .box-field-wrap_mod-2 .box-field:first-child {
		width: 100px;
	}

	.section_account .box-field-wrap_mod-2 .box-field:last-child {
		width: calc(100% - 115px);
	}

	.section_account .tab-cont_1 {
		padding-top: 30px;
	}

	.section_account .tab-cont_2 .noUi-value-horizontal {
		font-size: 12px;
	}

	.section_account .form-control {
		padding: 10px 15px;
		font-size: 15px;
	}

	.account-utils__list {
		display: block;
	}

	.account-utils__item {
		margin-right: 0;
	}
}

.section_contest-prizes {
	text-align: center;
}

.section_contest-leader {
	padding: 60px 0;
}

.section_contest-leader h2 {
	margin-bottom: 10px;
	text-align: center;
}

.section_contest-leader p {
	margin-bottom: 20px;
	text-transform: uppercase;
	text-align: center;
}

.section_contest-leader .inner {
	max-width: 770px;
	margin: 0 auto;
}

.section_contest-leader .nav-tab-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -25px 10px;
}

.section_contest-leader .nav-tab-list__item {
	margin: 0 25px;
}

.section_contest-leader .nav-tab-list__item.active .nav-tab-list__link {
	color: #104d5e;
}

.section_contest-leader .nav-tab-list__item.active .nav-tab-list__link:after {
	-webkit-transform: translateX(-50%) scale(1);
	transform: translateX(-50%) scale(1);
}

.section_contest-leader .nav-tab-list__link {
	position: relative;
	display: block;
	color: #989898;
}

.section_contest-leader .nav-tab-list__link:hover {
	color: #104d5e;
}

.section_contest-leader .nav-tab-list__link:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) scale(0);
	transform: translateX(-50%) scale(0);
	width: 100%;
	height: 1px;
	background-color: #104d5e;
	-webkit-transition: all .3s cubic-bezier(.37,0,.63,1);
	transition: all .3s cubic-bezier(.37,0,.63,1);
}

.section_contest-check {
	padding: 60px 0;
	background: linear-gradient(187.01deg,#a3d150 4.78%,#58bf46 101.29%);
	text-align: center;
}

.section_contest-check .inner {
	max-width: 670px;
	margin: 0 auto;
}

.section_contest-check .inner h2 {
	margin-bottom: 40px;
	color: #fff;
}

.section_contest-faq {
	padding: 60px 0 40px;
}

.section_contest-faq h2 {
	margin-bottom: 50px;
	text-align: center;
}

.section_contest-faq .inner {
	max-width: 970px;
	margin: 0 auto;
}

.contest-prize:first-child {
	padding: 60px 0 65px;
	background: url(../img/main/contest.jpg) center no-repeat;
	background-size: cover;
}

.contest-prize:first-child h2 {
	margin-bottom: 30px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

.contest-prize:first-child h2 span {
	display: block;
	margin-top: 20px;
	font-weight: 400;
}

.contest-prize:first-child p {
	font-weight: 600;
	color: #fff;
}

.contest-prize:first-child .contest-prize-pic {
	max-width: 290px;
	bottom: -65px;
	left: calc(100% - 290px + 35px);
}

.contest-prize:last-child {
	padding: 50px 0;
	background-image: linear-gradient(-45deg,#f8fafc 0,#f3f4fc 100%);
}

.contest-prize:last-child h2 {
	margin: 15px 0;
	color: #104d5e;
	font-weight: 700;
	text-transform: uppercase;
}

.contest-prize:last-child .contest-prize-pic {
	max-width: 300px;
	bottom: -50px;
	right: calc(100% - 300px + 40px);
}

.contest-prize .btn {
	background-color: #fff;
	color: #30a8be;
}

.contest-prize .btn-row {
	margin-bottom: 10px;
}

.contest-prize-pic {
	position: absolute;
}

.contest-table {
	-webkit-box-shadow: 0 20px 40px rgba(0,0,0,.05);
	box-shadow: 0 20px 40px rgba(0,0,0,.05);
	border-radius: 20px;
	background-color: #fff;
	overflow: hidden;
}

.contest-table table {
	width: 100%;
}

.contest-table thead {
	background-color: #d1d7de;
	color: #fff;
}

.contest-table tbody tr:last-child td {
	border-bottom: none;
}

.contest-table th {
	padding: 20px 10px;
	font-weight: 600;
	line-height: 30px;
	text-align: left;
}

.contest-table td:first-child,.contest-table th:first-child {
	text-align: center;
}

.contest-table td {
	padding: 22px 10px;
	border-bottom: 1px solid rgba(86,106,122,.1);
}

.contest-table .td-hide {
	display: none;
	font-weight: 600;
}

.contest-check-form {
	max-width: 570px;
	margin: 0 auto;
}

.contest-check-form form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.contest-check-form input {
	width: calc(100% - 190px);
	height: 50px;
	border-radius: 25px;
	padding: 0 30px;
	background-color: #fff;
	font-size: 20px;
	line-height: 50px;
	border: none;
}

@media (max-width:1280px) {
	.contest-prize:last-child .contest-prize-pic {
		max-width: 160px;
		right: calc(100% - 160px);
	}
}

@media (max-width:991px) {
	.contest-prize:first-child,.contest-prize:last-child,.section_contest-leader {
		padding: 35px 0;
	}

	.contest-prize:first-child .contest-prize-pic {
		left: 75%;
		width: 100%;
		max-width: 200px;
		bottom: -35px;
	}

	.contest-prize:first-child h2 span {
		margin-top: 10px;
	}

	.contest-prize:last-child .contest-prize-pic {
		right: 80%;
		width: 100%;
		max-width: 180px;
		bottom: -35px;
	}

	.accordeon {
		height: 400px;
	}
}

@media (max-width:767px) {
	.contest-prize:first-child .contest-prize-pic,.contest-prize:last-child .contest-prize-pic,.contest-table thead {
		display: none;
	}

	.contest-prize:first-child h2 {
		font-size: 25px;
		line-height: 35px;
	}

	.contest-table {
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0;
		overflow: visible;
	}

	.contest-table table {
		background-color: transparent;
	}

	.contest-table table,.contest-table tbody,.contest-table td,.contest-table tr {
		display: block;
	}

	.contest-table tr {
		margin-bottom: 15px;
		-webkit-box-shadow: 0 10px 20px rgba(0,0,0,.05);
		box-shadow: 0 10px 20px rgba(0,0,0,.05);
		border-radius: 20px;
		overflow: hidden;
	}

	.contest-table tr:last-child {
		margin-bottom: 0;
	}

	.contest-table tbody tr:last-child td {
		border-bottom: 1px solid rgba(86,106,122,.1);
	}

	.contest-table tbody tr:last-child td:last-child,.contest-table td:last-child {
		border-bottom: none;
	}

	.contest-table td {
		padding: 20px;
	}

	.contest-table td:first-child {
		text-align: left;
	}

	.contest-table .td-hide {
		display: block;
		width: calc(50% - 10px);
	}

	.contest-table .td-cont {
		width: calc(50% - 10px);
	}

	.contest-table .td-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.contest-check-form form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.contest-check-form input {
		width: 100%;
	}

	.contest-check-form button {
		max-width: 280px;
		width: 100%;
		margin: 15px auto 0;
	}

	.section_contest-check {
		padding: 35px 0;
	}

	.section_contest-check .inner h2 {
		margin-bottom: 20px;
	}

	.accordeon {
		display: block;
		height: auto;
	}

	.accordeon-cont {
		width: auto;
	}

	.section_contest-faq {
		padding: 35px 0;
	}
}

.section_f-visa {
	padding: 40px 0 140px;
}

.section_f-visa .inner {
	max-width: 535px;
	margin: 0 auto 30px;
	text-align: center;
}

.section_f-visa h3 {
	margin-bottom: 10px;
}

.f-visa-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 770px;
	margin: 0 auto;
}

.f-visa-block_icon .f-visa__item {
	margin-bottom: 150px;
}

.f-visa-block_icon .f-visa__cont {
	padding: 60px 60px 70px;
	text-align: center;
}

.f-visa-block_icon .f-visa__cont h3 {
	font-size: 30px;
	line-height: 40px;
}

.f-visa-block_icon .f-visa__cont p {
	margin-bottom: 30px;
}

.f-visa-block_icon .f-visa__cont .btn {
	min-width: 190px;
}

.f-visa__list {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 35px;
	counter-reset: visa;
}

.f-visa__item {
	position: relative;
	margin-bottom: 180px;
	counter-increment: visa;
}

.f-visa__item:last-child {
	margin-bottom: 0;
}

.f-visa__item:last-child:after {
	display: none;
}

.f-visa__item.active.line:after {
	background: linear-gradient(270.8deg,#58bf46 .19%,#a3d150 96.7%);
}

.f-visa__item.active span {
	color: #4e6271;
}

.f-visa__item.active span:after {
	background-image: linear-gradient(-55deg,#58bf46 0,#a3d150 100%);
	color: #fff;
}

.f-visa__item:after {
	content: '';
	position: absolute;
	top: 21px;
	left: 18px;
	width: 4px;
	height: 205px;
	border-radius: 2px;
	background-color: #f2f4f9;
}

.f-visa__item span {
	padding: 8px 0 7px 55px;
	position: relative;
	z-index: 1;
	display: block;
	color: rgba(78,98,113,.5);
}

.f-visa-copy,.f-visa__item span:after {
	display: -webkit-box;
	-webkit-box-align: center;
}

.f-visa__item span:after,.f-visa__item span:before {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

.f-visa__item span:before {
	content: '';
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background-image: linear-gradient(-55deg,rgba(88,191,70,.5) 0,rgba(163,209,80,.5) 100%);
}

.f-visa__item span:after {
	content: counter(visa);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 5px;
	width: 30px;
	height: 30px;
	border-radius: 8px;
	background-color: #fff;
	color: #8dc63f;
	font-size: 12px;
	font-weight: 700;
	line-height: 15px;
}

.f-visa__cont {
	width: 100%;
	padding: 40px 45px 50px;
	-webkit-box-shadow: 0 20px 50px rgba(49,87,125,.15);
	box-shadow: 0 20px 50px rgba(49,87,125,.15);
	border-radius: 20px;
	background-color: #fff;
}

.f-visa__cont-list {
	counter-reset: cont;
	margin-bottom: 20px;
}

.f-visa__cont-list li {
	position: relative;
	margin-bottom: 20px;
	padding-left: 20px;
	counter-increment: cont;
}

.f-visa__cont-list li:before {
	content: counter(cont) '.';
	position: absolute;
	left: 0;
	top: 0;
	color: #8dc63f;
	font-weight: 700;
	display: inline-block;
	margin-right: 7px;
}

.f-visa__cont-list li:last-child {
	margin-bottom: 0;
}

.f-visa-text,.payment-title {
	margin-bottom: 20px;
}

.f-visa__cont-list li a {
	color: #104d5e;
}

.f-visa__cont-list li a:hover {
	text-decoration: underline;
}

.f-visa__cont-list li span {
	font-weight: 700;
}

.f-visa-copy {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.f-visa-time,.f-visa-time-block {
	display: -webkit-box;
	-webkit-box-align: center;
}

.f-visa-copy__code {
	font-weight: 700;
	color: #8dc63f;
}

.f-visa-copy .btn {
	margin-left: 25px;
	min-width: 60px;
	height: 25px;
	border-radius: 13px;
	background-color: #8dc63f;
	color: #fff;
	font-size: 12px;
	text-transform: initial;
}

.f-visa-time-block span,.f-visa-time-text {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
}

.f-visa-copy .btn:hover {
	text-decoration: none;
}

.f-visa-text a:hover {
	text-decoration: underline;
}

.f-visa-time {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 50px;
}

.f-visa-time-text span {
	color: #ffa907;
}

.f-visa-time-block {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.f-visa-time-block span {
	margin: 0 5px;
	color: rgba(78,98,113,.5);
}

.f-visa-time-block-text {
	position: absolute;
	top: calc(100% + 5px);
	width: 100%;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
}

.f-visa-time-count {
	width: 70px;
	height: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	border-radius: 15px;
	background-image: linear-gradient(-45deg,#f8fafc 0,#f3f4fc 100%);
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
}

.f-visa-row {
	text-align: center;
}

.f-visa-link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #4e6271;
	font-weight: 600;
	text-transform: uppercase;
}

.f-visa-link:hover,.f-visa-link:hover span[class^=icon]:before {
	color: #104d5e;
}

.f-visa-link span[class^=icon] {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	font-size: 8px;
	margin-right: 9px;
}

.f-visa-link span[class^=icon]:before {
	color: #4e6271;
	-webkit-transition: all .3s cubic-bezier(.37,0,.63,1);
	transition: all .3s cubic-bezier(.37,0,.63,1);
}

.f-visa-icon {
	position: relative;
	width: 100px;
	margin: 0 auto 25px;
}

.f-visa-icon img {
	width: 100%;
	-webkit-filter: drop-shadow(0 10px 35px rgba(78,98,113,.2));
	filter: drop-shadow(0 10px 35px rgba(78, 98, 113, .2));
}

.f-visa-icon:after {
	content: '';
	position: absolute;
	width: 50px;
	height: 50px;
	bottom: -7px;
	right: -9px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.f-visa-icon_confirm:after {
	background-image: url(../img/icons/confirm.html);
}

.f-visa-icon_cancel:after {
	background-image: url(../img/icons/cancel.html);
}

.section_payment {
	padding: 65px 0;
}

.payment-wrap {
	max-width: 570px;
	margin: 0 auto;
}

.payment-tls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
}

.payment-tls-pic {
	max-width: 12px;
	margin-right: 5px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.payment-block {
	margin-bottom: 40px;
	padding: 50px 45px;
	background-color: #fff;
	-webkit-box-shadow: 0 20px 50px rgba(49,87,125,.15);
	box-shadow: 0 20px 50px rgba(49,87,125,.15);
	border-radius: 20px;
}

.payment-title {
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	text-align: center;
}

.payment-order,.payment-qr {
	display: -ms-flexbox;
	margin-bottom: 30px;
}

.payment-order {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.payment-order__left {
	padding-top: 14px;
}

.payment-order__right {
	text-align: right;
}

.payment-order-count {
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
}

.payment-qr {
	display: -webkit-box;
	display: flex;
}

.payment-qr__pic {
	max-width: 140px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 20px;
}

.payment-qr__text span {
	font-weight: 700;
}

.payment-qr__text_mb {
	margin-bottom: 10px;
}

.payment-qr__code {
	margin-bottom: 5px;
	color: #8dc63f;
	font-weight: 700;
	word-break: break-all;
}

.payment-btn__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.payment-btn__row .btn {
	margin-right: 20px;
	font-size: 12px;
	line-height: 16px;
	height: 25px;
	border-radius: 12.5px;
	color: #fff;
	text-transform: initial;
	min-width: 1px;
	padding: 0 17px;
}

.payment-btn__row .btn:last-child {
	margin-right: 0;
}

.payment-copy {
	text-align: center;
	font-size: 12px;
	line-height: 15px;
}

@media (max-width:991px) {
	.f-visa-block {
		display: block;
	}

	.f-visa-block_icon .f-visa__item {
		margin-bottom: 0;
	}

	.f-visa__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.f-visa__item {
		width: calc(33.33% - 20px);
		text-align: center;
		margin-bottom: 0;
	}

	.f-visa__item:after {
		height: 4px;
		width: calc(100% + 30px);
		left: 50%;
		top: 19px;
	}

	.f-visa__item .f-visa__item span,.f-visa__item span {
		padding: 48px 0 0;
	}

	.f-visa__item .f-visa__item span:before,.f-visa__item span:before {
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.f-visa__item .f-visa__item span:after,.f-visa__item span:after {
		top: 5px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.section_f-visa {
		padding: 40px 0 60px;
	}
}

@media (max-width:767px) {
	.payment-order {
		display: block;
		margin-bottom: 10px;
	}

	.payment-order__right {
		text-align: left;
	}

	.payment-order__left {
		padding-top: 0;
	}

	.payment-qr {
		display: block;
	}

	.payment-qr__pic {
		margin: 0 auto 10px;
	}
}

@media (max-width:580px) {
	.f-visa-copy,.f-visa-time {
		display: block;
	}

	.f-visa-time-block-text {
		text-align: left;
	}

	.f-visa-time-text {
		margin-bottom: 15px;
	}

	.f-visa-copy__code,.f-visa__cont-list li a {
		display: inline;
		word-wrap: break-word;
	}

	.f-visa-block_icon .f-visa__cont,.f-visa__cont {
		padding: 20px 25px 30px;
	}

	.f-visa-block_icon .f-visa__cont h3 {
		font-size: 20px;
		line-height: 30px;
	}

	.f-visa-icon:after {
		width: 40px;
		height: 40px;
	}

	.payment-block {
		padding: 35px 25px;
	}

	.payment-btn__row .btn {
		margin-right: 10px;
	}

	.section_payment {
		padding: 30px 0;
	}
}

.methods-choose-block p span,.methods-note-text span,.section_funding .tab-cont_3-1 p span {
	font-weight: 700;
}

.funding-step h3 span:first-child:before,.methods-row {
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-align: center;
}

.section_funding {
	padding: 20px 0 50px;
}

.section_funding .tab-cont_1 {
	max-width: 1250px;
	padding-top: 30px;
	margin: 0 auto;
}

.section_funding .tab-cont_2 .choose,.section_funding .tab-cont_2-1 .account-utils__list {
	margin-bottom: 20px;
}

.section_funding .tab-cont_2 {
	padding-top: 40px;
}

.section_funding .tab-cont_2 .tab-wrap_methods .nav-tab-list__item {
	width: 25%;
}

.section_funding .tab-cont_2 .tab-wrap_methods .nav-tab-list__link {
	padding: 18px 50px;
}

.section_funding .tab-cont_2-2 .account-utils__list,.section_funding .tab-cont_2-3 .account-utils__list {
	margin-bottom: 25px;
}

.section_funding .tab-cont_2-2 .btn {
	min-width: 250px;
}

.section_funding .tab-cont_2-2 .btn-row {
	margin-right: 20px;
}

.section_funding .tab-cont_2-3 .account-utils__item {
	margin-right: 90px;
}

.section_funding .tab-cont_2-3 .account-utils__item:last-child {
	margin-bottom: 0;
}

.section_funding .tab-cont_2-3 .btn {
	min-width: 250px;
	margin-right: 20px;
}

.section_funding .tab-cont_2-6 .account-utils-title {
	margin-bottom: 4px;
}

.section_funding .tab-cont_2-6 .account-utils__list {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
}

.section_funding .tab-cont_2-6 .account-utils__item {
	width: calc(50% - 10px);
	margin-right: 0;
}

.section_funding .tab-cont_2-6 .btn {
	min-width: 270px;
}

.section_funding .tab-cont_3 {
	padding-top: 40px;
}

.section_funding .tab-cont_3-1 p {
	margin-bottom: 25px;
}

.section_funding .tab-cont_3-1 h3 {
	margin-bottom: 20px;
}

.section_funding .tab-cont_3-1 .account-utils-title {
	margin-bottom: 4px;
}

.section_funding .tab-cont_3-1 .account-utils__list {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
}

.section_funding .tab-cont_3-1 .account-utils__item {
	width: calc(50% - 10px);
	margin-right: 0;
}

.section_funding .tab-cont_3-1 .methods-row {
	margin-bottom: 30px;
}

.section_funding .tab-cont_3-1 .btn-row {
	margin-right: 20px;
}

.section_funding .tab-cont_3-1 .btn-row .btn {
	min-width: 160px;
}

.section_funding .tab-cont_3-1 .btn-row .btn span[class^=icon] {
	margin-left: 10px;
	font-size: 8px;
}

.section_funding .funding-step_1 .btn {
	min-width: 150px;
	line-height: 20px;
	font-size: 15px;
}

.section_funding .account-utils__item {
	margin-right: 60px;
}

.section_funding .account-utils__item:last-child {
	margin-right: 0;
}

.section_funding .account-utils__item_inputs .form-control {
	border-radius: 25px;
}

.funding-step {
	margin-bottom: 30px;
	padding-bottom: 29px;
	border-bottom: 1px solid rgba(86,106,122,.1);
	counter-increment: choose;
}

.funding-step:last-child {
	margin-bottom: 0;
	border: none;
	padding-bottom: 0;
}

.funding-steps {
	counter-reset: choose;
}

.funding-step h3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 20px;
}

.funding-step h3 span:first-child {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	margin-right: 10px;
	width: 26px;
	height: 26px;
	border-radius: 10px;
	background-image: linear-gradient(-55deg,rgba(88,191,70,.5) 0,rgba(163,209,80,.5) 100%);
}

.funding-step h3 span:first-child:before {
	content: counter(choose);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border-radius: 6px;
	background-image: linear-gradient(-55deg,#58bf46 0,#a3d150 100%);
	color: #fff;
	font-family: Graphik,sans-serif;
	font-size: 12px;
	line-height: 1;
	font-weight: 600;
	text-align: center;
}

.funding-step .choose {
	margin-bottom: 55px;
}

.methods-row {
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.methods-links-text a:hover {
	text-decoration: underline;
}

.methods-card {
	margin-bottom: 50px;
}

.methods-card:last-child {
	margin-bottom: 0;
}

.methods-cards .btn-row {
	margin-top: 30px;
}

.methods-cards .btn-row .btn:first-child {
	min-width: 250px;
	margin-right: 20px;
}

.methods-cards .btn-row .btn:last-child {
	min-width: 220px;
}

.methods-cards .box-field {
	margin-bottom: 20px;
}

.methods-card__back .box-field,.methods-cards .box-field:last-child {
	margin-bottom: 0;
}

.methods-cards .box-field_mod {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.methods-cards .box-field_mod .box-field__input {
	width: 100%;
}

.methods-cards .box-field_mod .box-field__label {
	width: 130px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 30px;
}

.methods-cards .box-field__label {
	display: inline-block;
	color: rgba(255,255,255,.6);
	text-transform: uppercase;
}

.methods-cards .box-field__input_mod {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.methods-cards .box-field__input_mod .form-control {
	width: calc(50% - 10px);
}

.methods-cards .form-control {
	border: 1px solid #fff;
	background-color: transparent;
	color: #fff;
}

.methods-card-wrap {
	position: relative;
}

.methods-card-cvv {
	margin-top: 10px;
	color: #fff;
	font-size: 12px;
	line-height: 15px;
}

.methods-card-pic {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.methods-card-pic img:first-child {
	max-width: 41px;
	margin-right: 12px;
}

.methods-card-pic img:last-child {
	max-width: 61px;
}

.methods-card__back,.methods-card__front {
	position: relative;
	max-width: 500px;
	border-radius: 10px;
}

.methods-card__front {
	z-index: 1;
	padding: 30px;
	background-image: linear-gradient(215deg,#a3d150 0,#58bf46 100%);
}

.methods-card__back {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-left: 180px;
	margin-top: -300px;
	padding: 125px 30px 30px;
	background-color: #d1d7de;
}

.methods-card__back:after {
	content: '';
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	height: 70px;
	background-color: rgba(78,98,113,.5);
}

.methods-card__back .methods-card-form {
	max-width: 130px;
}

.methods-card__back .form-control {
	color: #4e6271;
}

.methods-card-number {
	margin-bottom: 20px;
	color: #fff;
	font-size: 45px;
	line-height: 45px;
}

.methods-card-row {
	margin-bottom: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.methods-card-row:last-child {
	margin-bottom: 0;
}

.methods-card-span {
	width: 130px;
	margin-right: 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: rgba(255,255,255,.6);
	text-transform: uppercase;
}

.methods-card-cont {
	color: #fff;
	font-size: 25px;
	line-height: 35px;
}

.methods-card__save .methods-card-pic {
	margin-bottom: 40px;
}

.methods-card__save .methods-card__front {
	padding: 35px 30px 40px;
}

.methods-choose-block {
	margin-bottom: 30px;
}

.methods-choose-block h3 {
	margin-bottom: 10px;
}

@media (max-width:991px) {
	.methods-card__back {
		margin-top: 0;
		margin-left: 0;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.methods-card__back .box-field__input {
		max-width: 130px;
	}

	.methods-card__back .methods-card-form {
		max-width: 100%;
	}
}

@media (max-width:767px) {
	.methods-row {
		display: block;
	}

	.section_funding .tab-cont_2-2 .btn-row,.section_funding .tab-cont_2-3 .btn {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.section_funding .tab-cont_2-3 .btn {
		min-width: 280px;
	}

	.account-utils__item_select .account-utils-cont {
		width: 280px;
	}

	.methods-links-text br {
		display: none;
	}

	.section_funding .tab-cont_2 .tab-wrap_methods .nav-tab-list__item {
		width: 50%;
	}

	.section_funding .tab-cont_2 .tab-wrap_methods .nav-tab-list__link {
		padding: 18px 35px;
	}

	.section_funding .tab-cont_2 .tab-wrap_methods .nav-tab-list__link_rec {
		padding: 35px 35px 5px;
	}
}

@media (max-width:580px) {
	.funding-step_1 .account-utils__item:last-child .account-utils-cont,.methods-card .box-field_mod,.methods-card .box-field_mod .box-field__input_mod {
		display: block;
	}

	.section_funding .account-utils__item {
		margin-right: 0;
	}

	.methods-card .box-field {
		margin-bottom: 10px;
	}

	.methods-card .box-field_mod .box-field__input_mod .form-control {
		width: 100%;
		margin-bottom: 25px;
	}

	.methods-card .box-field_mod .box-field__input_mod .form-control:last-child {
		margin-bottom: 0;
	}

	.methods-card .btn-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.methods-card .btn-row .btn {
		margin-bottom: 10px;
	}

	.methods-card .btn-row .btn:first-child {
		margin-right: 0;
	}

	.methods-card .btn-row .btn:last-child {
		margin-bottom: 0;
	}

	.methods-card-number {
		font-size: 20px;
		line-height: 25px;
	}

	.methods-card-span {
		font-size: 12px;
		width: 100px;
	}

	.section_funding .tab-cont_2-6 .account-utils__item,.section_funding .tab-cont_3-1 .account-utils__item {
		width: auto;
	}

	.methods-card-cont {
		font-size: 20px;
		line-height: 25px;
	}

	.methods-card-row {
		margin-bottom: 10px;
	}

	.methods-card-row:last-child {
		margin-bottom: 0;
	}

	.methods-card__save .methods-card__back {
		display: none;
	}

	.methods-card__back {
		margin-top: 10px;
		padding: 95px 30px 30px;
	}

	.methods-card__back:after {
		height: 45px;
	}

	.methods-card__save .methods-card__front {
		padding: 30px 15px;
	}

	.methods-card__save .methods-card-pic {
		margin-bottom: 20px;
	}

	.section_funding .tab-cont_2-6 .btn {
		min-width: 280px;
	}

	.section_funding .tab-cont_3-1 .account-utils__list {
		display: block;
	}

	.section_funding .tab-cont_3-1 .btn-row {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.section_funding .tab-cont_2 .tab-wrap_methods .nav-tab-list__link {
		padding: 15px;
	}

	.section_funding .tab-cont_2 .tab-wrap_methods .nav-tab-list__link_rec {
		padding: 35px 15px 5px;
	}
}

.how__item,.prize-card,.section {
	position: relative;
}

.how-promo,.prize-count,.section_giveaway-top h1 {
	text-transform: uppercase;
}

.section_giveaway-top {
	padding: 45px 0 65px;
	text-align: center;
	background: url(../img/main/giveaway-top.jpg) center no-repeat;
	background-size: cover;
}

.section_giveaway-top .wrapper {
	max-width: 840px;
}

.section_giveaway-top h1 {
	margin-bottom: 20px;
	color: #fff;
}

.section_giveaway-top h1 span {
	display: block;
}

.section_giveaway-top h1 span:last-child {
	margin-top: 30px;
	font-weight: 400;
}

.section_giveaway-top p {
	font-weight: 600;
	color: #fff;
}

.section_giveaway-prize {
	padding: 50px 0 60px;
	text-align: center;
}

.section_giveaway-prize .wrapper {
	max-width: 1130px;
}

.section_giveaway-prize .inner-text {
	margin-bottom: 30px;
}

.section_giveaway-prize h2 {
	margin-bottom: 10px;
}

.section_giveaway-how {
	padding: 60px 0;
	text-align: center;
	background-image: linear-gradient(215deg,#a3d150 0,#58bf46 100%);
}

.section_giveaway-how .wrapper {
	max-width: 930px;
}

.section_giveaway-how h2 {
	margin-bottom: 35px;
	color: #fff;
}

.section_giveaway-how .row-btn {
	margin-bottom: 15px;
}

.section_giveaway-how .row-btn .btn {
	min-width: 240px;
}

.prize__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.prize__item {
	width: calc(25% - 15px);
}

.prize-card {
	padding: 60px 25px 30px;
	border-radius: 20px;
	background-image: linear-gradient(-55deg,#104d5e 0,#edde22 100%);
}

.prize-count {
	position: absolute;
	left: 15px;
	top: 15px;
	padding: 7px 18px 6px;
	border-radius: 12px;
	background-color: #fff;
	color: #104d5e;
	font-weight: 600;
	font-size: 12px;
	line-height: 1;
}

.prize-pic {
	margin-bottom: 20px;
	height: 140px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.prize-pic img {
	max-height: 100%;
}

.prize-name {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
}

.prize-name small {
	display: block;
	font-size: 15px;
	font-weight: 400;
}

.prize-amount {
	margin-top: 10px;
	color: #4e6271;
}

.prize-amount span {
	font-weight: 700;
}

.how__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	counter-reset: how;
	margin-bottom: 30px;
}

.how__list .dot,.how__list .slick-dots li.slick-active .dot {
	background-color: rgba(255,255,255,.3);
}

.how__item:before,.how__list .slick-dots li.slick-active .dot span:after {
	background-color: #fff;
}

.how__item {
	padding-top: 45px;
	width: calc(33.33% - 20px);
	color: #fff;
	font-weight: 600;
	counter-increment: how;
}

.how__item span {
	font-weight: 700;
}

.how__item:before {
	content: counter(how);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	color: #00e6f1;
	font-family: Graphik,sans-serif;
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
}

.how-promo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	width: 448px;
	height: 130px;
	background: url(../img/main/coupon.svg) center no-repeat;
	background-size: contain;
	margin: 0 auto 30px;
	color: #104d5e;
}

.how-promo__text {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 5px;
}

.how-promo__code {
	font-size: 55px;
	font-weight: 700;
	line-height: 65px;
}

.how-valid {
	line-height: 20px;
	color: #fff;
}

.giveaway .p {
	position: absolute;
	z-index: 1;
	width: 100%;
}

.p_1 {
	max-width: 280px;
	left: 0;
	top: -242px;
}

.p_2 {
	max-width: 246px;
	right: 0;
	top: -207px;
}

.p_3 {
	max-width: 244px;
	left: 0;
	bottom: -350px;
}

.p_4 {
	max-width: 315px;
	right: 0;
	bottom: -300px;
}

@media (max-width:1280px) {
	.p_1 {
		max-width: 15%;
	}

	.p_2 {
		max-width: 13%;
	}

	.p_3 {
		max-width: 12%;
	}

	.p_4 {
		max-width: 15%;
	}

	.prize-name {
		font-size: 15px;
	}
}

@media (max-width:991px) {
	.section_giveaway-top .wrapper {
		max-width: 660px;
	}

	.section_giveaway-top h1 span:last-child {
		margin-top: 10px;
	}

	.section_giveaway-how .wrapper {
		max-width: 800px;
	}

	.prize__list {
		display: block;
		margin: 0 -15px;
	}

	.prize__item {
		margin: 0 15px;
		width: auto;
	}
}

@media (max-width:767px) {
	.parallax {
		display: none;
	}

	.how__list {
		display: block;
		margin: 0 auto;
		max-width: 600px;
	}

	.how__list.slick-slider {
		margin-bottom: 30px;
	}

	.how__item {
		width: auto;
		margin: 0 15px;
	}

	.how-promo {
		width: 280px;
		height: 81px;
	}

	.how-promo__text {
		margin-bottom: -5px;
		font-size: 15px;
	}

	.how-promo__code {
		font-size: 40px;
		line-height: 55px;
	}
}

@media (max-width:580px) {
	.how__list {
		margin: 0 -15px;
	}
}

.accordeon-pluse:after,.checkbox+label:after,.checkbox+label:before,.dot:after,.footer:after,.main:after,.owl-theme .owl-dots .owl-dot span:after,.sk-folding-cube .sk-cube:before,.tab-wrap_account .nav-tab-list__link:after,.tab-wrap_methods .nav-tab-list__item:after,.tab-wrap_methods .nav-tab-list__link:after,blockquote:after,blockquote:before,q:after,q:before {
	content: '';
}

a,ins {
	text-decoration: none;
}

.footer-text span,mark {
	font-weight: 700;
}

body,html {
	height: 100%;
}

body,h1,h2,h3,input,p,textarea {
	color: #4e6271;
}

abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,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,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: 0 0;
}

ins,mark {
	background-color: #ff9;
	color: #000;
}

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

nav ul,ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

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

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    color: #2b94b1;
    -webkit-transition: all .3s cubic-bezier(.37,0,.63,1);
    transition: all .3s cubic-bezier(.37,0,.63,1);
    -webkit-tap-highlight-color: transparent;
}

body,button,input,input[type=button],input[type=submit],p,textarea {
	font-size: 15px;
	font-family: OpenSans,sans-serif;
}

.drop:after,.footer-soc-list a span:before,.hamburger span,.icon-load {
	-webkit-transition: all .3s cubic-bezier(.37,0,.63,1);
}

mark {
	font-style: italic;
}

.icon-load,body {
	background-color: #fff;
}

del {
	text-decoration: line-through;
}

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

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

input,select {
	vertical-align: middle;
}

body {
	position: relative;
	line-height: 25px;
	font-weight: 400;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	display: block;
	max-width: 100%;
}

input[type=text],input[type=email],input[type=number] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
	border-width: 0;
	padding: 0;
	margin: 0;
}

html {
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
}

input,textarea {
	line-height: 25px;
	border-radius: 0;
}

input:-moz-placeholder,textarea:-moz-placeholder {
	font-size: 15px;
	line-height: 25px;
	font-family: OpenSans,sans-serif;
	color: rgba(78,98,113,.5);
}

button,input[type=button],input[type=submit] {
	cursor: pointer;
	line-height: 25px;
}

td {
	margin: 0;
	padding: 0;
}

form {
	padding: 0;
	margin: 0;
}

a,button,div,span {
	outline: 0!important;
}

button,input[type=button],input[type=submit] {
	-webkit-appearance: none;
	outline: 0;
}

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

.clearfix:after,.row:after,.wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.footer-top__list,.icon-load {
	display: -webkit-box;
	display: -ms-flexbox;
}

.loaded .main-wrapper {
	opacity: 0;
}

.icon-load {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
	transition: all .3s cubic-bezier(.37,0,.63,1);
}

.loaded .icon-load {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.sk-folding-cube {
	width: 40px;
	height: 40px;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.sk-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	background: #fff;
	-webkit-transform: scale(.96);
	transform: scale(.96);
}

.sk-folding-cube .sk-cube:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #104d5e;
	-webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
	animation: sk-foldCubeAngle 2.4s infinite linear both;
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
	-webkit-transform: scale(.97) rotateZ(90deg);
	transform: scale(.97) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
	-webkit-transform: scale(.97) rotateZ(180deg);
	transform: scale(.97) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
	-webkit-transform: scale(.97) rotateZ(270deg);
	transform: scale(.97) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.sk-folding-cube .sk-cube3:before {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}

.sk-folding-cube .sk-cube4:before {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	font-size: 15px;
	line-height: 25px;
	font-family: OpenSans,sans-serif;
	color: rgba(78,98,113,.5);
	-webkit-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

input::-moz-placeholder,textarea::-moz-placeholder {
	font-size: 15px;
	line-height: 25px;
	font-family: OpenSans,sans-serif;
	color: rgba(78,98,113,.5);
	-moz-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
	font-size: 15px;
	line-height: 25px;
	font-family: OpenSans,sans-serif;
	color: rgba(78,98,113,.5);
	-ms-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

input::-ms-input-placeholder,textarea::-ms-input-placeholder {
	-ms-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

input::placeholder,textarea::placeholder {
	-webkit-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

input:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder {
	opacity: 0;
}

input:focus::-moz-placeholder,textarea:focus::-moz-placeholder {
	opacity: 0;
}

input:focus:-ms-input-placeholder,textarea:focus:-ms-input-placeholder {
	opacity: 0;
}

input:focus::-ms-input-placeholder,textarea:focus::-ms-input-placeholder {
	opacity: 0;
}

input:focus::placeholder,textarea:focus::placeholder {
	opacity: 0;
}

@-webkit-keyframes sk-foldCubeAngle {
	0%,10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}

	25%,75% {
		-webkit-transform: perspective(140px) rotateX(0);
		transform: perspective(140px) rotateX(0);
		opacity: 1;
	}

	100%,90% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}

@keyframes sk-foldCubeAngle {
	0%,10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}

	25%,75% {
		-webkit-transform: perspective(140px) rotateX(0);
		transform: perspective(140px) rotateX(0);
		opacity: 1;
	}

	100%,90% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}

@font-face {
	font-family:Graphik;src:url(../../fonts/Graphik/Graphik-Regular/Graphik-Regular.eot);src:local("Graphik-Regular"),url(../../fonts/Graphik/Graphik-Regular/Graphik-Regulard41d.eot?#iefix) format('embedded-opentype'),url(../../fonts/Graphik/Graphik-Regular/Graphik-Regular.woff) format('woff'),url(../../fonts/Graphik/Graphik-Regular/Graphik-Regular.ttf) format('truetype');font-weight:400;font-style:normal;font-display:swap;
}

@font-face {
	font-family:Graphik;src:url(../../fonts/Graphik/Graphik-Semibold/Graphik-Semibold.eot);src:local("Graphik-Semibold"),url(../../fonts/Graphik/Graphik-Semibold/Graphik-Semiboldd41d.eot?#iefix) format('embedded-opentype'),url(../../fonts/Graphik/Graphik-Semibold/Graphik-Semibold.woff) format('woff'),url(../../fonts/Graphik/Graphik-Semibold/Graphik-Semibold.ttf) format('truetype');font-weight:600;font-style:normal;font-display:swap;
}

@font-face {
	font-family:Graphik;src:url(../../fonts/Graphik/Graphik-Bold/Graphik-Bold.eot);src:local("Graphik-Bold"),url(../../fonts/Graphik/Graphik-Bold/Graphik-Boldd41d.eot?#iefix) format('embedded-opentype'),url(../../fonts/Graphik/Graphik-Bold/Graphik-Bold.woff) format('woff'),url(../../fonts/Graphik/Graphik-Bold/Graphik-Bold.ttf) format('truetype');font-weight:700;font-style:normal;font-display:swap;
}

@font-face {
	font-family:OpenSans;src:url(../../fonts/OpenSans/OpenSans-Light/OpenSans-Light.eot);src:local("OpenSans Light"),url(../../fonts/OpenSans/OpenSans-Light/OpenSans-Lightd41d.eot?#iefix) format('embedded-opentype'),url(../../fonts/OpenSans/OpenSans-Light/OpenSans-Light.woff) format('woff'),url(../../fonts/OpenSans/OpenSans-Light/OpenSans-Light.ttf) format('truetype');font-weight:300;font-style:normal;font-display:swap;
}

@font-face {
	font-family:OpenSans;src:url(../../fonts/OpenSans/OpenSans-Regular/OpenSans-Regular.eot);src:local("OpenSans Regular"),url(../../fonts/OpenSans/OpenSans-Regular/OpenSans-Regulard41d.eot?#iefix) format('embedded-opentype'),url(../../fonts/OpenSans/OpenSans-Regular/OpenSans-Regular.woff) format('woff'),url(../../fonts/OpenSans/OpenSans-Regular/OpenSans-Regular.ttf) format('truetype');font-weight:400;font-style:normal;font-display:swap;
}

@font-face {
	font-family:OpenSans;src:url(../../fonts/OpenSans/OpenSans-SemiBold/OpenSans-SemiBold.eot);src:local("OpenSans SemiBold"),url(../../fonts/OpenSans/OpenSans-SemiBold/OpenSans-SemiBoldd41d.eot?#iefix) format('embedded-opentype'),url(../../fonts/OpenSans/OpenSans-SemiBold/OpenSans-SemiBold.woff) format('woff'),url(../../fonts/OpenSans/OpenSans-SemiBold/OpenSans-SemiBold.ttf) format('truetype');font-weight:600;font-style:normal;font-display:swap;
}

@font-face {
	font-family:OpenSans;src:url(../../fonts/OpenSans/OpenSans-Bold/OpenSans-Bold.eot);src:local("OpenSans Bold"),url(../../fonts/OpenSans/OpenSans-Bold/OpenSans-Boldd41d.eot?#iefix) format('embedded-opentype'),url(../../fonts/OpenSans/OpenSans-Bold/OpenSans-Bold.woff) format('woff'),url(../../fonts/OpenSans/OpenSans-Bold/OpenSans-Bold.ttf) format('truetype');font-weight:700;font-style:normal;font-display:swap;
}

@font-face {
	font-family:icomoon;src:url(../../fonts/icomoon/icomoond3a2.eot?9h3nr1);src:url(../../fonts/icomoon/icomoond3a2.eot?9h3nr1#iefix) format('embedded-opentype'),url(../../fonts/icomoon/icomoond3a2.ttf?9h3nr1) format('truetype'),url(../../fonts/icomoon/icomoond3a2.woff?9h3nr1) format('woff'),url(../../fonts/icomoon/icomoond3a2.svg?9h3nr1#icomoon) format('svg');font-weight:400;font-style:normal;font-display:block;
}

[class*=" icon-"],[class^=icon-] {
	font-family: icomoon!important;
	speak: never;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-account-icon-1 .path1:before {
	content: "\e900";
	color: #fff;
}

.icon-account-icon-1 .path2:before {
	content: "\e901";
	margin-left: -1.0166015625em;
	color: #2b94b1;
}

.icon-account-icon-1 .path3:before {
	content: "\e902";
	margin-left: -1.0166015625em;
	color: #2b94b1;
}

.icon-account-icon-1 .path4:before {
	content: "\e903";
	margin-left: -1.0166015625em;
	color: #2b94b1;
}

.icon-account-icon-1 .path5:before {
	content: "\e904";
	margin-left: -1.0166015625em;
	color: #2b94b1;
}

.icon-account-icon-1 .path6:before {
	content: "\e905";
	margin-left: -1.0166015625em;
	color: #e9eaf6;
}

.icon-account-icon-1 .path7:before {
	content: "\e906";
	margin-left: -1.0166015625em;
	color: #e9eaf6;
}

.icon-account-icon-1 .path8:before {
	content: "\e907";
	margin-left: -1.0166015625em;
	color: #e9eaf6;
}

.icon-account-icon-1 .path9:before {
	content: "\e908";
	margin-left: -1.0166015625em;
	color: #e9eaf6;
}

.icon-account-icon-1 .path10:before {
	content: "\e909";
	margin-left: -1.0166015625em;
	color: #00e6f1;
}

.icon-account-icon-1 .path11:before {
    content: "\e90a";
    margin-left: -1.0166015625em;
    color: #2b94b1;
}

.icon-account-icon-2 .path1:before {
	content: "\e90b";
	color: #fff;
}

.icon-account-icon-2 .path2:before {
	content: "\e90c";
	margin-left: -1.125em;
	color: #e9eaf6;
}

.icon-account-icon-2 .path3:before {
	content: "\e90d";
	margin-left: -1.125em;
	color: #e9eaf6;
}

.icon-account-icon-2 .path4:before {
	content: "\e90e";
	margin-left: -1.125em;
	color: #e9eaf6;
}

.icon-account-icon-2 .path5:before {
	content: "\e90f";
	margin-left: -1.125em;
	color: #e9eaf6;
}

.icon-account-icon-2 .path6:before {
	content: "\e910";
	margin-left: -1.125em;
	color: #2b94b1;
}

.icon-account-icon-2 .path7:before {
	content: "\e911";
	margin-left: -1.125em;
	color: #e9eaf6;
}

.icon-account-icon-2 .path8:before {
	content: "\e912";
	margin-left: -1.125em;
	color: #e9eaf6;
}

.icon-account-icon-2 .path9:before {
    content: "\e913";
    margin-left: -1.125em;
    color: #00e6f1;
}

.icon-account-icon-2 .path10:before {
	content: "\e914";
	margin-left: -1.125em;
	color: #2b94b1;
}

.icon-account-icon-2 .path11:before {
	content: "\e915";
	margin-left: -1.125em;
	color: #2b94b1;
}

.icon-account-icon-2 .path12:before {
	content: "\e916";
	margin-left: -1.125em;
	color: #2b94b1;
}

.icon-account-icon-2 .path13:before {
	content: "\e917";
	margin-left: -1.125em;
	color: #2b94b1;
}

.icon-account-icon-2 .path14:before {
	content: "\e918";
	margin-left: -1.125em;
	color: #2b94b1;
}

.icon-account-icon-2 .path15:before {
	content: "\e919";
	margin-left: -1.125em;
	color: #2b94b1;
}

.icon-account-icon-2 .path16:before {
	content: "\e91a";
	margin-left: -1.125em;
	color: #2b94b1;
}

.icon-account-icon-2 .path17:before {
	content: "\e91b";
	margin-left: -1.125em;
	color: #2b94b1;
}

.icon-account-icon-2 .path18:before {
	content: "\e91c";
	margin-left: -1.125em;
	color: #2b94b1;
}

.icon-account-icon-2 .path19:before {
	content: "\e91d";
	margin-left: -1.125em;
	color: #2b94b1;
}

.icon-account-icon-3 .path1:before {
	content: "\e91e";
	color: #fff;
}

.icon-account-icon-3 .path2:before {
	content: "\e91f";
	margin-left: -1.126953125em;
	color: #e9eaf6;
}

.icon-account-icon-3 .path3:before {
	content: "\e920";
	margin-left: -1.126953125em;
	color: #fff;
}

.icon-account-icon-3 .path4:before {
	content: "\e921";
	margin-left: -1.126953125em;
	color: #e0e3ea;
}

.icon-account-icon-3 .path5:before {
	content: "\e922";
	margin-left: -1.126953125em;
	color: #e9eaf6;
}

.icon-account-icon-3 .path6:before {
	content: "\e923";
	margin-left: -1.126953125em;
	color: #e9eaf6;
}

.icon-account-icon-3 .path7:before {
	content: "\e924";
	margin-left: -1.126953125em;
	color: #104d5e;
}

.icon-account-icon-3 .path8:before {
	content: "\e925";
	margin-left: -1.126953125em;
	color: #e9eaf6;
}

.icon-account-icon-3 .path9:before {
	content: "\e926";
	margin-left: -1.126953125em;
	color: #fff;
}

.icon-account-icon-3 .path10:before {
	content: "\e927";
	margin-left: -1.126953125em;
	color: #e0e3ea;
}

.icon-account-icon-3 .path11:before {
	content: "\e928";
	margin-left: -1.126953125em;
	color: #e9eaf6;
}

.icon-account-icon-3 .path12:before {
	content: "\e929";
	margin-left: -1.126953125em;
	color: #e9eaf6;
}


.icon-account-icon-3 .path13:before {
    content: "\e92a";
    margin-left: -1.126953125em;
    color: #2b94b1;
}

.icon-account-icon-3 .path14:before {
	content: "\e92b";
	margin-left: -1.126953125em;
	color: #00e6f1;
}

.icon-account-icon-3 .path15:before {
	content: "\e92c";
	margin-left: -1.126953125em;
	color: #2b94b1;
}

.icon-advantage-1 .path1:before {
	content: "\e92d";
	color: #e9eaf6;
}

.icon-advantage-1 .path2:before {
	content: "\e92e";
	margin-left: -.890625em;
	color: #104d5e;
}

.icon-advantage-1 .path3:before {
	content: "\e92f";
	margin-left: -.890625em;
	color: #104d5e;
}

.icon-advantage-1 .path4:before {
	content: "\e930";
	margin-left: -.890625em;
	color: #00e6f1;
}

.icon-advantage-1 .path5:before {
	content: "\e931";
	margin-left: -.890625em;
	color: #fff;
}

.icon-advantage-1 .path6:before {
	content: "\e932";
	margin-left: -.890625em;
	color: #104d5e;
}

.icon-advantage-1 .path7:before {
	content: "\e933";
	margin-left: -.890625em;
	color: #e9eaf6;
}

.icon-advantage-1 .path8:before {
	content: "\e934";
	margin-left: -.890625em;
	color: #e9eaf6;
}

.icon-advantage-1 .path9:before {
	content: "\e935";
	margin-left: -.890625em;
	color: #e9eaf6;
}

.icon-advantage-1 .path10:before {
	content: "\e936";
	margin-left: -.890625em;
	color: #e9eaf6;
}

.icon-advantage-1 .path11:before {
	content: "\e937";
	margin-left: -.890625em;
	color: #e9eaf6;
}

.icon-advantage-2 .path1:before {
	content: "\e938";
	color: #e9eaf6;
}

.icon-advantage-2 .path2:before {
	content: "\e939";
	margin-left: -1.095703125em;
	color: #e9eaf6;
}

.icon-advantage-2 .path3:before {
	content: "\e93a";
	margin-left: -1.095703125em;
	color: #e9eaf6;
}

.icon-advantage-2 .path4:before {
	content: "\e93b";
	margin-left: -1.095703125em;
	color: #e9eaf6;
}

.icon-advantage-2 .path5:before {
	content: "\e93c";
	margin-left: -1.095703125em;
	color: #e9eaf6;
}

.icon-advantage-2 .path6:before {
	content: "\e93d";
	margin-left: -1.095703125em;
	color: #e9eaf6;
}

.icon-advantage-2 .path7:before {
	content: "\e93e";
	margin-left: -1.095703125em;
	color: #e9eaf6;
}

.icon-advantage-2 .path8:before {
	content: "\e93f";
	margin-left: -1.095703125em;
	color: #104d5e;
}

.icon-advantage-2 .path9:before {
	content: "\e940";
	margin-left: -1.095703125em;
	color: #104d5e;
}

.icon-advantage-2 .path10:before {
	content: "\e941";
	margin-left: -1.095703125em;
	color: #104d5e;
}

.icon-advantage-2 .path11:before {
	content: "\e942";
	margin-left: -1.095703125em;
	color: #e9eaf6;
}

.icon-advantage-2 .path12:before {
	content: "\e943";
	margin-left: -1.095703125em;
	color: #e9eaf6;
}

.icon-advantage-2 .path13:before {
	content: "\e944";
	margin-left: -1.095703125em;
	color: #e9eaf6;
}

.icon-advantage-2 .path14:before {
	content: "\e945";
	margin-left: -1.095703125em;
	color: #104d5e;
}

.icon-advantage-2 .path15:before {
	content: "\e946";
	margin-left: -1.095703125em;
	color: #00e6f1;
}

.icon-advantage-3 .path1:before {
	content: "\e947";
	color: #e9eaf6;
}

.icon-advantage-3 .path2:before {
	content: "\e948";
	margin-left: -1.130859375em;
	color: #e9eaf6;
}

.icon-advantage-3 .path3:before {
	content: "\e949";
	margin-left: -1.130859375em;
	color: #fff;
}

.icon-advantage-3 .path4:before {
	content: "\e94a";
	margin-left: -1.130859375em;
	color: #00e6f1;
}

.icon-advantage-3 .path5:before {
	content: "\e94b";
	margin-left: -1.130859375em;
	color: #e9eaf6;
}

.icon-advantage-3 .path6:before {
	content: "\e94c";
	margin-left: -1.130859375em;
	color: #e9eaf6;
}

.icon-advantage-3 .path7:before {
	content: "\e94d";
	margin-left: -1.130859375em;
	color: #104d5e;
}

.icon-advantage-3 .path8:before {
	content: "\e94e";
	margin-left: -1.130859375em;
	color: #104d5e;
}

.icon-advantage-3 .path9:before {
	content: "\e94f";
	margin-left: -1.130859375em;
	color: #00e6f1;
}

.icon-advantage-4 .path1:before {
	content: "\e950";
	color: #00e6f1;
}

.icon-advantage-4 .path2:before {
	content: "\e951";
	margin-left: -.82421875em;
	color: #e9eaf6;
}

.icon-advantage-4 .path3:before {
	content: "\e952";
	margin-left: -.82421875em;
	color: #104d5e;
}

.icon-advantage-4 .path4:before {
	content: "\e953";
	margin-left: -.82421875em;
	color: #104d5e;
}

.icon-advantage-5 .path1:before {
	content: "\e954";
	color: #00e6f1;
}

.icon-advantage-5 .path2:before {
	content: "\e955";
	margin-left: -.8505859375em;
	color: #104d5e;
}

.icon-advantage-5 .path3:before {
	content: "\e956";
	margin-left: -.8505859375em;
	color: #e9eaf6;
}

.icon-advantage-5 .path4:before {
	content: "\e957";
	margin-left: -.8505859375em;
	color: #104d5e;
}

.icon-advantage-6 .path1:before {
	content: "\e958";
	color: #e9eaf6;
}

.icon-advantage-6 .path2:before {
	content: "\e959";
	margin-left: -.9580078125em;
	color: #00e6f1;
}

.icon-advantage-6 .path3:before,.icon-advantage-6 .path4:before,.icon-advantage-6 .path5:before,.icon-advantage-6 .path6:before,.icon-advantage-6 .path7:before {
	margin-left: -.9580078125em;
	color: #e9eaf6;
}

.icon-advantage-6 .path3:before {
	content: "\e95a";
}

.icon-advantage-6 .path4:before {
	content: "\e95b";
}

.icon-advantage-6 .path5:before {
	content: "\e95c";
}

.icon-advantage-6 .path6:before {
	content: "\e95d";
}

.icon-advantage-6 .path7:before {
	content: "\e95e";
}

.icon-advantage-6 .path10:before,.icon-advantage-6 .path11:before,.icon-advantage-6 .path12:before,.icon-advantage-6 .path13:before,.icon-advantage-6 .path8:before,.icon-advantage-6 .path9:before {
	margin-left: -.9580078125em;
	color: #104d5e;
}

.icon-advantage-6 .path8:before {
	content: "\e95f";
}

.icon-advantage-6 .path9:before {
	content: "\e960";
}

.icon-advantage-6 .path10:before {
	content: "\e961";
}

.icon-advantage-6 .path11:before {
	content: "\e962";
}

.icon-advantage-6 .path12:before {
	content: "\e963";
}

.icon-advantage-6 .path13:before {
	content: "\e964";
}

.icon-advantage-7 .path1:before {
	content: "\e965";
	color: #00e6f1;
}

.icon-advantage-7 .path2:before {
	content: "\e966";
	margin-left: -1.0400390625em;
	color: #e9eaf6;
}

.icon-advantage-7 .path3:before {
	content: "\e967";
	margin-left: -1.0400390625em;
	color: #e9eaf6;
}

.icon-advantage-7 .path4:before {
	content: "\e968";
	margin-left: -1.0400390625em;
	color: #00e6f1;
}

.icon-advantage-7 .path5:before {
	content: "\e969";
	margin-left: -1.0400390625em;
	color: #104d5e;
}

.icon-advantage-7 .path6:before {
	content: "\e96a";
	margin-left: -1.0400390625em;
	color: #00e6f1;
}

.icon-advantage-7 .path7:before {
	content: "\e96b";
	margin-left: -1.0400390625em;
	color: #00e6f1;
}

.icon-advantage-7 .path8:before {
	content: "\e96c";
	margin-left: -1.0400390625em;
	color: #e9eaf6;
}

.icon-advantage-7 .path9:before {
	content: "\e96d";
	margin-left: -1.0400390625em;
	color: #104d5e;
}

.icon-advantage-7 .path10:before {
	content: "\e96e";
	margin-left: -1.0400390625em;
	color: #104d5e;
}

.icon-advantage-8 .path1:before {
	content: "\e96f";
	color: #e9eaf6;
}

.icon-advantage-8 .path2:before {
	content: "\e970";
	margin-left: -1.1396484375em;
	color: #e9eaf6;
}

.icon-advantage-8 .path3:before {
	content: "\e971";
	margin-left: -1.1396484375em;
	color: #e9eaf6;
}

.icon-advantage-8 .path4:before {
	content: "\e972";
	margin-left: -1.1396484375em;
	color: #e9eaf6;
}

.icon-advantage-8 .path5:before {
	content: "\e973";
	margin-left: -1.1396484375em;
	color: #00e6f1;
}

.icon-advantage-8 .path6:before {
	content: "\e974";
	margin-left: -1.1396484375em;
	color: #e9eaf6;
}

.icon-advantage-8 .path7:before {
	content: "\e975";
	margin-left: -1.1396484375em;
	color: #00e6f1;
}

.icon-advantage-8 .path8:before {
	content: "\e976";
	margin-left: -1.1396484375em;
	color: #104d5e;
}

.icon-advantage-8 .path9:before {
	content: "\e977";
	margin-left: -1.1396484375em;
	color: #fff;
}

.icon-advantage-8 .path10:before {
	content: "\e978";
	margin-left: -1.1396484375em;
	color: #00e6f1;
}

.icon-arrow-next:before {
	content: "\e979";
	color: #fff;
}

.icon-drop:before {
	content: "\e97a";
	color: #fff;
}

.icon-instagram:before {
	content: "\e97b";
	color: #989898;
}

.icon-our-adv-1 .path1:before {
	content: "\e97c";
	color: #fff;
}

.icon-our-adv-1 .path2:before {
	content: "\e97d";
	margin-left: -1.19140625em;
	color: #e9eaf6;
}

.icon-our-adv-1 .path3:before {
	content: "\e97e";
	margin-left: -1.19140625em;
	color: #104d5e;
}

.icon-our-adv-1 .path4:before {
	content: "\e97f";
	margin-left: -1.19140625em;
	color: #104d5e;
}

.icon-our-adv-1 .path5:before {
	content: "\e980";
	margin-left: -1.19140625em;
	color: #2b94b1;
}

.icon-our-adv-1 .path6:before {
	content: "\e981";
	margin-left: -1.19140625em;
	color: #2b94b1;
}

.icon-our-adv-1 .path7:before {
	content: "\e982";
	margin-left: -1.19140625em;
	color: #e9eaf6;
}

.icon-our-adv-1 .path8:before {
	content: "\e983";
	margin-left: -1.19140625em;
	color: #e9eaf6;
}

.icon-our-adv-1 .path9:before {
	content: "\e984";
	margin-left: -1.19140625em;
	color: #fff;
}

.icon-our-adv-1 .path10:before {
	content: "\e985";
	margin-left: -1.19140625em;
	color: #fff;
}

.icon-our-adv-1 .path11:before {
	content: "\e986";
	margin-left: -1.19140625em;
	color: #e9eaf6;
}

.icon-our-adv-1 .path12:before {
	content: "\e987";
	margin-left: -1.19140625em;
	color: #104d5e;
}

.icon-our-adv-1 .path13:before {
	content: "\e988";
	margin-left: -1.19140625em;
	color: #00e6f1;
}

.icon-our-adv-1 .path14:before {
	content: "\e989";
	margin-left: -1.19140625em;
	color: #104d5e;
}

.icon-our-adv-1 .path15:before {
	content: "\e98a";
	margin-left: -1.19140625em;
	color: #fff;
}

.icon-our-adv-1 .path16:before {
	content: "\e98b";
	margin-left: -1.19140625em;
	color: #2b94b1;
}

.icon-our-adv-1 .path17:before,.icon-our-adv-1 .path18:before,.icon-our-adv-1 .path19:before,.icon-our-adv-1 .path20:before,.icon-our-adv-1 .path21:before,.icon-our-adv-1 .path22:before,.icon-our-adv-1 .path23:before,.icon-our-adv-1 .path24:before {
	color: #fff;
	margin-left: -1.19140625em;
}

.icon-our-adv-1 .path17:before {
	content: "\e98c";
}

.icon-our-adv-1 .path18:before {
	content: "\e98d";
}

.icon-our-adv-1 .path19:before {
	content: "\e98e";
}

.icon-our-adv-1 .path20:before {
	content: "\e98f";
}

.icon-our-adv-1 .path21:before {
	content: "\e990";
}

.icon-our-adv-1 .path22:before {
	content: "\e991";
}

.icon-our-adv-1 .path23:before {
	content: "\e992";
}

.icon-our-adv-1 .path24:before {
	content: "\e993";
}

.icon-our-adv-1 .path25:before {
	content: "\e994";
	margin-left: -1.19140625em;
	color: #104d5e;
}

.icon-our-adv-1 .path26:before {
	content: "\e995";
	margin-left: -1.19140625em;
	color: #104d5e;
}

.icon-our-adv-2 .path1:before {
	content: "\e996";
	color: #fff;
}

.icon-our-adv-2 .path2:before {
	content: "\e997";
	margin-left: -1.1611328125em;
	color: #e9eaf6;
}

.icon-our-adv-2 .path3:before {
	content: "\e998";
	margin-left: -1.1611328125em;
	color: #e9eaf6;
}

.icon-our-adv-2 .path4:before {
	content: "\e999";
	margin-left: -1.1611328125em;
	color: #e9eaf6;
}

.icon-our-adv-2 .path5:before {
    content: "\e99a";
    margin-left: -1.1611328125em;
    color: #2b94b1;
}

.icon-our-adv-2 .path6:before {
    content: "\e99b";
    margin-left: -1.1611328125em;
    color: #104d5e;
}

.icon-our-adv-2 .path7:before {
	content: "\e99c";
	margin-left: -1.1611328125em;
	color: #2b94b1;
}

.icon-our-adv-2 .path8:before {
	content: "\e99d";
	margin-left: -1.1611328125em;
	color: #fff;
}

.icon-our-adv-3 .path1:before {
	content: "\e99e";
	color: #fff;
}

.icon-our-adv-3 .path2:before {
	content: "\e99f";
	margin-left: -1.236328125em;
	color: #104d5e;
}

.icon-our-adv-3 .path3:before {
	content: "\e9a0";
	margin-left: -1.236328125em;
	color: #104d5e;
}

.icon-our-adv-3 .path4:before {
	content: "\e9a1";
	margin-left: -1.236328125em;
	color: #e9eaf6;
}

.icon-our-adv-3 .path5:before {
	content: "\e9a2";
	margin-left: -1.236328125em;
	color: #c9cce7;
	opacity: .5;
}

.icon-our-adv-3 .path10:before,.icon-our-adv-3 .path11:before,.icon-our-adv-3 .path12:before,.icon-our-adv-3 .path13:before,.icon-our-adv-3 .path14:before,.icon-our-adv-3 .path15:before,.icon-our-adv-3 .path6:before,.icon-our-adv-3 .path7:before,.icon-our-adv-3 .path8:before,.icon-our-adv-3 .path9:before {
	color: #fff;
	margin-left: -1.236328125em;
}

.icon-our-adv-3 .path6:before {
	content: "\e9a3";
}

.icon-our-adv-3 .path7:before {
	content: "\e9a4";
}

.icon-our-adv-3 .path8:before {
	content: "\e9a5";
}

.icon-our-adv-3 .path9:before {
	content: "\e9a6";
}

.icon-our-adv-3 .path10:before {
	content: "\e9a7";
}

.icon-our-adv-3 .path11:before {
	content: "\e9a8";
}

.icon-our-adv-3 .path12:before {
	content: "\e9a9";
}

.icon-our-adv-3 .path13:before {
	content: "\e9aa";
}

.icon-our-adv-3 .path14:before {
	content: "\e9ab";
}

.icon-our-adv-3 .path15:before {
	content: "\e9ac";
}

.icon-our-adv-3 .path16:before {
    content: "\e9ad";
    margin-left: -1.236328125em;
    color: #104d5e;
}

.icon-our-adv-3 .path17:before {
	content: "\e9ae";
	margin-left: -1.236328125em;
	color: #104d5e;
}

.icon-our-adv-3 .path18:before {
	content: "\e9af";
	margin-left: -1.236328125em;
	color: #104d5e;
}

.icon-our-adv-3 .path19:before {
	content: "\e9b0";
	margin-left: -1.236328125em;
	color: #104d5e;
}

.icon-our-adv-3 .path20:before {
	content: "\e9b1";
	margin-left: -1.236328125em;
	color: #104d5e;
}

.icon-our-adv-3 .path21:before {
	content: "\e9b2";
	margin-left: -1.236328125em;
	color: #00e6f1;
}

.icon-our-adv-3 .path22:before {
    content: "\e9b3";
    margin-left: -1.236328125em;
    color: #2b94b1;
}

.icon-our-adv-3 .path23:before {
    content: "\e9b4";
    margin-left: -1.236328125em;
    color: #104d5e;
}

.icon-our-adv-3 .path24:before {
	content: "\e9b5";
	margin-left: -1.236328125em;
	color: #104d5e;
}

.icon-our-adv-3 .path25:before {
	content: "\e9b6";
	margin-left: -1.236328125em;
	color: #104d5e;
}

.icon-our-adv-3 .path26:before {
	content: "\e9b7";
	margin-left: -1.236328125em;
	color: #104d5e;
}

.icon-our-adv-3 .path27:before {
	content: "\e9b8";
	margin-left: -1.236328125em;
	color: #104d5e;
}

.icon-our-adv-3 .path28:before {
	content: "\e9b9";
	margin-left: -1.236328125em;
	color: #104d5e;
}

.icon-our-adv-3 .path29:before {
	content: "\e9ba";
	margin-left: -1.236328125em;
	color: #fff;
}

.icon-our-adv-4 .path1:before {
	content: "\e9bb";
	color: #fff;
}

.icon-our-adv-4 .path2:before {
	content: "\e9bc";
	margin-left: -1.23046875em;
	color: #104d5e;
}

.icon-our-adv-4 .path3:before {
	content: "\e9bd";
	margin-left: -1.23046875em;
	color: #00e6f1;
}

.icon-our-adv-4 .path4:before {
	content: "\e9be";
	margin-left: -1.23046875em;
	color: #2b94b1;
}

.icon-our-adv-4 .path5:before {
	content: "\e9bf";
	margin-left: -1.23046875em;
	color: #fff;
}

.icon-our-adv-4 .path6:before {
	content: "\e9c0";
	margin-left: -1.23046875em;
	color: #e9eaf6;
}

.icon-our-adv-4 .path7:before {
	content: "\e9c1";
	margin-left: -1.23046875em;
	color: #fff;
}

.icon-our-adv-4 .path8:before {
	content: "\e9c2";
	margin-left: -1.23046875em;
	color: #104d5e;
}

.icon-our-adv-5 .path1:before {
	content: "\e9c3";
	color: #fff;
}

.icon-our-adv-5 .path2:before {
	content: "\e9c4";
	margin-left: -1.2822265625em;
	color: #e9eaf6;
}

.icon-our-adv-5 .path3:before {
	content: "\e9c5";
	margin-left: -1.2822265625em;
	color: #e9eaf6;
}

.icon-our-adv-5 .path4:before {
	content: "\e9c6";
	margin-left: -1.2822265625em;
	color: #104d5e;
}

.icon-our-adv-5 .path5:before {
	content: "\e9c7";
	margin-left: -1.2822265625em;
	color: #ffda44;
}

.icon-our-adv-5 .path6:before {
	content: "\e9c8";
	margin-left: -1.2822265625em;
	color: #2b94b1;
}

.icon-our-adv-5 .path7:before {
	content: "\e9c9";
	margin-left: -1.2822265625em;
	color: #104d5e;
}

.icon-our-adv-5 .path8:before {
	content: "\e9ca";
	margin-left: -1.2822265625em;
	color: #2b94b1;
}

.icon-our-adv-5 .path9:before {
	content: "\e9cb";
	margin-left: -1.2822265625em;
	color: #104d5e;
}

.icon-our-adv-5 .path10:before {
	content: "\e9cc";
	margin-left: -1.2822265625em;
	color: #fff;
}

.icon-our-adv-5 .path11:before {
	content: "\e9cd";
	margin-left: -1.2822265625em;
	color: #104d5e;
}

.icon-our-adv-6 .path1:before {
	content: "\e9ce";
	color: #fff;
}

.icon-our-adv-6 .path2:before {
	content: "\e9cf";
	margin-left: -1.1884765625em;
	color: #104d5e;
}

.icon-our-adv-6 .path3:before {
	content: "\e9d0";
	margin-left: -1.1884765625em;
	color: #e9eaf6;
}

.icon-our-adv-6 .path4:before {
	content: "\e9d1";
	margin-left: -1.1884765625em;
	color: #e9eaf6;
}

.icon-our-adv-6 .path5:before {
	content: "\e9d2";
	margin-left: -1.1884765625em;
	color: #e9eaf6;
}

.icon-our-adv-6 .path6:before {
	content: "\e9d3";
	margin-left: -1.1884765625em;
	color: #104d5e;
}

.icon-our-adv-6 .path7:before {
	content: "\e9d4";
	margin-left: -1.1884765625em;
	color: #d8daef;
}

.icon-our-adv-6 .path8:before {
	content: "\e9d5";
	margin-left: -1.1884765625em;
	color: #d8daef;
}

.icon-our-adv-6 .path9:before {
	content: "\e9d6";
	margin-left: -1.1884765625em;
	color: #00e6f1;
}

.icon-our-adv-6 .path10:before {
	content: "\e9d7";
	margin-left: -1.1884765625em;
	color: #2b94b1;
}

.icon-our-adv-6 .path11:before {
	content: "\e9d8";
	margin-left: -1.1884765625em;
	color: #fff;
}

.icon-our-adv-6 .path12:before {
	content: "\e9d9";
	margin-left: -1.1884765625em;
	color: #fff;
}

.icon-our-adv-6 .path13:before {
	content: "\e9da";
	margin-left: -1.1884765625em;
	color: #fff;
}

.icon-our-adv-6 .path14:before {
	content: "\e9db";
	margin-left: -1.1884765625em;
	color: #fff;
}

.icon-our-adv-7 .path1:before {
	content: "\e9dc";
	color: #fff;
}

.icon-our-adv-7 .path2:before {
	content: "\e9dd";
	margin-left: -1.2392578125em;
	color: #e9eaf6;
}

.icon-our-adv-7 .path3:before {
	content: "\e9de";
	margin-left: -1.2392578125em;
	color: #fff;
}

.icon-our-adv-7 .path4:before,.icon-our-adv-7 .path5:before,.icon-our-adv-7 .path6:before,.icon-our-adv-7 .path7:before {
	color: #e9eaf6;
	margin-left: -1.2392578125em;
}

.icon-our-adv-7 .path4:before {
	content: "\e9df";
}

.icon-our-adv-7 .path5:before {
	content: "\e9e0";
}

.icon-our-adv-7 .path6:before {
	content: "\e9e1";
}

.icon-our-adv-7 .path7:before {
	content: "\e9e2";
}

.icon-our-adv-7 .path8:before {
	content: "\e9e3";
	margin-left: -1.2392578125em;
	color: #fff;
}

.icon-our-adv-7 .path9:before {
	content: "\e9e4";
	margin-left: -1.2392578125em;
	color: #e9eaf6;
}

.icon-our-adv-7 .path10:before {
	content: "\e9e5";
	margin-left: -1.2392578125em;
	color: #e9eaf6;
}

.icon-our-adv-7 .path11:before {
	content: "\e9e6";
	margin-left: -1.2392578125em;
	color: #104d5e;
}

.icon-our-adv-7 .path12:before {
	content: "\e9e7";
	margin-left: -1.2392578125em;
	color: #104d5e;
}

.icon-our-adv-7 .path13:before {
	content: "\e9e8";
	margin-left: -1.2392578125em;
	color: #fff;
}

.icon-our-adv-7 .path14:before {
	content: "\e9e9";
	margin-left: -1.2392578125em;
	color: #fff;
}

.icon-our-adv-7 .path15:before {
	content: "\e9ea";
	margin-left: -1.2392578125em;
	color: #2b94b1;
}

.icon-our-adv-8 .path1:before {
	content: "\e9eb";
	color: #fff;
}

.icon-our-adv-8 .path2:before,.icon-our-adv-8 .path3:before,.icon-our-adv-8 .path4:before,.icon-our-adv-8 .path5:before {
	color: #e9eaf6;
	margin-left: -1.3525390625em;
}

.icon-our-adv-8 .path2:before {
	content: "\e9ec";
}

.icon-our-adv-8 .path3:before {
	content: "\e9ed";
}

.icon-our-adv-8 .path4:before {
	content: "\e9ee";
}

.icon-our-adv-8 .path5:before {
	content: "\e9ef";
}

.icon-our-adv-8 .path6:before {
	content: "\e9f0";
	margin-left: -1.3525390625em;
	color: #104d5e;
}

.icon-our-adv-8 .path7:before {
	content: "\e9f1";
	margin-left: -1.3525390625em;
	color: #e9eaf6;
}

.icon-our-adv-8 .path8:before {
	content: "\e9f2";
	margin-left: -1.3525390625em;
	color: #104d5e;
}

.icon-our-adv-8 .path9:before {
	content: "\e9f3";
	margin-left: -1.3525390625em;
	color: #104d5e;
}

.icon-our-adv-8 .path10:before {
	content: "\e9f4";
	margin-left: -1.3525390625em;
	color: #2b94b1;
}

.icon-our-adv-8 .path11:before {
	content: "\e9f5";
	margin-left: -1.3525390625em;
	color: #fff;
}

.icon-our-adv-8 .path12:before {
	content: "\e9f6";
	margin-left: -1.3525390625em;
	color: #104d5e;
}

.icon-ref-icon-1 .path1:before {
	content: "\e9f7";
	color: #fff;
}

.icon-ref-icon-1 .path2:before,.icon-ref-icon-1 .path3:before,.icon-ref-icon-1 .path4:before,.icon-ref-icon-1 .path5:before {
	color: #e9eaf6;
	margin-left: -1.1376953125em;
}

.icon-ref-icon-1 .path2:before {
	content: "\e9f8";
}

.icon-ref-icon-1 .path3:before {
	content: "\e9f9";
}

.icon-ref-icon-1 .path4:before {
	content: "\e9fa";
}

.icon-ref-icon-1 .path5:before {
	content: "\e9fb";
}

.icon-ref-icon-1 .path6:before {
	content: "\e9fc";
	margin-left: -1.1376953125em;
	color: #00e6f1;
}

.icon-ref-icon-1 .path7:before {
	content: "\e9fd";
	margin-left: -1.1376953125em;
	color: #2b94b1;
}

.icon-ref-icon-1 .path8:before {
	content: "\e9fe";
	margin-left: -1.1376953125em;
	color: #fff;
}

.icon-ref-icon-1 .path9:before {
	content: "\e9ff";
	margin-left: -1.1376953125em;
	color: #fff;
}

.icon-ref-icon-1 .path10:before {
	content: "\ea00";
	margin-left: -1.1376953125em;
	color: #104d5e;
}

.icon-ref-icon-1 .path11:before {
	content: "\ea01";
	margin-left: -1.1376953125em;
	color: #2b94b1;
}

.icon-ref-icon-2 .path1:before {
	content: "\ea02";
	color: #fff;
}

.icon-ref-icon-2 .path2:before {
	content: "\ea03";
	margin-left: -1.1923828125em;
	color: #e9eaf6;
}

.icon-ref-icon-2 .path3:before {
	content: "\ea04";
	margin-left: -1.1923828125em;
	color: #fff;
}

.icon-ref-icon-2 .path4:before {
	content: "\ea05";
	margin-left: -1.1923828125em;
	color: #e9eaf6;
}

.icon-ref-icon-2 .path5:before {
	content: "\ea06";
	margin-left: -1.1923828125em;
	color: #e9eaf6;
}

.icon-ref-icon-2 .path6:before {
	content: "\ea07";
	margin-left: -1.1923828125em;
	color: #104d5e;
}

.icon-ref-icon-2 .path7:before {
	content: "\ea08";
	margin-left: -1.1923828125em;
	color: #e9eaf6;
}

.icon-ref-icon-2 .path8:before {
	content: "\ea09";
	margin-left: -1.1923828125em;
	color: #fff;
}

.icon-ref-icon-2 .path9:before {
	content: "\ea0a";
	margin-left: -1.1923828125em;
	color: #e9eaf6;
}

.icon-ref-icon-2 .path10:before {
	content: "\ea0b";
	margin-left: -1.1923828125em;
	color: #e9eaf6;
}

.icon-ref-icon-2 .path11:before {
	content: "\ea0c";
	margin-left: -1.1923828125em;
	color: #104d5e;
}

.icon-ref-icon-2 .path12:before {
	content: "\ea0d";
	margin-left: -1.1923828125em;
	color: #db5c6e;
}

.icon-ref-icon-2 .path13:before {
	content: "\ea0e";
	margin-left: -1.1923828125em;
	color: #104d5e;
}

.icon-ref-icon-2 .path14:before {
	content: "\ea0f";
	margin-left: -1.1923828125em;
	color: #00e6f1;
}

.icon-ref-icon-2 .path15:before {
	content: "\ea10";
	margin-left: -1.1923828125em;
	color: #2b94b1;
}

.icon-ref-icon-2 .path16:before {
	content: "\ea11";
	margin-left: -1.1923828125em;
	color: #fff;
}

.icon-ref-icon-2 .path17:before {
	content: "\ea12";
	margin-left: -1.1923828125em;
	color: #fff;
}

.icon-ref-icon-2 .path18:before {
	content: "\ea13";
	margin-left: -1.1923828125em;
	color: #fff;
}

.icon-ref-icon-2 .path19:before {
	content: "\ea14";
	margin-left: -1.1923828125em;
	color: #2b94b1;
}

.icon-ref-icon-2 .path20:before {
	content: "\ea15";
	margin-left: -1.1923828125em;
	color: #104d5e;
}

.icon-ref-icon-3 .path1:before {
	content: "\ea16";
	color: #fff;
}

.icon-ref-icon-3 .path2:before {
	content: "\ea17";
	margin-left: -1.046875em;
	color: #e9eaf6;
}

.icon-ref-icon-3 .path3:before {
	content: "\ea18";
	margin-left: -1.046875em;
	color: #104d5e;
}

.icon-ref-icon-3 .path4:before {
	content: "\ea19";
	margin-left: -1.046875em;
	color: #104d5e;
}

.icon-ref-icon-3 .path5:before {
	content: "\ea1a";
	margin-left: -1.046875em;
	color: #2b94b1;
}

.icon-ref-icon-3 .path6:before {
	content: "\ea1b";
	margin-left: -1.046875em;
	color: #2b94b1;
}

.icon-ref-icon-3 .path7:before {
	content: "\ea1c";
	margin-left: -1.046875em;
	color: #e9eaf6;
}

.icon-ref-icon-3 .path8:before {
	content: "\ea1d";
	margin-left: -1.046875em;
	color: #e9eaf6;
}

.icon-ref-icon-3 .path9:before {
	content: "\ea1e";
	margin-left: -1.046875em;
	color: #fff;
}

.icon-ref-icon-3 .path10:before {
	content: "\ea1f";
	margin-left: -1.046875em;
	color: #fff;
}

.icon-ref-icon-3 .path11:before {
	content: "\ea20";
	margin-left: -1.046875em;
	color: #e9eaf6;
}

.icon-ref-icon-3 .path12:before {
	content: "\ea21";
	margin-left: -1.046875em;
	color: #104d5e;
}

.icon-ref-icon-3 .path13:before {
	content: "\ea22";
	margin-left: -1.046875em;
	color: #104d5e;
}

.icon-ref-icon-3 .path14:before {
	content: "\ea23";
	margin-left: -1.046875em;
	color: #00e6f1;
}

.icon-ref-icon-3 .path15:before {
	content: "\ea24";
	margin-left: -1.046875em;
	color: #104d5e;
}

.icon-ref-icon-3 .path16:before {
	content: "\ea25";
	margin-left: -1.046875em;
	color: #104d5e;
}

.icon-ref-icon-3 .path17:before {
	content: "\ea26";
	margin-left: -1.046875em;
	color: #104d5e;
}

.icon-ref-icon-3 .path18:before {
	content: "\ea27";
	margin-left: -1.046875em;
	color: #104d5e;
}

.icon-ref-icon-3 .path19:before {
	content: "\ea28";
	margin-left: -1.046875em;
	color: #104d5e;
}

.icon-ref-icon-3 .path20:before {
	content: "\ea29";
	margin-left: -1.046875em;
	color: #104d5e;
}

.icon-ref-icon-3 .path21:before {
	content: "\ea2a";
	margin-left: -1.046875em;
	color: #104d5e;
}

.icon-ref-icon-3 .path22:before {
	content: "\ea2b";
	margin-left: -1.046875em;
	color: #fff;
}

.icon-ref-sup-1 .path1:before {
	content: "\ea2c";
	color: #fff;
}

.icon-ref-sup-1 .path2:before {
	content: "\ea2d";
	margin-left: -1.1767578125em;
	color: #104d5e;
}

.icon-ref-sup-1 .path3:before {
	content: "\ea2e";
	margin-left: -1.1767578125em;
	color: #e9eaf6;
}

.icon-ref-sup-1 .path4:before {
	content: "\ea2f";
	margin-left: -1.1767578125em;
	color: #e9eaf6;
}

.icon-ref-sup-1 .path5:before {
	content: "\ea30";
	margin-left: -1.1767578125em;
	color: #e9eaf6;
}

.icon-ref-sup-1 .path6:before {
	content: "\ea31";
	margin-left: -1.1767578125em;
	color: #104d5e;
}

.icon-ref-sup-1 .path7:before {
	content: "\ea32";
	margin-left: -1.1767578125em;
	color: #d8daef;
}

.icon-ref-sup-1 .path8:before {
	content: "\ea33";
	margin-left: -1.1767578125em;
	color: #d8daef;
}

.icon-ref-sup-1 .path9:before {
	content: "\ea34";
	margin-left: -1.1767578125em;
	color: #00e6f1;
}

.icon-ref-sup-1 .path10:before {
	content: "\ea35";
	margin-left: -1.1767578125em;
	color: #2b94b1;
}

.icon-ref-sup-1 .path11:before {
	content: "\ea36";
	margin-left: -1.1767578125em;
	color: #fff;
}

.icon-ref-sup-1 .path12:before {
	content: "\ea37";
	margin-left: -1.1767578125em;
	color: #fff;
}

.icon-ref-sup-2 .path1:before {
	content: "\ea38";
	color: #fff;
}

.icon-ref-sup-2 .path2:before {
	content: "\ea39";
	margin-left: -1.1767578125em;
	color: #e9eaf6;
}

.icon-ref-sup-2 .path3:before {
	content: "\ea3a";
	margin-left: -1.1767578125em;
	color: #fff;
}

.icon-ref-sup-2 .path4:before {
	content: "\ea3b";
	margin-left: -1.1767578125em;
	color: #e9eaf6;
}

.icon-ref-sup-2 .path5:before {
	content: "\ea3c";
	margin-left: -1.1767578125em;
	color: #e9eaf6;
}

.icon-ref-sup-2 .path6:before {
	content: "\ea3d";
	margin-left: -1.1767578125em;
	color: #104d5e;
}

.icon-ref-sup-2 .path7:before {
	content: "\ea3e";
	margin-left: -1.1767578125em;
	color: #e9eaf6;
}

.icon-ref-sup-2 .path8:before {
	content: "\ea3f";
	margin-left: -1.1767578125em;
	color: #fff;
}

.icon-ref-sup-2 .path9:before {
	content: "\ea40";
	margin-left: -1.1767578125em;
	color: #e9eaf6;
}

.icon-ref-sup-2 .path10:before {
	content: "\ea41";
	margin-left: -1.1767578125em;
	color: #104d5e;
}

.icon-ref-sup-2 .path11:before {
	content: "\ea42";
	margin-left: -1.1767578125em;
	color: #e9eaf6;
}

.icon-ref-sup-2 .path12:before {
	content: "\ea43";
	margin-left: -1.1767578125em;
	color: #00e6f1;
}

.icon-ref-sup-2 .path13:before {
	content: "\ea44";
	margin-left: -1.1767578125em;
	color: #2b94b1;
}

.icon-ref-sup-2 .path14:before {
	content: "\ea45";
	margin-left: -1.1767578125em;
	color: #2b94b1;
}

.icon-ref-sup-2 .path15:before {
	content: "\ea46";
	margin-left: -1.1767578125em;
	color: #00e6f1;
}

.icon-ref-sup-2 .path16:before {
	content: "\ea47";
	margin-left: -1.1767578125em;
	color: #fff;
}

.icon-ref-sup-2 .path17:before {
	content: "\ea48";
	margin-left: -1.1767578125em;
	color: #104d5e;
}

.icon-ref-sup-2 .path18:before {
	content: "\ea49";
	margin-left: -1.1767578125em;
	color: #104d5e;
}

.icon-ref-sup-3 .path1:before {
	content: "\ea4a";
	color: #fff;
}

.icon-ref-sup-3 .path2:before,.icon-ref-sup-3 .path3:before,.icon-ref-sup-3 .path4:before,.icon-ref-sup-3 .path5:before,.icon-ref-sup-3 .path6:before,.icon-ref-sup-3 .path7:before,.icon-ref-sup-3 .path8:before {
	color: #e9eaf6;
	margin-left: -1.1767578125em;
}

.icon-ref-sup-3 .path2:before {
	content: "\ea4b";
}

.icon-ref-sup-3 .path3:before {
	content: "\ea4c";
}

.icon-ref-sup-3 .path4:before {
	content: "\ea4d";
}

.icon-ref-sup-3 .path5:before {
	content: "\ea4e";
}

.icon-ref-sup-3 .path6:before {
	content: "\ea4f";
}

.icon-ref-sup-3 .path7:before {
	content: "\ea50";
}

.icon-ref-sup-3 .path8:before {
	content: "\ea51";
}

.icon-ref-sup-3 .path9:before {
	content: "\ea52";
	margin-left: -1.1767578125em;
	color: #00e6f1;
}

.icon-ref-sup-3 .path10:before {
	content: "\ea53";
	margin-left: -1.1767578125em;
	color: #00e6f1;
}

.icon-ref-sup-3 .path11:before {
	content: "\ea54";
	margin-left: -1.1767578125em;
	color: #00e6f1;
}

.icon-ref-sup-3 .path12:before {
	content: "\ea55";
	margin-left: -1.1767578125em;
	color: #2b94b1;
}

.icon-ref-sup-3 .path13:before {
	content: "\ea56";
	margin-left: -1.1767578125em;
	color: #104d5e;
}

.icon-ref-sup-3 .path14:before {
	content: "\ea57";
	margin-left: -1.1767578125em;
	color: #104d5e;
}

.icon-ref-sup-3 .path15:before {
	content: "\ea58";
	margin-left: -1.1767578125em;
	color: #104d5e;
}

.icon-ref-sup-3 .path16:before {
	content: "\ea59";
	margin-left: -1.1767578125em;
	color: #104d5e;
}

.icon-ref-sup-4 .path1:before {
	content: "\ea5a";
	color: #fff;
}

.icon-ref-sup-4 .path2:before {
	content: "\ea5b";
	margin-left: -1.1767578125em;
	color: #e9eaf6;
}

.icon-ref-sup-4 .path3:before {
	content: "\ea5c";
	margin-left: -1.1767578125em;
	color: #e9eaf6;
}

.icon-ref-sup-4 .path4:before {
	content: "\ea5d";
	margin-left: -1.1767578125em;
	color: #e9eaf6;
}

.icon-ref-sup-4 .path5:before {
	content: "\ea5e";
	margin-left: -1.1767578125em;
	color: #fff;
}

.icon-ref-sup-4 .path6:before {
	content: "\ea5f";
	margin-left: -1.1767578125em;
	color: #104d5e;
}

.icon-ref-sup-4 .path7:before {
	content: "\ea60";
	margin-left: -1.1767578125em;
	color: #104d5e;
}

.icon-ref-sup-4 .path8:before {
	content: "\ea61";
	margin-left: -1.1767578125em;
	color: #d8daf0;
}

.icon-ref-sup-4 .path9:before {
	content: "\ea62";
	margin-left: -1.1767578125em;
	color: #d8daf1;
}

.icon-ref-sup-4 .path10:before {
	content: "\ea63";
	margin-left: -1.1767578125em;
	color: #e9eaf6;
}

.icon-ref-sup-4 .path11:before {
	content: "\ea64";
	margin-left: -1.1767578125em;
	color: #104d5e;
}

.icon-ref-sup-4 .path12:before {
	content: "\ea65";
	margin-left: -1.1767578125em;
	color: #fff;
}

.icon-ref-sup-4 .path13:before {
	content: "\ea66";
	margin-left: -1.1767578125em;
	color: #00e6f1;
}

.icon-ref-sup-4 .path14:before {
	content: "\ea67";
	margin-left: -1.1767578125em;
	color: #fff;
}

.icon-ref-sup-4 .path15:before {
	content: "\ea68";
	margin-left: -1.1767578125em;
	color: #fff;
}

.icon-ref-sup-4 .path16:before {
	content: "\ea69";
	margin-left: -1.1767578125em;
	color: #fff;
}

.icon-success-1 .path1:before {
	content: "\ea6a";
	color: #fff;
}

.icon-success-1 .path2:before {
	content: "\ea6b";
	margin-left: -1.150390625em;
	color: #104d5e;
}

.icon-success-1 .path3:before {
	content: "\ea6c";
	margin-left: -1.150390625em;
	color: #e9eaf6;
}

.icon-success-1 .path4:before {
	content: "\ea6d";
	margin-left: -1.150390625em;
	color: #e9eaf6;
}

.icon-success-1 .path5:before {
	content: "\ea6e";
	margin-left: -1.150390625em;
	color: #e9eaf6;
}

.icon-success-1 .path6:before {
	content: "\ea6f";
	margin-left: -1.150390625em;
	color: #00e6f1;
}

.icon-success-1 .path7:before {
	content: "\ea70";
	margin-left: -1.150390625em;
	color: #2b94b1;
}

.icon-success-1 .path8:before {
	content: "\ea71";
	margin-left: -1.150390625em;
	color: #104d5e;
}

.icon-success-1 .path9:before {
	content: "\ea72";
	margin-left: -1.150390625em;
	color: #104d5e;
}

.icon-success-1 .path10:before {
	content: "\ea73";
	margin-left: -1.150390625em;
	color: #104d5e;
}

.icon-success-1 .path11:before {
	content: "\ea74";
	margin-left: -1.150390625em;
	color: #104d5e;
}

.icon-success-1 .path12:before {
	content: "\ea75";
	margin-left: -1.150390625em;
	color: #104d5e;
}

.icon-success-1 .path13:before {
	content: "\ea76";
	margin-left: -1.150390625em;
	color: #104d5e;
}

.icon-success-1 .path14:before {
	content: "\ea77";
	margin-left: -1.150390625em;
	color: #104d5e;
}

.icon-success-1 .path15:before {
	content: "\ea78";
	margin-left: -1.150390625em;
	color: #00e6f1;
}

.icon-success-1 .path16:before {
	content: "\ea79";
	margin-left: -1.150390625em;
	color: #104d5e;
}

.icon-success-2 .path1:before {
	content: "\ea7a";
	color: #fff;
}

.icon-success-2 .path2:before,.icon-success-2 .path3:before,.icon-success-2 .path4:before,.icon-success-2 .path5:before,.icon-success-2 .path6:before {
	margin-left: -1.150390625em;
	color: #e9eaf6;
}

.icon-success-2 .path2:before {
	content: "\ea7b";
}

.icon-success-2 .path3:before {
	content: "\ea7c";
}

.icon-success-2 .path4:before {
	content: "\ea7d";
}

.icon-success-2 .path5:before {
	content: "\ea7e";
}

.icon-success-2 .path6:before {
	content: "\ea7f";
}

.icon-success-2 .path10:before,.icon-success-2 .path11:before,.icon-success-2 .path7:before,.icon-success-2 .path8:before,.icon-success-2 .path9:before {
	color: #104d5e;
	margin-left: -1.150390625em;
}

.icon-success-2 .path7:before {
	content: "\ea80";
}

.icon-success-2 .path8:before {
	content: "\ea81";
}

.icon-success-2 .path9:before {
	content: "\ea82";
}

.icon-success-2 .path10:before {
	content: "\ea83";
}

.icon-success-2 .path11:before {
	content: "\ea84";
}

.icon-success-2 .path12:before {
	content: "\ea85";
	margin-left: -1.150390625em;
	color: #00e6f1;
}

.icon-success-2 .path13:before {
	content: "\ea86";
	margin-left: -1.150390625em;
	color: #2b94b1;
}

.icon-success-2 .path14:before {
	content: "\ea87";
	margin-left: -1.150390625em;
	color: #2b94b1;
}

.icon-success-2 .path15:before {
	content: "\ea88";
	margin-left: -1.150390625em;
	color: #00e6f1;
}

.icon-success-2 .path16:before {
	content: "\ea89";
	margin-left: -1.150390625em;
	color: #fff;
}

.icon-success-2 .path17:before {
	content: "\ea8a";
	margin-left: -1.150390625em;
	color: #104d5e;
}

.icon-success-2 .path18:before {
	content: "\ea8b";
	margin-left: -1.150390625em;
	color: #104d5e;
}

.icon-success-3 .path1:before {
	content: "\ea8c";
	color: #fff;
}

.icon-success-3 .path2:before {
	content: "\ea8d";
	margin-left: -.8984375em;
	color: #e9eaf6;
}

.icon-success-3 .path3:before {
	content: "\ea8e";
	margin-left: -.8984375em;
	color: #e9eaf6;
}

.icon-success-3 .path4:before {
	content: "\ea8f";
	margin-left: -.8984375em;
	color: #e9eaf6;
}

.icon-success-3 .path5:before {
	content: "\ea90";
	margin-left: -.8984375em;
	color: #104d5e;
}

.icon-success-3 .path6:before {
	content: "\ea91";
	margin-left: -.8984375em;
	color: #e9eaf6;
}

.icon-success-3 .path7:before {
	content: "\ea92";
	margin-left: -.8984375em;
	color: #104d5e;
}

.icon-success-3 .path8:before {
	content: "\ea93";
	margin-left: -.8984375em;
	color: #104d5e;
}

.icon-success-3 .path9:before {
	content: "\ea94";
	margin-left: -.8984375em;
	color: #104d5e;
}

.icon-success-3 .path10:before {
	content: "\ea95";
	margin-left: -.8984375em;
	color: #00e6f1;
}

.icon-success-3 .path11:before {
	content: "\ea96";
	margin-left: -.8984375em;
	color: #2b94b1;
}

.icon-success-3 .path12:before {
	content: "\ea97";
	margin-left: -.8984375em;
	color: #104d5e;
}

.icon-success-3 .path13:before {
	content: "\ea98";
	margin-left: -.8984375em;
	color: #104d5e;
}

.icon-success-3 .path14:before {
	content: "\ea99";
	margin-left: -.8984375em;
	color: #104d5e;
}

.icon-success-3 .path15:before {
	content: "\ea9a";
	margin-left: -.8984375em;
	color: #104d5e;
}

.icon-success-3 .path16:before {
	content: "\ea9b";
	margin-left: -.8984375em;
	color: #104d5e;
}

.icon-success-3 .path17:before {
	content: "\ea9c";
	margin-left: -.8984375em;
	color: #104d5e;
}

.icon-success-3 .path18:before {
	content: "\ea9d";
	margin-left: -.8984375em;
	color: #fff;
}

.icon-twitter:before {
	content: "\ea9e";
	color: #989898;
}

.footer {
    padding: 30px 0 8px;
    width: 100%;
    min-width: 320px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    background-color: #eaeded;
}

.hide-cont,header.header {
	background-color: #2a3741;
}

.footer-top {
	border-bottom: 1px solid rgba(86,106,122,.1);
	padding-bottom: 14px;
	margin-bottom: 15px;
}

.footer-top__list {
	display: flex;
	margin: 0 -10px;
}

.footer-bottom__down,.footer-soc-list {
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-align: center;
}

.footer-top__item {
	width: calc(20% - 20px);
	margin: 0 10px;
}

.footer-soc-list li,.nav-btns .btn {
	margin-right: 10px;
}

.footer-top__item.active .mob-drop:after {
	-webkit-transform: translateY(-45%) scaleY(-1);
	transform: translateY(-45%) scaleY(-1);
}

.footer-bottom__top {
	margin-bottom: 3px;
}

.footer-bottom__down {
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-title {
    text-transform: uppercase;
    font-weight: 600;
}

.footer-link-list li {
	margin-bottom: 1px;
}

.footer-link-list li:last-child {
	margin-bottom: 0;
}

.footer-link-list a {
	color: #989898;
}

.footer-link-list a:hover, .footer-soc-list a:hover span:before {
    color: #9296ec;
}

.footer-soc-list {
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.footer-soc-list li:last-child {
	margin-right: 0;
}

.footer-soc-list a {
	font-size: 32px;
}

.footer-soc-list a span:before {
	transition: all .3s cubic-bezier(.37,0,.63,1);
}

.footer-text {
	font-size: 12px;
	line-height: 18px;
}

.footer-copy {
	font-size: 12px;
	line-height: 17px;
}

.footer-pics {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-pic {
	margin-right: 20px;
}

.footer-pic:first-child {
	max-width: 131px;
}

.footer-pic:last-child {
	margin-right: 0;
	max-width: 200px;
}

@media (min-width:992px) {
	.footer-link-list {
		display: block!important;
	}
}

@media (max-width:991px) {
	.footer-top__list {
		display: block;
	}

	.footer-top__item {
		width: auto;
		margin: 0 0 10px;
	}

	.footer-top__item:last-child {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0;
	}

	.footer-link-list {
		display: none;
	}

	.footer-title:not(.footer-title_soc) {
		position: relative;
	}

	.footer-title:not(.footer-title_soc):after {
		content: '\e97a';
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-45%);
		transform: translateY(-45%);
		font-size: 5px;
		line-height: 1;
		color: #4e6271;
		font-family: icomoon;
		-webkit-transition: all .3s cubic-bezier(.37,0,.63,1);
		transition: all .3s cubic-bezier(.37,0,.63,1);
	}

	.footer-title_soc {
		margin-right: 15px;
	}
}

@media (max-width:767px) {
	.footer-bottom__down {
		display: block;
		margin-top: 10px;
	}
}

.header-wrap,.nav {
	display: -webkit-box;
}

header.header {
	position: relative;
	padding: 7px 0;
	height: 80px;
	width: 100%;
	min-width: 320px;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.header-wrap {
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.nav,.nav__list {
	display: -ms-flexbox;
}

.header .wrapper {
    position: relative;
    max-width: 1250px;
    padding-top: 0px;
}

.logo {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 275px;
	margin-right: 20px;
}

.logo img {
	max-height: 62px;
}

.choose-item__bottom,.main-step-wrap,.nav {
	-webkit-box-pack: justify;
}

.nav {
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: calc(100% - 200px);
}

.nav__list {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.nav__item {
	margin-right: 22px;
}

.nav__item:last-child {
	margin-right: 0;
}

.nav__link {
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 19px;
	font-weight: 600;
}

.nav__link:hover {
    color: #9296ec;
}

.nav__link_giveaway {
    color: #ffffff;
}

.nav-btns,.nav__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.choose-hide,.hamburger,.hide-cont,.lang__cont,.tab-wrap_methods .nav-tab-list__item.active:after,.tab-wrap_methods .nav-tab-list__item:last-child:after {
	display: none;
}

.nav-btns .btn {
	min-width: 90px;
	height: 30px;
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
}

.drop:after,.jq-selectbox__trigger-arrow:after {
	font-family: icomoon;
	line-height: 1;
}

.nav-btns .btn:last-child {
	margin-right: 0;
}

.nav-btns .btn_accent {
	text-transform: initial;
}

.lang {
	margin-right: 20px;
}

.lang__link {
	font-weight: 600;
	color: #fff;
}

.lang__link:hover {
    color: #9296ec;
}

.drop {
    position: relative;
    padding-right: 14px;
}

.drop:after {
    content: '\e97a';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    font-size: 5px;
    color: rgb(255 255 255);
    transition: all .3s cubic-bezier(.37,0,.63,1);
   
}

.hide-cont {
	position: absolute;
	z-index: 1;
	min-width: -webkit-max-content;
	min-width: -moz-max-content;
	min-width: max-content;
	top: calc(100% + 5px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 10px 20px;
	border-radius: 10px;
}

.dot,.drop-open .hide-cont {
	display: block;
}

.drop-open,.hamburger {
	position: relative;
}

.hide-cont li {
	margin-bottom: 5px;
}

.hide-cont li:last-child {
	margin-bottom: 0;
}

.hide-cont a {
	color: #fff;
	white-space: nowrap;
}

.drop-open .nav__link, .hide-cont a:hover, .tab-wrap_account .nav-tab-list__item.active .nav-tab-list__link {
    color: #9296ec;
}

.drop-open .drop:after {
	-webkit-transform: translateY(-45%) scaleY(-1);
	transform: translateY(-45%) scaleY(-1);
}

.hamburger {
	z-index: 2;
	width: 24px;
	height: 16px;
}

.hamburger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	border-radius: 15px;
	background-color: #fff;
	transition: all .3s cubic-bezier(.37,0,.63,1);
}

.hamburger span:nth-child(1) {
	top: 0;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

.hamburger span:nth-child(2) {
	top: 50%;
	margin-top: -1px;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.hamburger span:nth-child(3) {
	bottom: 0;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

@media (max-width:1280px) {
	.hamburger,.nav__list {
		display: block;
	}

	header.header {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    height: 74px;
    padding: 12px 0;
}

	.header-wrap {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.nav,.nav__info {
		-ms-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	}

	.nav {
		position: absolute;
		right: 0;
		top: 60px;
		bottom: 0;
		max-width: 400px;
		width: 100%;
		height: calc(100vh - 60px);
		overflow: auto;
		padding: 20px 40px;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		background-color: #2a3741;
		-webkit-transform: translateX(400px);
		transform: translateX(400px);
		-webkit-transition: all .3s cubic-bezier(.37,0,.63,1);
		transition: all .3s cubic-bezier(.37,0,.63,1);
	}

	.nav__list {
		margin-bottom: 20px;
	}

	.nav__item {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.nav__item:last-child {
		margin-bottom: 0;
	}

	.nav__info {
		flex-direction: column;
	}

	.lang {
		margin-right: 0;
		margin-bottom: 20px;
		text-align: center;
	}

	.nav-btns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.nav-btns .btn {
		min-width: 120px;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.nav-btns .btn:last-child {
		margin-bottom: 0;
	}

	.hide-cont {
		background-color: #000;
	}

	.drop {
		padding-right: 20px;
	}
}

.main,.main-wrapper,.wrapper {
	min-width: 320px;
}

@media (max-width:1280px) and (max-height:380px) {
	.nav {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.main-wrapper,.tab-wrap_methods .nav-tab-list__link {
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
}

body.menu .hamburger span {
	background-color: #104d5e;
}

body.menu .hamburger span:nth-child(1) {
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%) rotate(-225deg);
	transform: translate(-50%,-50%) rotate(-225deg);
}

body.menu .hamburger span:nth-child(2) {
	-webkit-transform: scale(0);
	transform: scale(0);
}

body.menu .hamburger span:nth-child(3) {
	left: 50%;
	bottom: 50%;
	-webkit-transform: translate(-50%,50%) rotate(45deg);
	transform: translate(-50%,50%) rotate(45deg);
}

body.menu .nav {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

body.menu .footer,body.menu .main {
	pointer-events: none;
}

body.menu .footer:after,body.menu .main:after {
	opacity: 1;
}

.footer:after,.main:after {
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all .3s cubic-bezier(.37,0,.63,1);
	transition: all .3s cubic-bezier(.37,0,.63,1);
	background: rgba(0,0,0,.2);
}

.dot,.main-wrapper,.wrapper {
	position: relative;
}

.main-wrapper {
	padding: 0;
	width: 100%;
	overflow: hidden;
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.wrapper {
	max-width: 1250px;
	padding: 0 40px;
	margin: 0 auto;
}

h1,h2,h3,p {
	padding: 0;
}

p {
	line-height: 25px;
	font-weight: 400;
}

.tab-wrap_methods .nav-tab-list-rec,h1,h2,h3 {
	font-family: Graphik,sans-serif;
}

h1 {
	font-size: 45px;
	line-height: 50px;
	font-weight: 700;
}

h2 {
	font-size: 40px;
	line-height: 50px;
	font-weight: 600;
}

h3 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
}

.btn,.tab-wrap_methods .nav-tab-list-rec {
	font-weight: 600;
	text-transform: uppercase;
}

.main {
	width: 100%;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.btn,.slick-dots {
	-webkit-box-align: center;
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    min-width: 220px;
    border-radius: 10px;
    padding: 0 10px;
    will-change: transform;
    transition: all .3s;
}

.btn:hover {
	-webkit-transform: translateY(-2.5px);
	transform: translateY(-2.5px);
	-webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,.1);
	box-shadow: 0 10px 10px 0 rgba(0,0,0,.1);
}

.btn_accent {
    color: #000;
    background-color: #cdcdcc;
}
.btn_accent:hover {
    background-color: #00e6f1;
}

.btn_login,.btn_register {
	font-size: 13px;
	text-transform: initial;
	color: #000;
}

.btn_login {
	background-color: #00e6f1;
}

.btn_login:hover {
    background-color: #cdcdcd;
}

.btn_button {
    min-width: 160px;
    outline: 0;
    border: none;
    color: #000;
    background-color: #00e6f1;
    -webkit-transition: all .3s cubic-bezier(.37,0,.63,1);
    transition: all .3s cubic-bezier(.37,0,.63,1);
}

.btn_button:hover {
	background-color: #cdcdcd;
}

.btn_green {
	background-color: #00e6f1;
	color: #fff;
}

.btn_green:hover {
	background-color: #a0c55f;
}

.btn_gray {
	background-color: #4e6271;
	color: #fff;
}

.btn_gray:hover {
	background-color: #5b7284;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
	padding-bottom: 30px;
}

.slick-dots {
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.slick-dots li {
	margin: 0 5px;
	width: auto;
	height: auto;
}

.slick-dots li.slick-active .dot {
	background-color: #104d5e;
}

.slick-dots li.slick-active .dot:after {
	opacity: 1;
}

.slick-prev {
	left: 10px;
}

.slick-next {
	right: 10px;
}

.slick-arrow {
	z-index: 1;
}

.dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: rgba(78,98,113,.5);
}

.dot:after,.owl-theme .owl-dots .owl-dot span:after {
	position: absolute;
	width: 4px;
	height: 4px;
	opacity: 0;
	-webkit-transition: all .3s cubic-bezier(.37,0,.63,1);
	border-radius: 50%;
}

.dot:after {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-color: #fff;
	transition: all .3s cubic-bezier(.37,0,.63,1);
}

.owl-theme .owl-dots .owl-dot span {
	position: relative;
	margin: 0 3px;
	background-color: rgba(255,255,255,.3);
}

.owl-theme .owl-dots .owl-dot span:after {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-color: #fff;
	transition: all .3s cubic-bezier(.37,0,.63,1);
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
	background-color: rgba(255,255,255,.3);
}

.accordeon-pluse span,.checkbox+label:before,.tab-wrap_account .nav-tab-list__link:after,.tab-wrap_methods .nav-tab-list__link:after {
	-webkit-transition: all .3s cubic-bezier(.37,0,.63,1);
}

.owl-theme .owl-dots .owl-dot.active span:after {
	opacity: 1;
}

.owl-dots {
	line-height: 10px;
}

.fancybox-bg,.fancybox-is-open .fancybox-bg {
	background: #081800;
}

.fancybox-slide--html .fancybox-close-small {
	padding: 5px;
	top: 5px;
	right: 5px;
}

.fancybox-button svg path {
	fill: #4e6271;
}

.box-tab-cont {
	position: relative;
}

.hide {
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	width: 100%;
	overflow: hidden;
	z-index: -1;
	opacity: 0;
}

.tab-wrap_account .nav-tab-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -25px;
}

.tab-wrap_account .nav-tab-list__item {
	margin: 0 25px;
}

.tab-wrap_account .nav-tab-list__item.active .nav-tab-list__link:after {
	-webkit-transform: translateX(-50%) scale(1);
	transform: translateX(-50%) scale(1);
}

.tab-wrap_account .nav-tab-list__link {
    position: relative;
    display: block;
    color: #383838;
}

.tab-wrap_account .nav-tab-list__link:hover {
    color: #cdcdcc;
}

.tab-wrap_account .nav-tab-list__link:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    width: 100%;
    height: 1px;
    background-color: #9296ec;
    transition: all .3s cubic-bezier(.37,0,.63,1);
}

.tab-wrap_methods .nav-tab-list {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin: 0;
	border-radius: 15px;
	background-color: #f2f4f9;
}

.tab-wrap_methods .nav-tab-list-text {
	margin-bottom: 5px;
}

.tab-wrap_methods .nav-tab-list-rec {
	position: absolute;
	top: 0;
	left: 1px;
	right: 1px;
	border-radius: 15px 15px 0 0;
	background-color: #8dc63f;
	color: #fff;
}

.tab-wrap_methods .nav-tab-list__item {
	position: relative;
	margin: 0;
	width: 16.66%;
}

.tab-wrap_methods .nav-tab-list__item:after {
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: calc(100% - 40px);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #fff;
}

.tab-wrap_methods .nav-tab-list__item.active .nav-tab-list__link {
	-webkit-box-shadow: 0 20px 50px rgba(49,87,125,.15);
	box-shadow: 0 20px 50px rgba(49,87,125,.15);
	background-color: #fff;
	color: #4e6271;
}

.tab-wrap_methods .nav-tab-list__item.active .nav-tab-list__link:after {
	opacity: 1;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.tab-wrap_methods .nav-tab-list__link {
	height: 100%;
	padding: 18px 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	position: relative;
	color: #4e6271;
	border-radius: 15px;
	font-weight: 700;
}

.tab-wrap_methods .nav-tab-list__link:hover {
	color: #4e6271;
}

.tab-wrap_methods .nav-tab-list__link:after {
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	width: 30px;
	height: 10px;
	background: url(../../img/icons/methods-drop.svg) center no-repeat;
	background-size: contain;
	transition: all .3s cubic-bezier(.37,0,.63,1);
}

.accordeon-pluse,.main-platform-btn {
	background: linear-gradient(-55deg,#2b94b1 0,#2b94b14f 100%);
}

.tab-wrap_methods .box-tab-cont {
	padding-top: 30px;
}

.accordeon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 300px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.accordeon-cont {
	width: calc(50% - 30px);
	margin-bottom: 30px;
}

.accordeon-cont:last-child {
	margin-bottom: 0;
}

.accordeon-cont.active .accordeon-pluse span:last-child {
	-webkit-transform: translate(-50%,-50%) rotate(-90deg) scale(0);
	transform: translate(-50%,-50%) rotate(-90deg) scale(0);
}

.accordeon-link {
	position: relative;
	padding-left: 36px;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	color: #4e6271;
}

.accordeon-link:hover {
	color: #104d5e;
}

.accordeon-pluse {
	position: absolute;
	left: 0;
	top: 2px;
	width: 26px;
	height: 26px;
	border-radius: 10px;
}

.accordeon-pluse:after {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 18px;
	height: 18px;
	border-radius: 6px;
	background: linear-gradient(-55deg,#177995 0,#15687e 100%);
}

.accordeon-pluse span,.jq-selectbox__trigger-arrow {
	-webkit-transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
}

.accordeon-pluse span {
	position: absolute;
	z-index: 1;
	transform: translate(-50%,-50%);
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #fff;
	transition: all .3s cubic-bezier(.37,0,.63,1);
}

.accordeon-pluse span:last-child {
	-webkit-transform: translate(-50%,-50%) rotate(-90deg);
	transform: translate(-50%,-50%) rotate(-90deg);
}

.accordeon-hide {
	padding-left: 36px;
	margin-top: 10px;
}

.checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 20px;
}

.checkbox+label {
	display: inline-block;
	position: relative;
	padding: 0 0 0 35px;
	cursor: pointer;
}

.checkbox+label a:hover {
	text-decoration: underline;
}

.checkbox+label:before {
	position: absolute;
	width: 25px;
	height: 25px;
	border-radius: 4px;
	border: 1px solid rgba(2,6,16,.2);
	top: 0;
	left: 0;
	transition: all .3s cubic-bezier(.37,0,.63,1);
}

.checkbox+label:after,.choose:after,.jq-selectbox__trigger-arrow,.main-platform-btn span {
	-webkit-transition: all .3s cubic-bezier(.37,0,.63,1);
}

.checkbox+label:after {
	position: absolute;
	top: 5px;
	left: 9px;
	height: 12px;
	width: 7px;
	opacity: 0;
	border: 2px solid #104d5e;
	border-top: none;
	border-left: none;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .3s cubic-bezier(.37,0,.63,1);
}

.checkbox:checked+label:after {
	opacity: 1;
}

.jq-selectbox {
	width: 100%;
	outline: 0;
}

.jq-selectbox.focused .jq-selectbox__select {
	border: 1px solid rgba(2,6,16,.2);
}

.jq-selectbox.opened .jq-selectbox__trigger-arrow {
	-webkit-transform: translate(-50%,-50%) scaleY(-1);
	transform: translate(-50%,-50%) scaleY(-1);
}

.jq-selectbox__select {
	width: 100%;
	height: 50px;
	border-radius: 25px;
	border: 1px solid rgba(2,6,16,.2);
	padding: 0 64px 0 30px;
	font-size: 20px;
	line-height: 50px;
	font-family: OpenSans,sans-serif;
	color: #4e6271;
	text-shadow: none;
	background: 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.choose:after,.jq-selectbox__trigger-arrow:after {
	content: '\e97a';
	font-size: 5px;
}

.jq-selectbox__select:hover {
	background: 0 0;
}

.jq-selectbox__select:active {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: 0 0;
}

.jq-selectbox__select-text {
	height: 100%;
}

.jq-selectbox__trigger {
	width: 64px;
	border-left: none;
}

.jq-selectbox__trigger-arrow {
	position: absolute;
	transform: translate(-50%,-50%);
	right: auto;
	width: 10px;
	height: 10px;
	border: none;
	transition: all .3s cubic-bezier(.37,0,.63,1);
}

.jq-selectbox__trigger-arrow:after {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #4e6271;
}

.jq-selectbox__dropdown {
	border-radius: 10px;
	border: 1px solid rgba(2,6,16,.2);
	overflow: hidden;
	font-size: 20px;
	line-height: 25px;
	font-family: OpenSans,sans-serif;
	color: #4e6271;
}

.jq-selectbox li {
	padding: 10px 30px;
}

.jq-selectbox li:hover {
	background-color: #104d5e;
	color: #fff;
}

.choose {
	position: relative;
	z-index: 10;
	max-width: 360px;
}

.choose.active:after {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
}

.choose.active .choose-hide {
	display: block;
}

.choose:after {
	position: absolute;
	right: 20px;
	top: 20px;
	font-family: icomoon;
	line-height: 1;
	color: #fff;
	transition: all .3s cubic-bezier(.37,0,.63,1);
}

.choose-item {
	cursor: pointer;
	padding: 10px 20px;
	width: 100%;
	border-radius: 15px;
	background-image: linear-gradient(215deg,#a3d150 0,#58bf46 100%);
	color: #fff;
}

.choose-item__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.choose-item__bottom .choose-text {
	width: calc(50% - 10px);
}

.choose-item__bottom .choose-text:last-child {
	text-align: right;
}

.choose-hide {
	position: absolute;
	z-index: 5;
	top: 100%;
	left: 0;
	width: 100%;
}

.choose-count {
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	text-transform: uppercase;
}

.choose-text {
	color: #fff;
	font-size: 12px;
	line-height: 15px;
}

.section_main-slider {
	position: relative;
}

.section_main-slider h2 {
	font-size: 45px;
	line-height: 50px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}

.section_main-slider h2 span {
	display: block;
	margin-top: 30px;
	font-weight: 400;
}

.section_main-slider .btn {
	background-color: #fff;
}

.section_main-success {
	padding: 50px 0;
	text-align: center;
}

.section_main-success h2 {
	margin-bottom: 50px;
}

.section_main-platform h2,.section_main-success h3 {
	margin-bottom: 5px;
}

.section_main-platform {
	padding: 50px 0;
	background-image: linear-gradient(-45deg,#f8fafc 0,#f3f4fc 100%);
	text-align: center;
}

.section_main-platform .inner {
	max-width: 690px;
	margin: 0 auto 27px;
}

.section_main-step {
    padding: 60px 0 50px;
    background-image: linear-gradient(84deg,#2b94b1 40%,#000000 100%);
}
.section_main-step .inner {
	margin-bottom: 35px;
	text-align: center;
}

.section_main-step .inner p {
	font-size: 20px;
	line-height: 30px;
}

.section_main-step h2 {
	margin-bottom: 5px;
	color: #fff;
}

.section_main-step h3 {
	margin-bottom: 10px;
	color: #fff;
}

.section_main-step p {
	color: #fff;
}

.section_main-advantages {
	padding: 50px 0;
	text-align: center;
}

.section_main-advantages h2 {
	margin-bottom: 55px;
}

.section_main-contest {
    padding: 60px 0;
    text-align: center;
    background-image: linear-gradient(84deg,#2b94b1 40%,#000000 100%);
}

.section_main-contest h2 {
	margin-bottom: 10px;
	font-size: 50px;
	font-weight: 700;
	line-height: 70px;
	color: #fff;
}

.section_main-contest p {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
}

.section_main-count {
    background-color: #eaeded;
    text-align: center;
}

.section_our-advantages {
	padding: 50px 0;
	text-align: center;
}

.section_our-advantages h2 {
	margin-bottom: 10px;
}

.section_our-advantages p span {
	font-weight: 700;
}

.section_our-advantages .inner {
	margin-bottom: 40px;
}

.section_our-advantages .btn {
	min-width: 240px;
}

.main-slider__item {
	padding: 45px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
	color: #fff;
}

.main-slider__item_1 {
	background-image: url(../../img/main/main-slider-1.jpg);
}

.main-slider__item_1 h2 {
	margin-bottom: 45px;
}

.main-slider__item_1 .btn {
	min-width: 220px;
	color: #30a8be;
}

.main-slider__item_2 {
	background-image: url(../../img/main/main-slider-2.jpg);
}

.main-slider__item_2 h2 {
	margin-bottom: 20px;
}

.main-slider__item_2 .btn {
	min-width: 200px;
	color: #4ec01e;
}

.main-slider__item_3 {
	background-image: url(../../img/main/main-slider-3.jpg);
}

.main-slider__item_3 h2 {
	margin-bottom: 40px;
}

.main-slider__item_3 .btn {
	min-width: 200px;
}

.main-slider-abs {
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
}

.main-slider-abs .wrapper {
	max-width: 1250px;
}

.main-slider-abs small:first-child {
	font-weight: 600;
}

.main-slider-decor {
	position: absolute;
	right: 40px;
	top: 40px;
	line-height: 1;
}

.main-slider-decor span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.main-slider-decor svg {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.main-slider-decor svg circle {
	fill: none;
	stroke-width: 3px;
	stroke: #fff;
	stroke-linecap: round;
}

.main-slider-decor svg circle.main-circle-1 {
	opacity: .3;
}

.main-slider-decor svg circle.main-circle-2 {
	stroke-dashoffset: 141.3;
	stroke-dasharray: 141.3;
}

.main-trade__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -40px 30px;
}

.main-trade__item {
	width: calc(25% - 80px);
	margin: 0 40px;
	line-height: 20px;
}

.main-trade-title {
	margin-bottom: 5px;
	font-weight: 700;
}

.main-extra__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 900px;
	margin: 0 auto 20px;
	counter-reset: extra;
}

.main-extra__item {
	position: relative;
	width: calc(33.33% - 30px);
	margin: 0 15px;
	counter-increment: extra;
}

.main-extra__item:before {
    content: counter(extra);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #fff;
    font-weight: 700;
    color: #145a8d;
    text-align: center;
}

.main-extra-name {
	font-weight: 600;
}

.main-success__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px 10px;
	counter-reset: success;
}

.main-success__item {
	width: calc(33.33% - 30px);
	margin: 0 15px;
	counter-increment: success;
}

.main-success-icon {
	position: relative;
	margin: 0 auto 20px;
	width: 80px;
	font-size: 80px;
	-webkit-box-shadow: 0 10px 35px rgba(78,98,113,.2);
	box-shadow: 0 10px 35px rgba(78,98,113,.2);
	border-radius: 16px;
}

.main-success-icon:after {
	content: counter(success);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: -8px;
	left: -8px;
	width: 25px;
	height: 25px;
	font-size: 15px;
	line-height: 1;
	border-radius: 50%;
	background-color: #00e6f1;
	font-weight: 700;
	color: #fff;
	text-align: center;
}

.main-step-wrap,.main-top-traider-top {
	display: -webkit-box;
	display: -ms-flexbox;
}

.main-success-partners__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 390px;
	margin: 0 auto;
}

.main-success-partners__item {
	margin: 0 5px;
}

.main-platform {
	position: relative;
	min-height: 543px;
}

.main-platform-info {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.main-platform-info.active {
	z-index: 1;
}

.main-platform-info.active .main-platform-hide {
	display: block;
}

.main-platform-info.active .main-platform-btn span:first-child {
	-webkit-transform: translate(-50%,-50%) rotate(-45deg);
	transform: translate(-50%,-50%) rotate(-45deg);
}

.main-platform-info.active .main-platform-btn span:last-child {
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	transform: translate(-50%,-50%) rotate(45deg);
}

.main-platform-hide {
	display: none;
	position: absolute;
	left: 50%;
	top: 30px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 6px 10px;
	width: 200px;
	-webkit-box-shadow: 0 10px 25px rgba(0,0,0,.3);
	box-shadow: 0 10px 25px rgba(0,0,0,.3);
	border-radius: 10px;
	background-color: rgba(255,255,255,.9);
	font-size: 12px;
	line-height: 18px;
}

.main-platform-btn {
	display: block;
	width: 26px;
	height: 26px;
	border-radius: 10px;
}

.main-platform-btn:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 18px;
	height: 18px;
	border-radius: 6px;
	background: linear-gradient(-55deg,#177995 0,#15687e 100%);
}

.main-platform-btn span {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 8px;
	height: 1px;
	background-color: #fff;
	transition: all .3s cubic-bezier(.37,0,.63,1);
}

.main-platform-btn span:first-child {
	-webkit-transform: translate(-50%,-50%) rotate(-90deg);
	transform: translate(-50%,-50%) rotate(-90deg);
}

.main-platform-box {
	position: absolute;
}

.main-platform-box_1 {
	width: 67.3%;
	top: 1.7%;
	left: 48.6%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.main-platform-box_1 .main-platform-info_1 {
	top: 3%;
	left: 38%;
}

.main-platform-box_1 .main-platform-info_2 {
	top: 18%;
	left: 60.5%;
}

.main-platform-box_2 {
	width: 20%;
	top: 0;
	right: 3%;
}

.main-platform-box_2 .main-platform-info {
	top: -10px;
}

.main-platform-box_3 {
	width: 14%;
	top: 21%;
	left: 8%;
}

.main-platform-box_4 {
	width: 14%;
	top: 22%;
	right: 13%;
}

.main-step-wrap {
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 980px;
	margin: 0 auto 5px 170px;
}

.main-step__list {
	width: calc(41% - 15px);
}

.main-step__item {
	position: relative;
	padding-left: 70px;
	margin-bottom: 20px;
}

.main-step__item:last-child {
	margin-bottom: 0;
}

.main-step-icon {
	position: absolute;
	left: 0;
	top: 0;
	padding: 3px 12px 4px 9px;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	background: url(../../img/main/step-svg.png) center no-repeat;
	background-size: contain;
	-webkit-filter: drop-shadow(0 10px 20px rgba(41,52,69,.15));
	filter: drop-shadow(0 10px 20px rgba(41, 52, 69, .15));
}

.main-step-pic {
	width: calc(59% - 35px);
}

.main-top-traider__list {
	max-width: 670px;
	margin: 0 auto;
}

.main-top-traider__list.slick-dotted.slick-slider {
	padding-bottom: 0;
}

.main-top-traider__list .slick-list {
	padding: 40px 50px;
}

.main-top-traider__list .slick-dots {
	bottom: 10px;
}

.main-top-traider__list .slick-dots li {
	position: relative;
}

.main-top-traider__list .dot,.main-top-traider__list .slick-dots li.slick-active .dot {
	background-color: rgba(255,255,255,.2);
}

.main-top-traider__list .dot:after {
	background-color: #fff;
}

.main-top-traider__item {
	margin: 0 100px;
	padding: 13px 30px 20px;
	-webkit-box-shadow: 0 10px 20px rgba(49,87,125,.15);
	box-shadow: 0 10px 20px rgba(49,87,125,.15);
	border-radius: 15px;
	background-color: #fff;
}

.main-top-traider__item .btn {
    min-width: 114px;
    height: 40px;
    border-radius: 10px;
    background-color: #00e6f1;
    color: #fff;
}

.main-top-traider-top {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 5px;
}

.main-top-traider-name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
}

.main-top-traider-name__text {
	margin-right: 5px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
}

.main-top-traider-name__icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	max-width: 13px;
}

.main-top-traider-copy {
	font-weight: 300;
	line-height: 20px;
}

.main-top-traider-copy span {
	font-weight: 700;
}

.main-top-traider-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-top-traider-percent div:first-child {
    color: #00e6f1;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
}
.main-top-traider-percent div:last-child {
	color: #000;
	font-weight: 300;
	line-height: 20px;
}

.main-advantage__list {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 35px 30px;
	margin-bottom: 30px;
}

.main-advantage-icon {
	height: 58px;
	margin-bottom: 20px;
}

.main-contest-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.main-contest-wrap:after {
	content: '';
	position: absolute;
	width: 2px;
	height: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: rgba(255,255,255,.1);
}

.main-contest-box {
	width: calc(50% - 25px);
}

.main-contest-box:first-child .main-contest-pic {
	max-width: 200px;
	margin: 0 auto 40px;
	-webkit-filter: drop-shadow(0 10px 5px rgba(46,56,68,.3));
	filter: drop-shadow(0 10px 5px rgba(46, 56, 68, .3));
}

.main-contest-box:first-child p {
	margin-bottom: 5px;
}

.main-contest-box:last-child .main-contest-pic {
    max-width: 365px;
    margin: 40px auto;
    -webkit-filter: drop-shadow(0 10px 5px rgba(46,56,68,.3));
    filter: drop-shadow(0 10px 5px rgba(46, 56, 68, .3));
}

.main-contest-box .btn {
	min-width: 200px;
	background-color: #fff;
}

.main-contest-count {
	margin-bottom: 20px;
	color: #fff;
	font-size: 110px;
	font-weight: 700;
	line-height: 140px;
	text-transform: uppercase;
}

.main-count__list {
	padding: 35px 100px;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 80px;
	border-bottom: 1px solid rgba(86,106,122,.1);
}

.main-count__numbers {
    margin-bottom: 10px;
    color: #01dfe9;
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
}
.main-count__text {
	color: #000;
	font-weight: 600;
	line-height: 30px;
}

.our-advantages__list {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 50px 30px;
	margin-bottom: 40px;
}

.our-advantages__icon {
	display: inline-block;
	height: 94px;
	font-size: 94px;
	margin-bottom: 15px;
	-webkit-filter: drop-shadow(0 5px 15px rgba(78,98,113,.2));
	filter: drop-shadow(0 5px 15px rgba(78, 98, 113, .2));
	border-radius: 15px;
}

.section_login {
	padding: 20px 0;
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section_login .wrapper {
	width: 100%;
}

.login-wrap {
	max-width: 425px;
	margin: 0 auto;
}

.login-logo {
	max-width: 205px;
	margin: 0 auto 50px;
}

.login-name {
	margin-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
	line-height: 24px;
	font-size: 18px;
}

.login-form {
	margin-bottom: 20px;
	-webkit-box-shadow: 0 20px 40px rgba(0,0,0,.05);
	box-shadow: 0 20px 40px rgba(0,0,0,.05);
	background-color: #fff;
	border-radius: 20px;
	padding: 20px 40px;
}

.login-form .box-field-wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

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

.login-bottom a:hover {
	text-decoration: underline;
}

.login-reg {
	margin-top: 10px;
}

.login-reg a {
	margin-left: 5px;
}

@media (max-width:1280px) {
	.main_login {
		padding-top: 0;
	}

	.main-slider__item_1 h2 {
		margin-bottom: 30px;
	}

	.main-slider__item_2 h2 {
		margin-bottom: 10px;
	}

	.main-trade__list {
		margin: 0 -15px 35px;
	}

	.main-trade__item {
		width: calc(25% - 30px);
		margin: 0 15px;
	}

	.section_main-slider h2 {
		font-size: 30px;
		line-height: 40px;
		letter-spacing: -.1px;
	}
}

@media (max-width:1200px) {
	.wrapper {
		max-width: 960px;
	}

	.main-platform {
		min-height: 400px;
	}

	.main-step-wrap {
		margin: 0 auto 5px;
	}
}

@media (max-width:991px) {
	.main-count__numbers,h1,h2 {
		line-height: 40px;
	}

	.wrapper {
		max-width: 720px;
	}

	h1 {
		font-size: 35px;
	}

	h2 {
		font-size: 30px;
	}

	.main-trade__list {
		display: block;
		margin: 0 0 34px;
	}

	.main-trade__item {
		width: auto;
		margin: 0;
	}

	.main-extra__list {
		margin: 0 auto 14px;
	}

	.main-extra__item {
		width: auto;
		margin: 0;
	}

	.main-extra__item:before {
		margin-bottom: 0;
		width: 20px;
		height: 20px;
		font-size: 12px;
	}

	.main-contest-box,.main-step-pic,.main-step__list {
		width: auto;
	}

	.main-slider-decor {
		right: 10px;
		top: 20px;
	}

	.main-slider__item .wrapper {
		padding: 0 50px;
	}

	.main-slider__item_1 h2 {
		margin-bottom: 20px;
	}

	.main-slider__item_3 h2 {
		margin-bottom: 50px;
	}

	.main-success__list.slick-slider {
		margin: 0 -15px 30px;
	}

	.main-success__list .slick-list {
		padding: 40px 0 0;
	}

	.main-platform {
		min-height: 300px;
	}

	.main-step-wrap {
		display: block;
	}

	.main-step__list {
		margin: 0 -15px;
	}

	.main-step__list.slick-dotted.slick-slider {
		margin-bottom: 30px;
	}

	.main-step__list .dot,.main-step__list .slick-dots li.slick-active .dot {
		background-color: rgba(255,255,255,.2);
	}

	.main-step__list .dot:after {
		background-color: #fff;
	}

	.main-step__item {
		margin: 0 15px;
		padding-left: 0;
	}

	.main-step-icon {
		display: inline-block;
		margin-bottom: 10px;
		position: static;
	}

	.main-advantage__list {
		display: block;
		margin: 0 -15px;
	}

	.main-advantage__list.slick-dotted.slick-slider {
		margin-bottom: 30px;
	}

	.main-advantage__item {
		margin: 0 15px;
	}

	.main-contest-wrap {
		display: block;
	}

	.main-contest-wrap:after {
		display: none;
	}

	.main-contest-box:first-child {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 2px solid rgba(255,255,255,.1);
	}

	.main-count__list {
		padding: 35px 0;
		gap: 30px;
	}

	.main-count__numbers {
		font-size: 40px;
	}

	.main-count__text {
		font-size: 13px;
		line-height: 15px;
	}

	.section_main-success h2 {
		margin-bottom: 10px;
	}

	.section_main-contest {
		padding: 35px 0;
	}

	.section_our-advantages .inner {
		margin-bottom: 0;
	}

	.our-advantages__list {
		display: block;
	}

	.our-advantages__list .slick-list {
		padding-top: 40px;
	}

	.our-advantages__list.slick-dotted.slick-slider {
		margin-bottom: 40px;
	}

	.tab-wrap_account .nav-tab-list__item {
		margin: 0 10px;
	}

	.tab-wrap_account .nav-tab-list {
		margin: 0 -10px;
	}

	.tab-wrap_methods .nav-tab-list,.tab-wrap_methods .nav-tab-list__item {
		margin: 0;
	}

	.tab-wrap_methods .nav-tab-list__link {
		padding: 18px 15px;
	}
}

@media (max-width:767px) {
	.tab-wrap_methods .nav-tab-list__item:nth-child(3n+3):after,.tab-wrap_methods .nav-tab-list__link:after {
		display: none;
	}

	.wrapper {
		max-width: 540px;
		padding: 0 20px;
	}
	.header .wrapper {
    
    padding-top: 0px !important; 
}

	h1 {
		font-size: 30px;
		line-height: 35px;
	}

	.section_main-slider h2 span {
		margin-top: 15px;
	}

	.section_main-success {
		padding: 25px 0;
	}

	.section_main-contest h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.section_main-contest p {
		font-size: 15px;
		line-height: 25px;
	}

	.main-success__list .slick-list {
		padding: 20px 0 0;
	}

	.main-platform {
		min-height: 250px;
	}

	.main-platform-hide {
		width: 180px;
	}

	.main-top-traider__item {
		margin: 0 30px;
	}

	.main-top-traider__list .slick-list {
		padding: 40px 10px;
	}

	.main-contest-count {
		font-size: 80px;
		line-height: 90px;
	}

	.main-count__list {
		gap: 15px;
	}

	.main-count__numbers {
		font-size: 30px;
		line-height: 35px;
	}

	.tab-wrap_account .nav-tab-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.tab-wrap_methods .nav-tab-list {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.tab-wrap_methods .nav-tab-list__item {
		width: 33.33%;
	}

	.tab-wrap_methods .nav-tab-list__link {
		padding: 10px 25px;
	}

	.tab-wrap_methods .nav-tab-list-text {
		font-size: 12px;
		margin-bottom: 0;
	}

	.login-logo {
		margin-bottom: 20px;
	}

	.login-form {
		padding: 20px;
	}
}

@media (max-width:580px) {
	.jq-selectbox__select {
		padding: 0 64px 0 15px;
		font-size: 15px;
	}

	.jq-selectbox li {
		padding: 10px 15px;
	}

	.jq-selectbox__dropdown {
		font-size: 15px;
	}

	.tab-wrap_methods .nav-tab-list__link {
		padding: 10px;
	}

	.choose-text {
		font-size: 10px;
	}
}

@media (max-width:540px) {
	.main-platform {
		min-height: 55vw;
	}

	.main-platform-box_1 {
		width: 95%;
	}

	.main-platform-box_1 .main-platform-info_1 .main-platform-hide {
		left: 120%;
	}

	.main-platform-box_2 {
		width: 30%;
		right: -3%;
	}

	.main-platform-box_2 .main-platform-hide {
		left: -10%;
	}

	.main-platform-box_3 {
		width: 22%;
		left: -3%;
	}

	.main-platform-box_3 .main-platform-hide {
		left: 160%;
	}

	.main-platform-box_4 {
		width: 20%;
		right: -3%;
	}

	.main-platform-box_4 .main-platform-hide {
		left: -70%;
	}

	.main-platform-hide {
		width: 130px;
		font-size: 10px;
		line-height: 14px;
	}

	.main-top-traider__list {
		margin: 0 -20px;
	}

	.main-top-traider__item {
		margin: 0 10px;
		padding: 13px 15px 20px;
	}

	.main-top-traider-top {
		font-size: 13px;
	}

	.main-count__list {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 2;
	}

	.main-count__item:last-child {
		grid-column-start: 1;
		grid-column-end: 3;
	}
}

.window-open_giveaway .fancybox-button svg path,.window-open_prize .fancybox-button svg path {
	fill: #fff;
}

.window-open {
	position: relative;
	width: 100%;
	background: #fff;
	border-radius: 20px;
	-webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,.5);
	box-shadow: 0 0 7px 0 rgba(0,0,0,.5);
}

.window-open_giveaway,.window-open_prize {
	padding: 50px 60px 60px;
	max-width: 680px;
	background-image: linear-gradient(215deg,#a3d150 0,#58bf46 100%);
}

.window-open h3 {
	font-size: 30px;
	line-height: 40px;
}

.window-open_giveaway h2,.window-open_giveaway h3 {
	color: #fff;
	line-height: 50px;
	font-size: 45px;
	text-transform: uppercase;
}

.window-open_prize h3,.window-open_prize p {
	color: #fff;
}

.window-open_prize h3 {
	margin-bottom: 10px;
}

.window-open_prize .inner {
	text-align: center;
	margin: 0 auto 20px;
}

.window-open_prize .btn-row {
	text-align: center;
}

.window-open_prize .btn-row .btn {
	min-width: 200px;
}

.window-open_giveaway .btn-row .btn,.window-open_raceoption-7 .btn {
	min-width: 240px;
}

.window-open_giveaway h2 {
	margin-bottom: 20px;
	font-weight: 700;
}

.window-open_giveaway h3 {
	margin-bottom: 50px;
	font-weight: 400;
}

.window-open_giveaway .inner {
	max-width: 448px;
	margin: 0 auto;
	text-align: center;
}

.window-open_giveaway .btn-row {
	text-align: center;
}

.window-open_giveaway .how-promo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	width: 448px;
	height: 130px;
	background: url(../img/main/coupon.svg) center no-repeat;
	background-size: contain;
	margin: 0 auto 30px;
	text-transform: uppercase;
	color: #104d5e;
}

.window-open_giveaway .how-promo__text {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 5px;
}

.window-open_giveaway .how-promo__code {
	font-size: 55px;
	font-weight: 700;
	line-height: 65px;
}

.window-open_raceoption-1 {
	padding: 0;
	max-width: 1060px;
}

.window-open_raceoption-1 .inner h3 {
	padding: 40px 0 20px;
	text-align: center;
}

.window-open_raceoption-2 {
	padding: 0;
	max-width: 680px;
}

.window-open_raceoption-2 .mt-table {
	width: 100%;
}

.window-open_raceoption-2 .mt-table td,.window-open_raceoption-2 .mt-table th {
	font-size: 15px;
	line-height: 20px;
	padding: 0 10px 10px 0;
	text-align: left;
}

.window-open_raceoption-2 .mt-table td:nth-child(1),.window-open_raceoption-2 .mt-table th:nth-child(1) {
	width: 40%;
}

.window-open_raceoption-2 .mt-table td:nth-child(2),.window-open_raceoption-2 .mt-table td:nth-child(3),.window-open_raceoption-2 .mt-table td:nth-child(4),.window-open_raceoption-2 .mt-table th:nth-child(2),.window-open_raceoption-2 .mt-table th:nth-child(3),.window-open_raceoption-2 .mt-table th:nth-child(4) {
	width: 20%;
}

.window-open_raceoption-2 .mt-table td:last-child,.window-open_raceoption-2 .mt-table th:last-child {
	padding-right: 0;
}

.window-open_raceoption-2 .mt-table td.mt-head,.window-open_raceoption-2 .mt-table th.mt-head {
	padding-bottom: 10px;
	margin-bottom: 0;
}

.window-open_raceoption-2 .mt-table_trades td:nth-child(1),.window-open_raceoption-2 .mt-table_trades th:nth-child(1) {
	width: 10%;
}

.window-open_raceoption-2 .mt-table_trades td:nth-child(2),.window-open_raceoption-2 .mt-table_trades th:nth-child(2) {
	width: 30%;
}

.window-open_raceoption-2 .mt-table_trades td:nth-child(3),.window-open_raceoption-2 .mt-table_trades td:nth-child(4),.window-open_raceoption-2 .mt-table_trades td:nth-child(5),.window-open_raceoption-2 .mt-table_trades th:nth-child(3),.window-open_raceoption-2 .mt-table_trades th:nth-child(4),.window-open_raceoption-2 .mt-table_trades th:nth-child(5) {
	width: 20%;
}

.window-open_raceoption-2 .mt-head_hide {
	display: none;
}

.window-open_raceoption-2 .mt-block:first-child {
	padding: 40px 40px 14px;
	border-bottom: 1px solid #ecf5f9;
}

.window-open_raceoption-2 .mt-block:last-child {
	padding: 15px 40px 40px;
}

.window-open_raceoption-2 .mt-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
}

.window-open_raceoption-2 .mt-pic {
	margin-right: 15px;
}

.window-open_raceoption-2 .mt-pic img {
	display: block;
	max-width: 100%;
}

.window-open_raceoption-2 .mt-head {
	font-weight: 700;
}

.window-open_raceoption-2 .mt-data_percent {
	color: #00e6f1;
	font-weight: 700;
}

.window-open_raceoption-2 .mt-data-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}

.window-open_raceoption-2 .mt-data-row .mt-data {
	margin-bottom: 0;
	padding: 0;
}

.window-open_raceoption-2 .mt-data-row:last-child {
	margin-bottom: 0;
}

.window-open_raceoption-2 .mt-data_count {
	font-weight: 700;
}

.window-open_raceoption-2 .mt-data_input .jq-selectbox {
	width: 100%;
	max-width: 120px;
}

.window-open_raceoption-2 .mt-data_input .jq-selectbox__select {
	height: 30px;
	padding: 3px 23px 5px 10px;
	border-radius: 15px;
	border: 1px solid rgba(2,6,16,.2);
	font-size: 15px;
	line-height: 20px;
}

.popup-block__table-row,.popup-raceo-link,.popup-raceo-table td {
	border-bottom: 1px solid rgba(86,106,122,.1);
}

.window-open_raceoption-2 .mt-data_input .jq-selectbox__select-text {
	font-weight: 300;
}

.window-open_raceoption-2 .mt-data_input .jq-selectbox__trigger {
	width: 23px;
	right: 0;
	left: auto;
}

.window-open_raceoption-2 .mt-data_input .jq-selectbox__dropdown {
	top: 30px;
	font-size: 15px;
	line-height: 20px;
}

.window-open_raceoption-2 .mt-data_input .jq-selectbox li {
	padding: 3px 10px 5px;
	color: #000;
	font-weight: 300;
}

.window-open_raceoption-2 .mt-data_input .jq-selectbox li:hover {
	color: #fff;
}

.window-open_raceoption-2 .mt-data_btn {
	margin-left: auto;
}

.window-open_raceoption-2 .mt-data_btn a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 115px;
	height: 30px;
	padding: 0 10px;
	color: #fff;
	border-radius: 15px;
	background-color: #fb410b;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	text-decoration: none;
}

.window-open_raceoption-2 .mt-data_btn a:hover {
	background-color: #db3404;
}

.window-open_raceoption-2 .mt-data_btn-green a {
	background-color: #00e6f1;
}

.window-open_raceoption-2 .mt-data_btn-green a:hover {
	background-color: #80a63d;
}

.window-open_raceoption-2 .mt-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	line-height: 20px;
}

.window-open_raceoption-2 .mt-column {
	padding-right: 10px;
}

.window-open_raceoption-2 .mt-column:last-child {
	padding-right: 0;
}

.window-open_raceoption-3 {
	max-width: 1060px;
	padding: 20px 0;
}

.window-open_raceoption-3 .dropdown {
	width: auto;
}

.window-open_raceoption-3 .jq-selectbox {
	display: block;
	width: 160px;
	padding-left: 20px;
	margin: 0;
	text-align: left;
}

.window-open_raceoption-3 .jq-selectbox__select {
	height: 30px;
	padding: 5px 35px 5px 10px;
	border-radius: 4px;
	background-color: #e1f0f8;
}

.window-open_raceoption-3 .jq-selectbox__select-text {
	font-weight: 300;
	color: #000;
	width: auto!important;
}

.window-open_raceoption-3 .jq-selectbox__trigger {
	right: 0;
	left: auto;
}

.window-open_raceoption-3 .jq-selectbox__trigger-arrow {
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.window-open_raceoption-3 .jq-selectbox__trigger-arrow:after {
	left: 50%;
	top: 50%;
	width: 10px;
	height: 8px;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-image: url(../img/trading-svg/Triangle.html);
}

.window-open_raceoption-3 .jq-selectbox__dropdown {
	top: 30px;
	background-color: #e1f0f8;
}

.window-open_raceoption-3 .jq-selectbox li {
	color: #000;
	font-weight: 300;
}

.window-open_raceoption-3 .jq-selectbox li:hover {
	color: #44acff;
}

.window-open_raceoption-3 .checkbox+label {
	font-size: 15px;
}

.window-open_raceoption-3 td,.window-open_raceoption-3 th {
	font-weight: 300;
	font-size: 17px;
	line-height: 20px;
	color: #373d42;
}

.window-open_raceoption-3 td:nth-child(1),.window-open_raceoption-3 th:nth-child(1) {
	width: 10%;
}

.window-open_raceoption-3 td:nth-child(2),.window-open_raceoption-3 th:nth-child(2) {
	width: 7%;
}

.window-open_raceoption-3 td:nth-child(3),.window-open_raceoption-3 th:nth-child(3) {
	width: 13%;
}

.window-open_raceoption-3 td:nth-child(4),.window-open_raceoption-3 th:nth-child(4) {
	width: 30%;
	text-align: left;
}

.window-open_raceoption-3 td:nth-child(4) .calndr-filter,.window-open_raceoption-3 th:nth-child(4) .calndr-filter {
	width: 100%;
}

.window-open_raceoption-3 td:nth-child(5),.window-open_raceoption-3 td:nth-child(6),.window-open_raceoption-3 td:nth-child(7),.window-open_raceoption-3 td:nth-child(8),.window-open_raceoption-3 th:nth-child(5),.window-open_raceoption-3 th:nth-child(6),.window-open_raceoption-3 th:nth-child(7),.window-open_raceoption-3 th:nth-child(8) {
	width: 10%;
}

.window-open_raceoption-3 th {
	height: auto;
}

.window-open_raceoption-5 {
	padding: 50px 80px 60px;
	max-width: 680px;
}

.window-open_raceoption-4-1,.window-open_raceoption-4-2 {
	padding: 50px;
	max-width: 680px;
}

.window-open_raceoption-5 h3 {
	margin-bottom: 40px;
	text-align: center;
}

.window-open_raceoption-5 .btn-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.window-open_raceoption-5 .btn {
	min-width: 245px;
}

.window-open_raceoption-4-1 h3 {
	margin-bottom: 10px;
}

.window-open_raceoption-4-1 h3 span {
	color: #00e6f1;
}

.window-open_raceoption-4-1 .inner {
	margin-bottom: 20px;
	text-align: center;
}

.window-open_raceoption-4-1 .btn-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.window-open_raceoption-4-1 .btn {
	min-width: 275px;
	font-size: 12px;
	line-height: 16px;
}

.window-open_raceoption-4-1 .popup-block {
	margin-bottom: 30px;
}

.window-open_raceoption-4-2 h3 {
	margin-bottom: 10px;
}

.window-open_raceoption-4-2 h3 span {
	color: #104d5e;
}

.window-open_raceoption-4-2 p {
	margin-bottom: 20px;
}

.window-open_raceoption-4-2 p span {
	font-weight: 700;
}

.window-open_raceoption-4-2 p:last-child {
	margin-bottom: 0;
}

.window-open_raceoption-4-2 .inner {
	margin-bottom: 10px;
	text-align: center;
}

.window-open_raceoption-4-2 .btn-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.window-open_raceoption-4-2 .btn {
	min-width: 275px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 12px;
	line-height: 15px;
}

.window-open_raceoption-4-2 .btn span:last-child {
	text-transform: initial;
}

.window-open_raceoption-4-2 .popup-block {
	margin-bottom: 30px;
}

.window-open_raceoption-4-2 .popup-block__table-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	min-height: 70px;
}

.window-open_raceoption-4-2 .popup-block-column:first-child .popup-block__table-row {
	padding: 12px 7.5px 12px 20px;
}

.window-open_raceoption-4-2 .popup-block-column:last-child .popup-block__table-row {
	padding: 12px 20px 12px 7.5px;
}

.window-open_raceoption-6 {
	padding: 50px;
	max-width: 680px;
}

.window-open_raceoption-6 h3 {
	margin-bottom: 10px;
}

.window-open_raceoption-6 h3 span {
	color: #00e6f1;
}

.window-open_raceoption-6 .inner {
	margin-bottom: 30px;
	text-align: center;
}

.window-open_raceoption-6 .popup-raceo-banner {
	margin-bottom: 30px;
}

.window-open_raceoption-6 .popup-raceo-row {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
}

.window-open_raceoption-6 .popup-raceo-row span {
	color: #00e6f1;
}

.window-open_raceoption-6 .btn {
	min-width: 175px;
}

.window-open_raceoption-6 .btn span[class^=icon-] {
	margin-left: 10px;
	font-size: 9px;
}

.window-open_raceoption-6 .btn-row {
	text-align: center;
}

.window-open_raceoption-7 {
	padding: 50px;
	max-width: 680px;
}

.window-open_raceoption-7 h3 {
	margin-bottom: 10px;
}

.window-open_raceoption-7 .inner {
	margin-bottom: 20px;
	text-align: center;
}

.window-open_raceoption-7 .popup-raceo-row {
	margin-bottom: 20px;
	font-size: 40px;
	font-weight: 800;
	line-height: 50px;
	text-align: center;
}

.window-open_raceoption-7 .popup-raceo-row span {
	margin-left: 2px;
	color: #00e6f1;
}

.window-open_raceoption-7 .popup-raceo-desc {
	font-size: 15px;
	line-height: 20px;
}

.window-open_raceoption-7 .popup-raceo-timer {
	margin-bottom: 20px;
}

.window-open_raceoption-7 .btn-row {
	margin-bottom: 20px;
	text-align: center;
}

.window-open_raceoption-8 {
	padding: 50px;
	max-width: 1060px;
}

.window-open_raceoption-8 h3 {
	margin-bottom: 10px;
}

.window-open_raceoption-8 .inner {
	margin-bottom: 30px;
	text-align: center;
}

.window-open_raceoption-8 .btn {
	min-width: 200px;
}

.window-open_raceoption-8 .btn-row {
	margin: 30px 0;
}

.window-open_raceoption-8 .popup-raceo-steps h3 {
	margin-bottom: 5px;
	font-size: 20px;
	line-height: 30px;
}

.popup {
	position: absolute;
	left: -9999px;
	top: -9999px;
	opacity: 0;
}

.popup__list {
	padding: 30px 0;
}

.popup__list li {
	margin-bottom: 15px;
}

.popup__list li:last-child {
	margin-bottom: 0;
}

.popup-prize__list {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-template-rows: repeat(2,125px);
	gap: 20px;
	margin-bottom: 20px;
}

.popup-prize__item {
	-webkit-perspective: 600px;
	perspective: 600px;
}

.popup-prize__item:nth-child(1) .popup-prize-card {
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}

.popup-prize__item:nth-child(2) .popup-prize-card {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.popup-prize__item:nth-child(3) .popup-prize-card {
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}

.popup-prize__item:nth-child(4) .popup-prize-card {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.popup-prize__item:nth-child(5) .popup-prize-card {
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}

.popup-prize__item:nth-child(6) .popup-prize-card {
	-webkit-transition-delay: .55s;
	transition-delay: .55s;
}

.popup-prize__item:nth-child(7) .popup-prize-card {
	-webkit-transition-delay: .35s;
	transition-delay: .35s;
}

.popup-prize__item:nth-child(8) .popup-prize-card {
	-webkit-transition-delay: .65s;
	transition-delay: .65s;
}

.popup-prize-card {
	cursor: pointer;
	position: relative;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: -webkit-transform 2s;
	transition: -webkit-transform 2s;
	transition: transform 2s;
	transition: transform 2s,-webkit-transform 2s;
	will-change: transform;
}

.popup-prize-card.is-flipped {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.popup-prize-card.active .popup-prize-card__face--back {
	background-color: #fff;
	color: #99d82d;
}

.popup-prize-card-pic {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	padding: 5px;
}

.popup-prize-card-pic img {
	max-height: 100%;
}

.popup-prize-card__face {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.calndr-filter-cont ul,.popup-prize-card__face--back {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
}

.popup-prize-card__face--front {
	background-color: #a9da81;
}

.popup-prize-card__face--front:hover {
	background-color: #bae3a5;
}

.popup-prize-card__face--back {
	flex-direction: column;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	font-weight: 700;
	text-align: center;
	color: #fff;
	background: url(../img/main/popup-prize-bg.png) center top 10px no-repeat #a9da81;
	background-size: contain;
}

.popup-prize-card-percent {
	font-size: 37px;
	line-height: 45px;
}

.popup-prize-card-text {
	font-size: 28px;
	line-height: 30px;
}

.popup-prize-card-text_small {
	font-size: 15px;
	line-height: 18px;
}

.popup-raceo-block {
	display: none;
}

.popup-raceo-block.active {
	display: block;
}

.popup-raceo-block-title {
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
}

.popup-raceo-block-date {
	color: #989898;
}

.popup-raceo-block-image {
	margin: 20px 0;
}

.popup-raceo-sides {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-top: 1px solid rgba(86,106,122,.1);
}

.popup-raceo-sides__text {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 5px;
}

.popup-raceo-sides__code {
	font-size: 55px;
	font-weight: 700;
	line-height: 65px;
}

.popup-raceo-links {
	max-width: 370px;
	border-right: 1px solid #eef0f1;
	max-height: 960px;
	overflow: scroll;
}

.popup-raceo-link {
	display: block;
	padding: 15px 15px 14px 30px;
	color: #4e6271;
	line-height: 30px;
}

.popup-raceo-link.active {
	color: #104d5e;
}

.popup-raceo-blocks {
	padding: 15px 40px 25px 30px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: calc(100% - 370px);
	text-align: left;
}

.calndr-filters table,.calndr__link:after,.popup-raceo-table table {
	width: 100%;
}

.popup-raceo-table {
	-webkit-box-shadow: 0 20px 40px rgba(0,0,0,.05);
	box-shadow: 0 20px 40px rgba(0,0,0,.05);
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
}

.popup-raceo-table thead {
	background: -webkit-gradient(linear,left bottom,left top,from(#d1d7de),to(#d1d7de));
	background: linear-gradient(0deg,#d1d7de,#d1d7de);
}

.popup-raceo-table th {
	padding: 15px 20px 10px;
	color: #fff;
	font-weight: 700;
	text-align: left;
}

.popup-raceo-table td {
	padding: 13px 20px 12px;
}

.popup-raceo-open {
	margin-bottom: 20px;
	font-weight: 700;
	text-align: center;
}

.popup-raceo-open a {
	text-decoration: underline;
}

.popup-raceo-open a:hover {
	text-decoration: none;
}

.popup-raceo-desc {
	font-size: 12px;
	line-height: 16px;
}

.popup-raceo-desc span {
	font-weight: 700;
}

.popup-raceo-desc span.accent {
	color: #104d5e;
}

.popup-raceo-banner {
	padding: 20px 30px;
	border-radius: 20px;
	background: url(../img/main/popup-raceo-6-bg.jpg) center no-repeat;
	background-size: cover;
	text-align: center;
}

.popup-raceo-banner p {
	color: #fff;
	line-height: 20px;
}

.popup-raceo-banner__logo {
	max-width: 150px;
	margin: 0 auto 8px;
}

.popup-raceo-timer {
	text-align: center;
	max-width: 460px;
	margin: 0 auto;
}

.popup-raceo-timer-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.popup-raceo-timer-list li {
	width: calc(33.33% - 15px);
	padding: 30px 15px 35px;
	border-radius: 20px;
	background-image: linear-gradient(-45deg,#f8fafc 0,#f3f4fc 100%);
}

.popup-raceo-timer-list li div:first-child {
	font-family: Graphik,sans-serif;
	font-size: 45px;
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.popup-raceo-timer-list li div:last-child {
	line-height: 20px;
}

.popup-raceo-timer__text {
	margin-bottom: 10px;
	line-height: 20px;
}

.popup-raceo-steps__text {
	margin-bottom: 15px;
	color: #00e6f1;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
}

.popup-raceo-steps-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px 15px;
	counter-reset: steps;
}

.popup-raceo-steps-list>li {
	width: calc(33.33% - 30px);
	margin: 0 15px;
	padding: 30px 20px 30px 30px;
	border-radius: 15px;
	background-color: #f2f4f9;
	counter-increment: steps;
}

.popup-raceo-steps-icon {
	position: relative;
	margin-bottom: 20px;
	width: 55px;
	border-radius: 10px;
	-webkit-filter: drop-shadow(0 10px 35px rgba(78,98,113,.2));
	filter: drop-shadow(0 10px 35px rgba(78, 98, 113, .2));
}

.popup-raceo-steps-icon:before {
	content: counter(steps);
	position: absolute;
	left: -13px;
	top: -8px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	background-color: #00e6f1;
	color: #fff;
	font-family: Graphik,sans-serif;
	font-weight: 600;
}

.popup-raceo-steps-inner__list li {
	position: relative;
	margin-bottom: 5px;
}

.popup-raceo-steps-inner__list li:last-child {
	margin-bottom: 0;
}

.popup-raceo-steps-inner__list li:before {
	content: '';
	position: absolute;
	right: calc(100% + 5px);
	top: 10px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #00e6f1;
}

.popup-raceo-steps-inner-title {
	color: #00e6f1;
	font-weight: 700;
}

.popup-raceo-steps-alternate {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 25px 20px 25px 70px;
	border-radius: 15px;
	background-color: #f2f4f9;
}

.popup-raceo-steps-alternate__title {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	margin-right: 15%;
}

.popup-raceo-steps-alternate__list li {
	position: relative;
	margin-bottom: 5px;
	line-height: 20px;
}

.popup-raceo-steps-alternate__list li a {
	text-decoration: underline;
}

.calndr-del,.calndr__link,.popup-raceo-steps-alternate__list li a:hover {
	text-decoration: none;
}

.popup-raceo-steps-alternate__list li:last-child {
	margin-bottom: 0;
}

.popup-raceo-steps-alternate__list li:before {
	content: '';
	position: absolute;
	right: calc(100% + 5px);
	top: 10px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #00e6f1;
}

.popup-account-select {
	margin-bottom: 30px;
}

.popup-block__title {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 40px;
	text-transform: uppercase;
	text-align: center;
}

.popup-block__title span {
	margin-left: 6px;
	color: #00e6f1;
	font-size: 20px;
	font-weight: 700;
	line-height: 40px;
}

.popup-block-column {
	width: 50%;
}

.popup-block__table {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-shadow: 0 20px 40px rgba(0,0,0,.05);
	box-shadow: 0 20px 40px rgba(0,0,0,.05);
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
}

.popup-block__table-row {
	line-height: 20px;
	padding: 12px 20px;
	text-align: center;
}

.popup-block__table-row:last-child {
	border-bottom: none;
}

.popup-block__table-row span {
	font-weight: 700;
}

.popup-block__table-row_title {
	padding: 12px 20px 13px;
	background-color: #d1d7de;
	color: #fff;
	border-bottom: none;
}

.popup-block-btn {
	margin-bottom: 20px;
}

.popup-block-btn__text {
	margin-top: 5px;
	text-align: center;
}

.calndr__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 22px;
	margin-bottom: 10px;
}

.calndr__list-mob {
	display: none;
}

.calndr__item {
	margin: 0 18px;
}

.calndr__item.active .calndr__link {
	font-weight: 500;
}

.calndr__item.active .calndr__link:after {
	height: 3px;
}

.calndr__link {
	position: relative;
	display: block;
	padding-bottom: 5px;
	font-size: 20px;
	font-weight: 300;
	color: #4e6271;
	line-height: 25px;
	text-align: center;
}

.calndr__link:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #104d5e;
	-webkit-transition: all .25s ease-in;
	transition: all .25s ease-in;
}

.calndr-filter-cont,.calndr__cont {
	background-color: #fff;
}

.calndr__cont-top {
	padding: 0 15px;
	text-align: center;
}

.calndr__cont-bottom {
	overflow: auto;
	max-height: 400px;
}

.calndr-filter {
	display: inline-block;
}

.calndr-filters th {
	padding: 10px 0;
}

.calndr-filter_drop {
	position: relative;
}

.calndr-filter_drop:hover {
	cursor: pointer;
}

.calndr-filter_drop:hover .calndr-filter-cont {
	display: block;
}

.calndr-filter_drop .calndr-filter-current {
	position: relative;
	padding-right: 20px;
}

.calndr-filter_drop .calndr-filter-current:after {
	content: '\e97a';
	position: absolute;
	font-size: 5px;
	font-family: icomoon;
	font-weight: 300;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.calndr-filter-cont {
	display: none;
	min-width: 200px;
	padding: 20px;
	position: absolute;
	left: 0;
	top: calc(100% + 15px);
	-webkit-box-shadow: 0 10px 40px rgba(0,0,0,.2);
	box-shadow: 0 10px 40px rgba(0,0,0,.2);
	border-radius: 4px;
}

.calndr-filter-cont:before {
	content: '';
	position: absolute;
	left: -10px;
	right: -10px;
	height: 20px;
	bottom: 100%;
}

.calndr-filter-cont ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 160px;
}

.calndr-filter-cont li {
	width: 50%;
	margin-bottom: 10px;
	text-align: left;
}

.calndr-filter-search {
	position: relative;
}

.calndr-filter-search input {
	width: 100%;
	height: 40px;
	padding: 10px 40px 10px 20px;
	color: #373d42;
	font-size: 15px;
	line-height: 25px;
	border-radius: 20px;
	border: 1px solid rgba(2,6,16,.2);
}

.calndr-filter-icon {
	position: absolute;
	cursor: pointer;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 21px;
	height: 19px;
	padding: 0;
	background: url(../img/main/search_icon.svg) center no-repeat;
	background-size: contain;
	border: none;
}

.calndr-border {
	background: -webkit-gradient(linear,left bottom,left top,from(#d1d7de),to(#d1d7de));
	background: linear-gradient(0deg,#d1d7de,#d1d7de);
}

.calndr-border td {
	border-bottom: 1px solid $purple-2;
}

.calndr-data {
	text-align: center;
}

.calndr-data table {
	width: 100%;
}

.calndr-data td {
	height: auto;
	padding: 13px 0;
}

.calndr-td_title {
	color: #fff;
	font-weight: 700;
}

.calndr-td_med {
	color: #f8c131;
}

.calndr-td_perc-up {
	color: #4ed99c;
}

.calndr-td_high,.calndr-td_perc-down {
	color: #f14044;
}

.calndr-td_img img {
	margin: 0 auto;
}

.calndr-del {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 45px;
	padding: 0 10px;
	width: 100%;
	border-radius: 2px;
	background-color: #44acff;
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}

.calndr-del:hover {
	background-color: #249eff;
}

@media (max-width:991px) {
	.popup-raceo-table td,.popup-raceo-table th {
		font-size: 12px;
	}

	.popup-raceo-steps-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.popup-raceo-steps-list>li {
		width: calc(50% - 30px);
		margin-bottom: 30px;
	}

	.popup-raceo-steps-list>li:last-child {
		margin-bottom: 0;
	}

	.popup-raceo-steps-alternate {
		display: block;
	}

	.popup-raceo-steps-alternate__title {
		text-align: center;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.window-open_raceoption-3 .fancybox-close-small {
		position: fixed;
	}

	.window-open_raceoption-3 .fancybox-close-small svg path {
		fill: #fff;
	}

	.window-open_raceoption-3 .window-open-cont {
		width: 1060px;
		overflow: auto;
	}
}

@media (max-width:767px) {
	.popup-block__table,.popup-block__title span,.popup-raceo-sides,.popup-raceo-steps-list {
		display: block;
	}

	.popup-prize__list {
		grid-template-columns: repeat(2,1fr);
		grid-template-rows: repeat(4,125px);
	}

	.popup-raceo-links {
		max-width: 100%;
		border-right: none;
		text-align: center;
		max-height: 396px;
	}

	.popup-raceo-blocks {
		width: auto;
		padding: 15px 20px 25px;
	}

	.popup-raceo-block-date,.popup-raceo-block-title {
		text-align: center;
	}

	.popup-raceo-link {
		padding: 7px 15px 6px;
	}

	.popup-raceo-table td,.popup-raceo-table th {
		font-size: 10px;
		padding: 7px 5px 6px;
	}

	.popup-raceo-timer-list li {
		padding: 20px 10px;
		width: calc(33.33% - 5px);
	}

	.popup-raceo-timer-list li div:first-child {
		font-size: 30px;
		line-height: 35px;
	}

	.popup-block__title,.popup-block__title span {
		font-size: 14px;
		line-height: 25px;
	}

	.popup-raceo-steps-list>li {
		padding: 30px;
		width: auto;
	}

	.popup-raceo-steps-alternate {
		padding: 25px;
	}

	.popup-block__table {
		overflow: visible;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.popup-block__table-row_space {
		padding: 0;
	}

	.popup-block__table-row_border {
		border: none;
	}

	.popup-block-column {
		width: auto;
		-webkit-box-shadow: 0 20px 40px rgba(0,0,0,.05);
		box-shadow: 0 20px 40px rgba(0,0,0,.05);
		border-radius: 10px;
		margin-bottom: 30px;
		overflow: hidden;
	}

	.popup-block-column:last-child {
		margin-bottom: 0;
	}

	.window-open_prize {
		padding: 50px 30px 30px;
	}

	.window-open_giveaway {
		padding: 50px 20px;
	}

	.window-open_giveaway h2 {
		font-size: 35px;
		line-height: 40px;
	}

	.window-open_giveaway h3 {
		font-size: 30px;
		line-height: 35px;
	}

	.window-open_giveaway .how-promo {
		width: 268px;
		height: 80px;
	}

	.window-open_giveaway .how-promo__text {
		font-size: 15px;
		line-height: 15px;
	}

	.window-open_giveaway .how-promo__code {
		font-size: 40px;
		line-height: 35px;
	}

	.window-open_raceoption-2 .mt-block:first-child {
		padding: 40px 20px 14px;
	}

	.window-open_raceoption-2 .mt-block:last-child {
		padding: 15px 20px;
	}

	.window-open_raceoption-2 .mt-table thead {
		display: none;
	}

	.window-open_raceoption-2 .mt-table tbody,.window-open_raceoption-2 .mt-table tr {
		display: block;
	}

	.window-open_raceoption-2 .mt-table tr {
		padding: 15px;
		margin-bottom: 15px;
		border-radius: 6px;
		-webkit-box-shadow: 2px 2px 6px 2px rgba(0,0,0,.1);
		box-shadow: 2px 2px 6px 2px rgba(0,0,0,.1);
		border: none;
	}

	.window-open_raceoption-2 .mt-table td {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 10px;
		padding: 0;
		width: auto!important;
	}

	.window-open_raceoption-2 .mt-data,.window-open_raceoption-2 .mt-head {
		width: calc(50% - 15px);
	}

	.window-open_raceoption-2 .mt-table td:last-child {
		margin-bottom: 0;
	}

	.window-open_raceoption-2 .mt-head_hide {
		display: block;
	}

	.window-open_raceoption-2 .mt-data_btn {
		margin-left: 0;
	}

	.window-open_raceoption-2 .mt-data_btn a {
		min-width: 104px;
	}

	.window-open_raceoption-5 {
		padding: 40px 30px;
	}

	.window-open_raceoption-4-1,.window-open_raceoption-4-2 {
		padding: 40px 20px;
	}

	.window-open_raceoption-5 .jq-selectbox .placeholder {
		width: 100%!important;
	}

	.window-open_raceoption-4-1 .btn {
		margin-bottom: 20px;
		min-width: 248px;
	}

	.window-open_raceoption-4-1 .btn:last-child {
		margin-bottom: 0;
	}

	.window-open_raceoption-4-1 .btn-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.window-open_raceoption-4-2 .inner {
		margin-bottom: 20px;
	}

	.window-open_raceoption-4-2 .popup-block-column:first-child .popup-block__table-row,.window-open_raceoption-4-2 .popup-block-column:last-child .popup-block__table-row {
		padding: 12px 20px;
	}

	.window-open_raceoption-4-2 .popup-block__table-row {
		min-height: 1px;
	}

	.window-open_raceoption-4-2 .popup-block-btn:last-child {
		margin-bottom: 0;
	}

	.window-open_raceoption-4-2 .btn {
		min-width: 248px;
	}

	.window-open_raceoption-4-2 .btn-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 20px;
		text-align: center;
	}

	.window-open_raceoption-6,.window-open_raceoption-7,.window-open_raceoption-8 {
		padding: 40px 20px;
	}
}

@media (max-width:580px) {
	.popup-prize__list {
		gap: 10px;
	}

	.popup-prize-card-percent {
		font-size: 30px;
		line-height: 40px;
	}

	.popup-prize-card-text {
		font-size: 25px;
	}

	.popup-prize-card-text_small {
		font-size: 15px;
	}

	.window-open_raceoption-5 .btn {
		margin-bottom: 20px;
	}

	.window-open_raceoption-5 .btn:last-child {
		margin-bottom: 0;
	}

	.window-open_raceoption-5 .btn-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.section_platform {
	padding: 50px 0;
}

.section_platform .inner {
	max-width: 750px;
	margin: 0 auto 30px;
	text-align: center;
}

.section_platform h2 {
	margin-bottom: 10px;
}

.section_platform-trading {
	background: linear-gradient(-45deg,#f8fafc 0,#f3f4fc 100%);
}

.section_platform-trading p {
	margin-bottom: 25px;
}

.section_platform-mobile .platform-pic {
	width: calc(58% - 30px);
}

.platform-pic {
	position: relative;
}

.platform-pic img {
	margin: 0 auto;
	-webkit-filter: drop-shadow(0 4px 29px rgba(199,203,209,.6));
	filter: drop-shadow(0 4px 29px rgba(199, 203, 209, .6));
}

.platform-points {
	opacity: 0;
}

.platform-points__item {
	position: absolute;
	z-index: 1;
}

.platform-points__item_1 {
	top: 30%;
	left: 5%;
}

.platform-points__item_2 {
	top: 30%;
	left: 25%;
}

.platform-points__item_3 {
	top: 50%;
	left: 65%;
}

.platform-points__item_4 {
	top: 25%;
	left: 90%;
}

.platform-points__item_5 {
	top: 70%;
	left: 95%;
}

.platform-points__item_6 {
	top: 50%;
	left: 90%;
}

.platform-points__item span {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 26px;
	height: 26px;
	border-radius: 10px;
	background-image: linear-gradient(-55deg,rgba(88,191,70,.5) 0,rgba(163,209,80,.5) 100%);
	color: #fff;
	font-size: 12px;
	font-weight: 600;
}

.platform-points__item span:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 18px;
	height: 18px;
	border-radius: 6px;
	background-image: linear-gradient(-55deg,#58bf46 0,#a3d150 100%);
}

.platform-points__item span small {
	position: relative;
	z-index: 1;
	line-height: 1;
}

.platform-trading__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px;
}

.platform-trading__item {
	width: calc(16.66% - 30px);
	margin: 0 15px;
}

.platform-trading-name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 10px;
}

.platform-trading-name span:first-child {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 10px;
	width: 26px;
	height: 26px;
	border-radius: 10px;
	background: linear-gradient(-55deg,#2b94b1 0,#2b94b14f 100%);
	color: #fff;
	font-size: 12px;
	font-weight: 600;
}

.platform-trading-name span:first-child:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 18px;
	height: 18px;
	border-radius: 6px;
	background: linear-gradient(-55deg,#177995 0,#15687e 100%);
}

.platform-trading-name span:first-child small {
	position: relative;
	z-index: 1;
}

.platform-trading-name span:last-child {
	font-weight: 700;
}

.platform-trading-desc {
	font-size: 12px;
	line-height: 20px;
}

.platform-mobile-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1080px;
	margin: 0 auto;
}

.platform-mobile-title {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
}

.platform-mobile-block {
	margin-bottom: 35px;
}

.platform-mobile-block:last-child {
	margin-bottom: 0;
}

.platform-mobile-lists {
	width: calc(42% - 30px);
}

.platform-mobile__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	line-height: 35px;
}

.platform-mobile__item span:first-child {
	position: relative;
	margin-top: 3px;
	margin-right: 13px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	border-radius: 8px;
	background: linear-gradient(-55deg,#2b94b1 0,#2b94b14f 100%);
}

.platform-mobile__item span:first-child:after,.platform-mobile__item span:first-child:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.platform-mobile__item span:first-child:after {
	width: 4px;
	height: 4px;
	border-radius: 1px;
	background-color: #fff;
}

.platform-mobile__item span:first-child:before {
	width: 14px;
	height: 14px;
	border-radius: 4px;
	background: linear-gradient(-55deg,#177995 0,#15687e 100%);
}

@media (max-width:991px) {
	.platform-mobile-wrap {
		display: block;
	}

	.platform-mobile-lists {
		width: auto;
	}

	.section_platform-mobile .platform-pic {
		width: auto;
		max-width: 750px;
		margin: 0 auto 30px;
	}
}

@media (max-width:767px) {
	.section_platform {
		padding: 35px 0;
	}
}

@media (max-width:580px) {
	.platform-mobile__item {
		margin-bottom: 5px;
		line-height: 25px;
	}

	.platform-mobile__item:last-child {
		margin-bottom: 0;
	}
}

.refferals-bottom-icon,.refferals-top__icon {
	-webkit-filter: drop-shadow(0 10px 35px rgba(78,98,113,.2));
}

.section_refferals-top {
	padding: 60px 0 80px;
	background-image: url(../img/main/ref-top.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 500px;
	background-color: #081800;
	text-align: center;
}

.section_refferals-top h1 {
    margin-bottom: 30px;
    background: linear-gradient(134deg,#00d7e3ba 0,#02ecf7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #104d5e;
    font-size: 60px;
    line-height: 70px;
    text-transform: uppercase;
}

.section_refferals-top h2 {
	margin-bottom: 50px;
	line-height: 45px;
	color: #fff;
}

.section_refferals-top p {
	color: #fff;
	font-weight: 300;
}

.section_refferals-top p span {
    display: block;
    color: #02dee5;
}

.section_refferals-top .inner-top {
	max-width: 870px;
	margin: 0 auto 100px;
}

.section_refferals-top .inner-top p {
	margin-bottom: 40px;
}

.section_refferals-bottom {
	padding: 80px 0 60px;
	text-align: center;
}

.section_refferals-bottom h2 {
	margin-bottom: 30px;
}

.refferals-top__list {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 100px;
	counter-reset: refferal;
}

.refferals-top__item {
	counter-increment: refferal;
}

.refferals-top__icon {
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	font-size: 80px;
	height: 80px;
	width: 80px;
	filter: drop-shadow(0 10px 35px rgba(78, 98, 113, .2));
	border-radius: 16px;
}

.refferals-top__icon:after {
	content: counter(refferal);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: -8px;
	left: -8px;
	width: 25px;
	height: 25px;
	font-size: 15px;
	line-height: 1;
	border-radius: 50%;
	background-color: #00e6f1;
	font-weight: 700;
	color: #fff;
	text-align: center;
}

.refferals-top__icon span.path7 {
	display: none;
}

.refferals-top__text {
	color: #fff;
}

.refferals-bottom-pic {
	max-width: 1110px;
	margin: 0 auto 80px;
}

.refferals-bottom-pic img {
	-webkit-filter: drop-shadow(0 40px 30px rgba(78,119,113,.3));
	filter: drop-shadow(0 40px 30px rgba(78, 119, 113, .3));
}

.refferals-bottom__list {
	max-width: 1080px;
	margin: 0 auto 30px;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 30px;
}

.refferals-bottom-icon {
	display: inline-block;
	font-size: 80px;
	margin-bottom: 20px;
	filter: drop-shadow(0 10px 35px rgba(78, 98, 113, .2));
	border-radius: 15px;
}

@media (max-width:991px) {
	.section_refferals-top {
		background-size: 100% 40vw;
	}

	.section_refferals-top h1 {
		font-size: 50px;
		line-height: 60px;
	}

	.section_refferals-top .inner-top {
		margin: 0 auto 50px;
	}

	.refferals-top__list {
		gap: 70px;
	}
}

@media (max-width:767px) {
	.section_refferals-bottom,.section_refferals-top {
		padding: 25px 0;
	}

	.refferals-bottom__list,.refferals-top__list {
		display: block;
	}

	.section_refferals-top h1 {
		margin-bottom: 20px;
		font-size: 40px;
		line-height: 50px;
	}

	.section_refferals-top .inner-top p,.section_refferals-top h2 {
		margin-bottom: 20px;
	}

	.section_refferals-bottom h2 {
		margin-bottom: 0;
	}

	.refferals-bottom-pic {
		margin: 0 auto 40px;
	}

	.refferals-bottom__list.slick-dotted.slick-slider {
		margin: 0 auto 30px;
	}

	.refferals-bottom__list .slick-list {
		padding-top: 30px;
	}
}

.settings {
	padding: 40px 0 20px;
}

.settings .pd-cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.settings .pd-input,.settings .pd-verif__top {
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-pack: justify;
}

.settings .pd-card {
	width: calc(50% - 15px);
	margin-bottom: 30px;
}

.settings .pd-card:nth-child(1) .pd-input label {
	width: 140px;
}

.settings .pd-card:nth-child(1) .pd-input input {
	width: calc(100% - 140px);
}

.settings .pd-box {
	padding: 30px;
	background-color: #f2f4f9;
	border-radius: 15px;
}

.settings .pd-title {
	margin-bottom: 20px;
	color: #4e6271;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
}

.settings .pd-input {
	margin-bottom: 30px;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.settings .pd-input:last-child {
	margin-bottom: 0;
}

.settings .pd-input label {
	width: 160px;
	color: #989898;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 20px;
}

.settings .pd-input input {
	width: calc(100% - 160px);
	padding: 0 25px;
	height: 50px;
	border-radius: 50px;
	border: 1px solid rgba(2,6,16,.2);
	background-color: #f2f4f9;
	font-size: 18px;
	color: #4e6271;
}

.settings .pd-input input::-webkit-input-placeholder {
	font-size: 18px;
}

.settings .pd-input input::-moz-placeholder {
	font-size: 18px;
}

.settings .pd-input input:-ms-input-placeholder {
	font-size: 18px;
}

.settings .pd-input input::-ms-input-placeholder {
	font-size: 18px;
}

.settings .pd-input input::placeholder {
	font-size: 18px;
}

.settings .pd-input .jq-selectbox {
	width: calc(100% - 160px);
}

.settings .pd-input .jq-selectbox__select-text {
	font-size: 18px;
}

.settings .pd-input .jq-selectbox.opened .jq-selectbox__trigger-arrow {
	-webkit-transform: translate(-50%,-50%) scaleY(-1);
	transform: translate(-50%,-50%) scaleY(-1);
}

.settings .pd-input .jq-selectbox__select {
	padding: 11px 18px 10px;
	height: 50px;
	border-radius: 50px;
	border: 1px solid rgba(2,6,16,.2);
	background: 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	font: 15px/25px Roboto,sans-serif;
	font-weight: 300;
	color: #4e6271;
}

.settings .pd-input .jq-selectbox__trigger {
	border: none;
}

.settings .pd-input .jq-selectbox__trigger-arrow {
	width: 10px;
	height: 8px;
	top: 50%;
	left: 50%;
	right: auto;
	border: none;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-size: contain;
	-webkit-transition: all .3s cubic-bezier(.37,0,.63,1);
	transition: all .3s cubic-bezier(.37,0,.63,1);
}

.settings .pd-input .jq-selectbox__dropdown {
	border: none;
	font: 15px/25px Roboto,sans-serif;
	font-weight: 300;
}

.settings .pd-input .jq-selectbox__dropdown li:hover {
	background-color: #104d5e;
}

.settings .pd-verif {
	padding-bottom: 6px;
	margin-bottom: 8px;
	border-bottom: 2px solid #fff;
}

.settings .pd-verif:not(.pd-need-devider):last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.settings .pd-verif__top {
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}

.settings .pd-verif__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.settings .pd-verif__right {
	margin-left: auto;
}

.settings .pd-verif__right .ui.dropdown {
	z-index: 12;
}

.settings .pd-verif-title {
	text-transform: uppercase;
	color: #989898;
	margin-bottom: 5px;
	font-size: 15px;
	line-height: 20px;
}

.settings .pd-verif-subtitle {
	color: #4e6271;
	font-size: 13px;
	line-height: 25px;
}

.settings .pd-verif-check {
	color: #4e6271;
	font-weight: 700;
	font-size: 15px;
	line-height: 25px;
}

.settings .pd-verif-check span {
	display: inline-block;
	margin-right: 5px;
	width: 17px;
	height: 14px;
	background: url(../img/icons/check_icon_green.svg) center no-repeat;
}

.settings .pd-verif-check_mob {
	display: none;
}

.settings .pd-verif-link:hover {
	text-decoration: underline;
}

.settings .pd-verif-result {
	color: #00e6f1;
	font-size: 15px;
	line-height: 25px;
	font-weight: 700;
}

.settings .btn {
	min-width: 170px;
	color: #fff;
	font-weight: 700;
}

.settings .btn_brd {
	background-color: #8dc63f;
}

.settings .btn_save {
	background-color: #104d5e;
}

@media (max-width:1280px) {
	.settings .pd-verif-subtitle {
		font-size: 12px;
		line-height: 15px;
	}
}

@media (max-width:1200px) {
	.settings .pd-cards {
		display: block;
		margin-bottom: 0;
	}

	.settings .pd-card {
		width: auto;
		max-width: 560px;
		margin: 0 auto 40px;
	}

	.settings .pd-card:last-child {
		margin-bottom: 0;
	}
}

@media (max-width:767px) {
	.settings .pd-card:nth-child(1) .pd-input label {
		width: auto;
	}

	.settings .pd-card:nth-child(1) .pd-input input {
		width: 100%;
	}

	.settings .pd-box {
		padding: 20px;
	}

	.settings .pd-input {
		display: block;
		margin-bottom: 15px;
	}

	.settings .pd-input input {
		width: 100%;
		padding: 0 15px;
		font-size: 16px;
	}

	.settings .pd-input label {
		display: block;
		width: auto;
		margin-right: 0;
		margin-bottom: 5px;
	}

	.settings .pd-input .jq-selectbox {
		width: 100%;
	}

	.settings .pd-verif {
		padding-bottom: 0;
		margin-bottom: 15px;
	}

	.settings .pd-verif-check {
		display: none;
	}

	.settings .pd-verif-check_mob {
		display: block;
		margin-left: 17px;
	}

	.settings .pd-verif-check_mob.pd-verif-check_mob-inline {
		display: inline-block;
	}

	.settings .pd-verif__bottom,.settings .pd-verif__top {
		display: block;
	}

	.settings .pd-verif__top {
		margin-bottom: 15px;
	}

	.settings .pd-verif__left {
		margin-bottom: 10px;
	}

	.settings .pd-verif__right_mod {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (max-width:374px) {
	.settings .pd-verif-link {
		letter-spacing: normal;
	}
}

.support-inner {
	padding: 30px 0 80px;
}

.support-inner__back {
	width: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
	font-size: 15px;
	line-height: 25px;
	color: #4e6271;
	font-weight: 700;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.support-inner__back:hover {
	opacity: .85;
}

.support-inner__back:hover img {
	-webkit-transform: translateX(-3px);
	transform: translateX(-3px);
}

.support-inner__back img {
	display: inline-block;
	margin-right: 6px;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.support-inner__ttl {
	font-size: 20px;
	line-height: 1.5;
	color: #4e6271;
	font-weight: 700;
	margin-bottom: 20px;
}

.support-inner__ticket {
	background-color: #f2f4f9;
	border-radius: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px 0;
	margin-bottom: 30px;
}

.support-inner__ticket-cont,.support-inner__ticket-ttl {
	font-size: 15px;
	line-height: 25px;
	color: rgba(78,98,113,.5);
	margin-bottom: 10px;
}

.support-inner__ticket-cont {
	color: #4e6271;
	margin-bottom: 0;
}

.support-inner__ticket--closed {
	color: #00e6f1;
}

.support-inner__ticket--open {
	color: #fb410b;
}

.support-inner__ticket--low:before {
	background-color: #00e6f1;
}

.support-inner__ticket--medium:before {
	background-color: #ffa907;
}

.support-inner__ticket--high:before {
	background-color: #fb410b;
}

.support-inner__ticket-col {
	padding-left: 35px;
	position: relative;
	border-right: 1px solid #fff;
}

.support-inner__ticket-col:last-child {
	border: none;
}

.support-inner__ticket-col--1 {
	width: 30%;
}

.support-inner__ticket-col--2 {
	width: 25%;
}

.support-inner__ticket-col--3,.support-inner__ticket-col--4,.support-inner__ticket-col--5 {
	width: 15%;
}

.support-inner__ticket-col--5 .support-inner__ticket-cont {
	padding-left: 19px;
	position: relative;
}

.support-inner__ticket-col--5 .support-inner__ticket-cont:before {
	content: '';
	width: 11px;
	height: 11px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.support-inner__add-reply {
	width: 180px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	text-align: center;
	background-color: #104d5e;
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all .25s;
	transition: all .25s;
	margin-bottom: 50px;
}

.support-inner__add-reply:hover {
	opacity: .85;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-box-shadow: 0 4px 10px 1px rgba(0,0,0,.15);
	box-shadow: 0 4px 10px 1px rgba(0,0,0,.15);
}

.support-inner__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 15px;
	margin-bottom: 15px;
	overflow: hidden;
	-webkit-box-shadow: 0 20px 40px rgba(0,0,0,.05);
	box-shadow: 0 20px 40px rgba(0,0,0,.05);
}

.support-inner__body-sidebar {
	width: 300px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	background-color: #f2f4f9;
	padding: 40px;
}

.support-inner__body-name {
	font-size: 20px;
	line-height: 1.5;
	color: #4e6271;
	font-weight: 700;
}

.support-inner__body-pos {
	font-size: 15px;
	line-height: 25px;
	color: rgba(78,98,113,.5);
}

.support-inner__body-top {
	padding: 40px 20px 20px 40px;
	border-bottom: 1px solid rgba(2,6,16,.2);
}

.support-inner__body-top p {
	font-size: 20px;
	line-height: 1.5;
	color: #4e6271;
}

.support-inner__body-top p b {
	font-weight: 700;
}

.support-inner__body-bot {
	padding: 20px 60px 40px 40px;
}

.support-inner__body-bot p {
	margin-bottom: 30px;
	font-size: 15px;
	line-height: 25px;
	color: #4e6271;
}

.support-inner__body-doc {
	margin-bottom: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 15px;
	line-height: 25px;
	color: #4e6271;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.support-inner__body-doc:hover {
	opacity: .8;
}

.support-inner__body-doc img {
	display: inline-block;
	margin-right: 9px;
}

.support-inner__reply-form {
	width: 570px;
	max-width: 100%;
	margin-bottom: 50px;
}

.support-inner__reply-form-ttl {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 1.5;
	color: #4e6271;
	font-weight: 700;
}

.support-inner__reply-form label {
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 20px;
	color: #989898;
}

.support-inner__reply-form textarea {
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid rgba(2,6,16,.2);
	min-height: 120px;
	max-height: 250px;
	resize: vertical;
	border-radius: 25px;
	font-size: 18px;
	padding: 10px 20px;
}

.support-inner__reply-form textarea:focus {
	outline: 0;
}

.support-inner__reply-form-bot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.support-inner__reply-form-docs {
	width: 100%;
	margin-bottom: 20px;
}

.support-inner__reply-form-doc {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid rgba(2,6,16,.2);
}

.support-inner__reply-form-doc:last-child {
	border: none;
}

.support-inner__reply-form-doc img,.support-inner__reply-form-doc-remove {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.support-inner__reply-form-doc-remove {
	margin-left: auto;
	width: 21px;
	height: 21px;
	background-position: center;
	background-image: url(../img/icons/remove-icon.svg);
	background-repeat: no-repeat;
	cursor: pointer;
}

.support-inner__reply-form-doc img {
	margin-right: 11px;
}

.support-inner__reply-form-doc span {
	color: #4e6271;
	padding-right: 15px;
}

.support-inner__reply-form-submit.disabled {
	opacity: .5;
	pointer-events: none;
}

.support-inner__reply-form-file,.support-inner__reply-form-submit {
	width: calc(50% - 15px);
	height: 50px;
	line-height: 48px;
	text-align: center;
	border-radius: 50px;
	cursor: pointer;
	border: none;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.support-inner__reply-form-file:hover,.support-inner__reply-form-submit:hover {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}

.support-inner__reply-form-submit {
	background-color: #104d5e;
}

.support-inner__reply-form-file {
	background-color: #00e6f1;
	border-radius: 50px;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 30px;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.support-inner__reply-form-file:hover {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}

.support-inner__reply-form-file input {
	width: 200%;
	font-size: 10px;
	height: 50px;
}

.support-inner__reply-form-file input:focus {
	outline: 0;
}

.support-inner__reply-form-file.jq-file.focused .jq-file__name {
	border: none!important;
}

.support-inner__reply-form-file .jq-file__browse {
	display: none;
}

.support-inner__reply-form-file .jq-file__name {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 52px;
	border-radius: 50px;
	text-align: center;
	border: none;
	background-color: #00e6f1;
	padding: 0 20px;
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
}

@media (max-width:1200px) {
	.support-inner .wrapper {
		padding: 0;
	}
}

@media (max-width:991px) {
	.support-inner__body-sidebar {
		padding: 20px;
		width: 220px;
	}

	.support-inner__body-bot,.support-inner__body-top {
		padding: 20px;
	}

	.support-inner__ticket-col {
		padding-left: 20px;
	}
}

@media (max-width:767px) {
	.support-inner__ticket {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 15px 30px;
	}

	.support-inner__ticket-col {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 3px 0;
		border: none;
	}

	.support-inner__ticket-cont,.support-inner__ticket-ttl {
		width: 50%;
	}

	.support-inner__body {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.support-inner__body-sidebar {
		width: 100%;
	}

	.support-inner__body-top p {
		font-size: 18px;
	}

	.support-inner__body-bot {
		padding: 25px 30px;
	}
}

@media (max-width:580px) {
	.support-inner .wrapper {
		padding: 0 15px;
	}
}

@media (max-width:480px) {
	.support-inner__ttl {
		font-size: 18px;
	}

	.support-inner__reply-form textarea {
		padding: 10px 15px;
		font-size: 16px;
	}

	.support-inner__body-bot {
		padding: 25px;
	}
}

@media (max-width:380px) {
	.support-inner__body-bot,.support-inner__body-sidebar,.support-inner__body-top,.support-inner__ticket {
		padding: 15px;
	}

	.support-inner__reply-form-doc span,.support-inner__ticket-cont,.support-inner__ticket-ttl {
		font-size: 13px;
		line-height: 1.4;
	}

	.support-inner__reply-form-file,.support-inner__reply-form-submit {
		width: calc(50% - 5px);
	}

	.support-inner__reply-form-file .jq-file__name,.support-inner__reply-form-submit {
		font-size: 14px;
	}

	.support-inner__body-top p {
		font-size: 16px;
	}

	.support-inner__body-name {
		font-size: 18px;
	}

	.support-inner__body-bot p {
		font-size: 14px;
	}
}

.support {
	padding: 40px 0 60px;
}

.support__head {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.support__head-ttl {
	margin-right: 20px;
	font-size: 20px;
	line-height: 1.5;
	color: #4e6271;
	font-weight: 700;
}

.support__head-btn {
	width: 180px;
	height: 50px;
	line-height: 48px;
	background-color: #104d5e;
	color: #fff;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	border: none;
	border-radius: 50px;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.support__head-btn:hover {
	-webkit-box-shadow: 0 3px 15px -3px rgba(0,0,0,.35);
	box-shadow: 0 3px 15px -3px rgba(0,0,0,.35);
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}

.support__head-tab-ttls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto;
}

.support__head-tab-ttl {
	display: inline-block;
	line-height: 25px;
	padding: 0 15px;
	color: #4e6271;
	font-weight: 700;
	font-size: 15px;
	border-right: 1px solid rgba(2,6,16,.1);
	-webkit-transition: all .25s;
	transition: all .25s;
}

.support__head-tab-ttl:last-child {
	padding-right: 0;
	border-right: none;
}

.support__head-tab-ttl.active,.support__head-tab-ttl:hover {
	color: #104d5e;
}

.support__table {
	border-radius: 20px;
	overflow: hidden;
	width: 100%;
	-webkit-box-shadow: 0 20px 40px rgba(0,0,0,.05);
	box-shadow: 0 20px 40px rgba(0,0,0,.05);
}

.support__table table {
	width: 100%;
}

.support__table thead {
	background: linear-gradient(0deg,#d1d7de,#d1d7de),linear-gradient(355.08deg,#58bf46 .19%,#a3d150 96.7%);
}

.support__table th {
	font-size: 15px;
	line-height: 2;
	color: #fff;
	font-weight: 700;
	padding: 20px;
	text-align: left;
}

.support__table tbody tr {
	border-bottom: 1px solid rgba(86,106,122,.1);
	-webkit-transition: all .25s;
	transition: all .25s;
}

.support__table tbody tr:last-child {
	border: none;
}

.support__table tbody tr:hover {
	background-color: #f9f9f9;
}

.popup-submit-ticket__priority--low .jq-selectbox__select-text:before,.support__table-priority--low:before {
	background-color: #00e6f1;
}

.support__table td {
	padding: 10px 20px;
	vertical-align: middle;
}

.support__table td p {
	font-size: 15px;
	line-height: 25px;
	color: #4e6271;
	margin: 0;
}

.support__table-link {
	display: inline-block;
	font-size: 20px;
	line-height: 1.3;
	color: #104d5e;
	font-weight: 700;
}

.support__table-link:hover {
	color: #db4b04;
}

.support__table-status--closed {
	color: #00e6f1;
}

.support__table-status--open {
	color: #fb410b;
}

.support__table-priority {
	position: relative;
	padding-left: 13px;
}

.support__table-priority:before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.support__table-priority--medium:before {
	background-color: #ffa907;
}

.support__table-priority--high:before {
	background-color: #fb410b;
}

.hidden-block {
	display: none;
}

.fancybox-is-open .fancybox-bg {
	background-color: #000;
	opacity: .4;
}

.popup-submit-ticket {
	background-color: #fff;
	border-radius: 20px;
	padding: 40px 90px 60px;
	width: 680px;
	max-width: 95vw;
}

.popup-submit-ticket .fancybox-close-small {
	position: absolute;
	top: 5px;
	right: 5px;
}

.popup-submit-ticket .fancybox-close-small svg path {
	fill: #4e6271;
}

.popup-submit-ticket__ttl {
	color: #4e6271;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
}

.popup-submit-ticket__form label {
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 20px;
	color: #989898;
}

.popup-submit-ticket__form input[type=text] {
	margin-bottom: 30px;
	display: block;
	width: 100%;
	border: 1px solid rgba(2,6,16,.2);
	border-radius: 25px;
	height: 50px;
	padding: 0 20px;
	font-size: 18px;
}

.popup-submit-ticket__form input[type=text]:focus {
	outline: 0;
}

.popup-submit-ticket__form textarea {
	width: 100%;
	margin-bottom: 30px;
	border: 1px solid rgba(2,6,16,.2);
	min-height: 120px;
	max-height: 250px;
	resize: vertical;
	border-radius: 25px;
	font-size: 18px;
	padding: 10px 20px;
}

.popup-submit-ticket__form textarea:focus {
	outline: 0;
}

.popup-submit-ticket__department,.popup-submit-ticket__priority {
	margin-bottom: 30px;
}

.popup-submit-ticket .jq-selectbox__dropdown {
	top: 50px!important;
}

.popup-submit-ticket__priority .jq-selectbox__select-text {
	position: relative;
	padding-left: 19px;
}

.popup-submit-ticket__priority .jq-selectbox__select-text:before {
	content: '';
	width: 11px;
	height: 11px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 53%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.popup-submit-ticket__priority--medium .jq-selectbox__select-text:before {
	background-color: #ffa907;
}

.popup-submit-ticket__priority--high .jq-selectbox__select-text:before {
	background-color: #fb410b;
}

.popup-submit-ticket__file {
	width: 100%;
	border-radius: 50px;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 30px;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.popup-submit-ticket__file:hover {
	opacity: .9;
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
}

.popup-submit-ticket__file input {
	width: 200%;
	font-size: 10px;
	height: 50px;
}

.popup-submit-ticket .jq-file__name,.popup-submit-ticket__cancel,.popup-submit-ticket__submit {
	height: 50px;
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
}

.popup-submit-ticket__file input:focus {
	outline: 0;
}

.popup-submit-ticket .jq-file.focused .jq-file__name {
	border: none;
}

.popup-submit-ticket .jq-file__browse {
	display: none;
}

.popup-submit-ticket .jq-file__name {
	display: block;
	width: 100%;
	line-height: 52px;
	border-radius: 50px;
	border: none;
	background-color: #00e6f1;
	padding: 0 20px;
}

.popup-submit-ticket__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.popup-submit-ticket__cancel,.popup-submit-ticket__submit {
	width: calc(50% - 10px);
	line-height: 48px;
	border: none;
	border-radius: 50px;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.popup-submit-ticket__cancel:hover,.popup-submit-ticket__submit:hover {
	opacity: .9;
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
}

.popup-submit-ticket__submit {
	background-color: #104d5e;
}

.popup-submit-ticket__cancel {
	background-color: rgba(78,98,113,.5);
}

@media (max-width:1200px) {
	.support .wrapper {
		padding: 0;
	}

	.support__table th {
		padding-right: 0;
		font-size: 14px;
		line-height: 1.2;
		vertical-align: middle;
	}

	.support__table td {
		min-width: 100px;
		padding-right: 0;
	}

	.support__table td p {
		font-size: 13px;
		line-height: 1.4;
	}

	.support__table-link {
		font-size: 16px;
	}
}

@media (max-width:991px) {
	.support__head-ttl {
		font-size: 18px;
	}
}

@media (max-width:767px) {
	.support__head {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.support__head-ttl {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.support__head-tab-ttls {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.support__head-btn {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		margin: 30px auto 0;
	}

	.support__table td {
		min-width: 30px;
		padding: 7px 3px 7px 5px;
	}

	.support__table td:first-child {
		padding-left: 10px;
	}

	.support__table td p {
		font-size: 11px;
	}

	.support__table th {
		padding: 10px;
		font-size: 12px;
	}

	.support__table-link {
		font-size: 12px;
	}

	.support__table-priority {
		font-size: 11px;
	}

	.popup-submit-ticket {
		padding: 40px 60px 60px;
	}
}

@media (max-width:580px) {
	.support .wrapper {
		padding: 0 15px;
	}

	.support__head-tab-ttl {
		font-size: 14px;
	}

	.support__table {
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0;
	}

	.support__table-link {
		font-size: 16px;
	}

	.support__table-priority {
		font-size: 15px;
	}

	.support__table thead {
		display: none;
	}

	.support__table tr {
		display: block;
		background-color: #fff;
		-webkit-box-shadow: 0 5px 20px -4px rgba(0,0,0,.1);
		box-shadow: 0 5px 20px -4px rgba(0,0,0,.1);
		margin-bottom: 20px;
		border-radius: 10px;
		border: 2px solid #f0f0f0;
		padding: 15px 20px;
	}

	.support__table td {
		display: block;
		position: relative;
		padding: 10px 0;
		padding-left: 50%!important;
	}

	.support__table td:before {
		content: attr(data-title);
		position: absolute;
		width: 50%;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size: 14px;
		font-weight: 700;
	}

	.support__table td p {
		font-size: 14px;
	}
}

@media (max-width:480px) {
	.support__head {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.support__head-ttl {
		width: 100%;
		margin-right: 0;
		text-align: center;
		font-size: 22px;
	}

	.support__head-tab-ttls {
		width: 100%;
		padding-top: 30px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.support__head-tab-ttl:last-child {
		padding-right: 15px;
	}

	__table {
		overflow: visible;
	}

	.popup-submit-ticket {
		padding: 40px 30px;
	}

	.popup-submit-ticket__cancel,.popup-submit-ticket__submit {
		width: calc(50% - 5px);
	}

	.popup-submit-ticket__form textarea {
		font-size: 14px;
	}
}

@media (max-width:380px) {
	.popup-submit-ticket {
		padding: 30px 20px;
	}

	.popup-submit-ticket__ttl {
		font-size: 24px;
	}

	.popup-submit-ticket__file {
		margin-bottom: 15px;
	}

	.popup-submit-ticket__cancel,.popup-submit-ticket__submit {
		font-size: 13px;
	}

	.support__head-tab-ttl {
		padding: 0 10px;
	}

	.support__table tr {
		padding: 15px 5px 15px 20px;
	}
}

.history__head {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.history__head-date,.history__head-select {
	width: calc(25% - 15px);
}

.history__head-date {
	border: 1px solid rgba(2,6,16,.2);
	border-radius: 25px;
	height: 50px;
	line-height: 50px;
	padding-left: 9px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.history__head-date-icon {
	background-image: url(../img/icons/calend-icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	width: 41px;
	height: 100%;
	border-right: 1px solid rgba(2,6,16,.2);
}

.history__head-date-input {
	width: calc(100% - 41px);
	border: none;
	padding: 0 10px;
	height: 50px;
	line-height: 50px;
	background-color: transparent;
	color: #4e6271;
	font-size: 20px;
}

.history__head-date-input::-webkit-input-placeholder {
	color: rgba(78,98,113,.5);
	font-size: 20px;
}

.history__head-date-input::-moz-placeholder {
	color: rgba(78,98,113,.5);
	font-size: 20px;
}

.history__head-date-input:-ms-input-placeholder {
	color: rgba(78,98,113,.5);
	font-size: 20px;
}

.history__head-date-input::-ms-input-placeholder {
	color: rgba(78,98,113,.5);
	font-size: 20px;
}

.history__head-date-input::placeholder {
	color: rgba(78,98,113,.5);
	font-size: 20px;
}

.history__head .jq-selectbox__select {
	padding-left: 25px;
	padding-right: 50px;
}

.history__head .jq-selectbox li {
	padding: 10px 25px;
}

.history__table {
	border-radius: 20px;
	overflow: hidden;
	width: 100%;
	-webkit-box-shadow: 0 20px 40px rgba(0,0,0,.05);
	box-shadow: 0 20px 40px rgba(0,0,0,.05);
}

.history__table table {
	width: 100%;
}

.history__table thead {
	background: linear-gradient(0deg,#d1d7de,#d1d7de),linear-gradient(355.08deg,#58bf46 .19%,#a3d150 96.7%);
}

.history__table th {
	font-size: 15px;
	line-height: 2;
	color: #fff;
	font-weight: 700;
	padding: 20px 10px;
	text-align: center;
}

.history__table tbody tr {
	border-bottom: 1px solid rgba(86,106,122,.1);
	-webkit-transition: all .25s;
	transition: all .25s;
}

.history__table tbody tr:last-child {
	border: none;
}

.history__table tbody tr:hover {
	background-color: #f9f9f9;
}

.history__table td {
	padding: 20px 10px;
	vertical-align: middle;
	text-align: center;
}

.history__table td p {
	font-size: 15px;
	line-height: 25px;
	color: #4e6271;
	margin: 0;
}

.history__table-link {
	display: inline-block;
	font-size: 20px;
	line-height: 1.3;
	color: #104d5e;
	font-weight: 700;
}

.history__table-link:hover {
	color: #db4b04;
}

.history__status {
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
}

.history__status--accepted {
	color: #00e6f1;
}

.history__status--pending {
	color: #ffa907;
}

.history__status--rejected {
	color: #fb410b;
}

.datepicker {
	width: 300px;
}

.datepicker--cell {
	font-size: 12px;
}

.datepicker--day-name {
	color: #104d5e;
}

.datepicker--cell.-current- {
	color: #8dc63f;
}

.datepicker--cell.-selected-,.datepicker--cell.-selected-.-current-,.datepicker--cell.-selected-.-focus- {
	background-color: #8dc63f;
}

.pagination {
	padding: 20px 15px;
}

.pagination__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pagination__item {
	width: 25px;
	height: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 8px;
	margin: 3px 7px;
	font-size: 15px;
	color: #4e6271;
	font-weight: 700;
	-webkit-transition: none;
	transition: none;
}

.pagination__item--active,.pagination__item:hover {
	color: #fff;
	background: linear-gradient(304.79deg,#58bf46 .19%,#a3d150 96.7%);
}

.pagination__item--last {
	opacity: .2;
}

.pagination__next,.pagination__prev {
	-webkit-transition: all .25s;
	transition: all .25s;
}

.pagination__prev {
	margin-right: 15px;
}

.pagination__prev:hover {
	-webkit-transform: translateX(-3px);
	transform: translateX(-3px);
}

.pagination__prev img {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.pagination__next {
	margin-left: 15px;
}

.pagination__next:hover {
	-webkit-transform: translateX(3px);
	transform: translateX(3px);
}

@media (max-width:992px) {
	.history__head-date,.history__head-select {
		width: calc(50% - 5px);
		margin-bottom: 10px;
	}
}

@media (max-width:767px) {
	.history__table td {
		min-width: 30px;
		padding: 7px 3px 7px 5px;
	}

	.history__table td:first-child {
		padding-left: 10px;
	}

	.history__table td p {
		font-size: 11px;
	}

	.history__table th {
		padding: 10px;
		font-size: 12px;
	}

	.history__status {
		font-size: 12px;
	}

	.history .jq-selectbox__select-text,.history__head-date-input {
		font-size: 16px;
	}
}

@media (max-width:580px) {
	.history__status,.history__table td p,.history__table td:before {
		font-size: 16px;
	}

	.history__table {
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0;
	}

	.history__table thead {
		display: none;
	}

	.history__table tr {
		display: block;
		background-color: #fff;
		-webkit-box-shadow: 0 5px 20px -4px rgba(0,0,0,.1);
		box-shadow: 0 5px 20px -4px rgba(0,0,0,.1);
		margin-bottom: 20px;
		border-radius: 10px;
		border: 2px solid #f0f0f0;
		padding: 15px 20px;
	}

	.history__table td {
		display: block;
		position: relative;
		padding: 10px 0;
		padding-left: 50%!important;
	}

	.history__table td:before {
		content: attr(data-title);
		position: absolute;
		width: 50%;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		font-weight: 700;
		text-align: left;
	}
}

@media (max-width:410px) {
	.history__table td p {
		font-size: 14px;
	}
}

@media (max-width:370px) {
	.history__head-date,.history__head-select {
		width: 100%;
	}

	.history__table tr {
		padding: 10px 15px;
	}

	.history__table td {
		padding: 7px 0;
	}

	.history__table td:before {
		font-size: 15px;
	}

	.history__status {
		font-size: 14px;
	}
}

.main-home-content {
	width: 100%;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.box-tab-cont .tab-cont:not(.hide) {
	display: block!important;
}

.register-form .line input[type=email],.register-form .line input[type=password],.register-form .line input[type=tel],.register-form .line input[type=text] {
	border-radius: 25px;
	padding-left: 25px;
}

.register-form .ui.selection.dropdown {
	padding-left: 25px;
	border-radius: 25px;
	border: 1px solid #d9d9d9;
}

.ng-touched.ng-not-empty.ng-valid.ng-valid-required:not(.no-success),.register-form .ui.selection.active.dropdown,.ui.selection.active.dropdown .menu,.ui.selection.active.dropdown:hover,.ui.selection.active.dropdown:hover .menu {
	border-color: #8dc63f!important;
}

.ui.message .header {
	background: 0 0!important;
	padding: 0!important;
	height: auto!important;
}

.btn-middle {
	color: #fff;
	background-color: #104d5e;
}

.parallax .p {
	position: absolute;
	z-index: 1;
	width: 100%;
}

.b-content .h1 {
	font-size: 30px;
}

.login-logo a {
	display: inline-block;
}

.login-row {
	display: table-cell;
	vertical-align: middle;
}

.btn_funding {
	background-color: #8dc63f;
	color: #fff;
	padding: 0 20px;
	text-transform: none;
}

.btn_exit {
	background-color: #655f5cba;
	color: #fff;
	padding: 0 10px;
	min-width: 70px!important;
}

.btn_exit:hover {
	background-color: rgba(101,95,92,.92);
}

.btn {
	border: none;
}

.btn.disabled {
	opacity: .6;
	pointer-events: none;
}

.btn.loading {
	position: relative;
	color: transparent;
}

.btn.loading:after,.btn.loading:before {
	position: absolute;
	content: '';
	left: 50%;
	margin: -.64285714em 0 0 -.64285714em;
	width: 1.28571429em;
	height: 1.28571429em;
	top: 50%;
}

.btn.loading:after {
	-webkit-animation: button-spin .6s linear;
	animation: button-spin .6s linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	border-radius: 500rem;
	border-color: #FFF transparent transparent;
	border-style: solid;
	border-width: .2em;
	-webkit-box-shadow: 0 0 0 1px transparent;
	box-shadow: 0 0 0 1px transparent;
}

.btn.loading:before {
	border-radius: 500rem;
	border: .2em solid rgba(0,0,0,.15);
}

.section_funding .funding-step_1 .btn {
	border: none;
}

@media (max-width:680px) {
	.section_funding {
		padding-top: 80px;
	}
}

.wd-warn {
	padding-bottom: 15px;
	font-size: 14px;
	font-weight: 400;
	color: #333;
}

.wd-pending {
	margin: 40px 0;
}

.withdraw-input-full {
	float: none!important;
	width: 100%!important;
}

.withdrawal-content {
	padding-top: 40px;
}

.withdrawal-content .wd-li-25 {
	justify-content: flex-start;
}

.withdrawal-content .wd-li-25 li {
	width: 25%;
}

.withdrawal-content .wd-li-25 li a {
	padding: 25px 70px;
}

.withdrawal-content .account-utils__list {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
}

.withdrawal-content .account-utils__item {
	width: calc(50% - 10px);
	margin-right: 0;
}

.withdrawal-content .methods-row {
	margin-bottom: 30px;
}

.withdrawal-content .btn-row {
	margin-right: 20px;
}

.withdrawal-content .btn-row .btn {
	min-width: 160px;
}

.withdrawal-content .account-type-utils h3 {
	margin-bottom: 20px;
	margin-top: 15px;
}

.withdrawal-content .account-type-utils .button span[class^=icon] {
	margin-left: 10px;
	font-size: 8px;
	vertical-align: middle;
}

.withdrawal-content .tripple .account-utils__item:first-child {
	width: auto;
	margin-right: 15px;
	min-width: 1%;
}

.withdrawal-content .tripple .account-utils__item {
	width: auto;
	margin-right: 15px;
	min-width: 33%;
}

.withdrawal-content .account-utils__list.tripple {
	justify-content: left;
}

.withdrawal-content .ui.selection.dropdown {
	padding-left: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 25px;
	line-height: 18px;
	border: 1px solid #d9d9d9;
}

.withdrawal-content .ui.selection.dropdown>.dropdown.icon {
	top: 15px;
	right: 20px;
}

.withdrawal-content .error-area-wd {
	margin-top: 20px;
}

@media (max-width:990px) {
	.withdrawal-content .account-utils__item {
		width: 100%;
	}

	.withdrawal-content .btn-row {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.withdrawal-content .tab-wrap_methods .nav-tab-list {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.withdrawal-content .tab-wrap_methods .nav-tab-list__item {
		width: calc(100% / 3);
	}

	.withdrawal-content .tab-wrap_methods .nav-tab-list__link_rec {
		padding: 15px 15px 5px;
	}

	.withdrawal-content .wd-li-25 li a {
		padding: 15px;
	}
}

@media (max-width:680px) {
	.withdrawal-content .account-utils__item {
		width: 100%;
	}

	.withdrawal-content .btn-row {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.withdrawal-content .tab-wrap_methods .nav-tab-list {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.withdrawal-content .tab-wrap_methods .nav-tab-list__item {
		width: 50%;
	}

	.withdrawal-content .tab-wrap_methods .nav-tab-list__link_rec {
		padding: 35px 15px 5px;
	}

	.withdrawal-content .wd-li-25 li a {
		padding: 15px;
	}
}

@media (max-width:480px) {
	.history-content .inline-select-200 {
		width: 100%;
		margin-bottom: 15px;
	}

	.history-content .inline-select-200>.dropdown {
		min-width: 100%!important;
	}

	.ng-flat-datepicker {
		position: fixed;
		left: 20px;
		top: 125px;
		width: calc(100vw - 40px);
	}
}

.history-content .ui.selection.dropdown {
	border-radius: 17px;
	padding-left: 25px;
}

.history-content .ui.selection.active.dropdown .menu {
	border-radius: 0 0 17px 17px;
}

.history-content .ui.selection.active.dropdown.upward .menu {
	border-radius: 17px 17px 0 0;
}

.history-content .history__table td.no-data {
	padding: 0!important;
}

.padding-20 {
	padding: 20px;
}

.dropdown-round .ui.selection.active.dropdown .menu {
	border-radius: 0 0 17px 17px;
}

.dropdown-round .ui.selection.active.dropdown.upward .menu {
	border-radius: 17px 17px 0 0;
}

.dropdown-round .ui.selection.dropdown {
	border-radius: 17px;
	padding-left: 25px;
}

.dropdown-fluid .ui.selection.dropdown {
	width: 100%;
}

.pd-card-disabled {
	opacity: .5;
	pointer-events: none;
}

.file-upload-button {
	position: relative;
}

.file-upload-button.disabled {
	pointer-events: none;
}

.file-upload-button input {
	opacity: 0;
	cursor: pointer;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
}

.popup-submit-ticket .loading.disabled {
	opacity: .5;
	pointer-events: none;
}

input[type=file],input[type=file]::-webkit-file-upload-button {
	cursor: pointer;
}

.form-line {
	margin-bottom: 15px;
}

.form-line-30 {
	margin-bottom: 30px;
}

.ui.header {
	background: 0 0;
	height: auto;
}

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

.overflow-visible {
	overflow: visible;
}

.fancybox-is-open .fancybox-bg {
	background: #081800;
	opacity: .9;
	transition-timing-function: cubic-bezier(.22,.61,.36,1);
}

body.menu .trading-headers .nav .notifcation-area {
	display: none;
}

.trading-headers .header-wrap>.notifcation-area {
	width: 70%;
	text-align: right;
}

@media (max-width:480px) {
	.trading-headers .header-wrap>.notifcation-area {
		width: 30%;
	}
}

.chat-loader {
	display: flex;
	justify-content: center;
	align-items: center;
}

.account-type__list.bronze .account-type__item:nth-child(1) .account-type-cont,.account-type__list.gold .account-type__item:nth-child(3) .account-type-cont,.account-type__list.silver .account-type__item:nth-child(2) .account-type-cont {
	font-weight: 600;
}

.contest-table-small td {
	padding: 10px!important;
}

.payment-wrap.payment-wrap-crypto {
	max-width: 630px;
}

.platform-pic .platform-points {
	opacity: 0;
}

.login-form .message.em {
	margin-bottom: 20px;
}

@media (max-width:1280px) {
	.main-home-content {
		padding-top: 60px;
	}

	.section_giveaway-prize .prize-pic img {
		max-height: 100%!important;
	}

	.trading-area-one {
		padding-top: 20px;
	}

	.push-trading section.support {
		padding-top: 80px;
	}

	.push-trading section.promotions {
		padding-top: 60px!important;
	}
}

@media (max-width:767px) {
	.how-promo {
		margin-top: 20px;
	}
}

.ui.small.modal.modal-confirm {
	max-width: 680px;
	padding: 50px 80px 60px;
	border-radius: 20px;
}

.ui.small.modal.modal-alert {
	max-width: 580px;
	padding: 30px 40px;
	border-radius: 20px;
}

.ui.modal.modal-alert>.close-modal,.ui.modal.modal-confirm>.close-modal {
	right: 10px;
	top: 7px;
	padding: 0;
	color: #4e6271;
	z-index: 1000;
}

.ui.modal.modal-alert>.header,.ui.modal.modal-confirm>.header {
	border: none;
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	padding: 0;
	height: auto;
	color: #4e6271;
	font-family: Graphik,sans-serif;
}

.ui.modal.modal-alert>.content,.ui.modal.modal-confirm>.content {
	padding: 24px 0;
}

.ui.modal.modal-confirm .actions {
	padding: 0;
	display: flex;
	justify-content: space-between;
	background: 0 0;
	border: none;
}

.ui.modal.modal-alert .actions {
	padding: 0;
	display: flex;
	justify-content: center;
	background: 0 0;
	border: none;
}

.ui.modal.modal-alert .actions>.button,.ui.modal.modal-confirm .actions>.button {
	margin: 0;
}

@media (max-width:767px) {
	.ui.modal.modal-alert,.ui.modal.modal-confirm {
		padding: 40px 30px;
	}

	.ui.modal.modal-alert>.header,.ui.modal.modal-confirm>.header {
		font-size: 1.4rem;
		border-radius: 20px 20px 0 0;
		position: relative;
	}

	.ui.modal.modal-alert .actions,.ui.modal.modal-confirm .actions {
		padding: 0!important;
		flex-direction: column;
	}

	.ui.modal.modal-confirm .actions .button {
		margin: 0 0 20px;
	}

	.ui.modal.modal-confirm .actions .button:last-child {
		margin-bottom: 0;
	}
}

.shower-area * {
	color: #333;
}

.shower-area img {
	display: block;
	width: 100%;
	max-width: 100%;
}

.shower-area table {
	width: 100%;
	margin: 20px 0;
	clear: both;
}

.shower-area iframe {
	width: 100%;
}

.shower-area .MN_header {
	color: #333;
	font-size: 24px;
	font-weight: 100;
	line-height: 29px;
	margin-bottom: 10px;
}

.shower-area .MN_content {
	line-height: 160%;
}

.shower-area .MN_content iframe {
	width: 100%!important;
}

.window-open_max680__50 {
	padding: 50px;
	max-width: 680px;
}

.window-open_max680__30 {
	padding: 30px;
	max-width: 680px;
}

.dimmer.modals {
	background: rgba(23,66,0,.35)!important;
}

@media screen and (max-width:600px) {
	.ui.small600.modal {
		width: 95%;
	}
}

.ui.button.white,.ui.primary.button {
	text-shadow: none;
	background-image: none;
	-webkit-box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
}

.ui.button {
    border-radius: 10px;
    font-weight: 600;
    will-change: transform;
    transition: all .3s;
    font-family: inherit;
    font-size: 15px;
}

.ui.primary.button {
	background-color: #104d5e;
	color: #FFF;
	box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
}

.ui.primary.button:active,.ui.primary.button:focus,.ui.primary.button:hover {
	background-color: #ff7333;
	color: #FFF;
	text-shadow: none;
}

.ui.button.shade:hover {
	transform: translateY(-2.5px);
	box-shadow: 0 10px 10px 0 rgba(0,0,0,.1);
}

.ui.button.white {
	background-color: #FFF;
	color: #30a8be;
	box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
}

.ui.button.green-race,.ui.button.white-green {
	-webkit-box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
	background-image: none;
	text-shadow: none;
}

.ui.button.white:active,.ui.button.white:focus,.ui.button.white:hover {
	background-color: #FFF;
	color: #34b5cd;
	text-shadow: none;
}

.ui.button.white-green {
    background-color: #FFF;
    color: #155a8f;
    box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
}

.ui.button.white-green:active, .ui.button.white-green:focus, .ui.button.white-green:hover {
    background-color: #FFF;
    color: #cdcdcc;
    text-shadow: none;
}

.ui.button.green-race {
	background-color: #8dc63f;
	color: #fff;
	box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
}

.ui.button.green-race:active,.ui.button.green-race:focus,.ui.button.green-race:hover {
	background-color: #649e11;
	color: #fff;
	text-shadow: none;
}

.ui.button.white-orange {
    background-color: #FFF;
    color: #1eb5ee;
    text-shadow: none;
    background-image: none;
    -webkit-box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
    box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
}

.ui.button.white-orange:active, .ui.button.white-orange:focus, .ui.button.white-orange:hover {
    background-color: #FFF;
    color: #ced2d5;
    text-shadow: none;
}

.ui.button.h-auto {
	line-height: inherit;
}

.ui.button.mw-200 {
	min-width: 200px;
}

.ui.button.upper {
	text-transform: uppercase;
}

.refferal {
	padding-top: 40px;
}

.scoreboard-min-40-table {
	width: 40%;
}

.scoreboard-min-30-table {
	width: 30%;
}

@media screen and (max-width:600px) {
	.refferal {
		padding: 20px;
	}

	.scoreboard-min-30-table,.scoreboard-min-40-table {
		width: auto;
	}

	.modal-title-balance {
		font-size: 110%!important;
	}

	.modal-title-balance-p {
		font-size: 80%!important;
		margin-bottom: 15px;
	}

	.refferal_transfer .button.button__save {
		font-size: 13px;
	}

	.refferal .modal-form {
		margin-top: 15px;
	}

	.inline-select-big .ui.dropdown .text {
		font-size: 16px!important;
	}
}