@charset "utf-8";
/*
 * Responsee CSS - v2.2 - 2015-03-08
 * http://www.myresponsee.com
 * Copyright 2015, Vision Design - graphic zoo
 * Free to use under the MIT license.
*/

* {  
  -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;	
  }
body {
	background:none repeat scroll 0 0 #fff;
	font-size:100%;
	margin:0;
  font-family:"Open Sans",Arial,sans-serif;
  color:#444;
  }
h1, h2, h3, h4, h5, h6 {
  color:#444;
  font-weight: normal;
  margin:0.1em 0 0.1em 0;    
}
h1 {font-size:2.4em;}
h2 {font-size:2em;}  
h3 {font-size:1.6em;}  
h4 {font-size:1.2em;}  
h5 {font-size:1em;}  
h6 {font-size:0.9em;}   

.margin h2 {font-size:1.8em; color:#2167a3; border-bottom:dotted 2px #70b121; line-height:1.5em; padding-top:1.5em;}  

.margin h3 {font-size:1em; color:#fff; font-weight:600; border-bottom:1px solid #9ccc4c; line-height:1.2em; padding-top:0.3em; padding-left:5px; padding-bottom:0.3em; background-color:#668d25}

.margin h4 {font-size:1.8em; color:#2167a3; border-bottom:dotted 2px #70b121; line-height:1.5em; padding-top:1em;} 
 
a, a:link, a:visited, a:hover, a:active {
	text-decoration:none;
  color:#444;
	}

 
.size-960 .line {
  margin:0 auto;
  max-width:60em;
  padding:0 0.625em;
}
.size-1140 .line {
  margin:0 auto;
  max-width:71.25em;
  padding:0 0.625em;
}
.size-960.align-content-left .line,.size-1140.align-content-left .line {margin-left:0;}
form {line-height:1.4em;}
nav {
  display:block;
  width:100%;
  background:#fff;
  padding:10px 0px;
}
.line:after,nav:after,.center:after,.box:after {
  clear:both;
  content:".";
  display:block;
  height:0;
  line-height:0;
  visibility:hidden;
}
.top-nav ul {padding:0; position:relative; top:40px;}
.top-nav ul ul {
  position:absolute;
  background:#262626;
  top:55px;
}
.top-nav li {
  float:left;
  list-style:none outside none;
  cursor:pointer;
}
.top-nav li a {
  padding:1.25em;
  display:block;
  color:#232323; 
  font-size:0.90em;
}
.top-nav li ul li a {
   background-color:#668d25;
   color:#f0e24a;
   font-size:0.90em;
   padding:0.5em 0em;
   border-bottom:dotted 1px solid;
   
   
  min-width:100%;
  padding:0.625em;
}
.top-nav li a:hover, .aside-nav li a:hover {background:#2167a3;color:#f0e24a;
   font-size:0.90em;}
.top-nav li ul {display:none;}
.top-nav li ul li {
  float:none;
  list-style:none outside none;
  min-width:100%;
  padding:0;
}
.top-nav li ul li ul li {
  float:none;
  list-style:none outside none;
  min-width:100%;
  padding:0;
}
.count-number {
  background:none repeat scroll 0 0 #777;
  -webkit-border-radius:10em;
  -moz-border-radius:10em;
  border-radius:10em;
  display:inline-block;
  font-size:0.7em;
  line-height:1.8em;
  margin-left:0.3125em;
  text-align:center;
  width:1.8em;  
  color:#fff; 
  margin-bottom:-0.3125em;
 display:none;
  
  
}
ul.chevron .count-number {display:none;}
ul.chevron .submenu > a:after, ul.chevron .sub-submenu > a:after,ul.chevron .aside-submenu > a:after, ul.chevron .aside-sub-submenu > a:after {
  content:"\f004";
  display:inline-block;
  font-family:mfg;
  font-size:0.7em;
  margin:0 0.625em;
}
.top-nav .active-item a {background:none repeat scroll 0 0 #9acb47;}
.aside-nav > ul > li.active-item > a:link, .aside-nav > ul > li.active-item > a:visited {
  background:none repeat scroll 0 0 #999;
  color:#fff;
} 
 
.mobile{
	background:url(../images/mobile.jpg) no-repeat;
	display:inline-block;
	position:relative;
	padding-left:50px;
	top:10px;
	margin-bottom:20px;
}

.email2{
	background:url(../images/email.jpg) no-repeat;
	display:inline-block;
	position:relative;
	padding-left:50px;
	top:10px;
	margin-bottom:20px;
}

.buttonview {
  border-radius: 4px;
  background-color: #99C74A;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 12px;
  padding: 5px;
  width: 80px;
  transition: all 0.2s;
  cursor: pointer;
  margin: 5px;
}

.buttonview span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.buttonview span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -10px;
  transition: 0.5s;
}

.buttonview:hover span {
  padding-right: 15px;
}

.buttonview:hover span:after {
  opacity: 1;
  right: 0;
}




.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}
.input-group[class*="col-"] {
 float: none;
 padding-right: 0;
 padding-left: 0;
}
.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}
.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}
select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
	height: 46px;
	line-height: 46px;
}
textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
	height: auto;
}
.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
	height: 30px;
	line-height: 30px;
}
textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
	height: auto;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
	display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
 border-radius: 0;
}
.input-group-addon, .input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}
.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #999999;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #e1e1e1;
}
.input-group-addon [class^="icon-"]:before {
	margin-right:0px;
}
.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 12px;
}
.input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px;
}
.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
	margin-top: 0;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
 border-top-right-radius: 0;
 border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
	border-right: 0;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
 border-top-left-radius: 0;
 border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
	border-left: 0;
}
.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}
.input-group-btn > .btn {
	position: relative;
}
.input-group-btn > .btn + .btn {
	margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
	z-index: 2;
}
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
	margin-right: -1px;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
	margin-left: -1px;
}

