@charset "utf-8";
/* CSS Document */

body {
	background: #fff;
	font-family: 'Lato', sans-serif;
	}
	
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	}
	
	
li {
	list-style: none;
	}

	
p {
	color: #909090;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size: 16px;
}

a {
	text-decoration: none !important;
	transition: all 0.4s ease 0s;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	outline: 0px !important;				
}

	
.container {
	max-width: 1200px;
	}
	
.header {
	width: 100%;
	height: auto;
	background: #ffffff !important;
	}
	
a.logo {
	width: 100%;
	height: auto;
	padding: 20px;
	background: #09F;
	float: left;
	}
	
a.logo img {
	margin: 0px auto;
	}
	
.navbar-default {
	background: none;
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0px;
	}

	
	

.header .logo-wrapper:before {
    background: none repeat scroll 0 0 #0099FF;
}
.header .logo-wrapper:before {
    content: "";
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    width: 1000%;
}

.slider {
	width: 100%;
	height: 600px;
	background: #09F;
	padding: 40px 0px;
	margin-top: 75px;
	}
	
.slider-img {
	width: 100%;
	height: auto;
	float: left;
	}
	
.slider-img img {
	margin: 0px auto;
	margin-top: 20px;
	}
	
.artical-slider {
	width: 100%;
	height: auto;
	float: left;
	color: #fff;
	padding-top: 70px;
	}
	
.artical-slider h1 {
	background: rgba(0,0,0,0.3);
	color: #fff;
	font-size: 60px;
	margin-top: 20px;
	line-height: 74px;
	display: inline;
	text-shadow: 0px 1px 0px #333;
	}
	
.artical-slider p {
	font-size: 20px;
	color: #fff;
	margin-top: 30px;
	margin-bottom: 50px;
	}
	
.artical-slider a {
	font-size: 20px;
	color: #fff;
	padding: 20px;
	text-transform: uppercase;
	margin-right: 10px;
	}
	
a.download-btn {
	background:  #06C;
	border: 3px solid #06C;
	}
	
a.download-btn:hover {
	background: none;
	border: 3px solid #fff;
	}
	
a.feature-btn {
	background: none;
	border: 3px solid #fff;
	}
	
a.feature-btn:hover {
	background:  #06C;
	border: 3px solid #06C;
	}
	
#services {
	padding-bottom: 0px !important;
	}
	
#services h1 {
	color: #0099FF;
	font-weight: 100;
	font-size: 50px;
	border-bottom: 1px solid #D8D8D8;
	padding-bottom: 35px;
	text-align: center;
	margin-bottom: 0px;
	}
	
#services h1 span {
	font-size: 25px;
	color: #333;
	}
	
#services .style-bar {
	width: 20%;
	height: 6px;
	background: #0099FF;
	margin: 0px auto;
	margin-top: -16px;
	margin-bottom: 0px;
	}
	
	
.services {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 40px;
	}
	
.services .col {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 80px;
	}
	
.services .col .icon {
	width: 100px;
	height: 100px;
	margin: 0px auto;
	margin-bottom: 30px;
	border-radius: 50%;
	background: none;
	border: 3px solid #CCC;
	transition: all 0.4s ease 0s;
	}
	
.services .col .icon i {
	margin-top: 35%;
	color: #ADADAD;
	}
	
.services .col:hover .icon {
	background: #0099FF;
	border: 3px solid #0099FF;
	}
	
.services .col:hover .icon i {
	color: #fff;
	}
	
.services h4 {
	font-size: 16px;
	color: #999;
	text-transform: uppercase;
	margin: 0px;
	margin-bottom: 10px;
	font-weight: 600;
	}
	
.services .col p {
	font-size: 16px;
	color: #ADADAD;
	}
	
	
.content-img {
	width: 100%;
	height: auto;
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201702/201702077/html/img/iPhone5c_fullnotext.jpg') no-repeat;
	background-position: 50% 54px;
	visibility: visible;
	background-attachment: fixed;
	margin-bottom: 100px;
	}
	
.content-img-blue {
	width: 100%;
	max-height: 324px;
	background: rgba(0,153,255,0.5);
	}
	
.content-img-blue img {
	margin: 0px auto;
	display: block;
	top: 16px;
	position: relative;
	}
	
