/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/*-- header --*/
html,body {
	font-family: 'Open Sans', sans-serif;
	font-size:100%;
	background: -moz-linear-gradient(top,  rgba(118,80,141,1) 0%, rgba(130,93,163,1) 50%, rgba(184,149,207,0.99) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(118,80,141,1)), color-stop(50%,rgba(130,93,163,1)), color-stop(100%,rgba(184,149,207,0.99))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(118,80,141,1) 0%,rgba(130,93,163,1) 50%,rgba(184,149,207,0.99) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(118,80,141,1) 0%,rgba(130,93,163,1) 50%,rgba(184,149,207,0.99) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(118,80,141,1) 0%,rgba(130,93,163,1) 50%,rgba(184,149,207,0.99) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(118,80,141,1) 0%,rgba(130,93,163,1) 50%,rgba(184,149,207,0.99) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76508d', endColorstr='#fcb895cf',GradientType=0 ); /* IE6-9 */
	min-height:500px;
}
body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.header-logo{
	text-align:center;
}
.header-logo h1{
	margin:1em 0 0 0;
}
.header-logo h1 a{
  color: #FFF;
  font-size: 46px;
  margin: 0;
  text-decoration: none;
  font-weight: 600;
}
.top-grids{
	margin: 5em 0 3em;
}
.settings{
	padding-left: 0 !important;
	min-height: 260px !important;
}
span.menu {
  display: block;
  padding: 1em;
  cursor: pointer;
  color: #E74C3C;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  background: #e3dbe8;
}
.top-nav {
margin-top: 0;
  float: left;
  margin: 0;
}
ul.cl-effect-1 {
	display: block;
}
.top-nav ul {
	padding: 0;
	margin: 0;
	z-index: 999;
	position: absolute;
	width: 90%;
	left:0;
}
.top-nav ul.cl-effect-1 li {
	display: block;
	background: #e3dbe8;
	margin: 0;
}
.top-nav ul li a {
  font-size: 15px;
  padding: 1.5em 0 1.5em 4em;
  color: #B7AABD;
  display: block;
  font-weight: 600;
  text-decoration: none;
  background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201503/201503107/html/images/2.png') no-repeat 23px 26px;
}	
.top-nav ul li a:hover {
	color:#FFF;
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201503/201503107/html/images/2hr.png') no-repeat 23px 26px #6fbbef;
}
.top-nav ul li a span{
  margin-left: 8em;
  color: #FFF;
  background-color: #B7AABD;
  padding: .2em 1em;
  border-radius: 30px;
}
/*-- login --*/
.login{
	background:#e3dbe8;
}
.login h4{
  color: #FFF;
  text-transform: uppercase;
  margin: 0 0 1em;
  font-size: 16px;
  padding: 1.4em 1em;
  font-weight: 700;
  border-bottom: solid 1px #FFF;
}
.login form{
	padding: 0 1em 1em;
}
.login input[type="text"], .login input[type="password"] {
  width: 100%;
  color: #2b3e4e;
  background: #FFF;
  outline: none;
  font-size: 14px;
  font-style: italic;
  padding: 1em;
  margin-bottom: 1em;
  border: none;
  -webkit-appearance: none;
}
.check-bg{

}
.check{
	float:left;
}
.checkbox {
	margin-bottom: 4px;
	padding-left: 38px !important;
	font-size: 1.1em;
	line-height: 27px;
	cursor: pointer;
	position: relative;
	font-size: 14px;
	color: #949297;
	font-weight: 400;
}
.checkbox:last-child {
	margin-bottom: 0;
}
.checkbox i {
  position: absolute;
  bottom: 4px;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #FFF;
  outline: none;
}
.checkbox input + i:after {
  content: '';
  background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201503/201503107/html/images/tick-mark.png') no-repeat 1px 2px;
  top: 5px;
  left: 3px;
  width: 15px;
  height: 15px;
  font: normal 12px/16px FontAwesome;
  text-align: center;
}					
.checkbox input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.checkbox input {
	position: absolute;
	left: -9999px;
}
.checkbox input:checked + i:after {
	opacity: 1;
}
.user{
	float:right;
}
.user a{
  display: block;
  background-color: #a6c647;
  padding: .4em;
}
/*-- chart --*/
#myChart {
    width:100%;
    height:300px;
}
#docs {
    display:block;
    margin-top:20px;
    background-color:#00BAF0;
    color:#FFF;
    padding:10px 20px;
    text-decoration:none;
    text-align:center;
}
.top-grid-bottom {
    margin: 2em 0;
}
.map {
  padding-left: 0 !important;
}
.cloud-left{
  float: left;
  width: 46%;
  text-align: center;
  margin-right: 1em;
}
.cloud-img{
	background: #e2dbe3;
	padding: 1em .5em;
}
.cloud-img-bottom{
	background: #e85c2b;
	padding: .5em 0;
}
.cloud-img-bottom p{
	font-size:14px;
	margin:0;
	color:#FFF;
}
.cloud-img-bottom p sup span{
	font-size:7px;
}
.cloud-left:nth-child(2){
	margin-right:0;
}
.green{
	background:#a6c742;
}
.cloud:nth-child(2){
	margin-top:1em;
}
.blue{
	background:#6ebbef;
}
.gray{
	background:#ccc1d2;
}
.scrolling {
  margin: 1em 0 0 0;
}
.user-grids {
  float: left;
  width: 58%;
}
.user-left{
  background: #e3dbe8;
  padding: 3em 1em;
  text-align: center;
}
.user-left h4{
	color:#000;
	font-size:14px;
	font-weight:600;
	margin: 1em 0 .5em 0;
}
.user-left p{
	color:#949297;
	font-size:12px;
	font-style:italic;
}
.user-bottom ul{
	padding:0;
	margin:0;
}
.user-bottom ul li{
  display: inline-block;
  float: left;
  border-right: solid 1px #FFF;
}
.user-bottom ul li:nth-child(2){
	border-right:none;
}
.user-bottom ul li a{
  color: #FFF;
  font-size: 14px;
  text-align: center;
  padding: .5em 2.8191em;
  display: block;
  background: #e85c2b;
  text-decoration: none;
}
.user-bottom ul li a:hover{
	background:#a6c647;
}
.user-bottom ul li a span{
	display:block;
	font-size:12px;
	font-style:italic;
}
.pages{
  background: #e4dce9;
  padding: 1em;
  margin: 2em 0;
}
.pages ul{
	margin:0;
}
.pages ul li.disabled a{
	background:#e85c2b !important;
	color: #FFF !important;
}
.pages ul li.active a{
	background-color: #86B7F2 !important;
}
.pages ul li a{
  background: #e2dbe3 !important;
  border: 1px solid #FFF !important;
  color: #000;
}
.comments ul{
	padding:0;
	margin:0;
}
.comments ul li{
	display:block;
	margin:1em 0;
}
.comments ul li.message{
	position:relative;
}
.comments ul li.coment{
	position:relative;
}
.comments ul li.message a:hover div.msg-text{
	display:block;
}
.comments ul li.coment a:hover div.msg-text{
	display:block;
}
.msg-text{
	display:none;
 background: #e3dbe8;
  padding: .7em 1em;
  position: absolute;
  top: 0;
  left: 24%;
  width: 76%;

}
.msg-text p{
	color:#000;
	font-size:14px;
	margin:0;
}
.msg-text:after {
  content: '';
  position: absolute;
  top: 14px;
  left: -15px;
  width: 0;
  height: 0;
  border-top: 12px solid #e3e3e3;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  transform: rotate(90deg);
}
.icons-grids {
  float: left;
  margin-left: 3em;
}
.social-icons ul{
	padding:0;
	margin:0;
}
.social-icons ul li{
	display:block;
}
.social-icons ul li a.facebook{
	background:url('/newmoban/_external/demo.mobanwang.com/mb/lo201503/201503107/html/images/social.png') no-repeat 0px 0px;
	width:50px;
	height:50px;
	display:block;
}
.social-icons ul li a.twitter{
	background:url('/newmoban/_external/demo.mobanwang.com/mb/lo201503/201503107/html/images/social.png') no-repeat 0px -50px;
}
.social-icons ul li a.youtube{
	background:url('/newmoban/_external/demo.mobanwang.com/mb/lo201503/201503107/html/images/social.png') no-repeat 0px -100px;
}
.social-icons ul li a.pinterest{
	background:url('/newmoban/_external/demo.mobanwang.com/mb/lo201503/201503107/html/images/social.png') no-repeat 0px -150px;
}
.social-icons ul li a.dribble{
	background:url('/newmoban/_external/demo.mobanwang.com/mb/lo201503/201503107/html/images/social.png') no-repeat 0px -200px;
}
.social-icons ul li a.facebook:hover{
	background:url('/newmoban/_external/demo.mobanwang.com/mb/lo201503/201503107/html/images/social.png') no-repeat -50px 0px;
}
.social-icons ul li a.twitter:hover{
	background:url('/newmoban/_external/demo.mobanwang.com/mb/lo201503/201503107/html/images/social.png') no-repeat -50px -50px;
}
.social-icons ul li a.youtube:hover{
	background:url('/newmoban/_external/demo.mobanwang.com/mb/lo201503/201503107/html/images/social.png') no-repeat -50px -100px;
}
.social-icons ul li a.pinterest:hover{
	background:url('/newmoban/_external/demo.mobanwang.com/mb/lo201503/201503107/html/images/social.png') no-repeat -50px -150px;
}
.social-icons ul li a.dribble:hover{
	background:url('/newmoban/_external/demo.mobanwang.com/mb/lo201503/201503107/html/images/social.png') no-repeat -50px -200px;
}
.button-blue{
	margin:2em 0;
}
.button-blue a{
  background: #6fbbef;
  padding: 1em 2em;
  text-align: center;
  display: block;
  font-size:14px;
}
.button-blue a span{
	display:block;
	color:#FFF;
	margin-top:1em;
}
.button-blue a:hover{
	background: #e85c2b;
	text-decoration:none;
}
.hart-green a{
	background:#a6c742;
}
.normal-button a{
  color: #FFF;
  font-size: 14px;
  background: #e5dae8;
  padding: 1em 2em;
  display: block;
}
.normal-button a:hover{
	background: #e85c2b;
	text-decoration:none;
	color:#FFF;	
}
.copyright p{
	text-align:center;
	font-size:14px;
	color:#FFF;
	margin:2em 0;
}
.copyright p a{
	color:#FFF;
	text-decoration:nne;
}
/*-- responsive-start --*/
@media (max-width:1024px){
	.top-nav ul li a span {
		margin-left: 4em;
	}
	.cloud-left {
		width: 45%;
	}
	.user-bottom ul li a {
		padding: .5em 1.955em;
	}
	.pages ul li a {
		padding: 6px 8px;
	}
	.msg-text p {
		font-size: 12px;
	}
	.msg-text:after {
		left: -10px;
	}
}	
@media (max-width:768px){
	.settings {
	  float: left;
	  width: 50%;
	}
	.login-form {
	  float: left;
	  width: 50%;
	}
	.map {
	  float: left;
	  width: 60%;
	}
	.map-right {
	  float: left;
	  width: 40%;
	}
	.user-bottom ul li a {
	  padding: 1em 5.35em;
	}
	.pages ul li a {
	  padding: 15px 22px;
	}
	.msg-text {
	  left: 16%;
	  width: 84%;
	}
	.msg-text:after {
	  left: -14px;
	}
	.msg-text p {
	  font-size: 14px;
	}
	.user-bottom ul li a {
	  padding: 1em 4.04em;
	}
	.pages ul li a {
	  padding: 13px 16px;
	}
}
@media (max-width:480px){
	.header-logo h1 a {
		font-size: 34px;
	}
	.top-nav ul li a {
	  font-size: 14px;
	  padding: 1.5em 0 1.5em 3em;
	  background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201503/201503107/html/images/2.png') no-repeat 11px 22px;
	}
	.top-nav ul li a:hover {
	  background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201503/201503107/html/images/2hr.png') no-repeat 11px 22px #6fbbef;
	}
	.top-nav ul li a span {
	  margin-left: 3em;
	}
	.checkbox {
		padding-left: 25px !important;
		font-size: 12px;
		margin-top: 0 !important;
	}
	.user {
	  width: 20%;
	}
	.user a img {
	  width: 100%;
	}
	.cloud-left {
	  width: 44%;
	}
	.user-bottom ul li a {
	  padding: 1em 2.38em;
	}
	.pages ul li a {
	  padding: 7px 10px;
	}
	.msg-text {
	  left: 24%;
	  width: 77%;
	}
	.top-grids {
	  margin: 5em 0 3em;
	}
}
@media (max-width:320px){
	.header-logo h1 a {
	  font-size: 25px;
	}
	.settings {
	  float: none;
	  width: 100%;
	  padding: 0 !important;
	  min-height: 222px !important;
	}
	.top-nav ul {
	  width: 100%;
	}
	.top-nav ul li a {
		padding: 1em 0 1em 5em;
		background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201503/201503107/html/images/2.png') no-repeat 23px 18px;
	}
	.top-nav ul li a:hover {
		background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201503/201503107/html/images/2hr.png') no-repeat 23px 18px #6fbbef;
	}
	.top-nav ul li a span {
	  margin-left: 5em;
	}
	.login-form {
	  float: none;
	  width: 100%;
	  padding: 0 !important;
	  margin-top: 1em;
	}
	.map {
	  float: none;
	  width: 100%;
	  padding: 0 !important;
	}
	.map-right {
	  float: none;
	  width: 100%;
	  margin-top: 2em;
	  padding: 0 !important;
	}
	.cloud-left {
	  width: 47%;
	}
	.user-grids {
	  float: none;
	  width: 100%;
	}
	.user-bottom ul li a {
	  padding: 1em 2.54em;
	}
	.icons-grids {
	  float: none;
	  margin-left: 0;
	}
	.social-icons ul li {
	  display: inline-block;
	}
	.social-icons ul li a.facebook {
	  background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201503/201503107/html/images/social.png') no-repeat 0px 0px;
	  width: 45px;
	  height: 45px;
	  display: block;
	  background-size: 200%;
	}
	.social-icons ul li a.facebook :hover{
		background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201503/201503107/html/images/social.png') no-repeat -50px 0px;
		background-size: 200%;
	}
	.social-icons ul li a.twitter {
	  background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201503/201503107/html/images/social.png') no-repeat 0px -45px;
	  background-size: 200%;
	}
	.social-icons ul li a.twitter:hover {
	  background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201503/201503107/html/images/social.png') no-repeat -45px -45px;
	  background-size: 200%;
	}
	.social-icons ul li a.youtube {
	  background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201503/201503107/html/images/social.png') no-repeat 0px -90px;
	  background-size: 200%;
	}
	.social-icons ul li a.youtube:hover {
	  background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201503/201503107/html/images/social.png') no-repeat -45px -90px;
	  background-size: 200%;
	}
	.social-icons ul li a.pinterest {
	  background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201503/201503107/html/images/social.png') no-repeat 0px -135px;
	  background-size: 200%;
	}
	.social-icons ul li a.pinterest:hover {
	  background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201503/201503107/html/images/social.png') no-repeat -45px -135px;
	  background-size: 200%;
	}
	.social-icons ul li a.dribble {
	  background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201503/201503107/html/images/social.png') no-repeat 0px -180px;
	  background-size: 200%;
	}
	.social-icons ul li a.dribble:hover {
	  background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201503/201503107/html/images/social.png') no-repeat -45px -180px;
	  background-size: 200%;
	}
	.normal-button {
	  text-align: center;
	}
	.top-grids {
	  margin: 2em 0 3em;
	}
}