body {
	margin: 0;
	padding: 0;


}

*,
:after,
:before {
	box-sizing: border-box
}

.clearfix:after,
.clearfix:before {
	content: '';
	display: table
}

.clearfix:after {
	clear: both;
	display: block
}

.bj{
    position: fixed;
        width: 100%;
        height:  100%;
        object-fit: cover;
		-webkit-background-size: cover;
		  -moz-background-size: cover;
		  -o-background-size: cover;
		  background-size: cover;
}



.mobile {
	z-index: 22;
	padding: 9px 0px 0px 0px;
	color: #FFFFFF;
	position: relative;
	width: 80%;
     margin: auto;
}

.mobile .header {
	clear: both;
	overflow: hidden;
	padding-top: 10px
}

.mobile .header>span {
	font-size: 24px;
	min-width: 24px
}

.mobile .header>.title {
	font-size: 16px;
	line-height: 30px;
	margin-left: 15px
}

.mobile .header .pull-left {
	float: left
}

.mobile .header .pull-right {
	float: right
}

.mobile .header .ion-ios-arrow-back {
	min-width: 25px
}

.mobile .header .ion-ios-navicon>i {
	height: 1px;
	width: 20px;
	margin-top: 5px;
	background: #fff;
	position: relative;
	display: inline-block
}

.mobile .header .ion-ios-navicon>i:after,
.mobile .header .ion-ios-navicon>i:before {
	content: '';
	width: inherit;
	height: inherit;
	position: absolute;
	background: inherit
}

.mobile .header .ion-ios-navicon>i:before {
	bottom: 12px
}

.mobile .header .ion-ios-navicon>i:after {
	bottom: 6px
}

.nav {
	right: 15px;
	z-index: 20;
	width: 45px;
	bottom: 15px;
	height: 45px;
	display: block;
	position: absolute;
	line-height: 45px;
	border-radius: 50%;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75)
}

.mask {
	z-index: 21;
	color: #fff;
	width: inherit;
	height: inherit;
	cursor: pointer;
	font-size: 28px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	background: #f23363;
	-webkit-transition: all .1s ease-in-out 0s;
	transition: all .1s ease-in-out 0s
}

.nav.active .mask {
	background: #cf0e3f;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.nav:after {
	top: 0;
	left: 0;
	content: '';
	width: inherit;
	height: inherit;
	border-radius: 50%;
	position: absolute;
	background: #f23363;
	-webkit-transition: all .1s ease-in-out 0s;
	transition: all .1s ease-in-out 0s
}

.nav.active:after {
	top: -125px;
	left: -125px;
	width: 350px;
	height: 350px
}

.nav-item {
	top: 0;
	left: 0;
	z-index: 19;
	width: 45px;
	height: 45px;
	color: #fff;
	font-size: 24px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	line-height: 45px;
	border-radius: 50%;
	position: absolute;
	text-align: center;
	-webkit-transition: all .3s cubic-bezier(.68, 1.55, .265, 1);
	transition: all .3s cubic-bezier(.68, 1.55, .265, 1)
}

.nav.active .nav-count-1 {
	-webkit-transform: translate(10px, -100px);
	-ms-transform: translate(10px, -100px);
	transform: translate(10px, -100px)
}

.nav.active .nav-count-2 {
	-webkit-transform: translate(-35px, -80px);
	-ms-transform: translate(-35px, -80px);
	transform: translate(-35px, -80px)
}

.nav.active .nav-count-3 {
	-webkit-transform: translate(-80px, -45px);
	-ms-transform: translate(-80px, -45px);
	transform: translate(-80px, -45px)
}

.nav.active .nav-count-4 {
	-webkit-transform: translate(-100px, 0);
	-ms-transform: translate(-100px, 0);
	transform: translate(-100px, 0)
}

.pull-left {
	float: left
}

.pull-right {
	float: right
}

.html,
.invisible {
	display: none
}

.html.visible,
.visible {
	display: block
}

