@import url('color_black.css');
body{
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;
	background-color: white;
	background-attachment: fixed;
	background-position: top right;
}
.title.bg{
	background-color: #006466;
	color: white !important;
}
.header.bg{
	background-image: url('../images/header-black.jpg');
	color: black;
}
.footer > div.title{
	color: white;
	background-color: #006466;
}
#cssmenu{
	background: linear-gradient(to bottom, #676666 0%, #000000 100%);
}
.btn-primary{
	background-image: linear-gradient(to bottom, #006466 0px, #016567 100%);
}
.btn-primary:hover{
	background-image: linear-gradient(to bottom, #006466 0px, #006365 100%);
}
.btn-primary:active{
	background-image: linear-gradient(to bottom, #006466 0px, #016567 100%);
}
.bg-gradient{
	background-image: linear-gradient(to bottom, #006466 0px, #016567 100%);
	background: #006466;
}
.panel-primary > .panel-heading{
	background-image: linear-gradient(to bottom, #006466 0px, #016567 100%);
	background: #006466;
}
.btn-primary,.btn-primary:hover,.btn-primary:active,.btn-primary:focus{
	background: #006466;
	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 ;
}
