body {
    color: #555555;
    font-family: 'Noto Sans',sans-serif;
}
/**********************************************************************/
/************************** COMMON ELEMENTS **************************/
/********************************************************************/
h1, h2, h3, h4, h5, h6 {
	color: #333333;
    font-family: 'Roboto Condensed',sans-serif;
}
p {
	line-height: 1.6;
	font-size: 16px;
}
a:focus {
    outline: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
}
/** Custom styles **/
.vis-hidden {
	visibility: hidden !important;
}
a {
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}
h2.sectionTitle {
	color: #b2d234;
    font-size: 50px;
    margin-top: 0;
    text-align: center;
	font-weight: 700;
    margin-bottom: 50px;
}
h3.sectionTitle {
    text-align: center;
    margin-bottom: 50px;
    margin-top: -20px;
}
.altWrap {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background-color: #f7f7f7;
}

/**********************************************************************/
/***************************** NAVBAR ********************************/
/********************************************************************/

.navbar {
	margin-bottom: 0;
	padding-top: 3px;
}

.navbar-inverse {
	/**
	background: url(../images/80.png);
	**/
	background: #fff;
	border: 0 none;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}
.navbar-brand {
	line-height: 1;
    height: 40px;
    margin-top: 14px;
    margin-bottom: 26px;
    padding: 0;
    width: 100%;
	font-size: 40px;
	letter-spacing: -2px;
	font-weight: 700;
}
.navbar-inverse .navbar-brand {
    color: #b2d234;
}
.navbar-inverse .navbar-brand .fa-stack {
	font-size: 28px;
}
.navbar-inverse .navbar-brand .title {
    color: #888;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    background: none;
    color: #b2d234;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-nav {
	float: right;
}
.navbar-inverse .navbar-nav > li > a {
	font-family: 'Roboto Condensed',sans-serif;
	color: #333333;
    display: block;
    font-size: 20px;
    font-weight: 400;
    padding: 30px 15px;
    text-shadow: none;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
    color: #b2d234;
}
.navbar-inverse .navbar-toggle {
	background: #FFFFFF;
    border: 0 none;
	margin: 19px 15px 19px 0;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #eee;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background: #333;
}

.logo{
	width: 20em;
}
/**********************************************************************/
/************************** JUMBOTRON ********************************/
/********************************************************************/

.jumbotron {
	background: url(./../images/slider1.jpg) no-repeat center center scroll; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom: 0;
    padding-top: 140px;
    padding-bottom: 25%;
	color: #fff;
	margin-bottom: 0;
}
.jumbotron .mobile {
	background-image: url("../images/mobile.png");
    background-repeat: no-repeat;
    height: 499px;
    margin-left: -96px;
    margin-top: 0;
    overflow: hidden;
    width: auto;
}
.jumbotron h1 {
	color: #fff;
    font-size: 72px;
    font-weight: 700;
	text-shadow: 0 1px 5px #222222;
}
.jumbotron h2 {
	color: #fff;
	font-weight: 300;
	text-shadow: 0 1px 5px #222222;
	margin-bottom: 30px;
}
.jumbotron .actionBtn .line1 {
	display: inline-block;
    font-size: 14px;
    font-weight: 400;
    width: 140px;
	margin-top: 10px;
}
.jumbotron .actionBtn .line2 {
	font-size: 28px;
    font-weight: 700;
	line-height: 1;
	
}
h2 a{
	color: #fff;
}
h2 a:hover{
	color: #b2d234;
	text-decoration: none;
}


/**********************************************************************/
/************************** Main *******************************/
/********************************************************************/
#Punchline {
	padding-top: 100px;
}
#Punchline h1 {
	font-size: 100px;
}
#Punchline h2 {
	font-size: 45px;
}
#Punchline h2 a{
	color: #b2d234
}
#Punchline h2 a:hover{
	color: #333333
}



/**********************************************************************/
/************************** WHAT WE DO *******************************/
/********************************************************************/
#WhyInspect {
	padding-top: 40px;
	padding-bottom: 40px;
}

