body {
	font-family: 'Roboto', arial, sans-serif;
	color: #333;
	font-size: 14px;
}
p {
	margin-bottom: 15px;
	line-height: 1.5;
}
a {
	color: #1c7801;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
a:hover {
	text-decoration: underline;
	color: #20ca6e;
}
a:focus {
	text-decoration: none;
}
.btn, a.btn {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	font-weight: bold;
}
.btn .fa, a.btn .fa {
	color: #fff;
	margin-right: 5px;
}
a.btn-cta, .btn-cta {
	padding: 8px 30px;
}
a.btn-cta-primary, .btn-cta-primary {
	background: #0d8a24;
	/* border: 1px solid #08afb4;*/
	color: #fff !important;
	font-size:14px;
	border-radius:3px;
	padding:4px 15px;
}
.sld-ttl a.btn-cta-primary:hover, .sld-ttl .btn-cta-primary:hover {
	color: #ffff00;
}
a.btn-cta-secondary, .btn-cta-secondary {
	background: none;
	border: 2px solid #1c7801;
	color: #1c7801;
}
a.btn-cta-secondary:hover, .btn-cta-secondary:hover {
	background: #1c7801;
	border: 2px solid #1c7801;
	color: #fff;
}
a.btn-ghost, .btn-ghost {
	background: none;
	border: 1px solid #fff;
	color: #fff !important;
	padding: 8px 20px;
	vertical-align: middle;
}
a.btn-ghost:hover, .btn-ghost:hover {
	background: #4a6781;
	border: 1px solid #4a6781;
	color: #fff;
}
a.btn-ghost .fa, .btn-ghost .fa {
	margin-right: 10px;
	font-size: 22px;
}
a.btn-ghost .text, .btn-ghost .text {
	position: relative;
	top: -2px;
}
.highlight {
	color: #1c7801;
}
.form-control {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	height: 40px;
	border-color: #eeeeee;
}
.leftbox {
	box-shadow: 0 0 5px 5px #efefef;
	padding:20px 25px;
	border:solid 1px #efefef;
	margin-top: -28px;
}
.leftbox i {
	font-size:16px;
	position:relative;
	top:-3px;
}
.form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #a6a6a6;
}
.form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a6a6a6;
}
.form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a6a6a6;
}
.form-control:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #a6a6a6;
}
.form-control:focus {
	border-color: #e1e1e1;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.text-highlight {
	color: #952410;
}
input[type="text"], input[type="email"], input[type="password"], input[type="submit"], input[type="button"], textarea, select {
	appearance: none;
	/* for mobile safari */
  -webkit-appearance: none;
}
#topcontrol {
	background: #001125;
	color: #3ad34a;
	text-align: center;
	display: inline-block;
	width: 35px;
	height: 35px;
	border: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	z-index: 30;
}
#topcontrol:hover {
	opacity:.5;
}
#topcontrol .fa {
	position: relative;
	top: 3px;
	font-size: 25px;
}
.video-container iframe {
	max-width: 100%;
}
.carousel-inner {
/*background: url('../images/bgsld.png') right no-repeat;*/
}
.in-row {
	display:table;
	content:"";
}
.in-row:before, .in-row:after {
	clear:both;
}
.sld-img {
	position:relative;
	width:320px !important;
	height:auto;
	top:14px;
	margin-bottom: 35px;
}
.inner-banner .sld-img {
	top: -119px;
	width: 300px !important;
}
.slides .sld-ttl {
	font-size: 34px;
	font-weight: 500;
	top: 74px;
	position:relative;
	font-family: "Droid Serif", serif;
}
.home-tabs {
/*border-bottom: 8px solid #ccc;
	/* border-top: 5px solid #bef162
	 border-radius: 0 0 3px 3px;*/
}
.home-tabs a {
	color:#1c7801;/* border-top: 5px solid #bef162*/
}
.home-tabs-inner {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	background:#fff;
	border:solid 10px #fff;
	border-bottom-color:#ddd;
	border-top-color:#ddd;
}
.home-tabs-inner img {
/*border: 1px solid #ccc;*/
	
	}
