/* EASY-FOREX CORPORATE SETTINGS
   ========================== */
body {
	background-size: cover;
	font-family: arial;
}

h1 {
	text-transform: uppercase;
	font-size: 25px;
}

.content-inner p a {
	color: #32C9E6;
	text-decoration: underline;
}

a.carousel-control {
	text-decoration: none;
	color: #fff;
}

.home-content {
	font-size: 27.5px;
	line-height: 40px;
}

.text-corporate {
	color: #0069B5;
}

.light-muted {
	color: #555;
}

.search-content img,
.news-events-header img,
.market-offerings img {
	float: left;
}

.news-events-header img {
	max-width: 340px;
}

.companies-header img {
	max-width: 250px;
}

.media>.pull-left>div[class*='fix-height'] {
	display: table-cell;
	vertical-align: middle;
}

.search-content img,
.market-offerings img {
	max-width: 80px;
}

.news-events-content img {
	max-width: 64px;
}

.news-events-header .media-body {
	min-height: 160px;
	position: relative;
}

.news-events-header .media-body .btn {
	position: absolute;
	bottom: 0;
}

.companies-content img {
	max-width: 200px;
}

.companies-wrapper,
.news-events-wrapper {
	padding: 25px;
	border: 1px solid #C2C2C2;
}

.media-heading a {
	color: #333333;
	text-decoration: none;
}

a.btn-corporate,
.btn-corporate {
	text-decoration: none;
	background-color: #0069B5;
	background-image: none;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	border-color: #04c #04c #002a80;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-corporate:hover,
.btn-corporate:focus,
.btn-corporate:active,
.btn-corporate.active,
.btn-corporate.disabled,
.btn-corporate[disabled] {
	color: #fff;
	background-color: #1164A0;
}