#Feature {
	padding-top: 40px;
	padding-bottom: 60px;
}
#Feature .icon {
	-webkit-transition:All 0.2s linear;
	-moz-transition:All 0.2s linear;
	-o-transition:All 0.2s linear;
}
#Feature .fa-stack.icnC {
    color: #b2d234;
    font-size: 74px;
}
#Feature .icon {
	background-color: #b2d234;
    border: 4px solid #b2d234;
    border-radius: 50%;
    color: #FFFFFF;
    display: block;
    font-size: 80px;
    height: 148px;
    line-height: 140px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 148px;
}
#Feature .icon:hover {
    color: #b2d234;
	background-color: #fff;
    cursor: default;
}
#Feature h3 {
	font-weight: 700;
}


/**********************************************************************/
/************************ PRICING ************************************/
/********************************************************************/

#Pricing {
	padding-top: 60px;
	padding-bottom: 60px;
}
#Pricing .priceTable {
	border: 1px solid #D9D9D9;
	border-radius: 4px;
	margin: 0;
	padding: 0;
	background: #fff;
	list-style: none outside none;
	text-align: center;
}
#Pricing .priceTable .title {
	color: #333333;
	font-size: 34px;
	font-weight: 700;
	padding: 20px 10px 0;
	font-family: 'Roboto Condensed',sans-serif;
}
#Pricing .priceTable .description {
    color: #777777;
    font-size: 14px;
	padding: 0px 10px 10px;
}
#Pricing .priceTable .price {
	border-bottom: 1px solid #E5E5E5;
	border-top: 1px solid #E5E5E5;
	color: #333333;
	font-size: 26px;
}
#Pricing .priceTable ul.features {
    margin: 0;
    padding: 0;
	list-style: none outside none;
}
#Pricing .priceTable ul.features li {
	border-bottom: 1px dotted #D2D2D2;
    color: #333333;
    font-size: 16px;
    margin: 0 30px;
    padding: 15px 0;
    text-align: center;
}
#Pricing .priceTable .call {
	margin: 30px 10px;
}
#Pricing .priceTable .call .btn {
	width: 70%;
}
#Pricing .priceTable.alt {
	border-color: #b2d234;
	background: #b2d234;
}
#Pricing .priceTable.alt .title {
	color: #fff;
}
#Pricing .priceTable.alt .description {
    color: #fff;
}
#Pricing .priceTable.alt .price {
	background: #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	color: #333333;
}
#Pricing .priceTable.alt ul.features li {
	border-bottom: 1px dotted #fff;
    color: #fff;
}
#Pricing .priceTable.alt .call .btn {
	background: #FFFFFF;
    border-color: #FFFFFF;
	color: #333;
}
#Pricing .col-sm-3 {
	padding-bottom: 30px;
}

#Pricing li.book {
	margin-bottom: 8px;
	margin-top: 8px;
}

#Pricing .myButton {
	background-color:#b3d033;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #b3d12e;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:11px 23px;
	text-decoration:none;
}
#Pricing .myButton:hover {
	background-color:#6d6e70;
	border-color:#6d6e70;
}
#Pricing .myButton:active {
	position:relative;
	top:1px;
}

/* The animation code */
@keyframes example {
    from {right: -35px;}
    to {right: -10px;}
}

.book-sidebar {
	float:none; position:fixed;
	right: -35px;
	top: 25%;
	display: block;
	z-index: 20000;
	animation-name: example;
    animation-duration: .4s;
    animation-iteration-count: 6;
    animation-delay: 1s;
    -webkit-animation-direction: alternate; /* Chrome, Safari, Opera */
}
.book-sidebar:hover {
	right: -10px;
}



/**********************************************************************/
/******************** Frequently Asked Questions*********************/
/********************************************************************/

#FrequentlyAskedQuestions {
	padding-top: 60px;
	padding-bottom: 40px;
}

