@import url('color_green.css');
body{
	background-image: url('../images/background-green.jpg');
	background-repeat: repeat;
	background-color: white;
	background-attachment: fixed;
}
.title.bg{
	background-color: #008800;
	color: white !important;
}
.header.bg{
	background-image: url('../images/header-green.jpg');
	color: black;
}
.footer > div.title{
	color: white;
	background-color: #008800;
}
.btn-primary{
	background-image: linear-gradient(to bottom, #008800 0px, #018901 100%);
}
.btn-primary:hover{
	background-image: linear-gradient(to bottom, #008800 0px, #008700 100%);
}
.btn-primary:active{
	background-image: linear-gradient(to bottom, #008800 0px, #018901 100%);
}
.bg-gradient{
	background-image: linear-gradient(to bottom, #008800 0px, #018901 100%);
	background: #008800;
}
.panel-primary > .panel-heading{
	background-image: linear-gradient(to bottom, #008800 0px, #018901 100%);
	background: #008800;
}
.btn-primary,.btn-primary:hover,.btn-primary:active,.btn-primary:focus{
	background: #008800;
	border-color: transparent;
}
body > .container{
	border-radius: ;
}
.records > .record{
	border-radius: ;
}
.slider{
	border-radius: ;
}
.records > .record .col-xs-9 .title{
	border-radius: 0 0 0 ;
}
