@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i');
body {
	width: 100%;
	height: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #444;
	background-color: #FFF;
}
html {
	width: 100%;
	height: 100%;
}
a {
	color: #8cc63e;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
strong, b {
	font-weight: 500;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
}
h2 {
	font-size: 32px;
	color: #8cc63e;
}
h3 {
	font-size: 24px;
	color: #8cc63e;
}
h4 {
	font-size: 18px;
}

/*Custom Bootstrap CSS*/

@media(max-width:767px) {
.navbar-fixed-top .navbar-brand img {
	margin: -10px 0 0 0;
	height: 40px;
}
}
@media(min-width:768px) {
.navbar-fixed-top {
	padding: 15px 0;
	-webkit-transition: padding .3s;
	-moz-transition: padding .3s;
	transition: padding .3s;
}
.navbar-fixed-top .navbar-brand img {
	margin: -10px 0 0 0;
	height: 40px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.navbar-fixed-top.navbar-shrink {
	padding: 0;
}
.navbar-fixed-top.navbar-shrink .navbar-brand img {
	height: 40px;
	margin: -10px 0 0 0;
}
}
.navbar {
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
}
.nav > li > a {
	padding-left: 10px;
	padding-right: 10px;
}
.navbar a:focus {
	outline: 0;
}
.nav > li > a.login {
	color:#8cc63e;
}
.navbar .navbar-nav {
	letter-spacing: 1px;
}
.navbar .navbar-nav li a:hover {
	color: #8cc63e;
}
.navbar .navbar-nav li a:focus {
	outline: 0;
}
.navbar-default, .navbar-inverse {
	border: 0;
	border-bottom: 1px solid #e7e7e7;
}
@media (min-width: 992px) {
.navbar-fixed-top .navbar-brand img {
	height: 60px;
	margin: -20px 0 0 0;
}
}
.btn-default {
	background: #555;
	border-color: #555;
	border-radius: 30px;
	font-size: 13px;
	font-weight: 500;
	color: #FFF;
	padding: 10px 25px;
}
.btn-default:hover {
	color: #FFF;
	background: #8cc63e;
	border-color: #8cc63e;
}
.table th {
	font-weight: 500;
}
/* Custom Bootstrap CSS -----Ends */

/* Slider CSS */

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
/* Slider CSS -----Ends */

.header-spacer {
	display: block;
	height: 80px;
}
@media (max-width : 767px) {
.header-spacer {
	height: 50px;
}
}
.main-banner {
	background-image: url(../img/banner-bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: repeat-x;
}
.main-banner img {
	display: inline-block;
}
.main-banner-text {
	padding: 60px 0 0 70px;
}
.main-banner h1 {
	color: #FFF;
	font-size: 44px;
	font-weight: 300;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.main-banner h2 {
	color: #FFF;
	font-size: 36px;
	font-weight: 100;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	margin-bottom:30px;
}
.main-banner .btn-primary {
	border-radius: 40px;
	border:none;
	padding:15px 30px;
	font-size:24px;
	font-weight:300;
	background: #f7931d;
}
.main-banner .btn-primary:hover {
	background: #d67d1d;
}
@media (max-width : 767px) {
.main-banner-text {
	padding: 0;
}
.main-banner h1 {
	text-align: center;
	font-size: 26px;
}
.main-banner h2 {
	text-align: center;
	font-size: 20px;
	margin-bottom:15px;
	font-weight:300;
}
.main-banner .btn-primary {
	padding:10px 15px;
	font-size:18px;
}
.main-banner .mb-btn {
	text-align:center;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.main-banner-text {
	padding: 25px 0 0 20px;
}
.main-banner h1 {
	font-size: 28px;
}
.main-banner h2 {
	font-size: 24px;
}
.main-banner .btn-primary {
	padding:10px 20px;
	font-size:18px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.main-banner-text {
	padding: 50px 0 0 40px;
}
.main-banner h1 {
	font-size: 36px;
}
.main-banner h2 {
	font-size: 30px;
}
}
.btn-inverse {
	color: #FFF;
	border-width: 2px;
	border-color: #FFF;
	border-radius: 30px;
	background-color: #8cc63e;
	font-weight: 500;
	text-transform: uppercase;
}
.btn-inverse:hover {
	color: #8cc63e;
	background: #FFF;
	border-color: #FFF;
}
.btn-inverse-blue {
	color: #8cc63e;
	border-width: 2px;
	border-color: #8cc63e;
	border-radius: 30px;
	background: none;
	font-weight: 500;
	text-transform: uppercase;
}
.btn-inverse-blue:hover {
	color: #FFF;
	background: #8cc63e;
	border-color: #8cc63e;
}
.hc-divider {
	display: block;
	margin: 0 auto 30px auto;
	padding: 30px 0 0 0;
	width: 70px;
	border-bottom: 1px solid #8cc63e;
}
.hc-divider-reverse {
	border-bottom: 1px solid #FFF;
}
.section {
	padding: 30px 0;
}
.section h3 {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #444444;
	font-size: 28px;
	font-style: normal;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.section h4 {
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 22px;
	font-weight: 300;
	text-transform: uppercase;
}
.section h5 {
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
}
.section p {
	line-height: 27px;
}
.services-panel {
	padding: 50px 0;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-image: url(../img/services-bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #FFF;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	-webkit-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
	-ms-transform: translateZ(0px);
	-o-transform: translateZ(0px);
	transform: translateZ(0px);
}
.services-panel h3 {
	color: #FFF;
}
.services-panel h4 {
	color: #8cc63e;
	text-transform: uppercase;
}
.services-panel a.icon img {
	width: 80px;
	height: 80px;
}
.gray-panel {
	background: #EAEAEA;
}
.green-panel {
	background: #46b076;
	color: #FFF;
}
.green-panel h3 {
	color: #FFF;
}
.green-panel p {
	line-height: normal;
}
.green-panel .theader {
	background-color:#3c9464;
}
.footer-panel {
	background: #f7931d;
	color: #FFF;
	font-weight: 300;
}
@media (max-width : 991px) {
.footer-links {
	margin-bottom: 20px;
}
}
.footer-links h4 {
	font-size: 16px;
	opacity: 0.5;
	margin: 0;
	padding: 0 0 12px 0;
}
.footer-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-links li {
	margin-bottom: 10px;
}
.footer-links li:last-child {
	margin-bottom: 0;
}
.footer-links a {
	color: #FFF;
	text-decoration: none;
}
.footer-links a:hover {
	opacity: 0.6;
	text-decoration: none;
}
.footer-links i {
	display: inline-block;
	text-align: center;
	width: 16px;
	height: 16px;
	margin-right: 8px;
}
.footer {
	background: #333;
	color: #FFF;
	font-size: 13px;
	padding: 15px;
	text-align: center;
}
.footer a {
	color: #FFF;
}
.section-header {
	background-image: url(../img/banner-bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: repeat-x;
}
.section-header h1 {
	margin: 0;
	padding: 40px 0;
	font-weight: 100;
	font-size: 42px;
	line-height: 50px;
	color: #FFF;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
@media (max-width : 767px) {
.section-header h1 {
	padding: 20px 0;
	font-size: 28px;
	line-height: 30px;
}
}
.section-content {
	padding: 30px 0;
}
.section-content h3 {
	color: #8cc63e;
	font-size: 32px;
	font-weight: 300;
}
.section-content h4 {
	color: #8cc63e;
	font-size: 24px;
	font-weight: 300;
}
.section-content p {
	text-align: justify;
}
/* Maps CSS */

#map_wrapper {
	height: 480px;
}
#map_canvas {
	width: 100%;
	height: 100%;
}
/* Maps CSS ----Ends */

.gallery-block {
	margin-bottom: 20px;
	padding-bottom: 15px;
	text-align: center;
	border-bottom: 1px solid #CCC;
}
.gallery-block .date {
	font-style: italic;
	color: #666;
	margin-bottom: 5px;
}
.gallery-block .title {
	font-size: 20px;
	color: #8cc63e;
}
@media (max-width : 991px) {
.gallery-block .title {
	font-size: 16px;
	color: #8cc63e;
}
}