/**********************************************************************/
/************************ ABOUT ME *******************************/
/********************************************************************/

#About {
	padding-top: 60px;
	padding-bottom: 40px;
}
#About .slides {
	text-align: center;
}
#About .quote {
	color: #777777;
	font-size: 24px;
	font-style: italic;
	margin-bottom: 15px;
}
#About .author {
	color: #b2d234;
	font-size: 20px;
}

/**********************************************************************/
/************************ CONTACT ************************************/
/********************************************************************/
#Contact {
	padding-top: 60px;
	padding-bottom: 60px;
}
#Contact .overlay {
	padding-bottom: 60px;
}
#Contact .blurb {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 40px;
}
#Contact label {

}
#Contact .form-control {
    border: 1px solid #c5c5c5;
    height: 38px;
    line-height: 38px;
    margin: 0 0 10px;
    padding: 8px 5px;
    width: 100%;
	border-radius: 0;
	color: #555;
	box-shadow: none;
}
#Contact .form-control:focus {
	border-color: #aaa;
    box-shadow: none;
}
#Contact textarea.form-control {
	margin: 0 0 10px;
    max-height: 300px;
    max-width: 100%;
    width: 100%;
	min-height: 120px;
}
#Contact button.btn {
    margin-top: 15px;
    width: 100%;
}
#Contact span,#Contact a {
    color: #b2d234;
}

#Contact img{
	width: 200px;
}

/**********************************************************************/
/************************* FOOTER ************************************/
/********************************************************************/
footer {
	background: #444;
	padding: 40px 0;
}
footer p {
	color: #ddd;
    font-weight: 300;
    margin: 0 0 20px 0;
	font-size: 16px;
}
footer .social {
	margin: 0;
}
footer .social a {
	color: #DDDDDD;
	text-decoration: none;
}
footer .social a:hover {
	color: #fff;
}
footer .social a .fa-inverse {
	color: #444;
}

/**********************************************************************/
/****************** MEDIA QUERIES ************************************/
/********************************************************************/
@media(max-width:1200px){
	.jumbotron .mobile {
		margin-left: -164px;
	}
}
@media(max-width:979px){
	.navbar-collapse {
		float: right;
	}
	.navbar-inverse .navbar-nav > li > a {
		font-size: 16px;
		padding: 25px 12px;
	}
	.navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand {
		font-size: 28px;
		float: left;
		margin: 15px 0;
		width: auto;	
	}
	.navbar-inverse .navbar-brand .fa-stack {
		font-size: 22px;
	}
	.navbar-nav {
		float: left;
	}
	.jumbotron {
		padding-top: 100px;
	}
	.jumbotron .jumboText {
		text-align: center;
	}
	.jumbotron h1 {
		font-size: 64px;
	}
	.jumbotron .actionBtn {
		margin-bottom: 50px;
	}
	.jumbotron .mobile {
		margin-left: -48px;
	}
	#productWrap .imgWrap img {
		margin: 0 auto 60px;
	}
	#Contact .blurb {
		font-size: 20px;
	}

}
@media (max-width: 767px) {
	.navbar-collapse {
		float: none;
	}
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		float: left;
		margin: 15px 0 15px 15px;
	}
	.navbar-inverse .navbar-nav > li > a {
		font-size: 14px;
		padding: 12px 15px;
	}
	.jumbotron {
		padding-left: 0;
		padding-right: 0;
	}
	.jumbotron h1 {
		font-size: 48px;
	}
	.jumbotron h2 {
		font-size: 22px;
	}
	
	#Feature .feature {
		margin-bottom: 40px;
	}
	#productWrap .productFeatures .icon {
		font-size: 14px;
	}
	#Pricing .priceTable {
		margin-bottom: 60px;
	}
}
@media (max-width: 600px) {
	#Punchline h1 {
		font-size: 50px;
	}
	#Punchline h2 {
		font-size: 35px;
	}
}
@media (max-width: 350px) {
	#Punchline {
		padding-top: 160px;
	}
}