body{
	padding-top: 50px;
	font-family: arial;
	font-size: 1.2em;
	background-color: #E5BE00;
	/*background-image: url(../images/back.jpg);*/
	background-attachment: fixed;
	background-size: 100% 100%;
	background-size: cover;
}

.exchange-value, .exchange-date{
	text-align: right;
}

thead .sorting{
	font-size: 0.8em;
}

table.dataTable td{
	font-size: 0.8em;
}

.profile-frame{
	margin-top: 5px;
}

.profile-frame .profile-caption{
	position: relative;
	width: 100%;
	height: 35px;
	bottom: 35px;
	left: 0px;
	color: #ffffff;
	background: black;
	text-align: center;
	font-weight: bold;
	font-size: 0.8em;
	opacity:0.7;
	margin-bottom: -35px;
}

.blog-post h1 {
	text-align: center;
}

.services_button{
	padding-left: 15px;
	padding-bottom: 5px;
	padding-top: 3px;
}

.services_button img{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	opacity: 0.8;
}

.services_button img:hover{
	opacity: 1;
}

.navbar-inverse{
    background-color: #709945;
    border-color: #709945;
}

.sidebar-module, .blog-post{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.sidebar-module-inset{
	margin: 0px;
	margin-bottom: 20px;
}

.blog-post{
	padding: 10px;
	background-color: #fff;
	font-size: 0.8em;
	line-height: 1.5;
	min-height: 200px;
}

.blog-footer {
	margin-top: 40px;
	padding: 15px 0;
}

.navbar-brand {
	float: left;
	height: 40px;
	padding: 5px 15px !important;
	font-size: 18px;
	line-height: 20px;
}

.navbar-toggle {
	padding:6px 15px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.navbar-inverse .navbar-nav > li > a{
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}

.navbar-inverse .navbar-nav > li > a:hover,.navbar-inverse .navbar-nav > .active > a:hover{
	background-color: #4d6a2e;
}

.navbar-collapse{
	background-color:#709945;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: 400px;
}

.navbar-inverse .navbar-nav > .active > a{
	background-color: #538222;
}

.navbar-inverse .navbar-nav > .active > a:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -5px;
	vertical-align: middle;
	content: " ";
	border-right: 5px solid transparent;
	border-bottom: 5px solid;
	border-left: 5px solid transparent;
}

.navbar-inverse .navbar-brand {
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}

.navbar{
	height: 40px;
	min-height: 40px !important;
}

.banner-top{
	height:350px;
	background-color:#afafaf;
}

.banner-history{
	width: 100%;
	margin-bottom: 20px;
	background-color:#999;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