.sidebar .sidebar-content,
.sidebar .sidebar-overlay {
	top: 0;
	left: 0;
	bottom: 0;
	position: absolute;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.sidebar .sidebar-overlay {
	right: 0;
	opacity: 0;
	width: 100%;
	z-index: 23;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	background: rgba(0, 0, 0, .4)
}

.sidebar .sidebar-content {
	width: 80%;
	color: #333;
	padding: 15px;
	z-index: 24;
	background: #fff;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}

.sidebar.active .sidebar-content {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.sidebar.active .sidebar-overlay {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.sidebar .sidebar-content .top-head .name {
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 5px
}

.sidebar .sidebar-content .top-head .email {
	font-size: 13px;
	margin-bottom: 50px
}

.sidebar .sidebar-content .nav-left>a {
	color: #333;
	display: block;
	font-size: 16px;
	padding: 10px 0;
	line-height: 24px;
	vertical-align: top;
	text-decoration: none
}

.sidebar .sidebar-content .nav-left>a>span {
	color: #aaa;
	font-size: 24px;
	min-width: 40px;
	display: inline-block
}

.chats,
.compose,
.credits,
.settings,
.welcome {
	margin-top: 50px
}

.on-off {
	display: none
}

.on-off+label {
	width: 30px;
	height: 10px;
	position: relative;
	border-radius: 5px;
	background: #dedee0;
	display: inline-block;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.on-off+label:after {
	left: 0;
	top: -2px;
	width: 15px;
	content: '';
	height: 15px;
	position: absolute;
	border-radius: 50%;
	background: #bebdc2;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.on-off:checked+label {
	background: #fd99b3
}

.on-off:checked+label:after {
	left: 15px;
	background: #fb3666
}

.btn {
	color: #ffffff;
	width: 100%;
	border: none;
	font-size: 16px;
	padding: 12px 24px;
	background: rgba(0,0,0,0.3);
	border: 2px solid #fff;
	border-radius: 8px;
	opacity: 0.8;
}

.welcome .datetime .date,
.welcome .datetime .day {
	margin-bottom: 15px
}

.welcome .datetime .day {
	font-size: 28px;
	-webkit-animation-duration: .2s;
	animation-duration: .2s
}

.welcome .datetime .date {
	-webkit-animation-duration: .35s;
	animation-duration: .35s
}

.forecast {
	margin-top: 30px
}

.forecast .temperature {
	text-align: right
}

.forecast .datetime .day,
.forecast .temperature .unit {
	font-size: 28px;
	min-height: 33px
}

.forecast .datetime .date,
.forecast .temperature .location {
	color: #ccc;
	font-size: 12px
}

.forecast .temperature .unit>i {
	top: -2px;
	font-style: normal;
	position: relative
}

.forecast .animated {
	-webkit-animation-duration: .2s;
	animation-duration: .2s
}

.alarm-list {
	margin-top: 10px
}

.alarm-list .note {
	padding: 10px 0
}

.alarm-list .note:nth-child(1) {
	-webkit-animation-duration: .2s;
	animation-duration: .2s
}

.alarm-list .note:nth-child(2) {
	-webkit-animation-duration: .3s;
	animation-duration: .3s
}

.alarm-list .note:nth-child(3) {
	-webkit-animation-duration: .4s;
	animation-duration: .4s
}

.alarm-list .note .time {
	min-width: 35px;
	margin-right: 30px
}

.alarm-list .note .time>.shift,
.alarm-list .note .to-do>.subject {
	color: #ccc;
	font-size: 11px
}

.alarm-list .note .time {
	text-align: center
}

.alarm-list .note .to-do>.title {
	font-size: 14px
}

.alarm-list .note:not(:last-child) {
	position: relative
}

.alarm-list .note:not(:last-child):before {
	bottom: 0;
	width: 82%;
	content: '';
	right: -15px;
	position: absolute;
	border-bottom: 1px solid rgba(170, 170, 170, .5)
}

.user-list .user {
	width: 30px;
	height: 30px;
	margin: 4px;
	overflow: hidden;
	border-radius: 50%;
	display: inline-block;
	border: 1px solid #bbb
}

.user-list .user>img {
	width: 100%
}

.compose .forms .group {
	margin-bottom: 15px
}

.compose .forms .group>label {
	padding: 6px 0;
	min-width: 40px;
	display: inline-block
}

.compose .forms .group>label>span {
	min-width: 20px;
	display: inline-block
}

.compose .forms .group input,
.compose .forms .group textarea {
	color: #fff;
	border: none;
	resize: none;
	min-width: 85px;
	background: 0 0;
	padding: 5px 10px 1px;
	border-bottom: 1px solid #000;
}

.compose .forms .visible {
	width: 100%;
	display: block !important
}

.compose .forms .action {
	margin-top: 10px
}

.compose .forms .group:nth-child(1) {
	-webkit-animation-duration: .1s;
	animation-duration: .1s
}

.compose .forms .group:nth-child(2) {
	-webkit-animation-duration: .2s;
	animation-duration: .2s
}

.compose .forms .group:nth-child(3) {
	-webkit-animation-duration: .3s;
	animation-duration: .3s
}

.compose .forms .group:nth-child(4) {
	-webkit-animation-duration: .4s;
	animation-duration: .4s
}

.chats .tabs-list {
	margin-bottom: 15px
}

.chats .tabs-list .tab {
	float: left;
	color: #aaa;
	font-size: 12px;
	font-weight: 400;
	margin-right: 15px;
	padding-bottom: 2px;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 2px solid transparent
}

.chats .tabs-list .tab.active,
.chats .tabs-list .tab:hover {
	color: #fff;
	border-bottom: 2px solid
}

.chats .active-users .user {
	padding: 5px 0;
	cursor: default
}

.chats .active-users .photo {
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0 3px 2px rgba(0, 0, 0, .4)
}

.chats .active-users .photo img {
	width: 100%
}

.chats .active-users .desc {
	margin-left: 0px
}

.chats .active-users .desc p {
	margin: 0;
	font-size: 14px
}

.chats .active-users .desc .name {
	font-weight: 400
}

.chats .active-users .desc .position {
	color: #aaa;
	font-size: 12px;	
}

.chats .active-users .user .idle {
	height: 40px;
	position: relative
}

.chats .active-users .user .idle>span {
	top: 50%;
	right: 0;
	width: 15px;
	height: 15px;
	margin-top: -7.5px;
	position: absolute;
	border-radius: 50%;
	display: inline-block;
	border: 1px solid #fff
}

.chats .active-users .user .idle>.online {
	background: #2ecc71
}

.chats .active-users .user .idle>.offline {
	background: #95a5a6
}

.chats .active-users .user .idle>.away {
	background: #f2ca27
}

.chats .active-users .user:nth-child(1) {
	-webkit-animation-duration: .18s;
	animation-duration: .18s
}

.chats .active-users .user:nth-child(2) {
	-webkit-animation-duration: .25s;
	animation-duration: .25s
}

.chats .active-users .user:nth-child(3) {
	-webkit-animation-duration: .35s;
	animation-duration: .35s
}

.chats .active-users .user:nth-child(4) {
	-webkit-animation-duration: .4s;
	animation-duration: .4s
}

.chats .active-users .user:nth-child(5) {
	-webkit-animation-duration: .5s;
	animation-duration: .5s
}

.chats .active-users .user:nth-child(6) {
	-webkit-animation-duration: .6s;
	animation-duration: .6s
}

.chats .active-users .user .idle>span:before {
	right: 20px;
	bottom: -2px;
	display: none;
	padding: 0 5px;
	font-size: 12px;
	position: absolute;
	border-radius: 2px;
	content: attr(class);
	background: rgba(0, 0, 0, .4);
	text-transform: capitalize
}

.chats .active-users .user:hover .idle>span:before {
	display: block;
	-webkit-animation: fadeInRight .4s;
	animation: fadeInRight .4s
}

.profile {
	margin-top: 40px
}

.profile .photo {
	margin: auto;
	width: 150px;
	height: 150px;
	overflow: hidden;
	position: relative;
	border-radius: 50%;
	border: 6px solid #ccc
}

.profile .photo img {
	width: 100%;
	border-radius: 50%;
	-webkit-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s
}

.profile .photo .social {
	top: 50%;
	left: 50%;
	width: 30px;
	z-index: 22;
	height: 30px;
	margin-top: -15px;
	margin-left: -15px;
	position: absolute;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s
}

.profile .photo .social .soc-item {
	top: 0;
	left: 0;
	z-index: 19;
	width: 35px;
	height: 35px;
	color: #eee;
	font-size: 24px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	line-height: 35px;
	border-radius: 50%;
	position: absolute;
	text-align: center;
	-webkit-transition: all .3s cubic-bezier(.68, 1.55, .265, 1);
	transition: all .3s cubic-bezier(.68, 1.55, .265, 1)
}

.profile .photo .social .soc-item:hover {
	color: #fff
}

.profile .photo:after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	content: '';
	position: absolute;
	border-radius: 50%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	background: rgba(0, 0, 0, .2);
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.profile .photo:hover img {
	-webkit-transform: scale(.5) rotate(10deg);
	-ms-transform: scale(.5) rotate(10deg);
	transform: scale(.5) rotate(10deg)
}

.profile .photo:hover .social,
.profile .photo:hover:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.profile .photo:hover .social .soc-count-1 {
	-webkit-transform: translate(0, -50px);
	-ms-transform: translate(0, -50px);
	transform: translate(0, -50px)
}

.profile .photo:hover .social .soc-count-2 {
	-webkit-transform: translate(-35px, -35px);
	-ms-transform: translate(-35px, -35px);
	transform: translate(-35px, -35px)
}

.profile .photo:hover .social .soc-count-3 {
	-webkit-transform: translate(-50px, 0);
	-ms-transform: translate(-50px, 0);
	transform: translate(-50px, 0)
}

.profile .photo:hover .social .soc-count-4 {
	-webkit-transform: translate(-35px, 35px);
	-ms-transform: translate(-35px, 35px);
	transform: translate(-35px, 35px)
}

.profile .photo:hover .social .soc-count-5 {
	-webkit-transform: translate(0, 50px);
	-ms-transform: translate(0, 50px);
	transform: translate(0, 50px)
}

.profile .photo:hover .social .soc-count-6 {
	-webkit-transform: translate(35px, 35px);
	-ms-transform: translate(35px, 35px);
	transform: translate(35px, 35px)
}

.profile .photo:hover .social .soc-count-7 {
	-webkit-transform: translate(50px, 0);
	-ms-transform: translate(50px, 0);
	transform: translate(50px, 0)
}

.profile .photo:hover .social .soc-count-8 {
	-webkit-transform: translate(35px, -35px);
	-ms-transform: translate(35px, -35px);
	transform: translate(35px, -35px)
}

.profile .details .heading {
	padding: 5px;
	margin: 10px 0;
	text-align: center;
	border-radius: 15px;
	background: rgba(0, 0, 0, .4)
}

.profile .details .heading>.name {
	font-size: 18px;
	font-weight: 400;
	padding-right: 5px
}

.profile .details .heading>.position {
	font-size: 12px;
	padding-left: 5px;
	vertical-align: 1px;
	border-left: 1px solid
}

.profile .details .text {
	margin: 0;
	color: #ccc;
	line-height: 24px;
	text-align: center;
	-webkit-animation-duration: .4s;
	animation-duration: .4s
}

.setting-list {
	margin-left: -15px;
	margin-right: -15px
}

.setting-list .gear {
	padding: 10px 15px;
	font-size: 14px;
	font-weight: 400
}

.setting-list .gear:not(:last-child) {
	border-bottom: 1px solid rgba(170, 170, 170, .4)
}

.setting-list .gear>.action {
	color: #aaa
}

.setting-list .gear:nth-child(1) {
	-webkit-animation-duration: .1s;
	animation-duration: .1s
}

.setting-list .gear:nth-child(2) {
	-webkit-animation-duration: .2s;
	animation-duration: .2s
}

.setting-list .gear:nth-child(3) {
	-webkit-animation-duration: .3s;
	animation-duration: .3s
}

.setting-list .gear:nth-child(4) {
	-webkit-animation-duration: .4s;
	animation-duration: .4s
}

.setting-list .gear:nth-child(5) {
	-webkit-animation-duration: .5s;
	animation-duration: .5s
}

.setting-list .gear:nth-child(6) {
	-webkit-animation-duration: .6s;
	animation-duration: .6s
}

.credits .title {
	line-height: 24px;
	text-align: center
}

.credits .credit-ol {
	margin: 20px 0;
	counter-reset: credits
}

.credits .credit-li {
	line-height: 30px;
	position: relative;
	padding-left: 20px
}

.credits .credit-li:before {
	top: 0;
	left: 0;
	position: absolute;
	content: counter(credits);
	counter-increment: credits
}

.credits .credit-li:nth-child(1) {
	-webkit-animation-duration: .3s;
	animation-duration: .3s
}

.credits .credit-li:nth-child(2) {
	-webkit-animation-duration: .4s;
	animation-duration: .4s
}

.credits .credit-li:nth-child(3) {
	-webkit-animation-duration: .5s;
	animation-duration: .5s
}

.credits .credit-li:nth-child(4) {
	-webkit-animation-duration: .6s;
	animation-duration: .6s
}

.credits .credit-li:nth-child(5) {
	-webkit-animation-duration: .7s;
	animation-duration: .7s
}

.credits .credit-li:nth-child(6) {
	-webkit-animation-duration: .8s;
	animation-duration: .8s
}

.credits .credit-li a {
	color: inherit;
	text-decoration: none;
	padding: 1px 5px;
	border-radius: 13px;
	-webkit-transition: all .6s ease-in-out 0s;
	transition: all .6s ease-in-out 0s
}

.credits .credit-li:hover a {
	box-shadow: 150px 0 0 0 rgba(0, 0, 0, .4) inset
}

.credits .credit-li span {
	font-size: 13px
}

.credits .text {
	margin-top: 10px;
	line-height: 22px;
	text-align: center;
}
