body {
	width: 100%;
	height: 100%;
}
html {
	width: 100%;
	height: 100%;
}
 @media(min-width:767px) {
.navbar {
	padding: 20px 0;
	-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
	transition: background .5s ease-in-out, padding .5s ease-in-out;
}
.top-nav-collapse {
	padding: 0;
}
.backtext {
	font-size: 55px;
}
}
@media only screen and (min-width : 220px) {
.navbar {
	padding: 20px 0;
	-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
	transition: background .5s ease-in-out, padding .5s ease-in-out;
}
.top-nav-collapse {
	padding: 0;
}
.backtext {
	font-size: 25px;
}
.carcaptstyle1 {
	top:20%;
	left:15%;
	width: 60%;
	text-align:left;
	text-transform: uppercase;
	font-weight: bolder;
}
.carcaptstyle1 h2{
	font-size:20px;
		color:#FFF;
}
.carcaptstyle2 {
	top:20%;
	width: 70%;
	left:15%;
	text-align:center;
	text-transform: uppercase;
	font-weight: bolder;
}
.carcaptstyle2 h2 {
	font-size:25px;
	color:#FFF;
}

.carcaptstyle3 {
	top: 25%;
	width: 80%;
}
.carcaptstyle3 h2 {
	font-size:24px;
	color:#FFF;
	text-align:center;
}
}
/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
.navbar {
	padding: 20px 0;
	-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
	transition: background .5s ease-in-out, padding .5s ease-in-out;
}
.top-nav-collapse {
	padding: 0;
}
.backtext {
	font-size: 35px;
}
.carcaptstyle1 {
	top:25%;
	left:15%;
	width: 70%;
	text-align:left;
	text-transform: uppercase;
	font-weight: bolder;
}
.carcaptstyle1 h2{
	font-size:25px;
		color:#FFF;
}
.carcaptstyle2 {
	top:25%;
	width: 70%;
	left:15%;
	text-align:center;
	text-transform: uppercase;
	font-weight: bolder;
}
.carcaptstyle2 h2 {
	font-size:30px;
	color:#FFF;
}

.carcaptstyle3 {
	top: 25%;
	width: 80%;
}
.carcaptstyle3 h2 {
	font-size:30px;
	color:#FFF;
	text-align:center;
}
}
/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
.navbar {
	padding: 20px 0;
	-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
	transition: background .5s ease-in-out, padding .5s ease-in-out;
}
.top-nav-collapse {
	padding: 0;
}
.backtext {
	font-size: 45px;
}
.carcaptstyle1 {
	top:30%;
	left:15%;
	width: 80%;
	text-align:left;
	text-transform: uppercase;
	font-weight: bolder;
}
.carcaptstyle1 h2{
	font-size:30px;
	color:#FFF;
}
.carcaptstyle2 {
	top:30%;
	width: 70%;
	left:15%;
	text-align:center;
	text-transform: uppercase;
	font-weight: bolder;
}
.carcaptstyle2 h2 {
	font-size:35px;
	color:#FFF;
}

.carcaptstyle3 {
	top: 30%;
	width: 80%;
}
.carcaptstyle3 h2 {
	font-size:350px;
	color:#FFF;
	text-align:center;
}
}
/* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
.navbar {
	padding: 20px 0;
	-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
	transition: background .5s ease-in-out, padding .5s ease-in-out;
}
.top-nav-collapse {
	padding: 0;
}
.backtext {
	font-size: 90px;
}
.carcaptstyle1 {
	top:20%;
	width: 50%;
	text-align:left;
	text-transform: uppercase;
	font-weight: bolder;
}
.carcaptstyle1 h2{
	font-size:45px;
	color:#FFF;
}
.carcaptstyle2 {
	top:30%;
	width: 65%;
	left:25%;
	text-transform: uppercase;
	font-weight: bolder;
}
.carcaptstyle2 h2 {
	font-size:50px;
	color:#FFF;
}

.carcaptstyle3 {
	top: 30%;
	width:50%;
	left:40%;
}
.carcaptstyle3 h2 {
	font-size:50px;
	color:#FFF;
	text-align:right;
}
}
.logo {
	margin-top: -1.5em;
}
.intro-section {
	padding: 30px 0px 20px 0px;
	text-align: center;
	background: #fff;
}
.solution-section {
	padding: 30px 0px 20px 0px;
	text-align: center;
	background: #eeeeee;
}
.process-section {
	padding: 30px 0px 20px 0px;
	/* text-align: center;*/
	background: #fff;
}
.compliance-section {
	padding: 30px 0px 20px 0px;
	text-align: center;
	background: #eeeeee;
}
.contact-section {
	padding: 30px 0px 20px 0px;
	text-align: center;
	background: #fff;
}
.about-section {
	padding: 30px 0px 20px 0px;
	text-align: center;
	background: #eeeeee;
}
/*carousel */
.carousel {
	height: 60%;
}
.item, .active, .carousel-inner {
	height: 100%;
}
/* Background images are set within the HTML using inline CSS, not here */

.fill {
	width: 100%;
	height: 100%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
/* map style css*/
#map {
	height: 500px;
}
@media all and (max-width: 800px) {
#map {
	height: 500px;
}
}
.getcont {
	border-left: 6px solid red;
	background-color: lightgrey;
	border-top-right-radius: 1em;
	margin-bottom: 15px;
}
.span4 {
	width: 228px;
}
/*::selection {
	color: #FFF;
	background:#2E8B57;
}
::-moz-selection { /* Code for Firefox */
    /*color: #FFF;
	background:#2E8B57;
}*/
/*parallox*/
.parallax {
	background-image: url(../img/processImage.jpg);
	min-height: 350px;
	background-attachment: scroll;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 100%;
}
/*.back_green {
	background-image: url(../img/save.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 300px;
	background-size: cover;
}*/
._yColor {
	color: #7BBA3F;
}
.myfont {
	font-family: "Copperplate Gothic Bold";
}

.circle {
	width: 300px;
	height: 300px;
	border-radius: 50%;
}
/* Search Box */
.add-on .input-group-btn > .btn {
	border-left-width: 0;
	left: -2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* stop the glowing blue shadow */
.add-on .form-control:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
	border-color: #cccccc;
}
.navbar-nav > li > a {
	padding-bottom: 15px;
	padding-top: 15px;
}
.navbar-nav:last-child {
	border-right: 0
}
.textbox {
	box-sizing: border-box;
	border: none;
	border-bottom: 2px solid #999;
	color: #7BBA3F;
	font-weight: bolder;
	font-size: 20px;
}
.backtext {
	opacity: 0.2;
	-ms-transform: rotate(50deg);
	-webkit-transform: rotate(50deg);
	transform: rotate(50deg);
	position: absolute;
	right: 10%;
	left: 10%;
	top: 40%;
}


/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left: 0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}
/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color: #3B5998;
}
.social-network a.icoTwitter:hover {
	background-color: #33ccff;
}
.social-network a.icoGoogle:hover {
	background-color: #BD3518;
}
.social-network a.icoVimeo:hover {
	background-color: #0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color: #007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color: #fff;
}
a.socialIcon:hover, .socialHoverClass {
	color: #44BCDD;
}
.social-circle li a {
	display: inline-block;
	position: relative;
	margin: 0 auto 0 auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	width: 50px;
	height: 50px;
	font-size: 20px;
}
.social-circle li i {
	margin: 0;
	line-height: 50px;
	text-align: center;
}
.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
.backcolor {
	background-color: #D3D3D3;
}