.ratina {
	width: 100%;
	height: auto;
	padding: 40px 0px;
	padding-bottom: 0px;
	border-bottom: 1px solid #D8D8D8;
	}
	
.ratina h1 {
	color: #0099FF;
	font-weight: 100;
	font-size: 50px;
	border-bottom: 1px solid #D8D8D8;
	padding-bottom: 20px;
	}
	
.ratina h1 span {
	font-size: 25px;
	color: #333;
	}
	
.style-bar {
	width: 20%;
	height: 6px;
	background: #0099FF;
	margin-top: -16px;
	margin-bottom: 30px;
	}
	
.ratina p {
	color: #ADADAD;
	}
	
.tab-img {
	width: 100%;
	height: auto;
	}
	
.tab-img img {
	display: block;
	margin: 0px auto;
	}
	
.device {
	width: 100%;
	height: auto;
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201702/201702077/html/img/satinweave.png') repeat;
	padding: 40px 0px;
	padding-top: 100px;
	padding-bottom: 0px;
	border-bottom: 1px solid #D8D8D8;
	margin-bottom: 50px;
	}
	
.device h1 {
	color: #0099FF;
	font-weight: 100;
	font-size: 50px;
	border-bottom: 1px solid #D8D8D8;
	padding-bottom: 20px;
	}
	
.device h1 span {
	font-size: 25px;
	color: #333;
	}
	
.device p {
	color: #ADADAD;
	}
	
.support {
	width: 100%;
	height: auto;
	padding: 40px 0px;
	padding-top: 100px;
	padding-bottom: 0px;
	border-bottom: 1px solid #D8D8D8;
	}
	
.support h1 {
	color: #0099FF;
	font-weight: 100;
	font-size: 50px;
	border-bottom: 1px solid #D8D8D8;
	padding-bottom: 20px;
	}
	
.support h1 span {
	font-size: 25px;
	color: #333;
	}
	
.support p {
	color: #ADADAD;
	}
	
.shots {
	width: 100%;
	height: auto;
	padding: 40px 0px;
	padding-top: 50px;
	padding-bottom: 0px;
	margin-bottom: 40px;
	}
	
.shots h1 {
	color: #0099FF;
	font-weight: 100;
	font-size: 50px;
	border-bottom: 1px solid #D8D8D8;
	padding-bottom: 20px;
	}
	
.shots h1 span {
	font-size: 25px;
	color: #333;
	}
	
.shots .row {
	margin-top: 52px;
	}
	
.shots-img {
	width: 100%;
	height: 400px;
	position: relative;
	}

	
.shots-img a {
	float: left;
	position: absolute;
	display: block;
	width: 100%;
	min-height: 370px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	}
	
.shots-img a i {
	display: none;
	margin-top: 45%;
	}
	
.shots-img a:hover {
	background: rgba(0,153,255,0.5);
	}
	
.shots-img a:hover i {
	display: block;
	}
	
.shots-img img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	}
	
	
	
.testimonial-content {
	width: 100%;
	height: auto;
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201702/201702077/html/img/iPhone5c_fullnotext.jpg') no-repeat;
	background-position: 50% 54px;
	visibility: visible;
	background-attachment: fixed;
	}
	
.testimonial-content .content-img-blue {
	background: rgba(0,153,255,0.8);
	}
	
.testimonial-content .slide {
	padding: 50px 0px;
	}
	
.testimonial-content .carousel-inner > .item {
	padding: 100px 0px;
	text-align: left;
	}
	
.testimonial-content .carousel-inner > .item p {
	color: #fff;
	text-shadow: none;
	font-size: 20px;
	margin-top: 30px;
	}
	
.carousel-control.left, .carousel-control.right {
	background: none;
	}
	
.testimonial-writer {
	width: 20%;
	height: 100%;
	float: left;
	margin-right: 20px;
	}
	
.testimonial-writer img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 5px solid rgba(255,255,255,0.4);
	width: 120px;
	height: 120px;
	}
	
.carousel-caption {
	width: 100%;
	height: auto;
	text-align: left;
	}
	
.carousel-indicators .active, .carousel-indicators li {
	border-radius: 0px;
	width: 43px;
	}
	
