/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body{
	font-family: 'Open Sans', sans-serif;
	background: #207c88;
}
.header {
    text-align: center;
    margin-top: 4em;
}
.header h1 {
    font-size: 3em;
    color: #fff;
    font-weight: 400;
	font-family: 'Varela Round', sans-serif;
}
.sap_tabs {
 margin: 3em auto 0;
 width:32%;
  text-align: center;
  -webkit-appearance: none;
  background-color: #004977;
 }
  /*-- w3layouts --*/ 
.resp-tab-item {
    border: none;
    color: #fff;
    font-size: 1.2em;
    cursor: pointer;
    padding: 10px 9px 5px;
    margin: 1em 0;
    display: inline-block;
    list-style: none;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-appearance: none;
    background: #fff;
}
.login-top {
    padding: 1em 0;
}
.resp-tab-item:hover {
     background: #004977;
	text-shadow: none;
    color: #fff;
}
.resp-tab-active {
    background: #004977;
	text-shadow: none;
    color: #fff;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}
.tab p {
    font-size: 1em;
    color: #777;
    padding-top: 1em;
}
.resp-tab-content {
  display: none;
}
.resp-content-active, .resp-accordion-active {
   display: block;
}
/*-- agileits --*/
.login-top p {
    font-size: 1em;
    color: #fff;
    margin-bottom: 0.5em;
}
.tab ul li span {
    display: block;
    font-size: 0.95em;
}

.ser {
    width: 68%;
    padding: .5em;
    background: #377EAB;
    border: none;
    color: #9ED0F1;
    outline: none;
	font-family: 'Varela Round', sans-serif;
	float:left;
}
/*---------*/
.text {
    padding: 1em;
}
.register {
    padding-top: 2em;
}
.text p {
    font-size: 0.95em;
    color: #eee;
    line-height: 2em;
}
.register ul {
    padding: 0;
    margin: 0 0 22px 0;
}
.register ul li.text-info {
    width: 18%;
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    float: left;
    padding-top: .5em;
    text-align: right;
    margin-right: 0.5em;
	font-family: 'Varela Round', sans-serif;
}
.register form input[type="text"]{
    width: 65%;
    padding: 8px;
	 /*-- w3layouts --*/ 
    font-size: 1em;
    font-weight: 400;
    outline: none;
    color: #9ED0F1;
    float: left;
    background: #377EAB;
    border: none;
	font-family: 'Varela Round', sans-serif;
}
.register input[type="submit"] {
    font-size: 1em;
    padding: .8em 1em;
    text-transform: capitalize;
    border: none;
    outline: none;
    background: #377EAB;
    color: #fff;
    cursor: pointer;
    width: 30%;
    font-family: 'Varela Round', sans-serif;
}
.tab {
    background: #fff;
}
h3 {
    padding: 0 0 1em 0;
}
 ::-webkit-input-placeholder{
	color:#9ED0F1;
}

:-moz-placeholder { /* Firefox 18- */
   color: #9ED0F1; 
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #9ED0F1;  
}

:-ms-input-placeholder {  
   color: #9ED0F1;  
}
.register a {
    color: #F99104;
    font-size: 0.9em;
    text-decoration: underline;
}

.login-top ul li a.face {
	/*-- agileits --*/
	background:#3b5998;
	padding: 0.8em 1.7em 0.9em 1em;
}
.login-top ul li a.face:hover {
  background: #244384;
  transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.login-top ul li a.twit {
	background:#00aeed;
	padding: 0.8em 2.8em 0.9em 1em;
}
.login-top ul li a.twit:hover {
	background:#26A6D5;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.login-top ul li a span.face {
  background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201605/201605077/html/images/face.png') no-repeat 0px 0px;
  width:32px;
  height:32px;
  display:inline-block;
  vertical-align: middle;
  margin: 0em 1.5em 0em 0em;
}
.login-top ul li a span.twit {
  background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201605/201605077/html/images/twit.png')no-repeat 0px 0px;
  width:32px;
  height:32px;
  display:inline-block;
  vertical-align: middle;
  margin: 0em 1.5em 0em 0em;
}
.login-top ul li a {
    font-size: 0.9em;
    font-weight: 400;
    color: #fff;
}
.login-top ul li {
    padding: .8em 0;
}
.footer {
    text-align: center;
	padding:2em 0;
}
.footer p {
    font-size: .9em;
    color: #eee;
    margin: 0px;
}
.footer p a {
    color: #eee;
}
.footer p a:hover {
   text-decoration:underline;
}
/**responsive**/
@media (max-width: 1080px){
.sap_tabs {
    width: 45%;
}
}
@media (max-width: 991px){
.header h1 {
    font-size: 3em;	
}
.sap_tabs {
    width: 50%;
	margin: 2em auto 0;
}
.header {
    margin-top: 3em;
}
}
@media (max-width: 768px){
.sap_tabs {
    width: 55%;
}
.header {
    margin-top: 5em;
}
}
@media (max-width: 736px){
.header {
    margin-top: 3em;
}
.sap_tabs {
    width: 60%;
}
}
@media (max-width: 667px){
.sap_tabs {
    width: 68%;
}
}
@media (max-width: 640px){
.sap_tabs {
    width: 70%;
}
.tab ul li span {
    display: block;
    font-size: 0.9em;
}
}
@media (max-width: 568px){
.sap_tabs {
    width: 75%;
}
.register ul {
    margin: 0 0 20px 0;
}
.ser {
    width: 69%;
}
}
@media (max-width: 480px){
	.sap_tabs {
    width: 85%;
	margin: 3em auto 0;
}
.register form input[type="text"] {
    font-size: 0.9em; 
	width: 72%;
}
.ser {
    width: 76.5%;
}
.tab p {
    font-size: 0.95em;
}
.footer p {
    line-height: 1.8em;
}
}
@media (max-width: 414px){
.header h1 {
    font-size: 2.2em;
}
.sap_tabs {
    width: 93%;	
}
.register input[type="text"],.register input[type="password"]  {
    width: 75%;	
	font-size: 0.9em;
}
.register input[type="submit"] {
    font-size: 0.9em;
}
.register ul li.text-info {
    font-size: 0.9em;
}
.text {
    padding: 0.5em;
}
.tab p {
    font-size: 0.9em;
}
.login-top ul li a {
    font-size: 0.85em;
}
}
@media (max-width: 384px){
.sap_tabs {
    width: 95%;
    margin: 2em auto 0;
}
.tab ul li img {
    width: 90%;
}
.resp-tab-item {
	padding: 10px 1px 5px;
}
.text p {
    font-size: 0.85em;
}
}
@media (max-width: 320px){
.header h1 {
    font-size: 1.7em;
    line-height: 1.5em;
}
.sap_tabs {
    width: 94%;
}
.resp-tab-item {
    border: none;
    padding: 10px 1px 5px;
    margin: .8em 0;
    width: 30%;
}
.tab ul li span {
    display: block;
    font-size: 0.8em;
}
.header {
    margin-top: 2em;
}
.register ul li.text-info {
    font-size: 0.8em;
}
.ser {
    width: 76.5%;
}
.register form input[type="text"] {
    font-size: 0.9em;
    width: 71%;
}
.footer {
    text-align: center;
    padding: 1em 0;
}	
}
