body, html {
	height: 100%;
	width: 100%;
}

body h1, h2, h3, h4, h5, h6 {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-weight: 300;
}

h1 {
	margin-top: 0px;
	font-size: 32px;
	/*margin: 0;
	font-size: 4em;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
	text-transform:uppercase;
	font-weight:700;
	color: #17212a*/
}

h2 {
		font-weight: 300;
		font-size: 32px;
		padding-bottom: 0px;padding-bottom:0;padding-top:0;margin-top:0;

}

p {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 19px;
}

.black-font p {
	color: #111;
}

.white-font, .white-font p {
	color: #fff;
}


@media (max-width: 480px) {
	h1 {
		margin-top: 0px;
		font-size: 32px;
	}

	h2 {
			font-weight: 300;
			font-size: 18px;
			padding-bottom: 0px;padding-bottom:0;padding-top:0;margin-top:0;
	}

	p {
		font-family: "Lato", Helvetica, Arial, sans-serif;
		font-weight: 300;
		font-size: 13px;
	}
}

@media (max-width: 768px) {
	h1 {
		margin-top: 0px;
		font-size: 32px;
	}

	h2 {
			font-weight: 300;
			font-size: 25px;
			padding-bottom: 0px;padding-bottom:0;padding-top:0;margin-top:0;
	}

	p {
		font-family: "Lato", Helvetica, Arial, sans-serif;
		font-weight: 300;
		font-size: 18px;
	}
}

/* Header */

div.row > h3.text-center {
	padding-bottom: 60px;
}

img {
	height: none !important;
}

div.container > p.text-center {
	padding-bottom: 20px;
	padding-top: 60px;
}

div.container > h2.text-center {
	padding-bottom: 20px;
	padding-top: 60px;
	color: #fff;
}

.header {
	padding:15px 0;
	z-index: 10000;
}

.navbar-default {
	background:transparent !important;
	border:none;
}

.logo i {
	color:#01adb6;
	font-size:27px;
	margin-right:7px;
}

.logo {
	color:#01adb6 !important;
	text-transform:uppercase;
	font-size:25px;
	font-weight:500;
}

.navbar-nav {
	float: left;
	margin: 5px 0 0;
}

/* top content */