.contact-form ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
.contact-form li + li {
	margin-top:10px;
}
.contact-form textarea {
	min-height:110px;	
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
}
.form-control {
	display: block;
	width: 100%;
	height: 42px;
	padding: 4px 5px;
	margin-bottom:0px;
	font-size: 14px;
	line-height: 1;
	color: #666666;
	background-color: #fff;
	background-image: none;
	border: 1px solid #e1e1e1;
	
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}
.form-control:focus {
	outline: 0;
}
.form-control::-moz-placeholder {
 color: #999;
 opacity: 1;
}
.form-control:-ms-input-placeholder {
 color: #999;
}
.form-control::-webkit-input-placeholder {
 color: #999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1;
}
textarea.form-control {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: none;
}
input[type="date"] {
	line-height: 34px;
}
.form-group {
	margin-bottom: 15px;
}
.radio, .checkbox {
	display: block;
	min-height: 20px;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.radio label, .checkbox label {
	display: inline;
	font-weight: normal;
	cursor: pointer;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	float: left;
	margin-left: -20px;
}
.radio + .radio, .checkbox + .checkbox {
	margin-top: -5px;
}
.radio-inline, .checkbox-inline {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	vertical-align: middle;
	cursor: pointer;
}
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}
input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}
.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
select.input-sm {
	height: 30px;
	line-height: 30px;
}
textarea.input-sm, select[multiple].input-sm {
	height: auto;
}
.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}
select.input-lg {
	height: 46px;
	line-height: 46px;
}
textarea.input-lg, select[multiple].input-lg {
	height: auto;
}
.btn-default .badge {
	color: #fff;
	background-color: #333;
}
.btn-primary {
	color: #fff;
	border-color: transparent;

	box-shadow:0px 0px 10px rgba(0,0,0,0) inset;
	-moz-box-shadow:0px 0px 10px rgba(0,0,0,0) inset;
	-webkit-box-shadow:0px 0px 10px rgba(0,0,0,0) inset;
}
.btn-primary, .btn-default:hover {
	background-color:#1683bf;
}
.pull-right {
	float: right !important;
}
.btn {
	display: inline-block;
	padding: 6px 10px;
	margin-bottom: 15px;
	font-size: 1.2em;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	color:fff;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	pointer-events: none;
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}
.btn-default {
	color: #fff;
	background-color: #1683bf;
	border-color: #ccc;
	font-size:1.2em;
	font-weight:500;
}
.btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	color: #fff;
	background-color: #ebebeb;
	border-color: #adadad;
}
.btn-default:hover {
	color:#ffffff;
	border-color:#ffffff;	
	background-color: #1a7135;
}
img {
  border:0;
	height:auto;
	width:100%;
	}
