* {
	border: 0px;
	box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0px;
	padding: 0px;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	list-style-type: none;
	font-family: 'Lato', sans-serif;	
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	color:inherit;
}
a:hover {
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	color: #000000;
	text-decoration: none;
}
a:focus {
	outline: none;
	color: #000000;
}
textarea {
	resize: none;
}
img{
	max-width:100%;
	vertical-align:middle;}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
select,
textarea{
	border: 1px solid #d7dfe6;
	border-radius: 3px !important;
	font-size: 14px;
	color: #986c8b;
	font-family: MyriadProRegular;
	box-shadow: none;
	width: 100%;
	margin-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #f6f6f6;
	min-height: 47px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
}


input[type="submit"],
button,
input[type="button"]
 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
	background-color: #609743;
	padding-top: 0px;
	padding-right: 28px;
	padding-bottom: 0px;
	padding-left: 28px;
	border-radius: 3px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 47px;
	font-weight: 700;
	margin-top: 30px;
	min-width:280px;
}

input[type="submit"]:hover,
button:hover,
input[type="button"]:hover {
	opacity:0.8;}
body{
	font-family: 'Lato', sans-serif;}
body, html{

	overflow-x:hidden;
	
	}
h1{
	font-size: 65px;
	font-weight: 700;
	color: #FFF;
	padding-bottom: 30px;
	font-family: 'Lato', sans-serif;
}
h2{
	font-size: 41px;
	font-weight: 700;
	color: #FFF;
	padding-bottom: 35px;
	font-family: 'Lato', sans-serif;
}
h3{
	font-size: 26px;
	font-weight: 700;
	color: #FFF;
	padding-bottom: 20px;
	font-family: 'Lato', sans-serif;
}
p{
	font-size: 20px;
	font-weight: 400;
	color: #FFF;
	padding-bottom: 30px;
	font-family: 'Lato', sans-serif;
}
.font16{
	font-size: 16px;
}
.btn-link{
	font-size: 14px;
	line-height: 46px;
	font-weight: 700;
	color: #5c5c5c;
	background-color: #FFF;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: 72px;
	padding-right: 15px;
	padding-left: 15px;
	min-width: 240px;
	display: inline-block;
	border-radius: 4px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
}
.btn-link.small{
	font-size: 12px;
	line-height: 44px;
	min-width: 200px;
}
.btn-link:hover, .btn-link:focus{
	background-color: #d9b131;
	color: #FFF;
	text-decoration: none;
}
.anchorHold{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
}
label{
	font-size: 16px;
	line-height: 22px;
	color: #6c7483;
	font-family: MyriadProRegular;
}

header{
	padding-top: 46px;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 99;
}
.logo{
	float:left;}
.nav{
	float:right;}
.nav ul li{
	display: inline-block;
	margin-left: 48px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 1px;
	font-weight: 600;
	line-height: 38px;
	position:relative;
}
.nav ul li ul{
	width: 130px;
	background-color: #FFF;
	position: absolute;
	top: 100%;
	right: 0px;
	display: none;
	}
.nav ul li:hover > ul{
	display:block;} 
.nav ul li ul li{
	line-height: normal;
	color: #000;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 11px;
}
.nav ul li ul li a{
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
	display: block;
}
.nav ul li ul li a:hover{
	color: #FFF;
	text-decoration: none;
	background-color: #24183e;
}

.privacyplicy{
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 150px;
	background-attachment: fixed;
	min-height: 775px;	
}