.carousel-caption {
	left: 0px;
	}
	
.carousel-indicators {
	left: 10%;
	}
	
	
	
	
.tab-container {
	width: 100%;
	height: auto;
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201702/201702077/html/img/satinweave.png') repeat;
	padding: 40px 0px;
	padding-top: 100px;
	padding-bottom: 0px;
	border-bottom: 1px solid #D8D8D8;
	}
	
.tab-container h1 {
	color: #0099FF;
	font-weight: 100;
	font-size: 50px;
	border-bottom: 1px solid #D8D8D8;
	padding-bottom: 20px;
	width: 30%;
	}
	
.tab-container h1 span {
	font-size: 25px;
	color: #333;
	}
	
.tab-container p {
	color: #ADADAD;
	}
	
	
/******* Tab ********/


.tabs {
    position: relative;
	margin: 40px auto;
	width: 100%;
}

.tabs input {
	position: absolute;
	z-index: 1000;
	width: 25%;
	height: auto;
	cursor: pointer;
	left: 0px;
	top: 0px;
	opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	cursor: pointer;
}
.tabs input#tab-2{
	top: 40px;
}
.tabs input#tab-3{
	top: 80px;
}
.tabs input#tab-4{
	top: 120px;
}

.tabs label {
	background: #E8E8E8;
	font-size: 15px;
	line-height: 48px;
	height: auto;
	position: relative;
	padding: 0 20px;
	display: block;
	width: 28%;
	color: #999999;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	float: left;
	clear: both;
	text-shadow: 1px 1px 1px rgba(255,255,255,1);
    border-radius: 3px 0 0 3px;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	text-transform: uppercase;
}

.tabs label:after {
   content:"";
   position: absolute;
   width: 0px;
   height: 47px;
   border-top: 23px solid transparent;
   border-left: 26px solid #E8E8E8;
   border-bottom: 23px solid transparent;
   margin: 0px 0 0 0px;
   right: -25px;
}

.tabs label i {
	margin-right: 10px;
	}

.tabs label:first-of-type {
    z-index: 4;
}

.tab-label-2 {
    z-index: 3;
}

.tab-label-3 {
    z-index: 2;
}

.tab-label-4 {
    z-index: 1;
}

.tabs input:checked + label {
    background: #fff;
	z-index: 6;
}

.tabs input:checked + label:after {
   border-left: 26px solid #fff;
}

.clear-shadow {
	clear: both;
}

.content {
	position: relative;
    width: 68%;
	float: right;
	margin: -35% 0 0 0px;
	min-height: 650px;
	z-index: 5;
	overflow: hidden;
}

.content div {
    position: absolute;
	width: 80%;
	top: 0;
	padding: 10px 40px;
	padding-top: 20%;
	z-index: 1;
    opacity: 0;
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
    transition: all linear 0.5s;
}

.content div{
	-webkit-transform: translateY(-450px);
	-moz-transform: translateY(-450px);
	-o-transform: translateY(-450px);
	-ms-transform: translateY(-450px);
	transform: translateY(-450px);
}

.tabs input.tab-selector-1:checked ~ .content .content-1,
.tabs input.tab-selector-2:checked ~ .content .content-2,
.tabs input.tab-selector-3:checked ~ .content .content-3,
.tabs input.tab-selector-4:checked ~ .content .content-4 {
    -webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
    z-index: 100;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all ease-out 0.3s 0.3s;
    -moz-transition: all ease-out 0.3s 0.3s;
    -o-transition: all ease-out 0.3s 0.3s;
    -ms-transition: all ease-out 0.3s 0.3s;
    transition: all ease-out 0.3s 0.3s;
}

.content div h2,
.content div h3{
	color: #398080;
}
.content div p {
	font-size: 14px;
	line-height: 22px;
	font-style: italic;
	text-align: left;
	margin: 0;
	color: #777;
	padding-left: 15px;
	font-family: Cambria, Georgia, serif;
	border-left: 8px solid rgba(63,148,148, 0.1);
}

.content-1 img, .content-2 img, .content-3 img {
	float: right;
	}
	
.content-1 img {
	margin-top: 55px;
	}
	
.content-3 img {
	margin-top: 21px;
	}

