/*--
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: url('/newmoban/_external/demo.mobanwang.com/mb/lo201702/201702044/html/images/1.jpg')no-repeat center;
    background-attachment: fixed;
}
h1 {
    font-size: 2.8em;
    text-align: center;
    color: #fff;
    font-weight: 100;
	font-family: 'Amita', cursive;
	line-height: 1em;
}
/*-- main --*/
.main {
    padding: 2em 0 0;
}
.main-row {
    width: 30%;
    margin: 2em auto;
    background: rgba(0, 70, 95, 0.5);
    padding: 2.5em;
	-webkit-box-shadow: 0px 0px 8px 1px #002531;
	-moz-box-shadow: 0px 0px 8px 1px #002531; 
    box-shadow: 0px 0px 8px 1px #002531;
}
/*-- text-info --*/
.agileits-infoleft{
    float: left;
    width: 32%;
}
.agileits-inforight{
    float: right;
    width: 60%;
}
.agileits-inforight h2 { 
    font-size: 1.6em;
    color: #fff;
    letter-spacing: 1px;
	line-height: 1em;
    font-weight: 800;
	font-family: 'Amita', cursive;
}
.agileits-inforight h6 {
    font-size: 0.9em;
    color: #fff;
    margin-top: 1.2em;
    font-weight: 200;
}
.agileits-inforight p {
    font-size: 0.9em;
    color: #fff;
    margin: 1.4em 0 0;
}
.agileits-inforight p a{
    color: #fff;
	text-decoration:none;
	-webkit-transition: 0.5s all; 
    -moz-transition: 0.5s all;
	transition: 0.5s all;
}
.agileits-inforight p a:hover {
    color: #ffc107;
}
.agileits-inforight img {
    margin-right: 5px;
}
/*-- text-info --*/
/*-- contact-form --*/
h3 {
    font-size: 1.3em;
    color: #fff;
    font-family: 'Amita', cursive;
    margin: 1em 0 .5em;
}
.contact-wthree input[type="text"] {
    width: 93.5%;
    color: #fff;
    background: none;
    outline: none;
    font-size: .9em;
    padding: .6em 1em;
    margin-bottom: 1em;
    border: solid 1px #fff;
    -webkit-appearance: none; 
	font-family: 'Open Sans', sans-serif;
	-webkit-transition: 0.5s all; 
    -moz-transition: 0.5s all;
	transition: 0.5s all;
}
.contact-wthree textarea {
    resize: none;
    width: 93.5%;
    background: none;
    color: #fff;
    font-size: .9em;
    outline: none;
    padding: .6em 1em;
    border: solid 1px #fff;
    min-height: 9em;
    -webkit-appearance: none;
	font-family: 'Open Sans', sans-serif;
	-webkit-transition: 0.5s all; 
    -moz-transition: 0.5s all;
	transition: 0.5s all;
}
.contact-wthree input[type="submit"] {
    outline: none;
    color: #fff;
    padding: 0.6em 1em;
    font-size: 1em;
    margin: 1em 0 0 0;
    -webkit-appearance: none;
    background: #FFC107;
    border: 2px solid #FFC107;
    -webkit-transition: 0.5s all; 
    -moz-transition: 0.5s all;
	transition: 0.5s all;
    width: 100%;
    cursor: pointer;
}
.contact-wthree input[type="submit"]:hover {
    color: #FFC107;
    background: transparent;
    letter-spacing: 2px;
}
.contact-wthree input[type="text"]:valid,.contact-wthree input[type="text"]:hover ,.contact-wthree textarea:valid,.contact-wthree textarea:hover{
    border-left: 4px solid #ffc107;
	width: 93%;
}
::-webkit-input-placeholder {
   color: #fff;   
} 
:-moz-placeholder { /* Firefox 18- */
   color: #fff; 
} 
::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
} 
:-ms-input-placeholder {  
   color: #fff;  
} 
/*-- //main --*/
/*-- copyright --*/
.w3copyright-agile {
    margin: 2em 0 1em;
    text-align: center;
}
.w3copyright-agile p {
    font-size: 1em;
    color: #fff;
	line-height:1.8em;
}
.w3copyright-agile p a{
    color: #fff;
}
.w3copyright-agile p a:hover{
    color: #FFC107;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
/*-- //copyright --*/ 
/*-- responsive-design --*/ 
@media(max-width:1366px){ 
.main-row {
    width: 35%; 
}
} 
@media(max-width:1080px){
.main-row {
    width: 43%;
}
} 
@media(max-width:991px){
.main-row {
    width: 49%;
}
}
@media(max-width:800px){
.main-row {
    width: 53%;
}
.contact-wthree input[type="text"],.contact-wthree textarea {
    width: 92.5%; 
}
.contact-wthree input[type="text"]:valid, .contact-wthree input[type="text"]:hover, .contact-wthree textarea:valid, .contact-wthree textarea:hover {
    width: 91.5%;
}
.agileits-infoleft { 
    width: 36%;
}
.agileits-inforight { 
    width: 57%;
}
h1 {
    font-size: 2.5em; 
}
}
@media(max-width:736px){
.main-row {
    width: 56%;
    padding: 2.2em;
}
}
@media(max-width:667px){
.main-row {
    width: 61%; 
}
}
@media(max-width:600px){
.agileits-infoleft {
    width: 41%;
}
.agileits-inforight {
    width: 52%;
}
h1 {
    font-size: 2.2em; 
}
.agileits-inforight h2 {
    font-size: 1.4em; 
}
.agileits-inforight p { 
    margin: 1.2em 0 0;
}
h3 {
    font-size: 1.2em; 
}
.contact-wthree input[type="text"], .contact-wthree textarea {
    width: 91%;
}
.contact-wthree input[type="text"]:valid, .contact-wthree input[type="text"]:hover, .contact-wthree textarea:valid, .contact-wthree textarea:hover {
    width: 90.5%;
}
.w3copyright-agile p {
	padding: 0 1em; 
}
}
@media(max-width:480px){
.main-row {
    width: 69%;
    padding: 1.6em;
}
}
@media(max-width:414px){
.agileits-infoleft {
    width: 65%;
    margin: 0 auto;
    float: none;
}
.agileits-inforight {
    width: 100%;
    float: none;
    margin-top: 1em;
}
h3 {
    font-size: 1.1em;
} 
.contact-wthree input[type="text"], .contact-wthree textarea {
    width: 89%;
    font-size: .8em;
}
.contact-wthree input[type="text"]:valid, .contact-wthree input[type="text"]:hover, .contact-wthree textarea:valid, .contact-wthree textarea:hover {
    width: 88.5%;
}
.contact-wthree input[type="submit"] { 
    font-size: 0.9em;
}
.w3copyright-agile p {
    font-size: 0.9em; 
}
.agileits-inforight h6 {
    font-size: 0.8em; 
}
.agileits-inforight p {
    font-size: 0.8em; 
}
.contact-wthree textarea { 
    min-height: 7em; 
}
h1 {
    font-size: 1.8em;
}
.main-row {
    width: 75%; 
}
} 
@media(max-width:320px){
.agileits-infoleft {
    width: 60%; 
}
.main {
    padding: 1.5em 0 0;
}
h1 {
    font-size: 1.6em;
}
.main-row { 
    margin: 1em auto;
	padding: 1.4em;
}
.agileits-inforight h2 {
    font-size: 1.3em;
}
h3 {
    font-size: 1em;
}
.contact-wthree input[type="text"], .contact-wthree textarea {
    width: 88%; 
}
.contact-wthree input[type="text"]:valid, .contact-wthree input[type="text"]:hover, .contact-wthree textarea:valid, .contact-wthree textarea:hover {
    width: 86.5%;
}
.w3copyright-agile p {
    font-size: 0.8em;
}
}
/*-- //responsive-design --*/