.inner-page {
	margin-top:20px;
}
.home-tabs p {
	border: 1px solid #ddd;
	padding: 20px;
	text-align:justify;
	border-radius: 0 0 3px 3px;
	border-bottom: 5px solid #bef162;
}
.strip {
	background-color: #ccc;
	background-image: -moz-linear-gradient(left center, transparent 0%, transparent 50%, #ccc 50%, #efefef 100%);
	background-size: 10px 100%;
	height:2px;
	overflow:hidden;
	padding:0px;
}
.sub-ttl {
	/*background:#4fd451;*/
	background:#d7e20c;
	color: #0e3c00;
	padding:10px 0px;
	text-align:center;
	margin:0px;/*border-top:solid 1px #31b633;*/
	border-radius: 3px 3px 0 0;
}
.img-top-tab img {
	width:100%;/*border-bottom:solid 5px #feff78;*/
}
.inner-banner .slides .sld-ttl {
	top:23px;
	font-size:22px;
	letter-spacing: 0.5px;
	text-shadow: none;
}
.slides .sld-ttl p {
	font-size:16px;
	font-weight:100 !important;
	color:#001125;
}
.nav > li > a {
	padding:10px 10px 10px 5px;
}
/* ======= Header ======= */
.header {
	color: #fff;
	width: 100%;
	position: relative;
	z-index: 40;
	height: 80px;
	background:#e5f0f7;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.header.scrolled {
	height: 80px;
	top: 0;
}
.header.scrolled .main-nav .nav .nav-item a {
	color: #666666;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
.header.scrolled .main-nav .nav .nav-item.nav-item-cta a.btn-cta-secondary {
	background: #1c7801;
	border-color: #1c7801;
}
.header.scrolled .main-nav .nav .dropdown-menu a {
	color: #fff;
}
.header .logo {
	font-family: "Roboto Slab", arial, sans-serif;
	margin-top: 0px;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 15px;
	float: left;
}
.header .logo a {
	color: #fff;
	padding: 2px 5px 0px 0px;
	display: inline-block;
	text-align: center;
	line-height: 1.4;
	max-width: 290px;
}
.header .logo a:hover {
	text-decoration: none;
}
.header .logo .logo-title {
	vertical-align: middle;
	line-height: 1.6;
}
.header .main-nav {
	margin-top: 15px;
}
.header .main-nav .navbar-toggle {
	margin-right: 0;
	margin-top: 0;
	background: none;
	position: absolute;
	right: 25px;
	top: 10px;
}
.header .main-nav .navbar-toggle:focus {
	outline: none;
}
.header .main-nav .navbar-toggle .icon-bar {
	background-color: #3ad34a;
	height: 3px;
	border-radius:0px;
}
.header .main-nav .navbar-toggle:hover .icon-bar {
	background-color: #3ad34a;
}
.header .main-nav .nav .nav-item {
	font-weight: normal;
	margin-right: 8px !important;/*	border-right: 1px solid #00060c;*/
}
.header .main-nav .nav .nav-item.active a {
	background: #6dc8fa none repeat scroll 0 0;
	border-radius: 3px;
	color: #fff;
}
.header .main-nav .nav .nav-item.active li a {
	color:#fff;
}
.header .main-nav .nav .nav-item.nav-item-cta a.btn-cta-secondary {
	border: 1px solid #fff;
	color: #fff;
	padding: 8px 10px;
	margin-top: 5px;
	font-size: 13px;
}
.header .main-nav .nav .nav-item.nav-item-cta a.btn-cta-secondary:hover {
	border: 1px solid #1c7801;
	background: #fff;
}
.header .main-nav .nav .nav-item a {
	color: #1c780;
	padding: 5px 10px;
	margin-top:15px;
}
.header .main-nav .nav .nav-item a:hover {
	color: #fff !important;
}
.header .main-nav .nav .nav-item a:focus {
	outline: none;
	background: none;
}
.header .main-nav .nav .nav-item a:active {
	outline: none;
	background: none;
}
.header .main-nav .nav .nav-item.active {
	color: #1c7801;
}
.header .main-nav .nav .nav-item.last {
	margin-right: 0;
}
.header .main-nav .nav.active {
	position: relative;
}
.header .main-nav .nav.active > a {
	background: #e74124;
	color: #fff;
	color: rgba(255, 255, 255, 0.8);
}
.header .main-nav .nav.active > a:before {
	content: "\f0d8";
	position: absolute;
	bottom: -8px;
	left: 0;
	text-align: center;
	font-family: FontAwesome;
	display: block;
	font-size: 12px;
	width: 100%;
}
.header .main-nav .nav.active > a.dropdown-toggle:before {
	display: none;
}
.header .main-nav .nav.open a {
	background: none;
}
.header .main-nav .nav .dropdown-menu {
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	margin: 0;
	border: none;
	text-transform: none;
	min-width: 180px;
	background: #6dc8fa;
	margin-top:31px;
}
.header .main-nav .nav .dropdown-menu:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	right: 30px;
	top: -10px;
}
.header .main-nav .nav .dropdown-menu a {
	border-bottom: 1px solid #60b8e9;
	color: #fff;
	padding: 8px 20px;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	font-weight:normal;
	font-size: 13px;
	margin-top:0px;
}
.header .main-nav .nav .dropdown-menu a:hover {
	color: #1c7801 !important;
}
/* Override bootstrap default */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background:#6dc8fa !important;
	color: #fff;
}
/* ======= Headline Background & Slideshow ======= */
.nav-stacked>li {
	margin-top: 0px;
	margin-left: 0;
	margin-bottom:6px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	color: #fff;
}
.side-bar .nav > li > a {
	padding:10px !important;
	color: #666;
	border: 1px solid #ddd;
	border-radius:2px;
}
.side-bar .nav > li > a:hover, .side-bar .nav > li > a.active {
	background: #fff none repeat scroll 0 0;
	border-radius: 2px;
	color: #20ca6e;
	padding: 10px !important;
	border: 1px solid #ddd;
}
.inner-banner {
	height:110px !important;
	overflow:hidden;
	padding-top:0px!important;
}
.inner-banner h1 {
	font-family: "Droid Serif", serif;
	padding-top: 25px;
	font-size: 30px;
}
blockquote.style1 {
	padding: 10px;
	/*background-color: #e5fff1;  */
  
  text-align:center;
	border-radius:2px;
	font-size:16px;
	border-radius:5px 5px 0px 0px;
	margin: -60px 5px 5px;
	position:relative;
	/* border-bottom:solid 1px #ccc;
   border-left: solid 1px #079cba;
   border-right: solid 1px #079cba;
   border-top:solid 1px #079cba;*/
   border:0px;
	color: #15be62;
}
blockquote.style1 span {
	background:#fff;
	padding:8px 35px;
	border-radius:35px;
	display:inline-block;
	/*box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 5px 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);*/
	border:solid 2px #efefef;
}
blockquote.style1 span strong {
	font-weight:normal;
	color:#ff5d24;
	font-size:15px;/* display: block;
     background-image: url(../images/closequote1.png);
     background-repeat: no-repeat;
     background-position: bottom right;*/
}
.contact-page {

}
h4 {
	color:#0e3c00;
}
.contact-page address strong {
	color:#51a4d1;
}
.googlemaps {
	margin-top:20px;
	text-align:center;
}
.googlemaps iframe {
	max-width:100%;
	padding:10px;
	background:#efefef;
}
/* ======= Promo ======= */

