@font-face {
	font-family: Lato;
	font-style: normal;
	font-weight: 900;
	src: url(../fonts/lato/lato-black.eot);
	src: url(../fonts/lato/lato-black.eot?#iefix) format('embedded-opentype'), url(../fonts/lato/lato-black.woff) format('woff'), url(../fonts/lato/lato-black.ttf) format('truetype'), url(../fonts/lato/lato-black.svg#latoblack) format('svg')
}

@font-face {
	font-family: Lato;
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/lato/lato-bold.eot);
	src: url(../fonts/lato/lato-bold.eot?#iefix) format('embedded-opentype'), url(../fonts/lato/lato-bold.woff) format('woff'), url(../fonts/lato/lato-bold.ttf) format('truetype'), url(../fonts/lato/lato-bold.svg#latobold) format('svg')
}

@font-face {
	font-family: Lato;
	font-style: italic;
	font-weight: 700;
	src: url(../fonts/lato/lato-bolditalic.eot);
	src: url(../fonts/lato/lato-bolditalic.eot?#iefix) format('embedded-opentype'), url(../fonts/lato/lato-bolditalic.woff) format('woff'), url(../fonts/lato/lato-bolditalic.ttf) format('truetype'), url(../fonts/lato/lato-bolditalic.svg#latobold-italic) format('svg')
}

@font-face {
	font-family: Lato;
	font-style: italic;
	font-weight: 400;
	src: url(../fonts/lato/lato-italic.eot);
	src: url(../fonts/lato/lato-italic.eot?#iefix) format('embedded-opentype'), url(../fonts/lato/lato-italic.woff) format('woff'), url(../fonts/lato/lato-italic.ttf) format('truetype'), url(../fonts/lato/lato-italic.svg#latoitalic) format('svg')
}

@font-face {
	font-family: Lato;
	font-style: normal;
	font-weight: 300;
	src: url(../fonts/lato/lato-light.eot);
	src: url(../fonts/lato/lato-light.eot?#iefix) format('embedded-opentype'), url(../fonts/lato/lato-light.woff) format('woff'), url(../fonts/lato/lato-light.ttf) format('truetype'), url(../fonts/lato/lato-light.svg#latolight) format('svg')
}

@font-face {
	font-family: Lato;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/lato/lato-regular.eot);
	src: url(../fonts/lato/lato-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/lato/lato-regular.woff) format('woff'), url(../fonts/lato/lato-regular.ttf) format('truetype'), url(../fonts/lato/lato-regular.svg#latoregular) format('svg')
}

@font-face {
	font-family: Flat-UI-Icons;
	src: url(../fonts/glyphicons/flat-ui-icons-regular.eot);
	src: url(../fonts/glyphicons/flat-ui-icons-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons/flat-ui-icons-regular.woff) format('woff'), url(../fonts/glyphicons/flat-ui-icons-regular.ttf) format('truetype'), url(../fonts/glyphicons/flat-ui-icons-regular.svg#flat-ui-icons-regular) format('svg')
}

[class*=fui-],
[class^=fui-] {
	font-family: Flat-UI-Icons;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

body {
	font-family: Lato, Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.72222;
	color: #34495e;
	background-color: #fff
}


p {
	margin: 0 0 15px;
	font-size: 18px;
	line-height: 1.72222
}

.text-muted {
	color: #e3e3e3
}

.text-primary {
	color: #1abc9c
}

a.text-primary:hover {
	color: #148f77
}

.text-warning {
	color: #f1c40f
}

a.text-warning:hover {
	color: #c29d0b
}

.text-success {
	color: #2ecc71
}

a.text-success:hover {
	color: #25a25a
}

.text-info {
	color: #3498db
}

a.text-info:hover {
	color: #217dbb
}

ul {
	margin-bottom: 15px
}

.btn {
	padding: 10px 15px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	border: none;
	border-radius: 4px;
	-webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
	transition: border .25s linear, color .25s linear, background-color .25s linear;
	-webkit-font-smoothing: subpixel-antialiased
}

.btn:focus,
.btn:hover {
	color: #fff;
	outline: 0
}

.btn.active,
.btn:active {
	outline: 0;
	box-shadow: none
}

.btn:focus:active {
	outline: 0
}

.btn[disabled] {
	color: rgba(255, 255, 255, .75);
	cursor: not-allowed;
	background-color: #1c86ee;
	opacity: .7
}

.btn [class^=fui-] {
	position: relative;
	top: 1px;
	margin: 0 1px;
	line-height: 1
}

.btn-xs.btn [class^=fui-] {
	top: 0;
	font-size: 11px
}

.btn-primary {
	color: #fff;
	background-color: #2994ff
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #3a9cff;
	border-color: #48c9b0
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
	background: #16a085;
	border-color: #16a085
}

.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover {
	background-color: #1c86ee;
	border-color: #1abc9c
}

.btn-info {
	color: #fff;
	background-color: #54c800
}

.btn-info.active,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open>.dropdown-toggle.btn-info {
	color: #fff;
	background-color: #5dade2;
	border-color: #5dade2
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
	background: #2c81ba;
	border-color: #2c81ba
}

.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover {
	background-color: #1c86ee;
	border-color: #3498db
}

.btn-success {
	color: #fff;
	background-color: #b900d2
}

.btn-success.active,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open>.dropdown-toggle.btn-success {
	color: #fff;
	background-color: #b900d2;
	border-color: #b900d2
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
	background: #27ad60;
	border-color: #27ad60
}

.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover {
	background-color: #1c86ee;
	border-color: #2ecc71
}

.btn-warning {
	color: #fff;
	background-color: #ff7900;
	border-color: #f4d31300
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open>.dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ff7300;
	border-color: #f4d313
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
	background: #ff7400;
	border-color: #cda70d
}

.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus {
	background-color: #1c86ee;
	border-color: #f1c40f
}

.btn-link {
	color: #16a085
}

.btn-link:focus,
.btn-link:hover {
	color: #1abc9c;
	text-decoration: underline;
	background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover {
	color: #1c86ee;
	text-decoration: none
}

.btn-group-xs>.btn,
.btn-xs {
	padding: 6px 9px;
	font-size: 12px;
	line-height: 1.083;
	border-radius: 3px
}

.btn-block {
	white-space: normal
}

[class*=btn-social-] {
	padding: 10px 15px;
	font-size: 13px;
	line-height: 1.077;
	border-radius: 4px
}

.btn-social-facebook {
	color: #fff;
	background-color: #2f4b93
}

.btn-social-facebook:focus,
.btn-social-facebook:hover {
	background-color: #596fa9
}

.btn-social-facebook.active,
.btn-social-facebook:active {
	background-color: #28407d
}

.btn-social-twitter {
	color: #fff;
	background-color: #00bdef
}

.btn-social-twitter:focus,
.btn-social-twitter:hover {
	background-color: #33caf2
}

.btn-social-twitter.active,
.btn-social-twitter:active {
	background-color: #00a1cb
}

.btn-group>.btn+.btn {
	margin-left: 0
}

.btn-group>.btn+.dropdown-toggle {
	padding: 10px 12px;
	border-left: 2px solid rgba(52, 73, 94, .15)
}

.btn-group>.btn+.dropdown-toggle .caret {
	margin-right: 3px;
	margin-left: 3px
}

.dropdown-toggle .caret {
	margin-left: 8px
}

.btn-group-xs>.btn+.dropdown-toggle {
	padding: 6px 9px
}

.btn-xs .caret {
	border-width: 6px 4px 0;
	border-bottom-width: 0
}

.btn-group>.btn,
.btn-group>.dropdown-menu {
	font-weight: 400
}

.btn-group:focus .dropdown-toggle {
	outline: 0;
	-webkit-transition: .25s;
	transition: .25s
}

.btn-group.open .dropdown-toggle {
	color: rgba(255, 255, 255, .75);
	box-shadow: none
}

.btn-toolbar .btn.active {
	color: #fff
}

.btn-toolbar .btn>[class^=fui-] {
	margin: 0 1px;
	font-size: 16px
}

input[type=search] {
	-webkit-appearance: none!important
}

label {
	font-size: 15px;
	font-weight: 400;
	line-height: 2.3
}

.form-control::-moz-placeholder,
.select2-search input[type=text]::-moz-placeholder {
	color: #b2bcc5;
	opacity: 1
}

.form-control:-ms-input-placeholder,
.select2-search input[type=text]:-ms-input-placeholder {
	color: #b2bcc5
}

.form-control::-webkit-input-placeholder,
.select2-search input[type=text]::-webkit-input-placeholder {
	color: #b2bcc5
}

.form-control,
.select2-search input[type=text] {
	height: 42px;
	padding: 8px 12px;
	font-family: Lato, Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.467;
	color: #34495e;
	border: 2px solid #1c86ee;
	border-radius: 6px;
	box-shadow: none;
	-webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
	transition: border .25s linear, color .25s linear, background-color .25s linear
}

.form-control:focus,
.select2-search input[type=text]:focus {
	border-color: #1abc9c;
	outline: 0;
	box-shadow: none
}

.form-control[disabled],
.form-control[readonly],
.select2-search input[type=text][disabled],
.select2-search input[type=text][readonly] {
	color: #d5dbdb;
	cursor: default;
	background-color: #f4f6f6;
	border-color: #d5dbdb;
	opacity: .7
}

.form-control.flat,
.select2-search input[type=text].flat {
	border-color: transparent
}

.form-control.flat:hover,
.select2-search input[type=text].flat:hover {
	border-color: #1c86ee
}

.form-control.flat:focus,
.select2-search input[type=text].flat:focus {
	border-color: #1abc9c
}

.select2-search input[type=text] {
	height: 35px;
	padding: 6px 10px;
	font-size: 13px;
	line-height: 1.462;
	border-radius: 6px
}

select.select2-search input[type=text] {
	height: 35px;
	line-height: 35px
}

select[multiple].select2-search input[type=text] {
	height: auto
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block {
	color: #2ecc71
}

.has-success .form-control,
.has-success .select2-search input[type=text] {
	color: #2ecc71;
	border-color: #2ecc71;
	box-shadow: none
}

.has-success .form-control::-moz-placeholder,
.has-success .select2-search input[type=text]::-moz-placeholder {
	color: #2ecc71;
	opacity: 1
}

.has-success .form-control:-ms-input-placeholder,
.has-success .select2-search input[type=text]:-ms-input-placeholder {
	color: #2ecc71
}

.has-success .form-control::-webkit-input-placeholder,
.has-success .select2-search input[type=text]::-webkit-input-placeholder {
	color: #2ecc71
}

.has-success .form-control:focus,
.has-success .select2-search input[type=text]:focus {
	border-color: #2ecc71;
	box-shadow: none
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block {
	color: #f1c40f
}

.has-warning .form-control,
.has-warning .select2-search input[type=text] {
	color: #f1c40f;
	border-color: #f1c40f;
	box-shadow: none
}

.has-warning .form-control::-moz-placeholder,
.has-warning .select2-search input[type=text]::-moz-placeholder {
	color: #f1c40f;
	opacity: 1
}

.has-warning .form-control:-ms-input-placeholder,
.has-warning .select2-search input[type=text]:-ms-input-placeholder {
	color: #f1c40f
}

.has-warning .form-control::-webkit-input-placeholder,
.has-warning .select2-search input[type=text]::-webkit-input-placeholder {
	color: #f1c40f
}

.has-warning .form-control:focus,
.has-warning .select2-search input[type=text]:focus {
	border-color: #f1c40f;
	box-shadow: none
}

.help-block {
	margin-bottom: 5px;
	font-size: 14px;
	color: #6b7a88
}

.form-group {
	position: relative;
	margin-bottom: 20px
}

.input-group .form-control,
.input-group .select2-search input[type=text] {
	position: static
}

.input-group .form-control:first-child,
.input-group .select2-search input[type=text]:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group .form-control:last-child,
.input-group .select2-search input[type=text]:last-child,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.dropdown-toggle {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group-btn .btn {
	height: 42px;
	line-height: 18px;
	color: #1c86ee;
	background-color: #fff;
	border: 2px solid #1c86ee
}

.input-group-btn:first-child>.btn {
	margin-right: -3px;
	border-right-width: 0
}

.input-group-btn:last-child>.btn {
	margin-left: -3px;
	border-left-width: 0
}

.input-group-btn>.btn:first-child+.btn .caret {
	margin-left: 0
}

.checkbox {
	position: relative;
	padding-left: 32px;
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 1.5;
	-webkit-transition: color .25s linear;
	transition: color .25s linear
}

.checkbox .icon-checked {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-table;
	margin: 0;
	background-color: transparent;
	filter: none;
	opacity: 1;
	-webkit-transition: color .25s linear;
	transition: color .25s linear;
	-webkit-filter: none
}

.checkbox .icon-checked:before {
	font-family: Flat-UI-Icons;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.checkbox .icon-checked:before {
	content: "\e60e"
}

.checkbox+.checkbox {
	margin-top: 10pxundefined
}

undefined.form-inline .checkbox {
	padding-left: 32pxundefined
}

undefined.progress {
	height: 12px;
	background: #ebedef;
	border-radius: 32px;
	box-shadow: noneundefined
}

undefined.progress-bar {
	line-height: 12px;
	background: #1abc9c;
	box-shadow: noneundefined
}

undefined.progress-bar-success {
	background-color: #2ecc71undefined
}

undefined.progress-bar-warning {
	background-color: #f1c40fundefined
}

undefined.progress-bar-info {
	background-color: #3498dbundefined
}

undefined.caret {
	undefineddisplay: inline-block;
	undefinedwidth: 0;
	undefinedheight: 0;
	undefinedmargin-left: 5px;
	undefinedvertical-align: middle;
	undefinedborder-top: 8px solid;
	undefinedborder-right: 6px solid transparent;
	undefinedborder-left: 6px solid transparent;
	undefined-webkit-transition: border-color .25s, color .25s;
	undefinedtransition: border-color .25s, color .25sundefined
}

undefined.dropdown-menu {
	undefinedz-index: 1000;
	undefinedmin-width: 170px;
	undefinedpadding: 0;
	undefinedmargin-top: 9px;
	undefinedfont-size: 14px;
	undefinedbackground-color: #f3f4f5;
	undefinedborder: none;
	undefinedborder-radius: 4px;
	undefinedbox-shadow: noneundefined
}

undefined.dropdown-menu>li>a {
	undefinedpadding: 8px 16px;
	undefinedline-height: 1.429;
	undefinedcolor: #606d7aundefined
}

undefined.dropdown-menu>li:first-child>a:first-child {
	undefinedborder-top-left-radius: 4px;
	undefinedborder-top-right-radius: 4pxundefined
}

undefined.dropdown-menu>li:last-child>a:first-child {
	undefinedborder-bottom-right-radius: 4px;
	undefinedborder-bottom-left-radius: 4pxundefined
}

.dropdown-menu>li>a:focus,
undefined.dropdown-menu>li>a:hover {
	undefinedcolor: #55606c;
	undefinedbackground-color: rgba(202, 206, 209, .5) undefined
}

.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover,
undefined.dropdown-menu>.active>a {
	undefinedcolor: #fff;
	undefinedbackground-color: #1abc9cundefined
}

undefined.dropdown-menu-right {
	undefinedright: 0;
	undefinedleft: autoundefined
}

undefined.dropdown-menu-left {
	undefinedright: auto;
	undefinedleft: 0undefined
}

.navbar-right .dropdown-menu {
	right: 0;
	left: autoundefined
}

undefined.navbar-right .dropdown-menu-left {
	right: auto;
	left: 0undefined
}

undefined.form-group .select {
	undefinedwidth: 100%undefined
}

.select.select2-search input[type=text],
undefined.select.form-control {
	undefinedheight: auto;
	undefinedpadding: 0;
	undefinedborder: noneundefined
}

undefined.select2-search-field input[type=text] {
	undefinedwidth: auto;
	undefinedmin-width: 80px;
	undefinedmax-width: inherit;
	undefinedheight: 29px;
	undefinedpadding: 0;
	undefinedmargin: 0;
	undefinedfont-size: 14px;
	undefinedcolor: #34495e;
	undefinedvertical-align: top;
	undefinedbackground-color: transparent;
	undefinedborder: none;
	undefinedoutline: 0;
	undefinedbox-shadow: noneundefined
}

undefined.select2-search-field:first-child input[type=text] {
	undefinedheight: 23px;
	undefinedmargin: 3px 0 5pxundefined
}

undefined.select2-results {
	undefinedposition: relative;
	undefinedmax-height: 200px;
	undefinedoverflow-x: hidden;
	undefinedoverflow-y: auto;
	undefined-webkit-tap-highlight-color: transparentundefined
}

undefined.select2-search {
	undefineddisplay: none;
	undefinedwidth: 100%;
	undefinedpadding: 8px 6pxundefined
}

undefined.select2-search input[type=text] {
	undefinedwidth: 100%
}

undefined.select2-display-none {
	undefineddisplay: noneundefined
}

undefined.tile {
	undefinedposition: relative;
	undefinedpadding: 14px;
	undefinedmargin-bottom: 20px;
	undefinedtext-align: center;
	undefinedbackground-color: #40e0d0;
	undefinedborder-radius: 6pxundefined
}

undefined.tile p {
	undefinedmargin-bottom: 33px;
	undefinedfont-size: 15pxundefined
}

undefined.tile-image {
	undefinedheight: 100px;
	undefinedmargin: 31px 0 27px;
	undefinedvertical-align: bottomundefined
}

undefined.tile-title {
	undefinedmargin: 0;
	undefinedfont-size: 20pxundefined
}

undefined.navbar {
	undefinedmin-height: 53px;
	undefinedmargin-bottom: 30px;
	undefinedfont-size: 16px;
	undefinedborder: none;
	undefinedborder-radius: 6pxundefined
}

undefined.navbar-toggle:before {
	undefinedfont-family: Flat-UI-Icons;
	undefinedfont-size: 22px;
	undefinedfont-style: normal;
	undefinedfont-weight: 400;
	undefinedcolor: #16a085;
	undefinedcontent: "\e61a";
	undefined-webkit-transition: color .25s linear;
	undefinedtransition: color .25s linear;
	undefined-webkit-font-smoothing: antialiased;
	undefined-moz-osx-font-smoothing: grayscaleundefined
}

.navbar-toggle:focus,
undefined.navbar-toggle:hover {
	undefinedoutline: 0undefined
}

.navbar-toggle:focus:before,
undefined.navbar-toggle:hover:before {
	undefinedcolor: #1abc9cundefined
}

undefined.navbar-toggle .icon-bar {
	undefineddisplay: noneundefined
}

.navbar-toggle {
	display: noneundefined
}

select[multiple].navbar-input {
	undefinedheight: autoundefined
}

undefined.navbar-form {
	undefinedpadding-top: 9px;
	undefinedpadding-right: 19px;
	undefinedpadding-bottom: 9px;
	undefinedpadding-left: 19px;
	undefinedmargin-top: 0;
	undefinedmargin-bottom: 0;
	undefinedbox-shadow: noneundefined
}

.navbar-form {
	width: auto;
	margin: 3px -21pxundefined
}

.navbar-form .btn,
.navbar-form .select2-search input[type=text] {
	undefinedheight: 35px;
	undefinedpadding: 5px 10px;
	undefinedfont-size: 13px;
	undefinedline-height: 1.4;
	undefinedborder-radius: 6pxundefined
}

select.navbar-form .btn,
select.navbar-form .select2-search input[type=text] {
	undefinedheight: 35px;
	undefinedline-height: 35pxundefined
}

select[multiple].navbar-form .btn,
select[multiple].navbar-form .form-control,
select[multiple].navbar-form .select2-search input[type=text] {
	undefinedheight: autoundefined
}

undefined.navbar-form .btn {
	undefinedmargin: 0undefined
}

.navbar-form .input-group .select2-search input[type=text]:first-child,
.navbar-form .input-group-btn:first-child>.btn,
.navbar-form .input-group-btn:first-child>.dropdown-toggle,
.navbar-form .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
undefined.navbar-form .input-group .form-control:first-child {
	undefinedborder-top-right-radius: 0;
	undefinedborder-bottom-right-radius: 0undefined
}

.navbar-form .input-group .select2-search input[type=text]:last-child,
.navbar-form .input-group-btn:first-child>.btn:not(:first-child),
.navbar-form .input-group-btn:last-child>.btn,
.navbar-form .input-group-btn:last-child>.dropdown-toggle,
undefined.navbar-form .input-group .form-control:last-child {
	undefinedborder-top-left-radius: 0;
	undefinedborder-bottom-left-radius: 0undefined
}

.navbar-form .select2-search input[type=text],
undefined.navbar-form .form-control {
	undefineddisplay: table-cell;
	undefinedfont-size: 15px;
	undefinedborder-radius: 5pxundefined
}

undefined.navbar-form .form-group~.btn {
	undefinedmargin-left: 5px;
	undefinedfont-size: 15px;
	undefinedborder-radius: 5pxundefined
}

undefined.navbar-form .form-group+.btn {
	undefinedmargin-right: 5pxundefined
}

.navbar-form .input-group {
	width: 195pxundefined
}

.navbar-form .form-group {
	margin-bottom: 7pxundefined
}

undefined.navbar-form .form-group:last-child {
	margin-bottom: 0undefined
}

undefined.navbar-form .form-group+.btn {
	margin-left: 0undefined
}

undefined.navbar-text {
	undefinedpadding-top: 15px;
	undefinedpadding-bottom: 15px;
	undefinedmargin-top: 0;
	undefinedmargin-bottom: 0;
	undefinedfont-size: 16px;
	undefinedline-height: 1.438;
	undefinedcolor: #34495eundefined
}

.navbar-text {
	margin-right: 21px;
	margin-left: 21pxundefined
}

undefined.navbar-text.navbar-right:last-child {
	margin-right: 0undefined
}

undefined.navbar-btn.btn-xs {
	undefinedmargin-top: 14px;
	undefinedmargin-bottom: 14pxundefined
}

.navbar-new {
	undefinedposition: absolute;
	undefinedtop: 35%;
	undefinedright: 12px;
	undefinedz-index: 10;
	undefinedwidth: 6px;
	undefinedheight: 6px;
	undefinedfont-family: Lato, Helvetica, Arial, sans-serif;
	undefinedfont-size: 0;
	undefinedfont-weight: 700;
	undefinedline-height: 1;
	undefinedcolor: #fff;
	undefinedtext-align: center;
	undefinedbackground-color: #1abc9c;
	undefinedborder-radius: 50%undefined
}

.navbar-new {
	position: static;
	float: right;
	margin: 0 0 0 10pxundefined
}

.active .navbar-new {
	undefineddisplay: none;
	undefinedbackground-color: #fffundefined
}

undefined.navbar-new {
	undefinedwidth: auto;
	undefinedmin-width: 18px;
	undefinedheight: 18px;
	undefinedpadding: 0 1px;
	undefinedmargin: -6px -10px;
	undefinedfont-size: 12px;
	undefinedline-height: 17px;
	undefinedbackground-color: #e74c3c;
	undefined-webkit-font-smoothing: subpixel-antialiasedundefined
}

S����PS����������������������R������������p�R�����S������������pS�����@������pS������������������@������p��������������>div>span>[class^=fui-] {
	undefinedtext-indent: 0undefined
}

undefined.share {
	undefinedposition: relative;
	undefinedbackground-color: #eff0f2;
	undefinedborder-radius: 6pxundefined
}

undefined.share ul {
	undefinedpadding: 15px;
	undefinedmargin: 0;
	undefinedlist-style-type: noneundefined
}

undefined.share li {
	undefinedpadding-top: 11px;
	undefinedfont-size: 15px;
	undefinedline-height: 1.4undefined
}

.share li:after,
undefined.share li:before {
	undefineddisplay: table;
	undefinedcontent: " "undefined
}

undefined.share li:after {
	undefinedclear: bothundefined
}

undefined.share li:first-child {
	undefinedpadding-top: 0undefined
}

undefined.share .toggle {
	undefinedfloat: right;
	undefinedmargin: 0undefined
}

undefined.share .btn {
	undefinedborder-top-left-radius: 0;
	undefinedborder-top-right-radius: 0undefined
}

undefined.share-label {
	undefinedfloat: left;
	undefinedwidth: 50%;
	undefinedpadding-top: 5px;
	undefinedfont-size: 15px;
	undefinedline-height: 1.4undefined
}

% {
	background-color: #e74c3c;
	border-radius: 10px;
	-webkit-transform: rotate(0);
	transform: rotate(0) undefined
}

undefined50% {
	background-color: #ebedee;
	border-radius: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg) undefined
}

undefined100% {
	background-color: #e74c3c;
	border-radius: 10px;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg) undefined
}

% {
	background-color: #e74c3c;
	border-radius: 10px;
	-webkit-transform: rotate(0);
	transform: rotate(0) undefined
}

undefined50% {
	background-color: #ebedee;
	border-radius: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg) undefined
}

undefined100% {
	background-color: #e74c3c;
	border-radius: 10px;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg) undefined
}

undefined.palette {
	undefinedpadding: 15px;
	undefinedmargin: 0;
	undefinedfont-size: 14px;
	undefinedline-height: 1.214;
	undefinedcolor: #fff;
	undefinedtext-transform: uppercaseundefined
}

undefined.login {
	undefinedposition: relative;
	undefinedpadding: 38px 38px 267px;
	undefinedmargin-bottom: 77px;
	undefinedcolor: #fff;
	undefinedbackground: url(../img/login/imac.png) 0 0 no-repeat;
	undefinedbackground-size: 940px 778pxundefined
}

undefined.login-screen {
	undefinedmin-height: 473px;
	undefinedpadding: 123px 199px 33px 306px;
	undefinedbackground-color: #1abc9cundefined
}

undefined.login-icon {
	undefinedposition: absolute;
	undefinedtop: 160px;
	undefinedleft: 200px;
	undefinedwidth: 96pxundefined
}

undefined.login-icon>img {
	undefineddisplay: block;
	undefinedwidth: 100%;
	undefinedmargin-bottom: 6pxundefined
}

undefined.login-icon>h4 {
	undefinedfont-size: 17px;
	undefinedfont-weight: 300;
	undefinedline-height: 34px;
	undefinedopacity: .95undefined
}

undefined.login-form {
	undefinedposition: relative;
	undefinedpadding: 24px 23px 20px;
	undefinedbackground-color: #edeff1;
	undefinedborder-radius: 6pxundefined
}

undefined.login-form .control-group {
	undefinedposition: relative;
	undefinedmargin-bottom: 6pxundefined
}

undefined.login-form .login-field {
	undefinedfont-size: 17px;
	undefinedtext-indent: 3px;
	undefinedborder-color: transparentundefined
}

undefined.login-form .login-field:focus {
	undefinedborder-color: #1abc9cundefined
}

undefined.login-form .login-field:focus+.login-field-icon {
	undefinedcolor: #1abc9cundefined
}

undefined.login-form .login-field-icon {
	undefinedposition: absolute;
	undefinedtop: 3px;
	undefinedright: 15px;
	undefinedfont-size: 16px;
	undefinedcolor: #bfc9ca;
	undefined-webkit-transition: all .25s;
	undefinedtransition: all .25sundefined
}

undefined.login-link {
	undefineddisplay: block;
	undefinedmargin-top: 15px;
	undefinedfont-size: 13px;
	undefinedcolor: #bfc9ca;
	undefinedtext-align: centerundefined
}

.login {
	background-image: url(../img/login/imac-2x.png) undefined
}

undefined.footer-title {
	undefinedpadding-top: 21px;
	undefinedmargin: 0 0 22px;
	undefinedfont-size: 24px;
	undefinedline-height: 40pxundefined
}

.btn {
	border-style: solid;
	border-width: 2pxundefined
}

undefined.dropdown-menu {
	background: #fff!important;
	border: 2px solid #dddundefined
}