body{
	padding-top: 30px;
	font-family: arial;
	font-size: 1.2em;
	background-color: #E5BE00;
	background-image: url(../images/background.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;
}

/*Main body*/
.blog-main{
	background-color: rgba(0,0,0,0.5);
	/*background-image: url(../images/background-blur.jpg);
	background-attachment: fixed;
	background-size: 100% 100%;
	background-size: cover;*/
	background-color: rgba(0,0,0,0.5);
	padding: 15px;
	padding-bottom: 30px;
	padding-top: 30px;
}

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

}

.blog-post h1,.blog-post h2,.blog-post h3{
	color: #fff;
}

/*Navbar*/
.navbar {
	height: 60px;
	min-height: 40px !important;
	border: none;
}

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

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

}
.navbar-collapse ul li{
	z-index:1;
}


@media screen and (max-width: 767px) {
	.navbar-collapse ul li{
		background-color: rgba(0,0,0,0.7);
	}
	.navbar-brand {
		height: 100%;
		padding: 0px 0px !important;
	}
}

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

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

.navbar .navbar-nav > li > a:hover,.navbar .navbar-nav > .active > a:hover{
	background-color: #e5be00;
}
.navbar{
	border-color: #709945;
}

.navbar .container .navbar-collapse .nav{
	background-color: rgba(0,0,0,0.5);
}

@media screen and (min-width: 768px) {
	.navbar-collapse{
		float: right;
		padding-right: 0px;
	}
	.navbar .container{
		padding-right: 0px;
	}
}

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

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

.navbar .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;
}

