/* Stylesheet */
#header {

    background-color:  #2d3943;
    position: relative;
    z-index: 1000;

}
#header .nav.navbar-nav.navbar-right {
    margin-top: 16px;
}

#header {

    background-color:  #2d3943;
    position: relative;
    z-index: 1000;

}
#header .nav.navbar-nav.navbar-right {
    margin-top: 16px;
}

#uppertitle {
	color: #2d3943 !important;
	font-family: "Roboto";
	font-weight: 400;
	font-size: 22px;
	line-height: 120%;
	padding-top: 10px;
}

#lowertitle {
	color: #0055a5 !important;
	font-family: "Roboto";
	font-weight: 400;
	font-size: 19px;
	line-height: 120%;
	padding-top: 10px;
}


.about #wrapper {
	background: url(../../images/blue-map.png) no-repeat #fff;
 	background-size: cover;
}

.about .panel.panel-circle-big-contrast .panel-body {
	padding-top: 45px !important;
}

.about #main-content {
    padding: 30px 0px 30px;
}

.about .panels-wrapper {
	margin-bottom: 5px !important;
}

.about .panel.panel-circle-big-contrast {
	border: none;
}

.about .list-group .list-group-item {
	border-left: none;
	border-right: none;
	color: #0055C1;
	font-size: 14px;
	font-weight: bold;
}

.about a.list-group-item:hover, 
.about a.list-group-item:focus {
	color: #f1ac35;
}

.about .list-group .list-title-time {
	font-size: 24px;
	color: #f1ac35;
	border-bottom: 3px solid #f1ac35;
	cursor: inherit;
	border-top: none;
	background: none;
}

.about .img-responsive {
	margin-bottom: 10px;
}

.about .content {
	padding-bottom: 9px;
	margin: 40px 0px 20px;
}

.about .content h3 {
	border-bottom: 1px solid #CCC;
}

.about .content h3 span {
	font-size: 20px;
	font-weight: bold;
	color: #FC5F00;
}

.about h3 .orange-title {
	margin-top: 30px !important;
	padding-bottom: 8px;
}

.about h4 {
	margin-top: 20px !important;
	margin-bottom: 2px !important;
}

.about .content h4 span {
  font-family: "Roboto";
  font-weight: 500;
  color: #2d3943;
}

.about .content h3 span {
  font-family: "Roboto";
  font-weight: 500;
  color: #0055a5;
}

.about p {
	line-height: 230%;
}

.about p a.text-link {
	color: #0055C1;
	font-weight: bold;
	text-decoration: underline;
}

.about p a.text-link:hover {
	color: #f1ac35;
	font-weight: bold;
	text-decoration: underline;
}

.about .img-content {
	margin: 10px 0;
	padding: 10px 0;
}

.about .img-align {
	margin: 0 auto;
}

.about .bank-box {
	height: 80px;
	line-height: 80px;
	text-align: center;
	box-shadow: 0 0 2px #A5DEF9;
}

.about .bank-box:hover {
	background-color: #F2F2F2;
}

.about .vcenter {
    display: inline-block;
    vertical-align: middle;
}

.about .remittance-testimonials blockquote {
	margin-top: 51px;
	font-size: 96%;
}
 


@media(min-width: 769px) {
	.about #main-content {
	    padding: 0px 0px 30px;
	}

	.about .panels-wrapper {
		margin-bottom: 5px !important;
	}

	.about .panel.panel-circle-big-contrast {
		border: none;
	}

	.about .list-group .list-group-item {
		border-left: none;
		border-right: none;
		color: #0055C1;
		font-size: 14px;
		font-weight: bold;
		width: 320px;
	}

	.about a.list-group-item:hover, 
	.about a.list-group-item:focus {
		color: #f1ac35;
	}

	.about .list-group .list-title-time {
		font-size: 24px;
		color: #f1ac35;
		border-bottom: 3px solid #f1ac35;
		cursor: inherit;
		border-top: none;
		background: none;
	}

	.about .bank-box {
		height: 80px;
		line-height: 80px;
		text-align: center;
		box-shadow: none;
	}

	.about #floating-div .list-group.scrolled {
		position: fixed;
		width: 320px;
		top: 79px;
	}
}

.resimg {
	display: block;
}

.resimg2 {
	display: none;
}

@media(max-width: 500px) {
	.resimg {
	display: none;
	}

	.resimg2 {
		display: block;
	}

}

/* New banner position */
#pbanner1 {
	display: block;

}

#pbanner2 {
	display: none;

}

.resimg img, .resimg2 img {
	width: 100%;
}

@media (max-width: 991px) {
#pbanner1 {
	display: none;
}

#pbanner2 {
	display: block;
}

.about #main-content {
	padding-top: 0px;
}

.about .content {
	margin-top: 0px !important;
}

}

.about .content h4 span {
    font-family: "Roboto";
    font-weight: 500;
    color: #0055a5;
}