body {
	background-color: #FCF9F2;
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color: #40751B;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	text-shadow: none;
}
h1 {
	font-size: 32px;
	margin: 15px 0;
}
h2 {
	font-size: 28px;
	margin: 15px 0;
}
h3 {
	font-size: 24px;
	margin: 0 0 10px;
	line-height: 28px;
}
h4 {
	font-size: 20px;
	margin: 10px 0;
}
h5 {
	font-size: 16px;
	margin: 10px 0;
}
h6 {
	font-size: 13px;
	margin: 8px 0;
}
p {
	font-size: 15px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	text-shadow: none;
	line-height: 20px;
}
a {
	color: #E99000;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	outline: 0;
}
a:focus, a:hover, a.active {
	color: #333;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	outline: 0;
}
.text-capitalize { text-transform:capitalize;}

.gap-xs{ height:5px; }
.gap-xm{ height:15px; }
.gap-sm{ height:25px; }
.gap-md{ height:35px; }
.gap-lg{ height:50px; }


/**********************************************************************
***************************    Header	*******************************
***********************************************************************/
.top-menu ul {
	margin: 0;
	line-height: 60px;
}
.top-menu ul li {
	padding: 2px 15px;
	border-right: 1px solid #333;
	line-height: 12px;
}
.top-menu ul li:nth-last-child(1) {
	border-right: 0px;
	padding-right: 0px;
}
.top-menu ul li a {
	color: #333;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 17px;
}
.top-menu ul li a:hover, .top-menu ul li a:focus, .top-menu ul li a.active {
	color: #E99000;
}
.navbar {
	height: 60px;
	border-radius: 0px;
	margin-bottom: 0px;
}
.navbar-inverse {
	background: #81B717; /* Old browsers */
	background: -moz-linear-gradient(top, #81B717 0%, #3B701B 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3B701B), color-stop(100%, #009ec3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #81B717 0%, #3B701B 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #81B717 0%, #3B701B 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #81B717 0%, #3B701B 100%); /* IE10+ */
	background: linear-gradient(to bottom, #81B717 0%, #3B701B 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81B717', endColorstr='#3B701B', GradientType=0 ); /* IE6-9 */
	background-repeat: repeat-x;
	border: 0px none;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	margin-left: -20px;
}
.navbar-brand {
	height: auto;
	position: absolute;
	top: -60px;
	padding: 15px 15px 25px 15px;
	z-index: 9999;
	background-image: -prefix-linear-gradient(top, #FCF9F2 83%, transparent 100%);
	background-image: linear-gradient(to bottom, #FCF9F2 83%, transparent 100%);
	background-image: -moz-linear-gradient(#FCF9F2 83%, rgba(255, 255, 255, 0) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(83%, #FCF9F2), color-stop(100%, transparent)); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top, #FCF9F2 83%, transparent 100%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(top, #FCF9F2 83%, rgba(255, 255, 255, 0) 100%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(top, #FCF9F2 83%, rgba(255, 255, 255, 0) 100%); /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCF9F2', endColorstr='#FCF9F2', GradientType=0 );
}
.navbar-nav>li>a, .navbar-inverse .navbar-nav>li>a, .nav>li>a {
	color: #394A04;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.navbar-nav>li, .nav>li {
	margin: 0 12px;
}
.navbar-nav>li>a {
	padding: 20px 0px 20px 0px;
}
.navbar-nav>li.btn-inquiry a{
	margin: 15px 0;
	padding: 5px 16px;
	color: #FF9900;
	border: 0px none;
	border-radius: 4px;
	background: #fff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}
.navbar-nav>li.btn-inquiry a:hover, .navbar-nav>li.btn-inquiry a:focus, .navbar-nav>li.btn-inquiry a.active, .navbar-inverse .navbar-nav>li.btn-inquiry a:hover, .navbar-inverse .navbar-nav>li.btn-inquiry a.active, .navbar-inverse .navbar-nav>.btn-inquiry a.active>a, .navbar-inverse .navbar-nav>.btn-inquiry a.active>a:hover
{
	margin: 15px 0 !important;
	padding: 5px 16px !important;
	color: #fff !important;
	border: 0px none !important;
	 background: #fff; /* Old browsers */
	background: -moz-linear-gradient(top, #FF9900 0%, #FF6600 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF9900), color-stop(100%, #FF6600)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FF9900 0%, #FF6600 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FF9900 0%, #FF6600 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #FF9900 0%, #FF6600 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom, #FF9900 0%, #FF6600 100%) !important; /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9900', endColorstr='#FF6600', GradientType=0 ) !important;
}


.panel-custom .btn-inquiry {
	margin: 0;
	padding: 5px 15px;
	line-height: 19px;
	color: #FF9900;
	border: 0px none;
	border-radius: 4px;
	background: #fff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}
.panel-custom .btn-inquiry:hover, .panel-custom .btn-inquiry:focus
{
	margin: 0;
	padding: 5px 15px;
	line-height: 19px;
	color: #fff ;
	border: 0px none ;
	 background: #fff; /* Old browsers */
	background: -moz-linear-gradient(top, #FF9900 0%, #FF6600 100%) ; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF9900), color-stop(100%, #FF6600)) ; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FF9900 0%, #FF6600 100%) ; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FF9900 0%, #FF6600 100%) ; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #FF9900 0%, #FF6600 100%) ; /* IE10+ */
	background: linear-gradient(to bottom, #FF9900 0%, #FF6600 100%) ; /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9900', endColorstr='#FF6600', GradientType=0 ) ;
}

.panel-custom .navbar-toggle{
	margin:-3px;
	padding:5px 12px;
	line-height:15px;
}
.panel-custom .navbar-toggle span{
	line-height:15px;	
}

.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
	color: #fff;
	background: none;
	padding: 20px 0px 15px 0px;
	border-bottom: 5px solid #E99000;
}
.navbar-toggle, .navbar-inverse .navbar-toggle {
	margin-right: 0px;
	padding: 9px 10px;
	margin-top: 13px;
	margin-bottom: 12px;
	background-color: #FCF9F2;
	border: 1px solid #FCF9F2;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	outline: 0;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #E99000;
	border: 1px solid #E99000;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	outline: 0;
}
.navbar-nav {
	margin: 0;
}
.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
.navbar-collapse.in {
	overflow-y: visible;
}
.navbar-right .dropdown-menu, .navbar-nav>li>.dropdown-menu
{
	left:0;	
	border:0px none;
	border-bottom:5px solid #E99000;
	padding:0;
	margin:0;
	border-radius:0px;
	width:180px;
	background-color:#FCF9F2;
}
.dropdown-menu>li>a { padding:7px 15px;}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	text-decoration: none;
	color: #fff;
	background-color: #5D9319;	
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus
{
	background-color: transparent;
	border-bottom:5px solid #E99000;
	padding: 20px 0px 15px 0px;
	color: #fff;		
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus
{
	background-color: #5D9319;
}

/**********************************************************************
***************************   Carousel	*******************************
***********************************************************************/
.carousel {
	border-bottom: 5px solid #5D9319;
}
.carousel-item, .carousel .item img {
	width: 100% !important;
}
.carousel-caption {
	background-image: url(../images/caption-bg.png);
	background-repeat: repeat;
	left: 2%;
	right: 10%;
	padding: 16px;
	bottom: 100px;
	text-align: left;
	width: 440px;
	border-left: 5px solid #5D9319;
}
.carousel-caption h2 {
	font-size: 32px;
	color: #40751B;
	font-family: Trebuchet MS;
	margin: 0px;
	margin-bottom: 10px;
	line-height: 36px;
}
.carousel-caption p {
	font-size: 15px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0;
}
.carousel-control {
	width: 50px;
	height: 50px;
	top: 40%;
}
.carousel-control.left, .carousel-control.right {
	background-color: #000000;
	z-index: 999;
}
.carousel-control.left {
	left: 6%;
}
.carousel-control.right {
	right: 6%;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
	font-weight: 100;
	font-size: 14px;
	margin-top: -8px;
	margin-left: -8px;
	margin-left: 17px\9;
	width: auto;
	height: auto;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
	right: auto;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: transparent;
}

.indicator
{
	position:absolute;
	text-align: center;
	width: auto;
	height:auto;
	z-index: 500;
	overflow: hidden;
	margin:0;
	padding:0;
	right:10px;
	bottom: 70px;	
	line-height:0px;
}
.indicator span
{
	font-size: 50px;
	width: 14px;
	height: 14px;
	display: inline-block;
	color: #ddd;
	cursor:pointer;
	line-height:14px;
	margin:2px;
	
}
.indicator span.cycle-pager-active
{
	color:#E99000;
	cursor:pointer;
}

/**********************************************************************
***************************   Body Part	*******************************
***********************************************************************/
.container {
	padding-left: 20px;
	padding-right: 20px;
}
.row {
	margin-left: -20px;
	margin-right: -20px;
}
.home {
	background-color: #FCF9F2;
	margin-top: -60px;
	z-index: 9999;
	position: relative;
	border-top: 5px solid #5D9319;
}
.home p
{
	text-align:justify;	
}

.top-menu {
	height: 60px;
	padding-left: 0;
	padding-right: 0;
}
.boxes {
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 25px;
}
.panel {
	border: 0 none;
	border-radius: 0px;
	border-bottom: 2px solid #DCD8CF;
	height: 360px;
}
.panel-body {
	padding: 0;
}
.panel-body img
{
	border-bottom: 1px solid #DCD8CF;
}
.panel-body-career {
	padding: 10px 15px;
}

.caption {
	padding: 15px;
}
.caption h3, .caption p {
	color: #333;
	margin-top: 10px;
	margin-bottom: 5px;
}
.panel-custom {
	border-radius: 0px;
}
.panel-custom>.panel-heading {
	background-color: #5D9319;
	border: 0px none;
	border-radius: 0px;
	padding: 12px 15px;
}
.panel-custom>.panel-heading>.panel-title {
	font-family: Trebuchet MS;
	font-size: 20px;
	color: #fff;
}
.panel-custom .emenities .col-md-12, .panel-custom .emenities .col-md-6 {
	padding: 2px 0 0 2px;
}
projects img
{
	width:100%;
	max-height:170px;	
}

.testimonials .carousel {
	border: 0px none;
}
.testimonials .test {
	padding: 20px;
}
.testimonials .test p {
	color: #666;
	font-style: italic;
	font-size: 15px;
	line-height: 24px;
	position: relative;
	padding-left: 22px;
	padding-top: 0px;
	padding-bottom: 15px;
	margin-bottom:0px;
}
.testimonials .test p .icon-quote-left {
	position: absolute;
	left: 0;
}
.testimonials .test p .icon-quote-right {
	position: absolute;
	right: 0;
}
.testimonials .test h5 {
	font-weight: bold;
	margin: 5px 0 10px;
	font-size: 15px;
}
.testimonials .test h5.gray {
	color: #666;
}
.testimonials .test img, .testimonials .carousel-item {
	float: left;
	margin-right: 15px;
	width: 50px !important;
	height: 50px;
	border-radius:50%;
}
#testimonials-carousal {
	height: 280px;
}
#testimonials-carousal .carousel-inner {
	height:290px;	
}
#testimonials-carousal .carousel-indicators {
	bottom: 0px;
	margin-bottom: 5px;
	margin-top: 10px;
}
#testimonials-carousal .carousel-indicators li {
	background-color: #EAEAEA;
	width: 12px;
	height: 12px;
	margin: 0;
}
#testimonials-carousal .carousel-indicators li.active {
	background-color: #5D9319;
	width: 12px;
	height: 12px;
	margin: 0;
}

.video-thumbnail
{
	margin:0 0 10px 0;
}
.video-thumbnail .span
{
	cursor:pointer;
	margin:0 !important;
	padding:0 !important;
	max-width: 100%;
	max-height: 100%;
	position:relative;
}
.video-thumbnail .span img
{
	max-height:100px;
	margin:0px !important;
	width:100% !important;
	height:auto !important;
	border-radius:0 !important;
	position:relative;
}
.video-thumbnail .span .ic {
	background-image:url(../images/video-play.png);
	background-repeat:no-repeat;
	background-position:center center;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index:9999;
	display:block;
	/*margin:25px 85px;*/
}


/**********************************************************************
***************************   FOOTER	*******************************
***********************************************************************/
.footer .container {
	padding-left: 5px;
	padding-right: 5px;
}
.footer {
	background: #81B717; /* Old browsers */
	background: -moz-linear-gradient(top, #81B717 0%, #3B701B 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3B701B), color-stop(100%, #009ec3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #81B717 0%, #3B701B 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #81B717 0%, #3B701B 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #81B717 0%, #3B701B 100%); /* IE10+ */
	background: linear-gradient(to bottom, #81B717 0%, #3B701B 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81B717', endColorstr='#3B701B', GradientType=0 ); /* IE6-9 */
	height: 60px;
	margin-top:20px;
}
.footer .copyright {
	color: #fff;
	padding: 20px 0;
	margin: 0;
}
.footer .list-footer {
	float: right;
	padding: 20px 0;
	margin: 0;
}
.footer .list-footer li {
	border-right: 1px solid #fff;
	line-height: 14px;
}
.footer .list-footer li:last-child {
	border-right: 0px none;
}
.footer .list-footer li a {
	color: #fff;
}
.footer .list-footer li a:focus, .footer .list-footer li a:hover {
	color: #E99000;
}


/**********************************************************************
***************************   CMS PAGES	*******************************
***********************************************************************/
.inner-banner {
	position:relative;	
	height:200px;
	width:100%;
	border-bottom:5px solid #5D9319;
	/*background-image:url(../images/inner-banner.jpg);
	background-repeat:no-repeat;
	background-position:center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
}
.inner-banner img{
	width:100%;
	height:195px;
}
/*.inner-banner .container {
	position:relative;	
}*/
.inner-banner .caption {
	position:absolute;
	min-width:250px;
	top:100px;
	left:10%;	
	padding:0px ;
	background-image:url(../images/caption-bg.png);
	background-repeat:repeat;
}
.inner-banner .caption h2 {
	padding:15px 20px;	
	margin:0;
	color:#000;
}

.cms-pages {
	padding-left:5px;
	padding-right:5px;		
}
.cms-pages ul, .cms-pages ol {
	padding-left:15px;
	line-height:22px;
}
.list-unstyled
{
	padding-left:0px !important	;	
}
.cms-pages h2 { 
	padding-top:0;
	margin-top:0;
}
.cms-pages img { 
	margin-left:15px;
	margin-bottom:15px;
	float:right;
}
/*.cms-pages p { 
	margin-bottom:20px;
}*/
.panel.auto-height {
	height:auto;	
}
.panel .list-cms {
	margin:0;
	padding:0;	
}
.panel .list-cms li{
	border-bottom:1px solid #DCD8CF;
	list-style:none;
	font-weight:bold;
}
.panel .list-cms li:last-child, .panel .list-cms-sub:last-child li:last-child{
	border:0px none;	
}
.panel .list-cms li a{
	display:block;
	padding:12px 15px;
	color:#333;
}
.panel .list-cms li a:focus, .panel .list-cms li a:hover, .panel .list-cms li a.active{
	color: #E99000;
}
.panel .list-cms li a.active{ font-weight:bold;}

.panel .list-cms-sub {
	margin:0;
	padding:0;	
}
.panel .list-cms-sub li, .panel .list-cms-sub li:last-child{ 
	border-bottom:1px solid #DCD8CF;
}
.panel .list-cms-sub li a{
	display:block;
	padding:8px 15px 8px 30px;
	color:#333;
	font-size:13px;
}

.projects {
	/*margin-top:20px;	*/
	margin-left:-15px;
	margin-right:-15px;
}
.projects img {
	float:none;
	margin:0;
	position:relative;	
}
.projects .panel {
	display:block;
	height:auto;
	  	
}
.projects .panel-body
{
	height:192px;
}
.projects .panel-body img {
	max-height:240px;
	width:100%;
	border-bottom:0px none;
}
.projects .panel-footer
{
	height:65px;
	max-height:65px;
	background-color:#fff;
	font-size:17px;
	text-align:left;
	color: #40751B;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
/*.projects a .caption {
	bottom:0;
	background-image:url(../images/projects-bg-caption.png);
	background-repeat:repeat;
	font-size:18px;
	color:#fff;
	text-align:center;
	padding:10px;

}*/
.projects .col-md-4 {
	margin-bottom:25px;
}
#captchaimg
{
	float:none;
	width:auto;	
}
.errorbox .alert {
	width:60%;
	margin:0 auto 20px;		
}
.map {
	height: 300px;
	margin-top: 10px;
	margin-bottom:50px;
	box-shadow: 0px 5px 15px #ccc;
}
.list-unstyled li{
	margin-bottom:4px;	
}


.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus
{
	background-color:transparent;
	color:#E99000;	
}
orange{
		color:#E99000;	
}
.project-details img
{
	float:none;	
}
.home-projects img
{
	/*max-height:170px;
	height:170px;	*/
	display:inline-block;
}
.home-projects .col-md-6, .home-projects col-sm-6
{
	padding:2px;	
	text-align:center;
}

#photo-gallery .thumbnail, #unit-floor .thumbnail
{
	height:131px;
	overflow:hidden;	
	margin-bottom:0px;
}
#photo-gallery img, #unit-floor img
{
	height:auto !important;
	width:100%;
}
.wrap-img
{
	float:left;
	display:block;
	position:relative;	
	overflow:hidden;
}
.wrap-img img
{
	margin:0;	
}
.wrap-img p
{
	font-size:12px;	
	margin-bottom:0;
}
.h-text{
	position:absolute;
	background: url(../images/history-bg.png) repeat;
	top: 145px;
	left: 0;
	height: 115px;
	width: 100%;
	margin: 0;
	padding:0 10px;
	color: #fff;
	word-wrap: break-word;	
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.wrap-img:hover > .h-text
{
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	top: 78px;
}
.h-text h4{
	padding:5px;	
	color:#fff;
	font-size:17px;
}
.h-text p{
	padding:0 5px;
	color:#fff;	
	line-height:16px;	
}
.breadcrumb
{
	background-color: #fff;
	border-radius:0;
	line-height: 22px;
	margin: 0 -4px 25px;
}

.margin-bottom{
	margin-bottom:20px;
}
.nopadding-all {
	padding:0 !important;	
}
#submenu
{
	padding-left:20px;	
}
.collapse
{
	display:block;
}
.panel-projects p
{
	padding:15px;	
}
.panel-projects .panel-title span
{
	font-size: 15px !important;	
	line-height: 20px;
	font-weight: bold;
	color: #394A04;
}
.panel-projects .panel-heading {
    background: -webkit-linear-gradient(-90deg, #81B717, #3B701B); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(-90deg, #81B717, #3B701B); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(-90deg, #81B717, #3B701B); /* For Firefox 3.6 to 15 */
    background: linear-gradient(-90deg, #81B717, #3B701B); /* Standard syntax (must be last) */
}
.news-events img
{
	max-width:100%;	
}