/******* End Tab ********/


.meet {
	width: 100%;
	height: auto;
	padding: 40px 0px;
	border-bottom: 1px solid #D8D8D8;
	padding-bottom: 80px;
	}
	
.meet h1 {
	color: #0099FF;
	font-weight: 100;
	font-size: 50px;
	border-bottom: 1px solid #D8D8D8;
	padding-bottom: 20px;
	margin-top: 0px;
	}
	
.meet h1 span {
	font-size: 25px;
	color: #333;
	}
	
.meet .row {
	margin-top: 20px;
	}
	
.team-member {
	width: 100%;
	height: auto;
	border: 1px solid #D8D8D8;
	text-align: center;
	background: #f0f0f0;
	}
	
.member-img {
	
	}
	
.team-member a {
	width: 35px;
	height: 35px;
	display: inline-block;
	text-align: center;
	background: #0099FF;
	color: #fff;
	margin-top: -15px;
	border: 2px solid #f0f0f0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	}
	
.team-member a:hover {
	background: #0086E0;
	}
	
.team-member a i {
	line-height: 32px;
	}
	
.team-member h1 {
	color: #999;
	font-weight: 700;
	font-size: 25px;
	border: none;
	text-shadow: 0px 1px 0px #fff;
	}
	
	/*		Team member			*/
	
	
	
.package {
	width: 100%;
	height: auto;
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201702/201702077/html/img/satinweave.png') repeat;
	padding: 40px 0px;
	padding-top: 100px;
	border-bottom: 1px solid #D8D8D8;
	padding-bottom: 80px;
	}
	
.package h1 {
	color: #0099FF;
	font-weight: 100;
	font-size: 50px;
	border-bottom: 1px solid #D8D8D8;
	padding-bottom: 20px;
	margin-top: 0px;
	}
	
.package h1 span {
	font-size: 25px;
	color: #333;
	}
	
.package .row {
	margin-top: 20px;
	}
	
.package .basic {
	background: #fff;
	border: 1px solid #D8D8D8;
	text-align: center;
	margin-top: 20px;
	}
	
.package .basic h2 {
	color: #0099FF;
	font-weight: 100;
	font-size: 30px;
	padding: 20px 0px;
	}
	
.package .basic .pricing {
	padding: 30px;
	background: #0099FF;
	}
	
.package .basic .pricing h1 {
	color: #fff;
	font-weight: 700;
	font-size: 50px;
	border: none;
	text-shadow: 0px 1px 0px #6B6B6B;
	margin: 0px;
	padding: 0px;
	}
	
.package .basic ul {
	padding: 30px 80px;
	margin: 0px;
	}
	
.package .basic ul li {
	padding: 10px 0px;
	border-bottom: 1px dashed #AFAFAF;
	color: #6B6B6B;
	}
	
.package .basic ul li:last-child {
	border-bottom: none;
	}
	
.package .basic ul li i {
	margin-right: 10px;
	}
	
.package .basic ul li a {
	padding: 10px 20px;
	background: #0099FF;
	font-size: 18px;
	display: inline-block;
	color: #fff;
	margin-top: 20px;
	text-transform: uppercase;
	}
	
.package .basic ul li a:hover	{
	background: #0086E0;	
	}
	
	
	
	
.package .advanced {
	background: #fff;
	border: 1px solid #D8D8D8;
	text-align: center;
	}
	
.package .advanced h2 {
	color: #0099FF;
	font-weight: 100;
	font-size: 30px;
	padding: 30px 0px;
	}
	
.package .advanced .pricing {
	padding: 30px;
	background: #0099FF;
	}
	
.package .advanced .pricing h1 {
	color: #fff;
	font-weight: 700;
	font-size: 50px;
	border: none;
	text-shadow: 0px 1px 0px #6B6B6B;
	margin: 0px;
	padding: 0px;
	}
	
.package .advanced ul {
	padding: 30px 80px;
	margin: 0px;
	}
	
.package .advanced ul li {
	padding: 10px 0px;
	border-bottom: 1px dashed #AFAFAF;
	color: #6B6B6B;
	}
	
.package .advanced ul li:last-child {
	border-bottom: none;
	}
	
.package .advanced ul li i {
	margin-right: 10px;
	}
	
.package .advanced ul li a {
	padding: 10px 20px;
	background: #0099FF;
	font-size: 18px;
	display: inline-block;
	color: #fff;
	margin-top: 30px;
	margin-bottom: 10px;
	text-transform: uppercase;
	}
	
.package .advanced ul li a:hover	{
	background: #0086E0;	
	}
	
	



.like-app {
	width: 100%;
	height: auto;
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201702/201702077/html/img/5.jpg') no-repeat;
	background-position: center center;
	visibility: visible;
	background-attachment: fixed;
	text-align: center;
	}
	
.like-app .content-img-blue {
	background: rgba(0,153,255,0.8);
	padding: 150px 0px;
	padding-bottom: 350px
	}


.like-app h1 {
	color: #fff;
	font-weight: 700;
	font-size: 50px;
	border: none;
	text-shadow: 0px 1px 0px #6B6B6B;
	}
	
.like-app a.feature-btn {
	padding: 10px 20px;
	color: #fff;
	display: inline-block;
	margin-top: 10px;
	font-size: 20px;
	text-shadow: 0px 1px 0px #6B6B6B;
	}	
	
	
	
.social {
	width: 100%;
	height: auto;
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201702/201702077/html/img/satinweave.png') repeat;
	padding: 20px 0px;
	border-bottom: 1px solid #D8D8D8;
	padding-bottom: 20px;
	text-align: center;
	}
	
.social a {
	margin-right: 10px;
	color: #AFAFAF;
	}
	
.social a:hover {
	color: #0099FF;
	}
	
.subscribe-contect {
	width: 100%;
	height: auto;
	padding: 100px 0px;
	background: #7A7A7A;
	text-align: center;
	}
	
.subscribe-contect h1 {
	color: #fff;
	font-weight: 700;
	font-size: 50px;
	border: none;
	text-shadow: 0px 1px 0px #6B6B6B;
	text-transform: uppercase;
	margin-bottom: 20px;
	}
	
.subscribe-contect form input {
	height: 44px;
	border-color: #fff;
	}
	
.subscribe-contect form input, .subscribe-contect form .btn {
	border-radius: 0px;
	}
	
.subscribe-contect .form-control:focus {
		box-shadow: none;
		border-color: #fff;
		}
		
.subscribe-contect form .btn-gray {
	background: none;
	padding: 7px 16px;
	border: 3px solid #fff;
	color: #fff;
	transition: all 0.4s ease 0s;
	}
	
.subscribe-contect form .btn-gray:hover {
	background: #fff;
	color: #7a7a7a;
	}
		
.footer {
	padding: 30px;
	background: #4C4C4C;
	text-align: center;
	}
	
.footer h4 {
	font-size: 20px;
	color: #999;
	font-weight: 700;
	margin: 0px;
	}
	
	

.navbar {
	margin-bottom: 0px;
	}	
.navbar-default {
	border: none;
	background: none;
	box-shadow: none;
	}
	
.navbar-collapse {
	padding: 0px;
	}
	
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1024px) { 

	.shots-img a {
		min-height: 100% !important;
		}
	.shots-img {
		height: 226px;
		}
		
	.carousel-caption {
		padding-bottom: 0px;
		}
		
	.content {
		margin: -70% 0 0;
		}
		
	.meet .col-sm-6 {
		margin-bottom: 20px;
		}
		
	.package .basic ul, .package .advanced ul {
		padding: 30px 44px;
		}
		
 }
 
 
 /* Portrait tablet to landscape and desktop */
@media (min-width: 800px) and (max-width: 1280px) { 

	.shots-img a {
		min-height: 100% !important;
		}
	.shots-img {
		height: 236px;
		}
		
	.package .basic ul, .package .advanced ul {
		padding: 30px 44px !important;
		}
		
		
 }
 
/* Portrait mobile to landscape and desktop */
@media (min-width: 360px) and (max-width: 640px) { 
	.slider {
		height: auto !important;
		}
		
	a.feature-btn {
		margin-top: 40px;
		float: left;
		}
		
	.shots-img {
		height: 331px;
		}
		
	.shots-img a {
		min-height: 100%;
		}
}