body {
	font: 14px/1.647 'Roboto Condensed', sans-serif;
}

.text-green{color: #00902b;}

.call-us h3{ font-size:40px;}
.call-us h3 a{ font-size:40px; text-decoration: none; color: #00902B}
.call-us h3 a:hover{ font-size:40px; text-decoration:none; color: #00902B}
.header h3 {
	color: #00902B;
	font-weight: 500;
	margin: 0px;
}

.header h3 span {
	color: #00902B; /*color: #10514D;*/
	font-size: 30px;
}

.header h3 small.red-text{
color:#FC2549 /*#FF4060*/;
}

.img-01{border: 2px solid #10514D;
    padding: 1px;
}

.footer {
	background-color: #03920D;
	padding: 30px 0px 5px 0px;
	color: #fff;
}

.footer a {
	color: #fff;
}

.faddress {
	font-size: 20px;
}

h1 {
	color: #00902B;
	
	font-size: 50px;
}

p {
	font-family: 'roboto', sans-serif;
    font-size: 15px;
    line-height: 26px;
}

.formcontainer {
	margin-top: 30px;
}

.formcontainer form {
	border: 1px solid #ccc;
	background-color: #EFF1F2;
	font-family: 'roboto', sans-serif;
}

.formcontainer h2 {
	background-color: #00902B;
	color: #fff;
	margin: 0px;
	padding: 8px 15px;
}

.formcontainer .form-group {
	margin: 10px;
}


/*------------------------------*/

.copyright {
	color: #fff;
	padding: 10px 0 0 0px;
}

.copyright a {
	color: #fff;
}

.img-responsive {
	display: inline-block;
}

.margin-top-30 {
	margin-top: 30px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.margin-bottom-30 {
	margin-bottom: 30px;
}

.no-padding-top {
	padding-top: 0px;
}

.no-radius {
	border-radius: 0px;
}

.navbar-transparent {
	border-radius: 0px;
	text-transform: uppercase;
	margin-top: 8px;
	margin-bottom: 0px;
}

.navbar-default {
	background-color: #00902B;
	border-color: #00902B;
	border-top: 0px solid #97D69E;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-size: 120%;
	font-weight: 300;
}

.navbar .navbar-collapse {
	text-align: center;
}

.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}

.navbar .navbar-collapse {
	text-align: center;
}

.nav>li>a {
	padding: 15px 30px;
	margin: 0px 0px;
	text-transform: uppercase;
	border-right: 1px solid #084C49;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: yellow;
	border-right: 1px solid #084C49;
	background-color: transparent;
	border-radius: 0 px;
}

.navbar-default .navbar-nav>li>a:hover {
	color: yellow;
	border-right: 1px solid #084C49;
	border-radius: 0px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	color: #000;
	border-right: 0px solid #ccc;
	border-radius: 0px;
}

.nav>li:last-child>a,
.nav>li:last-child>a:hover {
	border-right: 0px solid #000;
}

.btn-green {
	color: yellow;
	background-color: #00902B;
	border-color: #00902B;
}

.btn-green:hover {
	color: white;
	background-color: #00902B;
	border-color: #00902B;
}

.carousel-control {
	width: 5%;
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x;
}

.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x;
}

.carousel-caption {
	right: 10%;
	left: 10%;
	padding-bottom: 0px;
}

.carousel h4 {
	padding: 20px 0px 20px 0px;
	font-size: 400%;
	text-transform: uppercase;
}

.thumbnail {
	display: block;
	padding: 0px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: transparent;
	border: 0px solid #ddd;
	border-radius: 0px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
	text-align: center;
	font-size: 100%;
	text-align: center;
}

.thumbnail img {
	border: 2px solid #10514D;
	padding: 1px;
}

.thumbnail .caption {
	padding: 0px;
}

.thumbnail .caption h3 {
	text-transform: uppercase;
	text-align: left;
	color: #00902B;
}

.thumbnail a {
	color: #fff;
}

.map-bor {
    border: 1px solid #555;
    padding: 5px;
}

address{font-size: 16px; line-height: 26px;}

h3.about {
    color: #ff0000;
    text-align: center;
    background: #fff;
    margin: 0px 0px 30px 0px;
    font-size: 25px;
    font-family: 'HelveticaNeue-HeavyCond';
    line-height: 24px;
    border: 1px solid #ff0000;
    padding: 16px 0px;
}

#block div {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #FFFFFF;
	border-color: #333333 #333333 -moz-use-text-color;
	border-image: none;
	border-style: solid solid none;
	border-width: 3px 3px medium;
	bottom: 0;
	color: #990000;
	font-weight: bold;
	padding: 10px;
	position: fixed;
	right: 0;
	text-align: center !important;
	width: 300px;
	z-index: 999999;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    width: 100%;
}
.full {
    width: 100%;
}

@media (min-width:320px) and (max-width:441px) {
h1 {
    color: #00902B;
    text-align: center;
    font-size: 32px;
}
}

@media (min-width:568px) and (max-width:736px) {

    h1 {
    color: #00902B;
    text-align: center;
    font-size: 36px;
}
}


@media (min-width:737px) and (max-width:768px) {
    
    h1 {
    color: #00902B;
    text-align: center;
    font-size: 36px;
}

}

@media (min-width:769px) and (max-width:1200px) {

}

.displayblock {
    display: none;
}