@charset "utf-8";

/* CSS Document */
@font-face {
	font-family: 'aileronlight';
	src: url('../fonts/aileron-light-webfont.eot');
	src: url('../fonts/aileron-light-webfont.eot#iefix') format('embedded-opentype'),
		url('../fonts/aileron-light-webfont.woff2') format('woff2'),
		url('../fonts/aileron-light-webfont.woff') format('woff'),
		url('../fonts/aileron-light-webfont.ttf') format('truetype'),
		url('../fonts/aileron-light-webfont.svg#aileronlight') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'aileronregular';
	src: url('../fonts/aileron-regular-webfont.eot');
	src: url('../fonts/aileron-regular-webfont.eot#iefix') format('embedded-opentype'),
		url('../fonts/aileron-regular-webfont.woff2') format('woff2'),
		url('../fonts/aileron-regular-webfont.woff') format('woff'),
		url('../fonts/aileron-regular-webfont.ttf') format('truetype'),
		url('../fonts/aileron-regular-webfont.svg#aileronregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'aileronthin';
	src: url('../fonts/aileron-thin-webfont.eot');
	src: url('../fonts/aileron-thin-webfont.eot#iefix') format('embedded-opentype'),
		url('../fonts/aileron-thin-webfont.woff2') format('woff2'),
		url('../fonts/aileron-thin-webfont.woff') format('woff'),
		url('../fonts/aileron-thin-webfont.ttf') format('truetype'),
		url('../fonts/aileron-thin-webfont.svg#aileronthin') format('svg');
	font-weight: normal;
	font-style: normal;
}

.animation {
	-webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
	transition: 1s ease-in-out;

	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

	{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

.error {
	color: red;
}


/* HEADER FIXED */

.header-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #FFFFFF;
	z-index: 99999;
}

.header-fixed .navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}

.header-fixed .navbar-brand {
	padding: 10px 15px;
}

.header-fixed .navbar-brand>img {
	width: 20px;
}

.header-fixed {
	min-height: 40px !important;
}

.header-fixed .navbar-brand {
	height: 39px;
}

/* END HEADER FIX */

.block-1 {
	float: left;
	width: 100%;
	position: relative;
}

.b1thms {
	margin-top: 15px;
}

.b1thm {
	float: left;
	width: 100%;
	text-align: center;
	padding: 10px 15px;
	color: #FFFFFF;
	text-decoration: none;
}

.b1thm:hover {
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer;
}

.b1thm1 {
	background-color: rgba(46, 95, 159, 0.9);
}

.b1thm2 {
	background-color: rgba(129, 129, 134, 0.9);
}

.b1thm1:hover {
	background-color: rgba(46, 95, 159, 1);
}

.b1thm2:hover {
	background-color: rgba(129, 129, 134, 1);
}

.b1thm p {
	min-height: 125px;
}

.b1thm h3 {
	font-family: 'aileronregular';
	font-size: 25px;
}

.block-2 {
	float: left;
	width: 100%;
	padding: 50px 0 5px;
}

.block-2 img {
	margin: 5px 15px 0 0;
}

.block-2 h4 {
	color: #3369b0;
	font-size: 21px;
	margin: 0 0 10px;
	font-family: 'aileronregular';
}

.block-2 p {
	color: #8d7c7c;
	margin-bottom: 15px;
}

.block-2 table {
	margin-bottom: 15px;
}

.block-2 table.table1,
.block-2 table.table2 {
	border-bottom: solid 1px #ddd7d7;
}

.borrow-page h3 {
	color: #193253;
	font-size: 22px;
	font-weight: 500;
	font-family: 'aileronregular';
}

.carousel-caption {
	top: 15%;
	text-align: right;
	right: 15%;
	font-family: 'aileronthin';
	font-size: 34px;
	font-weight: 300;
}

.carousel-caption p {
	line-height: 35px;
	padding: 0;
	text-shadow: none;
	text-shadow: black 0.1em 0.1em 0.2em;
}

.cmirblock {
	float: left;
	width: 100%;
	color: #FFFFFF;
	background-color: #2e5f9f;
	padding: 16px 0 10px;
	text-align: center;
	font-size: 25px;
	line-height: 25px;
	text-transform: uppercase;
}

.inner-banners {
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
}

.inner-banners img {
	max-width: 100%;
}

.inner-banners h2 {}

.content-page {
	padding: 25px 0;
	float: left;
	width: 100%;
}

.page-header {
	bottom: 10px;
	color: #fff;
	float: left;
	padding: 0;
	position: absolute;
	text-align: left;
}

.page-header h2 {
	margin: 5px 0 0;
	padding: 0;
	font-family: 'aileronlight';
	position: relative;

}

.page-header h2:after {
	background: url(images/arrow-inner.png) no-repeat;
	bottom: -27px;
	content: "";
	height: 27px;
	left: 50%;
	margin-left: -13px;
	position: absolute;
	width: 26px;
}

.form-group {
	float: left;
	width: 100%;
}

.lead-form {
	margin: 25px 0;
	background: #f3f3f3;
}

.lead-form h4 {
	font-family: 'aileronregular';
	padding: 10px;
	border-bottom: #ebebeb solid 1px;
	margin-bottom: 20px;
}

label {
	display: inline-block;
	font-weight: normal;
	margin-bottom: 5px;
	max-width: 100%;
}

footer {
	float: left;
	width: 100%;
	padding: 25px 0 100px;
	background: url(../images/footer-bg.png) repeat-x center bottom #193253;
	color: #FFFFFF;
}

footer a {
	color: #FFFFFF;
}

.f-title {
	font-family: 'aileronregular';
	font-size: 21px;
	margin: 25px 0 10px;
	text-transform: uppercase;
}

.flinks {
	padding: 7px 0;
}

.flinks li a {
	line-height: 28px;
}

.latestAds li {
	padding: 10px 0 10px;
}

.latestAds li:first-child {
	border-bottom: solid 1px #3c485f;
}

.lap2 {
	margin: 0;
}

.datetime {
	margin: 0;
	font-style: italic;
	font-size: 12px;
}

.iconinfo {
	background: url(../images/icon-info.png) no-repeat;
	float: left;
	height: 21px;
	margin: 3px 5px 0 0;
	width: 21px;
}

.f-aboutus {
	padding: 9px 0;
	margin-bottom: 25px;
}

.f-address {
	position: relative;
	font-style: italic;
	font-size: 12px;
	margin-top: 13px;
}

.f-address em {
	float: left;
	margin: 2px 8px 0 0;
}

.f-address p {
	float: left;
}

@media (max-width: 767px) {
	.carousel-caption {
		top: 15%;
		text-align: right;
		right: 15%;
		font-family: 'aileronthin';
		font-size: 16px;
		font-weight: 300;
	}

	.carousel-caption p {
		line-height: 16px;
		padding: 0;
		text-shadow: none;
		text-shadow: black 0.1em 0.1em 0.2em;
	}
}

@media (min-width: 768px) {
	.b1thms {
		position: relative;
		margin-top: -100px;
		z-index: 9999
	}

	.b1thm {
		width: 25%;
	}

	.f-title {
		margin: 0;
	}

}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

/*
     FILE ARCHIVED ON 02:39:35 Aug 01, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:58:32 Apr 11, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 445.68
  exclusion.robots: 0.075
  exclusion.robots.policy: 0.069
  RedisCDXSource: 1.314
  esindex: 0.008
  LoadShardBlock: 428.891 (3)
  PetaboxLoader3.datanode: 478.954 (5)
  CDXLines.iter: 13.44 (3)
  load_resource: 148.758 (2)
  PetaboxLoader3.resolve: 73.061 (2)
*/