.bannerPart{
	background-image: url(../img/home-img1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 150px;
	background-attachment: fixed;
	min-height: 775px;	
}
.fixBg{
	background-attachment: fixed;
	}
.fullHeight{
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	
}
.bannerPart h1{
	padding-bottom:10px;}
.bannerPart p{
	padding-bottom:40px;}
.development{
	background-image: url(../img/developer-img1.jpg);
}
.development.bannerPart h1{
	padding-bottom:30px;}
.development.bannerPart p{
	padding-bottom:20px;}
.arrow{
	position: absolute;
	text-align: center;
	left: 0px;
	right: 0px;
	bottom: -29px;
	z-index: 99;
}
.arrowUp{position: absolute;
	text-align: center;
	left: 0px;
	right: 0px;
	top: -29px;
	z-index: 99;}
.advertise{
	background-image: url(../img/home-img2.jpg);
	padding-top: 150px;
	padding-bottom: 150px;
	background-color:#9fa394;
	}
.advertiseText{
	padding-top: 160px;
}
.monetize{
	background-image: url(../img/home-img3.jpg);
	padding-top: 230px;
	padding-bottom: 438px;
	background-color:#221435;
}
.secret{
	background-image: url(../img/home-img4.jpg);
	padding-top: 60px;
	padding-bottom: 200px;
	background-color: #11302b;
}
.stats{
	background-image: url(../img/home-img5.jpg);
	padding-top: 220px;
	padding-bottom: 190px;
	background-color:#2972a9;
}
.stats h1{
	padding-bottom: 20px;
}
.stats h6{
	font-size: 16px;
	font-weight: 400;
	color: #FFF;
	padding-bottom: 80px;
	font-family: 'Lato', sans-serif;
}
.statsBox{
	
	
}
.statsBox img{
	border: 4px solid #FFF;
	border-radius: 50%;
	margin-bottom: 26px;
}
.statsBox:hover > img{
	border-top-color: #E3C66A;
	border-right-color: #E3C66A;
	border-bottom-color: #E3C66A;
	border-left-color: #E3C66A;
}
.statsBox h2{
	font-size: 43px;
	font-weight: 300;
	color: #FFF;
	padding-bottom: 12px;
	font-family: 'Lato', sans-serif;
}

.statsBox p{
	font-size: 18px;
	font-weight: 700;
	color: #FFF;
	padding-bottom: 0px;
	font-family: 'Lato', sans-serif;
}
.signUp{
	background-image: url(../img/home-img6.jpg);
	padding-top: 170px;
	padding-bottom: 170px;
	background-color:#111111;
}
.signUp h1{
	padding-bottom:90px;}
footer{
	background-color: #000;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
}
.footerTop{
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1a322e;
	margin-bottom: 40px;
}
.footerTop ul{
	float:left;}
.footerTop ul li{
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	color: #a1a1a1;
	margin-right: 32px;
	font-family: 'Lato', sans-serif;
	line-height: 46px;
}
.footerTop ul li a:hover, .footerTop ul li a:focus{
	color: #FFF;
}
.footerLogo{
	float:right;}
footer .social{
	float:left;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	color: #a1a1a1;
	font-family: 'Lato', sans-serif;
	}
footer .social .fa{
	font-size: 16px;
	margin-left: 6px;
}
footer .social a:hover, footer .social a:focus {
	color: #FFF;
}
.footerText{
	float:right;
	font-size: 12px;
	font-weight: 400;
	color: #a1a1a1;
	font-family: 'Lato', sans-serif;}
.footerText a:hover, .footerText a:focus{
	color:#FFF;}
.skd{
	background-image: url(../img/skd-bottom.jpg), url(../img/skd-glow.jpg), url(../img/skd-rpt.jpg);
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: center bottom, center top, left top;
	padding-top: 215px;
	padding-bottom: 110px;
}
.skdGap{
	margin-bottom:100px;}
.developerText{
	padding-top: 140px;
}
.gap1{
	margin-bottom:55px;}
.gap2{
	margin-bottom:150px;}
.adv{
	padding-bottom: 65px;
	background-image: url(../img/adv-banner.jpg);
	background-color: #59a69a;
}
.adv h1{
	padding-bottom:95px;}
.adv p{
	padding-bottom: 16px;
}
.addIconBlock{
	text-align: center;
	display: block;
	width: 825px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
.addIcon{
	width: 275px;
	text-align: center;
	display: table-cell;
	padding-bottom: 30px;
}
.addIcon img{
	margin-bottom: 25px;
}
.addIcon p{
	font-weight:700;}
.mobiquire{
	background-color: #861a34;
	background-image: url(../img/mobiquire.jpg);
	padding-top: 175px;
	padding-bottom: 120px;
}

.mobiquire2{
	background-color: #009bd2;
	background-image: url(../img/mobiquire2.jpg);
	padding-top: 175px;
	padding-bottom: 120px;
}

.mobiquire h1, .mobiquire2 h1{
	padding-bottom:56px;}
.mobiquireIcon{
	text-align: center;
	float: left;
	width: 25%;
	padding-right: 1%;
	padding-left: 1%;	
}
.mobiquireIcon img{
	margin-bottom: 25px;
}
.mobiquireIcon h4{
	font-size: 20px;
	font-weight: 700;
	color: #FFF;
	padding-bottom: 24px;
}
.mobiquireIcon p{
	font-size: 16px;
	padding-bottom: 50px;
}
.work{
	background-image: url(../img/work-bottom.jpg), url(../img/work-glow.jpg), url(../img/work-rpt.jpg);
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: center bottom, center top, left top;
	padding-top: 215px;
	padding-bottom: 110px;
}
.faq{
	background-image: url(../img/faq.jpg);
	
}
.faq p{
	padding-bottom:22px;}
.faqBlock{
	background-image: url(../img/faq-bottom.jpg), url(../img/faq-glow.jpg), url(../img/faq-rpt.jpg);
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: center bottom, center top, left top;
	padding-top: 135px;
	padding-bottom: 70px;
}
.faqBlock p{
	padding-bottom: 8px;
}
.faqBlock p.font16{
	padding-bottom:50px;}
.gap3{
	margin-bottom:70px;}
.about{
	background-image: url(../img/about.jpg);
}
.about p{
	padding-bottom:20px;}
.about .btn-link{
	margin-bottom:0px;
	margin-top:60px;}
.team{
	background-color: #000f18;
	background-image: url(../img/team.jpg);
	padding-top: 190px;
	padding-bottom: 200px;
}
.teamBlock{
	text-align: center;
	background-image: url(../img/border.jpg);
	background-repeat: no-repeat;
	background-position: center 89px;
	background-size:500px 7px;
}
.teamBox{
	display: inline-block;
	width: 198px;
	margin-right: 48px;
	margin-left: 48px;
}
.teamBox:first-child{
	margin-left:0px;}
.teamBox:last-child{
	margin-right:0px;}
.teamBox img{
	margin-bottom: 22px;
}
.teamBox p{
	font-weight:700;
	font-size:16px;
	padding-bottom:0px;
	text-align:center;}
.contact{
	padding-bottom: 100px;
	background-image: url(../img/contact.jpg);
}
@media (max-width: 1200px) {
h1{
	font-size: 60px;
}
.statsBox h2 {
    font-size: 40px;
}
.bannerPart{
	min-height:500px;	
}
.faq{
	padding-bottom:200px;
	
}
.about{
	padding-bottom:200px;}
	}
@media (max-width: 992px) {
.bannerPart {
    padding-top: 150px;
}
	.bannerPart h1{
		font-size:45px;}
		p {
    font-size: 16px;
    padding-bottom: 25px;
}

header {
    padding-top: 30px;
}
.statsBox h2 {
    font-size: 35px;
}
.statsBox p {
    font-size: 16px;
}
.footerTop ul li {
    margin-right: 15px;
}
.developerText {
    padding-top: 70px;
}
.skd{
	padding-top:120px;}
.work{padding-top:120px;}
.addIconBlock {
    width: 100%;
}
.addIcon {
	width: 33%;
	padding-right: 1%;
	padding-left: 1%;
}
.mobiquireIcon {
	float: none;
	padding-left: 1%;
	padding-right: 1%;
	text-align: center;
	width: 50%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.teamBlock{
	
	background-position: center 74px;
	background-size:400px 5px;
}
.teamBox{
	width: 165px;
	margin-right: 20px;
	margin-left: 20px;
}
	}
@media (max-width: 767px) {
h1{
	font-size:40px;}
h2{
	font-size: 30px;
	padding-bottom: 20px;
}
body{
	text-align:center;}
.bannerPart {
    padding-top: 180px;
}
	.logo{
		width:100%;
		text-align:center;
		margin-bottom:10px;}
	.nav{width:100%;
		text-align:center;}
	.nav ul li{
		margin-right:10px;
		margin-left:10px;
		line-height:normal;}
	.bannerPart h1{
		font-size:35px;}
.advertiseImg{
	text-align:center;
	margin-bottom:30px;}
.advertiseImg img{
	height:400px;}
.advertiseText{
	padding-top:0px;}
.monetize{
	padding-top: 120px;
	padding-bottom: 80px;
	background-position: 70% -190px; !important;
}
.secret{
	padding-top: 20px;
	padding-bottom: 100px;
}
.stats {
	padding-bottom: 60px;
	padding-top: 100px;
	background-color: #2e74a8;
	background-position: center bottom;
}
.statsBox {
	margin-bottom:50px;
}
input[type="submit"], button, input[type="button"] {
    font-size: 13px;
    letter-spacing: 1px;
    padding: 0 22px;
}
.signUp h1 {
    padding-bottom: 40px;
}
footer{
	padding-top:55px;}
.footerTop ul {
	width:100%;
	text-align:center;
	margin-bottom:20px;
}
.footerTop ul li{
	margin-right:8px;
	margin-left:8px;
	line-height:normal;}
.footerLogo{
	
	width:100%;}
.footerText{
	width:100%;}
footer .social{
	width:100%;
	margin-bottom:20px;}
.text-right, .text-left{
	text-align:center !important;}
.developerText {
    padding-top: 20px;
}
.gap1, .gap2{
	margin-bottom:30px;}
.skdGap {
    margin-bottom: 50px;
}
.addIcon {
	width: 100%;
	padding-right: 2%;
	padding-left: 2%;
	display:block;
}
.mobiquireIcon {
	
	padding-left: 2%;
	padding-right: 2%;
	width: 100%;
	
}
.teamBlock{
	background-image:none;
}
.teamBox{
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom:30px;
	display:block;
}
	}
@media (max-width: 480px) {
	
	}
