
body, html {
	height: 100%;
	width: 100%;
}

body, h1, h2, h3, h4, h5, h6 {
	font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 200;
}

body {font-weight:600;}

.lead {
	font-size: 18px;
	font-weight: 400;
}

p {
	color:#656565;
	font-weight:400;
	font-family:Open sans;
}

/* Header */

.header {
	padding:8px 0;
	z-index: 10000;
}

.logo i {
	color:#1abc9c;
	font-size:27px;
	margin-right:7px;
}

.logo {
	color:#000 !important;
	text-transform:uppercase;
	font-size:25px;
	font-weight:500;
}

.navbar-nav {
	float: left;
	margin: 5px 0 0;
}

/* top content */

.top-header {
	padding-top: 40px;
	padding-bottom:65px;
	color: #f8f8f8;
	background: #017987;
}

.top-message {
	position: relative;
	padding-top: 25%;
	padding-bottom: 0%;
	padding-right:50px;
}

.top-message > h1 {
	margin: 0;
	font-size: 4em;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
	text-transform:uppercase;
	font-weight:700;
}

.top-message .btn1 {
	padding: 15px 35px;
}

.top-divider {
	width: 100%;
	border-top: 1px solid #f8f8f8;
	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;
}

.top-message > p {
	font-size:14px;
	line-height:22px;
	margin-bottom:25px;
	color:#fff;
}

/* Welcome content */

.welcome {
	padding:50px 0 30px;
}

.welcome h2 {
	font-size:32px;
	margin-bottom:15px;
}

.welcome p {
	font-size:16px;
	width:75%;
	margin:0 auto 30px;
	line-height:25px;
}

/* Services content */

.services {
	background: #60a727;
	padding: 80px 0 60px;
	color: #fff;
}

.services h4 {
	font-size:20px;
	margin:25px 0 15px;
	font-weight:500;
}

.services p {
	font-size:13px;
	line-height:21px;
	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:#017987;
	padding:75px 0;
}

.wrap-content1 {
	background:#2ecc71;
}

.wrap-content h2 {
	color:#fff;
	margin-bottom: 30px;
}

.heading-spacer {
	border-top: 3px solid #fff;
	width: 200px;
	float: left;
}

.wrap-content p {
	color:#fff;
	font-size:14px;
	line-height:22px;
}





/* Contact Info */

.contact-info {
	padding:0px;
}

.contact-info li {
	list-style: none;
	float: left;
	margin-right: 50px;
	font-size: 28px;
	font-family: Open sans;
	margin-top: 5px;
	letter-spacing: -1px;
}

.cinfo {
	padding: 40px 0;
	color: #f8f8f8;
	background: #017987;
	background-size: cover;
}

.cinfo ul {
	margin-bottom: 0;
}

.cinfo-social-buttons {
	float: right;
	margin-top: 0;
}

.cinfo-social-buttons .btn {
	color:#1abc9c;
	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: #1abc9c;
	border-radius: 7px;
	box-shadow: 0 5px #14ae90;
}

.lmore {
	color:#fff;
}

.lmore:hover {
	color:#000;
}

.lmore span {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
}

.btn2 a {
	position: relative;
	display: inline-block;
	margin: 0px 25px;
	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:open Sans;
}

.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;
	padding: 4px 25px;
	border-radius:3px;
	background: #2195de;
	-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: #28a2ee;	
}

.download-form {
	padding:25px 35px;
	border: 2px solid rgb(255, 255, 255);
	margin-top: 155px;
	border-radius: 10px;
}

.download-form input {
	color:#000;
	margin-bottom:18px;
	height:40px;
}

.download-form input:-moz-placeholder {
	color: #555;
	opacity: 1;
}

.download-form input::-moz-placeholder {
	color: #555;
	opacity: 1;
}

.download-form input[type=checkbox].css-checkbox {
	display:none;
}

.download-form input[type=checkbox].css-checkbox + label.css-label {
	padding-left:34px;
	height:22px; 
	display:inline-block;
	line-height:22px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:16px;
	vertical-align:middle;
	cursor:pointer;
}

.download-form input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -22px;
}

.download-form label.css-label {
	background-image:url(http://csscheckbox.com/checkboxes/u/csscheckbox_b8efdc18512964881aebaaacc13f5655.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.d-btn {
	display: table;
	padding: 8px 25px;
	margin-top: 20px;
	font-weight: 800;
	text-transform: uppercase;
}		

.download-form label.css-label a {
	color:#fff;
	text-decoration:underline;
}

.d-btn:hover {
	background:#0d9b7f;
	color:#fff;
}		

@media (max-width: 767px) {

	.container {
		max-width:420px;
		width:420px;
		margin:0 auto;
	}

	.top-message {
		padding-bottom: 15%;
	}

	.top-message > h1 {
		font-size: 3em;
	}

	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;
	}

	.download-form {
		margin-top: 15px;
		border-radius: 10px;
	}

}


@media only screen and (min-width: 480px) and (max-width: 599px) {

	.download-form {
		margin-top: -25px;
		border-radius: 10px;
	}
}


@media (max-width: 421px) {

	.container {
		max-width:280px;
		width:280px;
		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) {

	.download-form {
		margin-top: 55px;
		border-radius: 10px;
	}

	.top-message {
		padding-right:0px;
	}

	.top-header {
	    padding-top: 65px;
	    padding-bottom: 45px;
	}

	.top-message > h1 {
		font-size: 35px;
		margin-top:-25px;
	}

	.top-message > h3 {
		font-size:20px;
	}

	.top-message > p {
		font-size:13px;
		line-height:21px;
		margin-bottom:10px;
	}

	.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: Open sans;
		margin-top: 5px;
		letter-spacing: -1px;
	}

}

@media only screen and (min-width: 960px) and (max-width: 1050px) {

	.container {
		width: 90% !important;
		max-width:90% !important;
		margin:0 auto;
	}

	.top-message {
		padding-right:0px;
	}

	.top-message > h1 {
		font-size: 45px;
		margin-top:-25px;
	}

	.top-message > h3 {
		font-size:24px;
	}

	.top-message > p {
		margin-bottom:10px;
	}

	.download-form {
		margin-top: 95px;
		border-radius: 10px;
	}

	.top-header {
		padding-bottom:35px;
	}

}