@media screen and (min-width:801px) {
  .aside-nav .count-number {
	 margin-left:-1.25em;	
	 float:right;	
  }
  .top-nav li:hover > ul {
	 display:block;
	 z-index:10;
  }  
.top-nav li:hover > ul ul {
    left:100%;
    margin:-2.5em 0;
    width:100%;
  } 
}
.nav-text {display:none;}
.aside-nav li li a, .aside-nav li li.active-item a, .aside-nav li li.aside-sub-submenu li a, 
.aside-nav > ul > li > a, .aside-nav > ul > li.active-item > a:link, .aside-nav > ul > li.active-item > a:visited, .aside-nav li > ul,
.top-nav .active-item a, .top-nav li a, .aside-nav li a, .top-nav li ul li a, .top-nav li a,.top-nav li a, .top-nav li ul li a, .top-nav li ul li ul li a {
  transition:background 0.20s linear 0s;
  -o-transition:background 0.20s linear 0s;
  -ms-transition:background 0.20s linear 0s;
  -moz-transition:background 0.20s linear 0s;
  -webkit-transition:background 0.20s linear 0s;
}
.aside-nav ul {
  background:#e8e8e8; 
  padding:0;
}
.aside-nav li {
  list-style:none outside none;
  cursor:pointer;
}
.aside-nav li a {
  display:block;
  padding:1.25em;
  border-bottom:1px solid #d2d2d2; 
}
.aside-nav > ul > li:last-child a {border-bottom:0 none;}
.aside-nav li > ul {
  height:0;
  display:block;
  position:relative;
  background:#f4f4f4;
  border-left:solid 1px #f2f2f2;
  border-right:solid 1px #f2f2f2;
  overflow:hidden;
}
.aside-nav li ul ul {
  border:0;
  background:#fff;
}
.aside-nav ul ul a {padding:0.625em 1.25em;}
.aside-nav li a:link, .aside-nav li a:visited {color:#333;}
.aside-nav li li a:hover, .aside-nav li li.active-item > a, .aside-nav li li.aside-sub-submenu li a:hover {
  color:#999;
  background:none;
}
.aside-nav > ul > li > a:hover {color:#fff;}
.aside-nav li li a:hover:before, .aside-nav li li.active-item a:before {
  content:"\f006";
  display:inline-block;
  font-family:"mfg";
  font-size:0.6em;
  margin:0 0.625em 0 -1.25em;
  width:0.625em;
}
.aside-nav li li a:link, .aside-nav li li a:visited {background:none;}
.aside-nav .show-aside-ul, .aside-nav .active-aside-item  {
  display:block;  
  height:auto;
}
.padding {
  display:list-item;
  list-style:none outside none;
  padding:10px;
}
.margin {margin:0 -0.625em;}
.line {clear:left;}
.line .line {padding:0;}
.hide-l {display:none;}

.margin p{
	padding-bottom:1em;
	line-height:1.5em;
}


.box {
  background:none repeat scroll 0 0 #fff;
  display:block;
  padding:1.25em;
  width:100%;
}
.margin-bottom {margin-bottom:1.25em;}
.s-1, .s-2,.s-five,.s-3, .s-4, .s-5, .s-6, .s-7, .s-8, .s-9, .s-10, .s-11, .s-12, .l-1, .l-2, .l-five, .l-3, .l-4, .l-5, .l-6, .l-7, .l-8, .l-9, .l-10, .l-11, .l-12 {
  float:left;
  position:relative;
} 
.s-1 {width:8.3333%;}
.s-2 {width:16.6666%;}
.s-five {width:16.6666%;}
.s-3 {width:25%;}
.s-4 {width:33.3333%;}
.s-5 {width:41.6666%;}
.s-6 {width:50%;}
.s-7 {width:58.3333%;}
.s-8 {width:66.6666%;}
.s-9 {width:75%;}
.s-10 {width:83.3333%;}
.s-11 {width:90%;}
.s-12 {width:100%;}
.margin > .s-1,.margin > .s-2,.margin > .s-five,.margin > .s-3,.margin > .s-4,.margin > .s-5,.margin > .s-6,.margin > .s-7,.margin > .s-8,.margin > .s-9,.margin > .s-10,.margin > .s-11,.margin > .s-12,

.margin > .l-1,.margin > .l-2,.margin > .l-five,.margin > .l-3,.margin > .l-4,.margin > .l-5,.margin > .l-6,.margin > .l-7,.margin > .l-8,.margin > .l-9,.margin > .l-10,.margin > .l-11,.margin > .l-12 {padding:0 0.625em;}
.margin > .s-1 {width:8.3333%;}
.margin > .s-2 {width:16.6666%;}
.margin > .s-five {width:20%;}
.margin > .s-3 {width:25%;}
.margin > .s-4 {width:33.3333%;}
.margin > .s-5 {width:41.6666%;}
.margin > .s-6 {width:50%;}
.margin > .s-7 {width:58.3333%;}
.margin > .s-8 {width:66.6666%;}
.margin > .s-9 {width:75%;}
.margin > .s-10 {width:83.3333%;}
.margin > .s-11 {width:90%;}
.margin > .s-12 {width:100%;}
.l-1 {width:8.3333%;}
.l-2 {width:16.6666%;}
.l-five {width:20%;}
.l-3 {width:25%;}
.l-4 {width:33.3333%;}
.l-5 {width:41.6666%;}
.l-6 {width:50%;}
.l-7 {width:58.3333%;}
.l-8 {width:66.6666%;}
.l-9 {width:75%;}
.l-10 {width:83.3333%;}
.l-11 {width:90%;}
.l-12 {clear:left;width:100%;}
.margin > .l-1 {width:8.3333%;}
.margin > .l-2 {width:16.6666%;}
.margin > .l-five {width:20%;}
.margin > .l-3 {width:25%;}
.margin > .l-4 {width:33.3333%;}
.margin > .l-5 {width:41.6666%;}
.margin > .l-6 {width:50%;}
.margin > .l-7 {width:58.3333%;}
.margin > .l-8 {width:66.6666%;}
.margin > .l-9 {width:75%;}
.margin > .l-10 {width:83.3333%;}
.margin > .l-11 {width:90%;}
.margin > .l-12 {width:100%;}
.right {float:right;} 














@media screen and (max-width:800px) {
.size-960 {max-width:800px;}
.size-1140 {max-width:800px;}
.hide-l {display:block;}
.hide-s {display:none;}
nav {
  display:block;
  cursor:pointer;
  line-height:2em; z-index:999;
}
.top-nav li a {background:none repeat scroll 0 0 #75a525;}
.top-nav > ul {
  height:0;
  max-width:100%;
  overflow:hidden;
  position:relative;
  z-index:999;
}
.top-nav > ul.show-menu {height:auto;}
.top-nav ul ul {
  left:0;
  margin-top:0;
  position:relative;
  right:0;
} 
.top-nav li ul li a {min-width:100%;}
.top-nav li {
  float:none;
  list-style:none outside none;
  padding:0;
}
.top-nav li a {
  border-top:1px solid #333;
  color:#fff;
  display:block;
  padding:0.625em;
  text-decoration:none;
}
.top-nav li ul li a {border-top:1px solid #878787;}
.top-nav li ul li ul li a {border-top:1px solid #989898;}
.top-nav li a:hover {
  background:none repeat scroll 0 0 #147299;
  color:#fff;
}
.top-nav li ul,.top-nav li ul li ul {
  display:block;  
  overflow:hidden; 
  height:0;   
} 
.top-nav > ul ul.show-ul {
  display:block;
  height:auto;  
}
.top-nav li ul li a {
  background:none repeat scroll 0 0 #507d02;
  padding:0.625em;
}
.top-nav li ul li ul li a {
  background:none repeat scroll 0 0 #000;
  color:#222;
}
.nav-text {
  color:#000;
  display:block;
  font-size:1.2em;
  line-height:3em;
  margin-right:0.625em;
  max-width:100%;
  text-align:right;
  vertical-align:middle;
}
.nav-text:after {
  content:"\f008";
  font-family:"mfg";
  font-size:1.1em;
  margin-left:0.5em;
  text-align:right;
}
.count-number {margin-right:-1.25em;} 
.l-1 {width:8.3333%;}
.l-2 {width:16.6666%;}
.l-five {width:20%;}
.l-3 {width:25%;}
.l-4 {width:33.3333%;}
.l-5 {width:41.6666%;}
.l-6 {width:50%;}
.l-7 {width:58.3333%;}
.l-8 {width:66.6666%;}
.l-9 {width:75%;}
.l-10 {width:83.3333%;}
.l-11 {width:90%;}
.l-12 {width:100%;}
.margin > .l-1 {width:8.3333%;}
.margin > .l-2 {width:16.6666%;}
.margin > .l-five {width:20%;}
.margin > .l-3 {width:25%;}
.margin > .l-4 {width:33.3333%;}
.margin > .l-5 {width:41.6666%;}
.margin > .l-6 {width:50%;}
.margin > .l-7 {width:58.3333%;}
.margin > .l-8 {width:66.6666%;}
.margin > .l-9 {width:75%;}
.margin > .l-10 {width:83.3333%;}
.margin > .l-11 {width:90%;}
.margin > .l-12 {width:100%;}
.s-1 {width:8.3333%;}
.s-2 {width:16.6666%;}
.s-five {width:20%;}
.s-3 {width:25%;}
.s-4 {width:33.3333%;}
.s-5 {width:41.6666%;}
.s-6 {width:50%;}
.s-7 {width:58.3333%;}
.s-8 {width:66.6666%;}
.s-9 {width:75%;}
.s-10 {width:83.3333%;}
.s-11 {width:90%;}
.s-12 {width:100%;float:none;}
.margin > .s-1 {width:8.3333%;}
.margin > .s-2 {width:16.6666%;}
.margin > .s-five {width:20%;}
.margin > .s-3 {width:25%;}
.margin > .s-4 {width:33.3333%;}
.margin > .s-5 {width:41.6666%;}
.margin > .s-6 {width:50%;}
.margin > .s-7 {width:58.3333%;}
.margin > .s-8 {width:66.6666%;}
.margin > .s-9 {width:75%;}
.margin > .s-10 {width:83.3333%;}
.margin > .s-11 {width:90%;}
.margin > .s-12 {width:100%;}
}
.center {
  float:none;
  margin:0 auto;
  display:block;
}
.tp-bar {
	padding:3px 0px;	
	background-color:#0078aa;
	position:relative;
	z-index:2001;
     border-bottom:2px solid #9ccc4c;
	box-shadow:0 0px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:0 0px 3px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:0 0px 3px rgba(0, 0, 0, 0.25);
}
.tp-bar2 {
	padding:3px 0px;	
	background: url(../images/tp1.jpg) repeat-y;
	position:relative;
	z-index:2001;
     border-bottom:4px solid #f5b851;
	box-shadow:0 0px 5px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:0 0px 5px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow:0 0px 5px rgba(0, 0, 0, 0.35);
	top:-40px;
}

.tp-bar3 {
	padding:30px 0px;
	margin:30px 0px;
	background: url(../images/sai-deep-rain-water-harvest.jpg) ;
	position:relative;
	z-index:2001;
     border-bottom:4px solid #f5b851;
	box-shadow:0 0px 6px rgba(0, 0, 0, 0.40);
	-moz-box-shadow:0 0px 6px rgba(0, 0, 0, 0.40);
	-webkit-box-shadow:0 0px 6px rgba(0, 0, 0, 0.40);
	
}

.tp-bar .list-inline {
	margin-bottom:0px; color:#f8f8f8; font-size:1em;
}
.tp-bar li {
	line-height:20px;	
}
.tp-bar li:hover {
	line-height:20px;	
}

.tp-bar .list-inline > li {
	padding-right:10px; font-weight:400;
}
.tp-bar .icon-phone:before {
	position:relative;
	top:2px;
}
.tp-bar .social-links {
	float:right;
}
.tp-bar a {
	color:inherit;	
}
.tp-bar .social-links li a {
	width:20px;
	height:20px;
	line-height:20px;
	font-size:12px;
	border:0px;
	color:#f5f5f5;
}
.tp-bar .social-links li a:hover {
	color:#6bda68;	
}

.logo-bar {
	padding:25px 0px 10px 0px;	
	border-bottom:1px solid #f8f8f8;
	background-color:#ffffff;
	position:relative;
	z-index:2000;
	 box-shadow: 10px 0px 5px #aaaaaa;
}
.logo-bar .logo {
	margin-top:-5px;
	vertical-align:middle;	
}
.logo {
	float:left; padding-left:0px;	
}
.logo a {
	display:block;	
}
.logo img {
	float:left;
}
.logo a span {
	font-size:39px;
	line-height:1.2em;
	vertical-align:top;
	font-family:Raleway;
	color:#ef1305;
	padding-left:10px;
	font-weight:600;
	
}
.logo a span2 {
	font-size:18px;
	line-height:1.2em;
	vertical-align:top;
	font-family:Raleway;
	color:#104780;
	font-weight:700;
	padding-left:10px;
	
}

.wave-bar {
	background: url(../images/wave.jpg) repeat-x;
	position:relative;
	height:32px;
	margin-top:0px;

}

ul, ol {
	margin-top: 0;
	margin-bottom: 10px;
}
ul ul, ol ul, ul ol, ol ol {
	margin-bottom: 0;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline {
	padding-left: 0;
	margin-left: 0px;
	list-style: none;
}
.list-inline > li {
	display: inline-block;
	padding-right: 0px;
	padding-left: 0px;
	 font-weight:400;
	 font-size:1em;
}
.list-inline > li a {
	display: inline-block;
	padding-right: 0px;
	padding-left: 0px;
	 font-weight:400;
	 color:#caed50;
	 font-size:0.95em;
}
.list-inline > li a : hover {
	display: inline-block;
	padding-right: 0px;
	padding-left: 0px;
	 font-weight:400;
	 color:#F90;
}

.banner-text{
	color:#ffffff;
	line-height:1.5em;
	font-size:1.5em;
	position:relative;
	top:-50px;
}

.margin .sidebar{
	 padding-top:2.5em;
}
.btn-danger {
	color: #fff;
	background-color: #2756a1;
	border-color: #d43f3a;
	 padding:3px 7px;
	 margin-top:2px;
	 font-size:0.85em;
	 display: inline-block;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #2e7341;
	border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
	background-image: none;
}

.quick-link{
	background-color:#2167a3;
	display:block;
	color:#FFF;
	padding-left:10px;
	border-top-right-radius: 50px 20px;
	margin-top:10px;
}

.quick-link2{
	background-color:#2167a3;
	display:block;
	color:#FFF;
	padding-left:10px;
	
	margin-top:3px;
}

.space{
	width:2em; display: inline-block; background:url(../images/blank.png) repeat;  padding-left:2em;
}

.logo-box{
	width:100%;
	height:auto;
	border:#e1e1e1 1px solid;
	padding:0.5em;
	-webkit-box-shadow: -1px 5px 23px 5px rgba(186,186,186,1);
-moz-box-shadow: -1px 5px 23px 5px rgba(186,186,186,1);
box-shadow: -1px 5px 23px 5px rgba(186,186,186,1);
}

.quick-link3  ul{
	padding-top:20px;
	display:block;
	
}

.quick-link3  ul  li {
	margin-left:0px;
	position:relative;
	list-style:none;
	font-size:1.3sem;
	line-height:1.4em;
	padding-bottom:8px;
	list-style:circle;
	padding-top:5px;
   border-bottom:dotted 2px #70b121; line-height:1.5em;
	
}
.quick-link3 ul  li a{
	margin-left:0px;
	position:relative;
	margin:0;
	padding:0;
font-size:1em;
padding-bottom:8px;
color:#0083a9;

}

.quick-link3 ul  li a:hover{
	margin-left:0px;
	position:relative;
	margin:0;
	padding:0;
font-size:1em;
padding-bottom:8px;
color:#6ca10f;
font-weight:5s00;
}

.quick-link3 img{
	width:100%;
	height:150px;
}

.column {
 flex: 100%;
 width:50%;

  padding:15px 35px 15px 0px;
  float:left;
}

.column2 {
 width: 30%;
 height:auto;
  padding:15px ;
  margin-top:20px;
  display:block;
  
  border:1px solid #b7b7b7;
}

.column4 {
 width: 100%;
 height:auto;
  padding:15px ;
  margin-top:20px;
  display:block;
  
  border:1px solid #b7b7b7;
}
.about-img{
	width:236px;
	height:246px;
	float:left;
	padding-right:25px;}
/* Clear floats after image containers */
.row {
  display: flex;
}


.column h1 {font-size:1em; color:#2167a3; font-weight:700; line-height:1.5em; padding-top:0.5em;}

.column h2 {font-size:1em; color:#587d19; font-weight:700; line-height:0.5em; padding-top:0.5em; border-bottom:none;}

.column h4 {font-size:1em; color:#ab6e03; font-weight:700; line-height:1em; border-bottom:none; }

.column h5 {font-size:1em; color:#6c6c6c; font-weight:700; line-height:1.5em; border-bottom:none; padding-bottom:0.5em; padding-top:0.5em; }

.column  h6 {font-size:1.5em; color:#2167a3; border-bottom:dotted 2px #70b121; line-height:1.5em; padding-top:0em;}


.column2 h1 {font-size:1em; color:#222222; line-height:1em; padding-top:0.5em;}

.column p {font-size:1em; color:#222222; line-height:1.5em; padding-top:0.5em;}

footer p {font-size:0.88em; color:#d1d1d1; line-height:1.5em; padding-top:1.5em;}

.column certificate-box{
	width:350px;
	height:220px;
	float:left;}


#wrapbanner6{width:1600px;height:32px; margin:0px auto;background:url(images/wave3.jpg) no-repeat; margin-top:50px;}

#wrap{width:100%; margin:0px auto;}

.about-box{
		padding:25px 20px 25px 20px;
}

.about-box2{
		padding:25px 20px 25px 20px;
		background-color:#7aad3c;
}

.why-box{
		padding:25px 50px 25px 0px;
}

.why-box2{
		padding:25px 0px 25px 70px;
}

.read-more a{
	font-size:0.88em; color:#fff; line-height:1em; font-weight:400;
	padding:5px 10px;
	background-color: rgba(0, 0, 0, 0.3);
	padding:5px 10px;
	position:relative;
	}  /* red with opacity */

.read-more a:hover{
	font-size:0.88em; color:#000; line-height:1em; font-weight:400;
	background-color: #FFF;}  /* red with opacity */

.read-more2 a{
	font-size:2em; color:#696868; line-height:2em; font-weight:300;
	border-bottom:3px solid #7aad3c;
	position:relative;
	text-transform:uppercase;
	}  /* red with opacity */
.read-more2 a:hover{
	font-size:2em; color:#7aad3c; line-height:2em; font-weight:300;
		border-bottom:3px solid #696868;}  /* red with opacity */



.about-box h1, .about-box2  h1 {font-size:1.4em; color:#fff; line-height:2em; font-weight:400;} 

.about-box p {font-size:1em; color:#fff; line-height:1.5em; font-weight:200; text-align:left; padding-right:15px; padding-left:20px;} 

.about-box2 p {font-size:1em; color:#fff; line-height:1.5em; font-weight:200; text-align:left; padding-right:15px;} 

.why-box h1, .why-box2 h1 {font-size:2.2em; color:#fff; line-height:2em; font-weight:400;text-shadow: 2px 2px 5px black;} 

.why-box p {font-size:1em; color:#fff; line-height:1.8em; font-weight:200; text-align:left; padding-right:15px; } 

.gallery-box img {
	 width:270px;
	 height:150px;
     float:left;
	 padding:15px;
	 background-color:#FFF;
	 -webkit-box-shadow: -2px 6px 58px -18px rgba(135,131,135,1);
-moz-box-shadow: -2px 6px 58px -18px rgba(135,131,135,1);
box-shadow: -2px 6px 58px -18px rgba(135,131,135,1);
	 }  


.container {
  width: 197px;
    height: 105px;    
    overflow: hidden;
    background: #fff;
     text-align: center;
	vertical-align: middle;
    line-height: 100px;
	 
}
.container {
    max-width:100%;
    max-height: 100%;
    vertical-align: middle;

}

.container2 {
  width: 197px;
    height: 270px;    
    overflow: hidden;
    background: #fff;
     text-align: center;
	vertical-align: middle;
    line-height: 100px;
	 
}
.container2 {
    max-width:100%;
    max-height: 100%;
    vertical-align: middle;

}

.about-box img {
	 width:160px;
	 height:auto 0;
     float:left;
	 padding-right:25px;}  
	 
.about-box2 img {
	 width:160px;
     float:left;
	 padding-right:25px;
	 text-align: center}	 
	 
.line .about-box2 ul{
	display: inline-table;
	border-bottom:none;
}

.line .about-box2 ul li{
	
	font-size:1em; color:#fff;
	 line-height:1.5em; 
	 font-weight:200; 
	 text-align:left;
	  padding-right:15px;
	line-height:1.5em;
	
}		 
	
.line .why-box2 ul{
	display: inline-table;
	border-bottom:none;
}

.line .why-box2 ul li{
	
	font-size:1em; color:#fff;
	 line-height:2em; 
	 font-weight:200; 
	 text-align:left;
	 letter-spacing:0px;
	
	
	
}	
	 
.what h1 {font-size:3em; color:#1b6ba8; line-height:1.5em; font-weight:200;} 

.what2 h1 {font-size:2.5em; color:#1b6ba8; line-height:1.5em; font-weight:200; top:-10px; position:relative;} 

.what p {font-size:1em; color:#696868; line-height:1.8em; font-weight:400; text-align:left; }

.gallery h1 {font-size:2.1em; color:#1b6ba8; line-height:2.5em; font-weight:200;} 

/***** thumbnail **/
.flexslider {
  margin: 0 0 10px;
  
    position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  
}
.flexslider .slides {
  zoom: 1;
  min-width:100%;
}
.flexslider .slides img {
 min-width:100%;
 min-height: 100%;
  background-color:#fff;
   background-size: cover;
 display: block;
  -moz-user-select: none;
  margin-left:30px;
 
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 100%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}




/**** Widgets
------------------------------------------------ ****/
.widget {
	margin-bottom:30px;	
}
.widget {
	margin-bottom:0px;	
}
.widget ul {
	padding:0 ;
	margin:0;

}
.widget a {
	color:inherit;	
}

.widget_normal > a > img:first-child {
	margin-top:-5px;
	margin-bottom:20px;
}

/*** widget_twitter ***/

/**** Widgets2
------------------------------------------------ ****/
.widget2 {
	margin-bottom:30px;	
	padding-bottom:30px;
	
}

.widget2 ul {
	padding:0 ;
	margin:0;

}
.widget2 a {
	color:inherit;	
}

.widget2_normal > a > img:first-child {
	margin-top:-5px;
	margin-bottom:20px;
}

/*** widget_twitter ***/
.widget2 > ul > li {
	margin-left:0px;
	position:relative;
	list-style:none;
	font-size:0.88em;
	line-height:1.4em;
	padding-bottom:8px;
    font-family: 'source-sans-pro', sans-serif;
	color:#dcdcdc;
	text-transform:capitalize;

	
	
	
}
.widget2 > ul > li a{
	margin-left:0px;
	position:relative;
	margin:0;
	padding:0;

}

.widget2 > ul > li a:hover{
	margin-left:0px;
	position:relative;
	margin:0;
	padding:0;
	color:#aef038;
	

}

.widget2 h4{
	height:100%;
	width:100%;
	text-align:left;
	font-size:1.5em;
	font-weight:600;
	line-height:2.2em;
	color:#ededed;
	font-family: 'source-sans-pro', sans-serif;
	margin-bottom:20px;
}


.process ul{
	margin:0;
	padding:0;
	list-style-position: outside;
	display:block;
}

.process ul li{
	
	list-style-position: outside;font-size:1.4em; 
	
}

.processbox{
	width:100%;
	height:100%;
	margin-top:150px;
}


.widget_arrow-circle > ul > li + li {
	margin-top:10px;
	
}
.widget_arrow-circle > ul > li:before,
.widget_contact > ul > li:before {
	font-family: 'FontAwesome';
	content:'\f099';
	position:absolute;
	top:2px;
	left:0px;
}
/*** widget_contact ***/
.widget_contact > ul > li {
	padding-left:20px;
	margin-right:20px;
	margin-bottom:0px;
	position:relative;
	list-style:none;
	border-bottom:#FFF 1px dotted;
	padding-top:15px;
	padding-bottom:15px;
	color:#FFF;
	font-size:0.95em;
	line-height:1.5em;
}
.widget_contact > ul > li:before {
	content:'';
}
.widget_contact > ul > li.address:before {
	content:'\f041';padding-top:15px;
}
.widget_contact > ul > li.phone:before {
	content:'\f095';padding-top:15px;
}
.widget_contact > ul > li.email:before {
	content:'\f003';padding-top:15px;
}
.widget_contact > ul > li.skype:before {
	content:'\f17e';
}

.widget_contact_form .form-control {
	margin-bottom:15px;	
}
.widget_contact_form textarea.form-control {
	min-height:107px;
}

/*** widget_categories ***/
.widget_categories li,
.widget_archive li {
	padding-bottom:5px;
	padding-left:15px;
	margin-bottom:15px;
	text-align:right;
	font-size:0.9em;
	border-bottom:2px dotted #7bc725;
	position:relative;
}
.widget_categories li:before,
.widget_archive li:before {
	content:'■';
	position:absolute;
	top:-2px;
	left:0px;
	
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}
.widget_categories li a {
	float:left;
	display:inline-block;	
	font-size:1.1em;
}

.widget_archive li {
	text-align:left;
}

.widget_featured_posts li {
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #e3e3e3;
}
.widget_featured_posts li:last-child {
	padding-bottom:0px;
	margin-bottom:0px;
	border-bottom:0px;
}


.featured-box h6,
.featured-box p {
	margin-bottom:10px;	
	padding:10px 0px;
	

}


@media screen and (min-width:361px) and (max-width:615px) and (min-width:180px)  {
.column {

 width:100%;
  padding:0px;
  margin-bottom:1em;
  float:left;
}
.quick-link3 img{
	width:100%;
	height:300px;
}
.margin h2 {font-size:1.5em; color:#2167a3; border-bottom:dotted 2px #70b121; line-height:1.5em; padding-top:1em;}  	
.top-nav ul ul {
  position: relative;
  background:#262626;
  top:0px;
}
.why-box2{
		padding:25px 0px 25px 0px;
}

}