@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,400italic,600italic);
 @import url(https://fonts.googleapis.com/css?family=Tangerine);
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.6;
	color: #000000;
	z-index:9999;
	width:100%;
	height:100%;
	background: #eee;
}
.img-responsive {
	display: inline-block;
}

.slide-content {
	text-align:center;
	font-weight:600;
	color:#fff;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
	color: #fff;
}
.navbar-brand {
	float: left;
	height: auto;
	padding: 0 15px;
	font-size: 18px;
	line-height: 20px;
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 0px;
	border: none;
}
.why-armentum group {
	position:relative;
}
.reason {
	min-height: 400px;
	background-position: center center;
	background-repeat: none;
	background-size: cover;
	position: relative;
	background-color: #e6e7ea;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
 .reason:nth-child(2) {
 border-left: 1px solid #d4d8e1;
 border-right: 1px solid #d4d8e1;
}
.reason:hover:after {
	opacity: 0;
}
.reason:hover h1, .reason:hover p, .reason:hover .icon {
	color: #fff;
}
a:hover {
	text-decoration: none;
}
.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	background-color: transparent;
}
.nav>li>a {
	position: relative;
	display: block;
	padding: 19px 25px;
}
.reason p {
	font-size: 14px;
    font-size: .875rem;
	max-width: 60%;
	margin: 0 auto;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.why-armentum .col-sm-4 {
	padding: 0;
}
.reason .wrap {
	position: absolute;
	text-align: center;
	z-index: 1000;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0 auto;
}
.reason:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #e6e7ea;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.reason a {
	color: #292929;
	display: block;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
.reason .icon {
	font-size: 52px;
}
.transactions {
	padding: 2em 0;
	background-color: #f5f6fb;
	text-align: center;
}
.transaction {
	padding: 15px;
	text-align: center;
	border: 1px solid #ccc;
	background-color: #fff;
	opacity: .65;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
	position: relative;
}
.transaction img.logo {
	-webkit-filter: grayscale(100%);
	margin: 0 auto;
}
.transaction .transaction-type {
	font-family: "Core Sans Italic", sans-serif;
	margin-bottom: 15px;
	display: block;
	max-height: 24px;
	overflow: hidden;
}
.transaction .transaction-ammt {
	display: block;
	margin-bottom: 45px;
	font-family: "Core Sans Medium", sans-serif;
	font-size: 20px;
}
.transaction h1 span, .transaction h2 span {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.transaction .armentum-logo {
	max-width: 52px;
	margin: 0 auto;
}
.btn-group-lg>.btn, .btn-lg {
	padding: 10px 30px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 0;
	text-transform: uppercase;
}
.btn-default {
	color: #333;
	background-color: transparent;
	border-color: #333;
}
.transactions .button {
	margin: 3em auto;
}
.transaction:hover {
	opacity: 1;
	box-shadow: 0 0 9px 1px rgba(135, 132, 104, 0.24);
}
.news {
	background-color: #1FBDEB;
	padding-bottom: 4em;
	text-align:center;
}
.news .section-title {
	color: #fff;
}
.news ul {
	list-style: none;
	margin: 0;
	text-align: center;
}
.news h2.entry-title {
	font-family: "Core Sans", sans-serif;
	font-size: 18px;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.news h2.entry-title a {
	color: #fff;
}
.news time {
	color: #fff;
	display: inline-block;
}
.date, time {
	font-size: 14px;
	text-align: center;
	display: block;
	margin-bottom: 2em;
	font-family: "Core Sans", sans-serif;
	text-transform: uppercase;
	color: #999;
}
.news time:after {
	border-bottom: 1px solid #fff;
	display: block;
	width: 30px;
	margin: 0 auto;
	content: "";
}
.site-footer {
	background-color: #000620;
	text-align: center;
	padding: 2em 0 1em 0;
	clear: both;
	position: relative;
	z-index: 5000;
}
.site-footer img {
	max-width:100px;
}
img.sipc {
	width: 60px;
	margin: 0 auto;
}
p.credit {
	color: #585858;
	margin: 15px 0;
}
 @media (min-width: 768px) {
 #header.shrinked .nav-menu {
 -webkit-animation-name: fadeInShrinked;
 animation-name: fadeInShrinked;
 -webkit-animation-duration: .35s;
 animation-duration: .35s;
 -webkit-animation-delay: .32s;
 animation-delay: .32s;
 -webkit-animation-fill-mode: both;
 animation-fill-mode: both;
}
 #header {
 position: absolute;
 z-index: 9999;
 top: 0;
 right: 0;
 left: 0;

}
 .navbar-nav {
 float: left;
 margin: 0;
}
.navbar-nav .dropdown-menu a {
    border-bottom: 1px solid #3e6a8f;
    padding: 8px 20px;
}
.navbar-nav .dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0;
    border: none;
    padding: 0;
    text-transform: none;
    min-width: 220px;
}
.list-three {
    -webkit-columns:  3; /* Chrome, Safari, Opera */
    -moz-columns:  3; /* Firefox */
    columns:  3;
}
.navbar-nav .nav-item.open a {
    background: #17375e;
    color: #fff;
}
.navbar-nav .nav-item a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.navbar-nav .nav-item .dropdown-menu a:hover {
    background: #3e6a8f;
    color: #fff;
    padding-left: 24px;
}
 #header.shrinked .nav-menu {
 position: fixed;
 z-index: 9999;
 top: 0;
 right: 0;
 left: 0;
 background: #000620;
}
}
 @-webkit-keyframes fadeInShrinked {
 0% {
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 opacity: 0;
}
 100% {
 -webkit-transform: none;
 transform: none;
 opacity: 1;
}
}
 @keyframes fadeInShrinked {
 0% {
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 opacity: 0;
}
 100% {
 -webkit-transform: none;
 transform: none;
 opacity: 1;
}
}
 @media (min-width: 767px) {
 .reason h1 {
 font-size: 27px;
}
 .reason p {
 font-size: 16px;
 max-width: 75%;
}
}