.top-message {text-align: center;}
.top-message h1, .top-message h2 {font-weight: 300; text-shadow: none !important; color: #fff;}
.top-message h1 {
	font-size: 48px;
    font: "Lato", sans-serif;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.top-message h2 {
	font-size: 25px;
    padding-bottom: 0px;
    padding-top: 0;
    line-height: 25px;
    margin-top: 0;
	margin-bottom: 35px;
}
.landingLoginBtn {
	color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    width: 300px;
    background: rgba(0,0,0,.2);
    display: block;
    border: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: 2px solid #27d4e4;
    line-height: 40px;
    border-radius: 4px;
    margin: 10px auto;
		vertical-align: top;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
}
.loginGoogle{
    width: 300px;
		text-transform: uppercase;
		display: inline-block;
    background: white;
    color: #444;
    border-radius: 5px;
		border: 1px solid grey;
    box-shadow: 1px 1px 1px grey;
}
.loginGoogle:hover {
	border-color: #ff565c !important;
}
.landingLoginBtn:hover {background: #27d4e4; color: #fff;}
.loginFacebook.landingLoginBtn:hover {background: #3b5998; border-color: #3b5998; color: #fff;}
.loginGoogle.landingLoginBtn:hover {background: #4285F4; border-color: #4285F4; color: #FFF;}

.icon {
  background: url('https://static.inkive.com/assets/img/g-logo.png') 5px transparent no-repeat;
	background-size: 20px;
	display: inline-block;
  vertical-align: middle;
	width: 35px;
  height: 40px;
}
.gtext{
	vertical-align: top;
  display: inline-block;
  max-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.top-message .btn1 {
	padding: 15px 35px;
}

.top-divider {
	width: 100%;
	border-top: 1px solid #000;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
	display: table;
	height: 0px;
	margin-top: 30px;
	margin-bottom: 0px;
}

.top-message > h3 {
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
	font-weight:400;
	margin-top: 10px;
	color: #4c5359
}


.navbar-default .navbar-nav > li > a {
	color: #01adb6;
}
.navbar-default .navbar-nav > li > a:hover {

	color: #17212a;
}

/* Welcome content */

.welcome {
	padding:50px 0 30px;
	background-color: #17212a
}

.welcome h1 {
	color:white;
	text-shadow: rgba(255, 255, 255, 0.5) 0 0 1px;
	font-weight: 300;
}

.welcome > h2 {
	color:white;
	text-shadow: rgba(255, 255, 255, 0.5) 0 0 1px;
	font-weight: 300;
	font-size: 25px;
	padding-bottom: 0px;padding-bottom:0;padding-top:0;margin-top:0;
}

.part {
	padding: 50px 0;
}

/* Services content */

.section container sshots {
	background-color: black;
}

.services {
	background: #01adb6;
	padding: 80px 0 60px;
	color: #fff;
}
.services-grey{
	background-color: #17212a;
	padding: 80px 0 60px;
	color: #fff;
}

.service-item {
	margin-bottom: 15px;
}

i.service-icon {
	border: 2px solid #fff;
	color:#fff;
	border-radius: 50%;
	display: inline-block;
	font-size: 40px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	vertical-align: middle;
	text-align: center;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	position:relative;
}

.service-item:hover {
	/*cursor:pointer;*/
}

.service-item:hover i.service-icon{
	font-size:28px;
}

.service-item:hover i.service-icon:after {
	content:'';
	border:4px solid #fff;
	position:absolute;
	color:#fff;
	width:95%;
	height:96%;
	left:3%;
	right:0%;
	top:2%;
	border-radius:50%;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

/* Screenshots content */

.sshots {
	padding:60px 0 85px;

}

.shot-wrap {
	position:relative;
	overflow:hidden;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.shot-wrap img {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.shot-wrap:hover img {
	transform:scale(1.1);
	-ms-transform:scale(1.2); /* IE 9 */
	-moz-transform:scale(1.2); /* Firefox */
	-webkit-transform:scale(1.2); /* Safari and Chrome */
	-o-transform:scale(1.2); /* Opera */
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.shot-img {
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	right:0px;
	background:#000;
	background:rgba(0,0,0,0.4);
	opacity:0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.shot-wrap:hover .shot-img {
	opacity:1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	cursor: url('../images/plus.png'), url('../images/plus.png'), move;
}

/* Info content */


.wrap-content {
	background:#fff;
	padding:30px 0;
}

.wrap-content1 {
	background:#fff;
}


.heading-spacer {
	padding-top: 40px;
	border-bottom: 3px solid #01adb6;
	width: 200px;
	float: left;
	color: #01adb6;
}

/* Tabs content */

.tab-pane {
    padding: 15px 0;
}

.tab-pane p {
	line-height:23px;
}

.tabs-content {
	padding:50px 0;
}

.tab-pane button:hover {
	background:#01ADB6;
	color:#fff;
	box-shadow: 0px 5px #0e9d81;
}

.tab-pane button i {
	font-size:30px;
	margin-right:8px;
	position:relative;
	top:3px;
}

.nav-tabs a {
	color:#999;
}

.nav-tabs a:hover {
	color:#222;
}

.tab-side {
	padding-top:80px;
}

.iphone-div {
	display:block;
}

.android-div {
	display:none;
}

.windows-div {
	display:none;
}

/* Team content */

.team {
    padding: 30px 0;
}

.team h3 {
	font-weight:400;
}

.team p {
	margin-bottom:20px;
}

.facebook-link a:hover {
	color: #3b5998;
}

.linkedin-link a:hover {
	color: #007fb1;
}

.twitter-link a:hover {
	color: #39a9e0;
}

.google-plus-link a:hover {
	color: #d14836;
}

.list-social-icons {
	margin-bottom: 45px;
}

.tooltip-social a {
	text-decoration: none;
	color: #bbb;
	font-size: 13px;
}

/* Pricing content */

.pricing {
	padding:50px 0;
	background: #7f8c8d url(../demo/bg1.jpg) no-repeat center fixed;
	background-size:100% auto;
}

.price {
	font-size: 4em;
}

.price-cents {
	vertical-align: super;
	font-size: 50%;
}

.list-group-item {
	color: #757575;
	font-size: 14px;
}

.list-group .btn {
	background:#01adb6 !important;
	border-color:#0fa285;
}

.list-group .btn:hover {
	background:#0fa285 !important;
}

.panel-default {
	border-color: #ccc;
	padding: 15px 0;
}

.panel-body {
	/*font-family:Open sans;*/
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size:13px;
	line-height:23px;
	font-weight:400;
	color:#555;
}

/* Clients content */

.clients {
	padding:20px 0 60px;
}

.img-client {
	border:1px solid #fff;
	border-radius:3px;
	opacity:0.5;
	filter: alpha(opacity=50);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.img-client:hover {
	border:1px solid #bbb;
	opacity:1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

/* Call to Action */

.newsletter {
	color: #ffffff;
	background: #34495e;
	padding: 40px 0 55px;
}

.newsletter input {
	border:none;
	background:#fff;
	height: 41px;
	border-radius: 6px;
	padding: 0px 15px;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-weight: 600;
	position: relative;
	top: 2px;
}

.newsletter .btn {
	margin: 10px;
	text-transform:uppercase;
	font-weight:bold;
	font-family:"Lato", Helvetica, Arial, sans-serif;
	font-size:14px;
	padding:10px 25px;
}

/* Contact Info */

.contact-info {
	padding:0px;
}

.contact-info li {
	list-style: none;
	float: left;
	margin-right: 50px;
	font-size: 28px;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	margin-top: 5px;
	letter-spacing: -1px;
}

.cinfo {
	padding: 40px 0;
	color: #f8f8f8;
	background: #01adb6;
	background-size: cover;
}

.cinfo ul {
	margin-bottom: 0;
}

.cinfo-social-buttons {
	float: right;
	margin-top: 0;
}

.cinfo-social-buttons .btn {
	color:#01adb6;
	border:2px solid #fff;

}

.cinfo-social-buttons .btn:hover {
	color:#fff;
	background:transparent;
	border:2px solid #fff;
}

/* Footer */

footer .list-inline {
	display:table;
	margin:0 auto;
}

footer {
	background-color: #f8f8f8;
	padding: 50px 0;
}

p.copyright {
	margin: 15px 0 0;
}

/* Extras */

.btn1 {
	border: none;
	font-family: inherit;
	font-size: 18px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 20px 35px;
	display: inline-block;
	margin: 15px 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn1:hover {
	background:#a3e4d7;
	color:#fff;
}

.btn-7 {
	background: #fff;
	color: #01adb6;
	border-radius: 7px;
	box-shadow: 0 5px #01ADB6;
}

.btn-8 {
background:#01adb6;
box-shadow:0 5px rgba(0,0,0,0.3);
color:#fff;
}

.lmore {
	color:#fff;
}

.lmore:hover {
	color:#01adb6;
}

.lmore span {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
}

.btn2 {
	text-align: center;
}

.btn2 a {
	position: relative;
	display: inline-block;
	margin: 0px auto;
	width: 300px;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 16px;
	text-transform:uppercase;
	font-family: "Lato", Helvetica, Arial, sans-serif;
}

.service-grey .service-icon:before, .service-grey i.service-icon {
	transition: all 1s ease-in-out !important;
}

.service-grey:hover .service-icon:before {
	font-size: 50px !important;
}
.service-grey:hover i.service-icon {
	border-color: #26D1E2 !important;
}


.page-header {
	font-weight:700;
}

.btn2 a:hover,
.btn2 a:focus {
	outline: none;
}

.cl-effect-2 a {
	line-height: 44px;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
	color: #fff
}

.cl-effect-2 a span {
	position: relative;
	display: inline-block;
	text-color: #17212a;
	padding: 4px 25px;
	border-radius:3px;
	background: #01bbc5;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.csstransforms3d .cl-effect-2 a span::before {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0965a0;
	content: attr(data-hover);
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	line-height: 55px;
	border-radius:3px;

}

.cl-effect-2 a:hover span,
.cl-effect-2 a:focus span {
	-webkit-transform: rotateX(90deg) translateY(-22px);
	-moz-transform: rotateX(90deg) translateY(-22px);
	transform: rotateX(90deg) translateY(-22px);
}

.csstransforms3d .cl-effect-2 a:hover span::before,
.csstransforms3d .cl-effect-2 a:focus span::before {
	background: #01adb6;
}

.testimonials-wrap {
	background: #323B4C url(https://static.inkive.com/assets/img/branding/bottomnew.jpg) center center fixed;
    background-size: cover;
    padding: 90px 0;
}

.customers {
	padding: 0 0 82px;
}

.ts-testimonial-item {
	text-align: center;
	font-style: italic;
}

@media (max-width: 767px) {

	.container {
		margin:0 auto;
	}

	.top-message {
		padding-top:8%;
		padding-bottom: 15%;
	}

	ul.top-social-buttons > li {
		display: block;
		margin-bottom: 20px;
		padding: 0;
	}

	ul.top-social-buttons > li:last-child {
		margin-bottom: 0;
	}

	.top-divider {
		width: 100%;
	}

	.top-buttons i {
		font-size: 22px;
		margin-right: 5px;
		position: relative;
		top: 2px;
	}

	.service-item {
		margin-bottom:30px;
	}

	.top-message .btn1 {
		padding: 15px 23px;
		font-size: 15px;
	}

	.flexslider {
		margin: -60px 0 0 0px !important;
	}

	.top-header {
		top:5%;
	}

	.top-header, .pricing {
		background-size:200% auto;
	}

}


@media (max-width: 421px) {

	.top-header {
		top:10%;
	}

	.top-header, .pricing {
		background-size:300% auto;
	}

	.container {
		margin:0 auto;
	}

	.cl-effect-2 a {
		font-size:11px;
	}

	.nav-tabs > li > a {
		margin-right: -4px;
	}

	.contact-info {
		padding:0px;
		display:table;
	}

	.contact-info li {
		margin-right: 0px;
		font-size: 22px;
		margin-bottom:5px;
	}

	.cinfo-social-buttons {
		float: none;
		margin-top: 20px;
	}

	.cinfo {
		padding: 40px 0 55px;
	}

}

@media only screen and (min-width: 768px) and (max-width: 959px) {

	.top-message {
		padding-right:0px;
	}

	.top-buttons li {
		font-size:13px !important;
	}

	.top-message .btn1 {
		padding: 12px 25px;
		font-size:14px;
	}

	.lmore {
		font-size:14px;
	}

	.tab-pane p {
		font-size:13px;
		line-height:21px;
	}

	.tab-side {
		padding-top:0px;
	}


	.contact-info li {
		list-style: none;
		float: left;
		margin-right: 15px;
		font-size: 24px;
		font-family: "Lato", Helvetica, Arial, sans-serif;
		margin-top: 5px;
		letter-spacing: -1px;
	}

}

@media only screen and (min-width: 960px) and (max-width: 1050px) {

	.container {
		margin:0 auto;
	}

	.top-message {
		padding-right:0px;
	}
}
