/* Stylesheet */
#header {

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

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


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

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

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

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

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

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

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

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

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

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

.extras .content h3 {
	/**border-bottom: 1px solid #CCC;**/
}

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

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

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

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

.extras h4 .blue-title {
	font-weight: bold;
	font-size: 17px;
	color: #0055A5;
}

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

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

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

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

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

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

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

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

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


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

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

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

	.extras .list-group {

		
		top: 0px;
		margin-top: -20px;
		transition: all 0.3s ease 0s;
	}


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

	.extras .list-group.scrolled {
		position: fixed;
		width: 360px;
		top: 25px;
		transition: all 0.3s ease 0s;
	}
}


@media only screen and (min-width:970px) and (max-width: 1200px) {
	.extras .list-group.scrolled {
		width: 293.328px;
	}
}
#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;
}

/* 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;
}

}

 .resimg {
	display: block;
}

 .resimg2 {
	display: none;
}

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

	.resimg2 {
		display: block;
	}

}

#floating-div .list-dis {
	display: block;
}

/* New Side-Bar */

#floating-div .side-title h3 {
	background-color: #676f7a;
	padding: 10px 10px 10px 30px;
	color: #fff;
	margin-bottom: 1px;
	font-family: "Roboto";
}



#floating-div .submit{
background-color: #fcfcfc;
text-align: left;
width: 100%;
border: 0px solid #fff;
border-bottom: 1px solid #eee;
color: #676f7a;
padding: 15px 25px 15px 25px;
margin-bottom: 0px;
transition: all 0.3s ease 0s;
}

#floating-div .submit:hover{
background-color: #04AFEF;
width: 100%;
border: 0px solid #f0f0f0;
border-bottom: 1px solid #eee;
color: #fff;
padding: 15px 25px 15px 35px;
margin-bottom: 0px;
transition: all 0.3s ease 0s;
}

#floating-div .active{
background-color: #04AFEF;
width: 100%;
border: 0px solid #f0f0f0;
border-bottom: 1px solid #eee;
color: #fff;
padding: 15px 25px 15px 35px;
margin-bottom: 0px;
}


#floating-div .submit:hover.fa-user:hover{
background-color: #04AFEF;
width: 100%;
border: 0px solid #f0f0f0;
border-bottom: 1px solid #eee;
color: #fff;
padding: 15px 25px 15px 35px;
margin-bottom: 0px;
transition: all 0.3s ease 0s;
padding-right: 0px;
}

#floating-div .fa-caret-right{
	color: #fcfcfc;
	float: right;
} 


.content .submit{
background-color: #00aeef;
width: auto;
border: 0px solid;
color: #fff;
padding: 10px 25px 10px 25px;
transition: all 0.3s ease 0s;
}

.content .submit:hover{
background-color: #0055a4;
width: auto;
border: 0px solid;
color: #fff;
padding: 10px 25px 10px 25px;
transition: all 0.3s ease 0s;
}