/*--
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{
    padding: 0;
    margin: 0;
    background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201710/201710056/html/images/1.jpg') no-repeat 0px 0px;
    background-attachment:fixed;
	background-size:cover;
    font-family: 'Roboto', sans-serif;
}

h1,h2,h3,h4,h5,h6{
	margin:0;
    font-family: 'Signika', sans-serif;	
}	
p{
	margin:0;

}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
/*-- main --*/
.content{
    padding: 4em 0;
}
.content h1{
    color: #ffffff;
    font-size: 3em;
    text-align: center;
    letter-spacing: 1px;
    font-family: 'Signika', sans-serif;
}
.main{
	width: 25%;
    margin: 3em auto;
    background: #ffffff;
    padding: 4em 2em;
    position: relative;
    border-radius: 5px;
}
/*--style for close--*/
.alert-close,.alert-close1,.alert-close2,.alert-close4,.alert-close6{
    background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201710/201710056/html/images/close.png') no-repeat 6px 6px #FFFFFF;
    cursor: pointer;
    height: 25px;
    width: 25px;
    border-radius: 100%;
    position: absolute;
    right: 13px;
    top: 13px;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    z-index: 1;
}
.main h2{
    color: #212121;
    font-size: 1.5em;
    margin: 0;
    text-align: center;
    font-family: 'Signika', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}
.main h3{
    color: #212121;
    font-size: .9em;
    margin: 1em 0;
    text-align: center;
    letter-spacing: 1px;
}
.agileits-info{
	position:relative;
}
.agileits-info h5{
    color: #212121;
    font-size: .875em;
    margin: 1em 0;
    text-align: center;
    font-weight: 600;
    letter-spacing: 4px;
}
.agileits-info:before, .agileits-info:after {
    border: 1px ridge #c7c7c7;
    width: 65px;
    display: inline-block;
    vertical-align: middle;
    content: "";
    margin: 0;
    position: absolute;
    right: 80px;
    top: 45%;
}
.agileits-info:after {
    left:80px;
}
.share-icons {
    margin-top: 3em;
	text-align:center;
}
/* Icons */
.share-icons a {
	color: #fff;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    text-align: center;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding: .5em;
    margin: 0 .5em;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-font-smoothing: antialiased;
}
.share-icons a:hover {
    background: #7D7A7A;
}
.share-icons a.facebook{
	background:#3b5998;
}
.share-icons a.pinterest{
	background:#bd081c;
}
.share-icons a.google{
	background:#dc4e41;
}
.share-icons a.vk{
	background:#45668e;
}
.share-icons a.twitter{
    background: #55acee;
}
/* pop-up text */
.share-icons a span {
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: -25px;
    right: -25px;
    padding: 5px;
    font-size: .9em;
    border-radius: 2px;
    background: #212121;
    visibility: hidden;
    opacity: 0;
    -o-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* pop-up text arrow */

.share-icons a span:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #212121;
    position: absolute;
    bottom: -5px;
    left: 40px;
}
.share-icons a:hover span {
    bottom: 41px;
    visibility: visible;
    opacity: 1;
}
.share-icons a:nth-of-type(2):before {
    content: '';
    background-position:3px -22px;
}
.share-icons a:nth-of-type(3):before {
    content: '';
    background-position: -1px -106px;
}
.share-icons a:nth-of-type(4):before {
    content: '';
    background-position: -3px -125px;
}
.share-icons a:nth-of-type(5):before {
    content: '';
    background-position: -2px -85px;
}
.w3ls-form {
    text-align: center;
    margin: 3em 0;
}
.w3ls-form input[type="email"] {
    display: inline-block;
    background: #FFFFFF;
    border: solid 1px #b5b5b5;
    width: 50%;
    outline: none;
    padding: 1em;
    font-size: .9em;
    color: #999999;
}
.w3ls-form button{
    color: #ffffff;
    font-size: .9em;
    padding: 1em;
    text-align: center;
	cursor:pointer;
    text-decoration: none;
    background: #212121;
    border: solid 1px #212121;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.w3ls-form button:hover {
    background: none;
    border: solid 1px #212121;
	color: #212121;
}
.copyright{
	text-align:center;
	margin:2em 0 0 0;
}
.copyright p{
    color: #ffffff;
    font-size: .9em;
    margin: 0;
}
.copyright p a{
    color: #FFFFFF;
    text-decoration: none;
	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 p a:hover{
    text-decoration: underline;
}
/*-- responsive-design --*/
@media(max-width:1280px){
	.agileits-info:before, .agileits-info:after {
		right: 60px;
	}
	.agileits-info:after {
		left: 60px;
	}
}
@media(max-width:1080px){
	.main {
		width: 35%;
	}
}
@media(max-width:800px){
	.main {
		width: 40%;
	}
}
@media(max-width:736px){
	.main {
		width: 45%;
	}
}
@media(max-width:667px){
	.main {
		width: 55%;
	}
}
@media(max-width:600px){
	.content h1 {
		font-size: 2.5em;
	}
}
@media(max-width:480px){
	.content h1 {
		font-size: 2em;
	}
	.main {
		width: 70%;
	}
}
@media(max-width:414px){
	.main h2 {
		font-size: 1.2em;
	}
	.agileits-info:before, .agileits-info:after {
		right: 50px;
	}
	.agileits-info:after {
		left: 50px;
	}
}
@media(max-width:384px){
	.content h1 {
		font-size: 1.5em;
	}
	.share-icons a {
		margin: 0 0em;
	}
	.share-icons a span {
		padding: 5px 0;
	}
	.content {
		padding: 2em 0;
	}
	.agileits-info:before, .agileits-info:after {
		right: 40px;
	}
	.agileits-info:after {
		left: 40px;
	}
	.w3ls-form input[type="email"] {
		width: 55%;
	}
	.main {
		margin: 2em auto;
	}
}
@media(max-width:320px){
	.main {
		padding: 3em 1em;
		width: 80%;
	}
	.w3ls-form {
		margin: 2em 0;
	}
	.agileits-info:before, .agileits-info:after {
		right: 30px;
	}
	.agileits-info:after {
		left: 30px;
	}
	.share-icons {
		margin-top: 2em;
	}
}