.logo-div {
	text-align:center!important;
	border:solid 1px #ddd;
	border-radius:8px;
	padding:5px 20px;
	min-height:100px;
}
.logo-div img {
	max-width:100%;
	display:inline-block!important;
	width:auto !important;
	margin-top:5px;
}
.promo {
	position: relative;
	color: #fff;
	z-index: 10;
	margin-top:70px;
	padding-top:15px;
}
.promo .title {
	font-size: 46px;
	margin-bottom: 20px;
	margin-top: 0;
	font-weight: 700;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.promo.section .intro {
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.promo .btn-cta {
	font-size: 18px;
}
.promo .btn-link {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
	text-decoration: none;
}
.promo .btn-link:hover {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	text-decoration: none;
}
.promo .btn-link:focus {
	outline: none;
}
.promo .btn-link .fa {
	margin-right: 5px;
	font-size: 18px;
	position: relative;
	top: 2px;
}
.plnt-img {
	border:solid 5px #fff;
	-webkit-box-shadow: 0px 1px 12px -1px rgba(102, 102, 102, 1);
	-moz-box-shadow: 0px 1px 12px -1px rgba(102, 102, 102, 1);
	box-shadow: 0px 1px 12px -1px rgba(102, 102, 102, 1);
}
.testimonial-area .owl-controls {
	bottom:5px;
	border-radius:2px;
	background:#fff;
	padding:5px;
	position:absolute;
	left:50%;
	width:150px;
	margin-left:-75px;
	opacity:.9;
}
.testimonial-area .owl-carousel .owl-controls .owl-dot {
	left:0px;
	top:0px;
	right:0px;
	border:solid 1px #ccc;
}
.testimonial-area .carousel-indicators li {
	border:solid 1px #ccc;
}
.testimonial-area .owl-carousel .owl-controls .active {
	border:solid 1px #20ca6e;
	background: #20ca6e;
}
/* ======= sections-wrapper ======= */
.sections-wrapper {
	z-index: 20;
	position: relative;
}
.section .intro {
	max-width: 700px;
	margin: 0 auto;
	margin-bottom: 60px;
	text-align: center;
	color: #999999;
	font-size: 18px;
}
.section-on-bg .title {
	color: #fff;
}
.section-on-bg .intro {
	color: #fff;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
}
/* ======= home-tp-section ======= */
.home-tp-section {
	padding-bottom: 30px;
	position:relative;
	min-height:380px;
	font-family: "Droid Serif", serif;
}
.title-div {
	margin-bottom: 30px;
	margin-top: 20px;
	position: relative;
	text-align: center;
}
.title {
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom:5px;
	/*color:#20ca6e;*/
	color:#0e3c00;
	font-family: "Droid Serif", serif;
	background:#fff;
	position:relative;
	display:inline-block;
	z-index:2;
	padding-left:20px;
	padding-right:20px;
}
.border-lins {
	border-bottom:solid 5px #bef162;
	position:absolute;
	top:0px;
	width:100%;
	z-index:1;
}
.fst-title {
	margin-top:10px;
}
.prdct-list {
	padding:0px;
	margin:0px;
}
.prdct-list li {
	list-style:none;
	padding:15px;
	margin-bottom:10px;
	border-radius:2px;
	width:45%;
	float:left;
	margin-right:25px;
	font-size:17px;
	background:#e5fff1;
	text-transform:uppercase;
}
.prdct-list li a {
	background: #fff none repeat scroll 0 0;
	border-radius: 25px;
	color: #1c7801;
	display: block;
	padding: 5px 35px;
}
.prdct-list li a:hover {
	text-decoration:none;
}
.prdct-list li .fa {
	font-size:23px;
	margin-right:3px;
}
.nav-tabs {
	border: none;
	margin: 0 auto;
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
	/* TWEENER - IE 10 */
  display: -webkit-flex;
	/* NEW - Chrome */
  display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
  text-align: center;
	position: relative;
}
.nav-tabs:before {
	content: "";
	display: block;
	border-bottom: 1px solid #eeeeee;
	position: absolute;
	bottom: 0;
}
.nav-tabs > li {
	margin-bottom: -1px;
	position: relative;
	z-index: 1;
	background: #fff;
	border: 1px solid #eeeeee;
	border-right: none;
	-webkit-box-flex: 1;
	/* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
	/* OLD - Firefox 19- */
  width: 20%;
	/* For old syntax, otherwise collapses. */
  -webkit-flex: 1;
	/* Chrome */
  -ms-flex: 1;
	/* IE 10 */
  flex: 1;
}
.nav-tabs > li > a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	margin-right: 0px;
	color: #999999;
	padding: 15px 30px;
	font-size: 14px;
	background: #fafafa;
	border: none;
}
.nav-tabs > li > a .fa {
	font-size: 20px;
}
.nav-tabs > li > a:hover {
	background: #f5f5f5;
}
.nav-tabs > li.active {
	border-top-color: #1c7801;
	border-bottom-color: #fff;
}
.nav-tabs > li.active > a {
	color: #1c7801;
	background: #fff;
	-webkit-box-shadow: inset 0 3px 0 #1c7801;
	-moz-box-shadow: inset 0 3px 0 #1c7801;
	box-shadow: inset 0 3px 0 #1c7801;
	border: none;
}
.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border: none;
}
.nav-tabs > li.active:hover > a {
	border-top: 0;
	border: none;
	color: #1c7801;
}
.nav-tabs > li.last {
	border-right: 1px solid #eeeeee;
}
/* ======= inner ======= */
.styled-tabel {
	margin:20px auto 35px;
}
.styled-tabel th {
	color:#1c7801;
	text-transform:uppercase;
	text-align:center;
	font-size:16px;
	font-family: 'Roboto Slab', serif;
	padding:10px;
	background: #e5fff1;
}
td, th {
	border:solid 1px #efefef;
	padding:8px 10px;
	text-align:center;
}
.styled-img-holder {
	width:220px;
	height:auto;
	float:left;
	margin-right:25px;
}
.styled-img {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	background:#fff;
	border:solid 10px #fff;
	height:auto;
	width:100%;
}
.abt-me {
}
.abt-me-section {
	margin-bottom:10px;
	padding-top:20px;
}
.no-info {
	font-size:18px;
	text-align:center;
}
.abt-me-section h4, .left-menu h4,  .contact-page h4, .googlemaps h4, .inner-page h4 {
	border-bottom:solid 1px #bef162;
	padding-bottom:10px;
	margin-bottom:20px;
	border-top:solid 3px #bef162;
	padding-top:10px;
}
.abt-img img {
	padding:10px;
	border:solid 1px #ddd;
	margin-right:25px;
	border-radius:3px;
}
.left-menu h4 {
	padding-left:10px;
	text-align:center;
}
.left-menu ul {
	padding-left:10px;
}
.left-menu li {
	list-style:none;
	text-align:center;
}
.left-menu li a {
	padding:8px 15px;
	display:block;
	background:#e5f0f7;
	border-bottom:solid 1px #ddd;
	border-radius: 35px;
	margin-bottom:5px;
}
.left-menu li a.active-inter, .left-menu li a:hover {
	background:#6dc8fa;
	color:#fff;
}
.prdct-link-tabs li {
	list-style:none;
	width:33.33%;
	padding:10px;
	float:left;
}
.prdct-link-tabs li a {
	border:solid 1px #ddd;
	padding:20px 30px;
	display:block;
	width:100%;
	font-size:15px;
	text-align:center;
	border-radius: 35px;
	box-shadow: 2px 2px 0 #d1d1d1;
	background:url(../images/tabs-intemediates.png) right bottom no-repeat;
}
.inter-table {
	margin-top:30px;
}
.inter-table img {
	width:100%;
	height:auto;
}
.inter-table h4 {
	background:#6dc8fa;
	padding:10px;
	margin:0px;
	color:#fff;
	text-transform:uppercase;
	border: medium none;
}
.get-quote {
	background:#0d8a24;
	padding:3px 20px;
	margin-top:10px;
	border-radius:20px;
	color:#fff;
	display:inline-block;
	float:right;
	
}
ul.gallery {
	margin:0px;
	padding: 0px;
	text-align:left;
	font-size: 0;
}
ul.gallery li {
	display:inline-block;
	list-style:none;
	text-align:left;
	padding:15px;
	width:20%;
}
ul.gallery li img {
	height:auto;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	background:#fff;
	border:solid 5px #fff;
	width:100%;
}
/* ======= Footer ======= */



