
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:0px 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 {
	color: #f8f8f8;
/*	padding-top: 40px;*/
	/*padding-top: 80px;
	padding-bottom:0px;
	
	color: #f8f8f8;
	background: orange;
	background-image:url('images/fogojet/zapbg.png');
	
	background-repeat:no-repeat;
	background-position:top center;*/
}
.zapbg{ width: 110%;}
.top-message {
	position: 10px 10px;
	padding: 20px 10px 20px 10px;
	background-color: #000;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.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-top:20px;
	background-color:#000;
}


.welcome h2 {
	font-size:32px;
	margin-bottom:15px;
}



.welcome h2{color:#D7DF23; }

.welcome i{color:#D7DF23;}

.welcome .iconspace {padding-left:20px; color:#FFF; }

.welcome p {
	font-size:16px;
	width:75%;
	margin:0 auto 30px;
	line-height:25px;
}

.welcome .list-group-item {
	color: #fff;
	font-size: 21px;
}


/* Services content */

.services {
	background: #fff;
	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-top:30px 0;
	padding-bottom:30px 0;
	background-color:#FFF;
}
.sshots h2{ color:#8DC63F; font-weight:600; font-family: 'Open Sans', 'sans-serif';}

.sshots p{ colour:#000; font-size:20px;}

.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:#000;
	padding-top:25px ;
	padding-bottom:25px ;
}

.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;
}

.wrap-content p span{
	color:#F9B613;
	font-size:14px;
	line-height:22px;
	font-weight:600;
}

.wrap-content p span span{ display: inline-block;}

.wrap-content h2 span{
	color:#F7941E;
}

.wrap-content IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }
	
IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }

/* Tabs content */

.tab-pane {
    padding: 15px 0;
}

.tab-pane p {
	line-height:23px;
}

.tabs-content {
	padding:50px 0;
}

.tab-pane button:hover {
	background:#14ae90;
	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-top: 30px;
	padding-bottom: 30px;
	background-color:#ED1C24;
	color:#fff;
}

.team h3 {
	font-weight:400;
}

.team p {
	margin-bottom:10px;
	color:#fff;
	line-height:1.5em;
}

.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;
}

.price {
	font-size: 4em;
}

.price-cents {
	vertical-align: super;
	font-size: 50%;
}

.list-group-item {
	color: #757575;
	font-size: 14px;
}

.list-group .btn {
	background:#D7DF23 !important;
	border-color:#D7DF23;
	font-size: 21px;
	color:#000;
	font-weight:600;
}

.list-group .btn:hover {
	background:#fff !important;
	
}

.panel-default {
	border-color: #ccc;
	padding: 15px 0;
}

.panel-body {
	font-family:Open sans;
	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: Open Sans;
	font-weight: 600;
	position: relative;
	top: 2px;
}

.newsletter .btn {
	margin: 10px;
	text-transform:uppercase;
	font-weight:bold;
	font-family:open sans;
	font-size:14px;
	padding:10px 25px;
}

/* Map Styles */

.gmap {
	padding:0px;
	height:400;
}

.gmap div {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}  

#map{
	display: block;
	width: 100%;
	height: 500px;
	margin: 0 auto;
}

#map.large{
	height:500px;
}

#map img {
	max-width:none !important;
	height:auto;
}

/* 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-top: 40px;*/
	/*padding-bottom: 40px;*/
	color: #f8f8f8;
	/*background: #000;*/
}

.cinfo ul {
	margin-bottom: 0;
}

.cinfo h2{color:#D7DF23; }

.cinfo-social-buttons {
	float: right;
	margin-top: 0;
}
.cinfo .address{
	font-size: 20px;
	font-family: Open sans;
	line-height:2em;
	margin-top: 5px;
	color:#fff;
	
	/*letter-spacing: -1px;*/
	}
.cinfo .address span{
	padding-left:15px;
}

.cinfo .address .noicon{
	padding-left:38px;
}

.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;*/
}

.creditspanel{
	background-color: #5c8029;
	display:block;
	
	color: #fff;
	margin-bottom:50px;
	}

footer {
	background-color: #5c8029;
	color: #fff;
	padding-bottom: 0px 0px 50px 0;
}	

p.copyright {
	margin: 15px 0 ;
	color:#FFF;
}

/* 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:#D7DF23;
	color:#000;
}

.btn-7 {
	background: #000;
	color: #D7DF23;
	border-radius: 7px;
	box-shadow: 0 5px #ccc;
}

.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:20px 35px 25px 20px ;
	/*border: 2px solid rgb(255, 255, 255);*/
	margin-top: 10px;
	/*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;
}
.list-group .btn {
	background:#D7DF23 !important;
	border-color:#D7DF23;
	font-size: 21px;
	color:#000;
	font-weight:600;
}

.list-group .btn:hover {
	background:#fff !important;
	
}
.d-btn {
	background:#D7DF23 !important;
	border-color:#D7DF23;
	font-size: 21px;
	color:#000;
	font-weight:600;
	
	display: table;
	padding: 8px 25px;
	
	font-weight: 800;
	text-transform: uppercase;
}		

.download-form label.css-label a {
	color:#fff;
	text-decoration:underline;
}

.d-btn:hover {
	background:#fff !important;
	color:#000;
}		

@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;
	}
	h3.taglinetxt{ 
		text-align:center;
	
	}

	.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;
	}

}

body#boxed #wrapper {
		margin:10px auto 0px !important;
	}
	
	body#boxed { 
	  /*background-image:url('images/fogojet/zapbg.png') no-repeat center center fixed;*/ 
	 background-color:#8DC63F;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	}
	.creditpanel{
		-webkit-border-bottom-right-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
background-color:#5c8029;
		}
		
	.inblock{ display:inline-block;}
	
	.taglinetxt{ font-weight:600;}
	h3.taglinetxt span{ color:#8DC63F; }

	
#bgzap1 {
  display:block;
}

#bgzap1 .imgtest{
	background: url('images/fogojet/zapbg.png');
	background-color:#060;
 /* position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-height: 100%;*/
}

.imgtest{background: url('../images/fogojet/zapbg.png');}
	
	.zapdisplay{
/*		background-image:url('images/fogojet/zapbg.png') no-repeat center center fixed;
		display:block;
		background:url('images/fogojet/zapbg.png'); 		background-repeat: no-repeat; 
		background-position:top center; 
		min-height:100%; 
		-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;
	  	background-size: cover;*/

   }
  .copyright a{color:#D7DF23; text-decoration:}
  .copyright a:hover{ color:#000;}
  
