input[type="date"]::-webkit-calendar-picker-indicator { position: absolute; left: 0px; }
input::-webkit-datetime-edit { position: relative; left: 10px; }
input::-webkit-datetime-edit-fields-wrapper { position: relative; left: 10px; }
* { margin:0; padding:0;}
body {margin:0 auto; font-family: Roboto, 'Glyphicons Halflings', sans-serif; background-color:#fff; color:#000; font-size: 13px;}
a {text-decoration:none;outline:none;color:#000;}
a:hover {cursor:pointer;text-decoration:none;color:#000;}
* {
  box-sizing: border-box;
}
.success{
	background-color:#219A00 !important;
	color:#fff;
}
.failure{
	background-color:#EB0000 !important;
	color:#fff;
}
.danger{
	background-color:#F3F600 !important;
}
.warning{
	background-color:#FFB579 !important;
}
.btn-primary{
	padding:5px;
}
.btn-danger{
	margin:0px 5px;
	padding:5px 6px;
}
.table-container {
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
}
.content{
	font-size: 14px;
}
.error{
	color:#ff0000 !important;
}
.spacer
{
    width: 100%;
    height: 40px;
}
.header-cont {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	z-index:1000;
	background-color:#00bff3;
	/* I like to add a shadow on to the fixed element */
	-webkit-box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.25);
	box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.25);
}
.page-header {
	font-size: 24px;
}
h1 {
	font-size: 16px;
	font-weight:bold;
	margin:0px;
	padding:10px 0px;
}
h2 {
	color:#054267; 
	padding:5px;
	font-size: 14px;
	margin:0px;
}
h3 {
	font-size:16px;
	margin:0px;
	padding:0px;
	font-weight:bold;
}
h4 {
	background-color:#016E20; 
	color: #fff; 
	text-align:center;
	padding-top:5px;
}
h5 {
	font-size:12px;
	font-weight:700;
	color:#fff;
}
  
@media (max-width: 768px) {
  .btn-responsive {
    padding:2px 4px;
    font-size:10px;
    line-height: 1;
    border-radius:3px;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .btn-responsive {
    padding:2px 4px;
    font-size:10px;
    line-height: 1.2;
  }
}
p {text-align:justify;}
.white-color{
	color: #fff;
}
.brown-color{
	color: #054267;
}
.light-brown-color{
	color: #00bff3;
	text-decoration:none;
}
.yellow-color{
	color: #fff;
}
.bg-brown-color{
	background-color: #054267;
}
.bg-light-color{
	background-color: #054267;
}
.separator2{
	padding:2px;
}
.separator5{
	padding:5px;
}
.separator10{
	padding:10px;
}
.separator20{
	padding:20px;
}
.separator30{
	padding:30px;
}
.w100 {
	font-weight: 100;
}

.w200 {
	font-weight: 200;
}

.w400 {
	font-weight: 400;
}
.w700 {
	font-weight: 700;
}
.container {
	padding: 50px 40px 0px;
}
.navbar .navbar-header .icon-bar {
  color: #fff;
  border-color: #016E20;
  background-color: #fff;
}
.navbar-toggle {
  background-color: #016E20 !important; 
  margin:3px 15px;
}

.navbar {
	margin-bottom: 0;
	background-color: #016E20;
	border: 0;
	font-size: 11px !important;
}
.navbar li a, .navbar{ 
	color: #fff !important;
	font-size: 12px;
}
.navbar-brand { 
	margin:0px;
	padding: 2px 20px;
}
.navbar-nav li a:hover {
	color: #000 !important;
	background-color: #85C94A !important;
}
.navbar-nav li.active a {
	color: #000 !important;
	background-color: #85C94A !important;
}
.navbar-default .navbar-toggle {
	border-color: transparent;
}
.open .dropdown-toggle {
	color: #fff;
	background-color: #85C94A !important;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; 
 }
.dropdown-menu li a {
	background-color:#85C94A;
	color: #000 !important;
	padding:5px;
}
.dropdown-menu li a:hover {
	background-color: #016E20 !important;
	color: #fff !important;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 14px 6px;
}
.carousel-inner img {
	margin: auto;
}
.carousel-caption h3 {
	color: #fff !important;
}
@media (max-width: 600px) {
	.carousel-caption {
		display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
	}
}
footer {
	background-color: #016E20 !important;
	color: #fff;
	padding: 10px 5px 1px 5px;
}
footer a {
	color: #c5168d;
	text-decoration: none;
}
footer a:hover {
	color: #fff;
	text-decoration: none;
}		
.bg-1 {
	background: #d6b29a;
}
.bg-2 {
	background: #00bff3;
}
.list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.list-group-item:last-child {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.thumbnail {
	padding: 15px;
	border: none;
	border-radius: 0;
	background-color:#e8c9b4;
	border: 1px solid #2d1705;
}
.thumbnail p {
	margin-top: 15px;
	color: #016E20;
}
.person {
	border: 10px solid transparent;
	margin-bottom: 25px;
	width: 80%;
	height: 80%;
	opacity: 0.7;
}
.person:hover {
	border-color: #f1f1f1;
}
.btn {
	padding: 6px 10px;
	background-color: #016E20;
	color: #f1f1f1;
	border-radius: 0;
	transition: .2s;
}
.btn:hover, .btn:focus {
	border: 1px solid #016E20;
	background-color: #fff;
	color: #000;
}
.modal-header, .close {
	color: #fff !important;
	text-align: center;
	font-size: 30px;
}
.modal-header {
	background-color:#016E20;
	padding: 0px;
	margin:0px;
}
.modal-body {
	padding: 0px;
}
.modal-body, .modal-footer {
	background-color:#fff;
}
.nav-tabs li a {
	color: #777;
}
#googleMap {
	width: 100%;
	height: 400px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}  

.form-control {
	border-radius: 0;
}
textarea {
	resize: none;
}
		
/* product showcase Start */
.col-item
{
    border: 1px solid #016E20;
    background: #e8c6ad;
}
.col-item .photo img
{
    margin: 0 auto;
    padding: 20px;
}
.col-item .info
{
    padding: 0px 5px;
	margin:0px;
    background-color: #016E20;
	color:#fff;
}
.col-item:hover .info {
    background-color: #016E20;
	color:#fff;
}
.col-item .more-info
{
    width: 100%;
	text-align:center;
	font-size:14px;
	padding-top:12px;
}
.col-item .btn-add
{
    width: 50%;
	float:left;
	text-align:left;
	font-size:14px;
	padding-top:12px;
}
.col-item .btn-details
{
    width: 50%;
	float:right;
    text-align: right;
	padding-top:10px;
	font-size:14px;
}
.controls
{
    margin-top: 20px;
}
[data-slide="prev"]
{
    margin-right: 10px;
}
/* Gallery End */
/*Testimonal */
section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}
#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #fff;
  border: none;
}
/* About Section */
 .panel-group .panel {
	border-radius: 0;
	box-shadow: none;
}

.panel-default > .panel-heading {
	padding: 0;
	border-radius: 0;
	color: #212121;
}

.panel-title {
	font-size: 14px;
	background-color: #016E20;
	color:#00bff3;
}

.panel-title > a {
	display: block;
	padding: 5px;
	text-decoration: none;
}

.more-less {
	float: right;
	color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
}
.panel-body {
	background-color: #fff;
}
/* Media */