.footer {
	background: #253340;
	color: #fff;
	padding-top: 0px;
	font-size: 14px;
	position: relative;
	z-index: 20;
}
.footer p {
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.social-icons {
	float:right;
}
.footer .fa {
	margin-right: 10px;
	font-size: 20px;
}
.footer .bottom-bar {
	background: #e5f0f7 none repeat scroll 0 0;
	border-top: 5px solid #9cd03e;
	color: #1c7801;
	font-size: 14px;
	margin-top: 40px;
	padding: 15px 0;
}
.footer .bottom-bar a {
	margin-left:15px;
}
.footer .bottom-bar .copyright {
	line-height: 1.6;
}
.h3, h3 {
	font-weight: 300;
}
.header .main-nav .nav .nav-item:last-child {
	border-right:none;
}
.title-menu {
	color:#20ca6e;
	font-size:10px
}
.paper-style {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	background:#fff;
	padding:20px;
}
.paper-style1 {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	background:#fff;
	border:solid 10px #fff;
}
.promo {
	background:url(../images/bg-slider6.png) top center repeat-x;
	/*	 box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);*/
border-bottom: 2px solid #ccc;
	margin-bottom:15px;
}
.inner-banner {
	background:url(../images/bg-slider6.png) top center repeat-x;
}
 @media (max-width:990px) {
 .promo {
margin-top:140px;
}
}
 @media (min-width:768px) and (max-width:1220px) {
 .header h1.logo {
width:100%;
text-align:center;
margin-bottom:15px !important;
}
 .main-nav.navbar-right {
float: none !important;
}
 .bg-slider-wrapper .flexslider .slide {
 display: block;
 height: auto;
}
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
 .res-ful-width {
width:100% !important;
display:block;
}
 .promo {
margin-top:80px;
}
 .bg-slider-wrapper .flexslider .slide {
 display: block;
 height: auto;
}
 .navbar-toggle {
 border-radius:0px;
}
 .header .main-nav .nav .nav-item {
 border-right:none;
 border-bottom:#fff solid 1px;
}
.header .main-nav .nav .nav-item a {
 margin-top:0px;
}
 .header .main-nav .nav .nav-item:last-child {
 border-bottom:none;
}
 .header .main-nav .nav .dropdown-menu a:last-child {
 border-bottom:none;
}
 .config-wrapper {
 display: none;
}
 .header h1.logo {
 float: none;
 margin: inherit;
 text-align: left;
}
 .header h1.logo a {
 margin: 0 auto;
}
 .header.header-fixed {
 position: relative;
}
 .header.navbar-fixed-top {
 position:fixed;
}
 .navbar-collapse {
 border-top: none;
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 box-shadow: none;
 width: 100%;
 left: 0;
 top: 84px;
 position: absolute;
 background: #e5f0f7;
 z-index: 45;
}
 .navbar-collapse .nav {
 margin: 0;
}
 .header .main-nav .nav .dropdown-menu:before {
 display: none;
}
 .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
 max-height: inherit;
}
 .has-full-screen-bg.access-page .upper-wrapper {
 background: #384d60;
}
 .access-section {
 padding-top: 15px;
}
 .headline-bg + .section, .bg-slider-wrapper + .section {
 padding-top: 45px;
}
 .nav-tabs > li > a {
 padding: 10px 5px;
}
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
 .header {
 height: inherit;
}
 .header.navbar-fixed-top {
 position: relative;
}
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
 .config-wrapper {
 display: block;
}
 .header {
 height: 92px;
background: #e5f0f7;
}
 .header.navbar-fixed-top {
 position: fixed;
}
 .header.scrolled {
 background: #fff;
 z-index: 1000;
 height: 75px;
 top: 0;
 -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
 -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
 box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
 .header.scrolled h1.logo a {
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
 -ms-border-radius: 0;
 -o-border-radius: 0;
 border-radius: 0;
 -moz-background-clip: padding;
 -webkit-background-clip: padding-box;
 background-clip: padding-box;
 color: #1c7801;
 background: #fff;
 padding-left: 0;
 padding-top: 5px;
}
 .main-nav {
 float: right !important;
}
 .navbar-form .form-control {
 width: 280px;
}
 .header h1.logo {
 float: left;
 margin: inherit;
}
 .header .main-nav .nav .nav-item {
 margin-right: 15px;
}
 .promo.section .intro {
 margin-bottom: 45px;
}
 .promo .btn-link {
 margin-top: 15px;
}
 .navbar-fixed-top .navbar-collapse {
 padding-left: 15px;
 padding-right: 10px;
}
}
 @media (max-width:980px) {
.fst-title {
 margin-top:20px;
}
 .slides h1 {
 font-size: 23px;
 font-weight: 500;
 position: relative;
 text-transform: uppercase;
 top: 0;
}
}
 @media (max-width:800px) {
.sld-img {
 display: inline;
 height: auto;
 margin: 30px -180px 35px auto;
 position: relative;
 right: 50%;
}
}
 @media (max-width:767px) {
 .header .main-nav .nav .dropdown-menu {
 margin-top:0px;
 border-top:solid 2px #6bb5de;
 margin-bottom: 12px;
}
 .header .main-nav .nav .nav-item.active a, .header .main-nav .nav .nav-item a:hover, .header .main-nav .nav .nav-item a:focus {
 border-radius:0px;
}
 .header .logo {
 position: relative;
 z-index: 2147483647;
}
.header .navbar-collapse {
 top: 82px;
}
}
 @media (max-width:500px) {
 .logo-div {
border:solid 1px #ddd;
border-radius:3px;
padding:3px;
min-height:auto;
}
 .prdct-list li {
 margin: 20px 5%;
 width: 90%;
}
blockquote.style1 {
 margin-bottom:25px;
 font-size:14px;
}
 .sld-img {
 margin-top:0px;
 margin-bottom:65px;
}
 .inner-banner .slides h1 {
 font-size: 18px;
}
 .inner-banner .sld-img {
 width: 200px !important;
 top: -105px;
}
}
.bgc-fff {
	background-color: #fff!important;
}
.box-shad {
	-webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
	box-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
}
.brdr {
	border: 10px solid #ddd;
}
/* Font changes */
.fnt-smaller {
	font-size: .9em;
}
.fnt-lighter {
	color: #bbb;
}
/* Padding - Margins */
.pad-10 {
	padding: 10px!important;
}
.mrg-0 {
	margin: 0!important;
}
.btm-mrg-10 {
	margin-bottom: 10px!important;
}
.btm-mrg-20 {
	margin-bottom: 20px!important;
}
/* Color  */
.clr-535353 {
	color: #535353;
}


/**** MEDIA QUERIES ****/
@media only screen and (max-width: 991px) {
}
 @media only screen and (min-width: 992px) {
 #api-listings .api-listing img {
 max-width: 180px;
}
}
.affix-top, .affix {
	position: static;
}
 @media (min-width: 979px) {
 #sidebar.affix-top {
 position: static;
 margin-top:0px;
 width:228px;
}
 #sidebar.affix {
 position: fixed;
 top:70px;
 width:228px;
}
}
#sidebar li.active {
	border:0 #eee solid;
	border-right-width:5px;
}
