body {
	min-height:1000px;
	font-family: Helvetica, Arial, sans-serif;
	color:#7f7f7f;
	font-size:16px;
	line-height:1.7;
}

/* text styles */

a {
	color:#92bf20;
}

a:hover{
	text-decoration:none;
}
h3 {
	margin-bottom:30px;
}
.greenText, h4 {
	color:#92bf20;
}
.redText {
	color:#a31806;
}
.nav.navma > li > a.greenText {
	color:#92bf20 !important;
}
.greenBack {
	background:#92bf20;
}
.headText {
	font-size:12px;
	color:#c0c0c0;
	padding-top:8px;
	margin-bottom:4px;
	line-height:1.4 !important;
}
.headText a{
		color:#92bf20 !important;
}
h1, h2, h3, h4, h5, .nav, .carousel-caption, .fontText, .btn, .borrowMoney p {
	font-family: 'Oswald', sans-serif;
}
h4 {
	margin-top:40px;
	margin-bottom:30px;
}
h1 {
	font-size:24px;
}
.fontLarge {
	font-size:20px;
}
.fontMedium {
	font-size:18px;
}
.responsiveImage {
	max-width:100%;
}
.carousel-caption {
	font-size:30px;
	text-align:center;
	top:150px !important;
	right: 50%;
	left: 15%;
}

.carousel-caption h3 {
	font-size:24px;
	line-height:30px;
}
.carousel-caption p {
	font-size:20px;
}
.carousel-caption span {
}
.carousel-caption-wwfc {
	font-size:30px;
	text-align:center;
	top:150px !important;
	right: 5%;
	left: 5%;
}
.carousel-caption-wwfc h2 {
	font-size:35px;
	line-height:30px;
}
.adminBar {
	background:#ff0000;
	display:block;
	position:absolute;
	top:0;
	z-index:100000;
}
.bx-wrapper .bx-viewport {
	background:none !important;
	border:none !important;
}
.btn-default {
	background:none !important;
	border:2px solid #fff !important;
	color:#fff;
}
.btn-default:hover {
	border:2px solid #a7c3da !important;
	color:#a7c3da;
}
.btn-muted {
	opacity:0.2 !important;
}
.greyBackground .btn-default, .whiteBackground .btn-default {
	background:none !important;
	border:2px solid #2b6898 !important;
	color:#2b6898;
}
.btn-info {
  background-color: #2b6898 !important;
  border-color: #71a6d0 !important;
}
.btn-red {
  background-color: #990B0D !important;
  border-color: #bc2e30 !important;
	color:#fff !important;
}

.alert-danger {
	background:#B00609;
	border:none;
	color:#fff;
}
.alert-danger a {
	color:#fff;
	font-weight: bold;
	text-decoration: underline;
}
.alert-danger a:hover {
	color:#DA7D7F;
	font-weight: bold;
	text-decoration: underline;
}
.alert-larger {
	font-size:16px;
	text-align:center;
}
.alert-blue {
	background:#216999;
	border:none;
	color:#fff;
}
.btn-success {
	background:#92bf20;
}
.btn-invested {
	background: #73c9e3;
	border-color: #73c9e3 !important;
}
.btn-invested:hover {
	background: #4b97ae;
	border-color: #4b97ae !important;
}
.btn-bonus {
	background:#e3b873;
	border-color: #e3b873 !important;
}
.btn-bonus:hover {
	background:#ac8446;
	border-color: #ac8446 !important;
}
.btn-cashback {
	background:#accd58;
	border-color: #accd58 !important;
}
.btn-cashback:hover {
	background:#849f40;
	border-color: #849f40 !important;
}
.btn-lightgrey {
	background:#d4d4d5;
	border-color: #aeaeae !important;
}
.btn-darkgrey {
	background:#a0a09f;
	border-color: #828282 !important;
}
.btn-darkgrey:hover {
	background:#d4d4d5;
	border-color: #aeaeae !important;
}
.btn-lightgrey:hover {
	background:#a0a09f;
	border-color: #828282 !important;
}
.btn-lightgrey .glyphicon, .btn-darkgrey .glyphicon {
	color:#fff !important;
}
.clickable {
	cursor: pointer; cursor: hand;
}
/* eo text styles */

/* navbar style */

.navbar-default {
	background:url(../img/navbg.png) repeat-x top;
	background-color:none;
	border:none !important;
}
.blackBackground {
	background:#000000;
}
.blueBackground {
	background: #216999;
	color:#fff;
}
.blueBackground a, .greenBackground a {
	color:#fff;
}
.blueBackground a:hover {
	color:#92bf20;
}

.fsxLink {
	font-size: 16px;
	background: #216999;
	color:#fff;
}
.fsxMenu {
	background:#92bf20;
	color:#fff;
	padding:0 20px;
}
.whoWeAre {
  background: url(../img/who-we-are.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color:#fff;
}
.whoWeAre h3, .blueBackground h3, .imageBox h3, .imageBox30 h3 {
	color:#fff !important;
}
.imageBox {
  background: url(../img/ldn-bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color:#fff;
}

.imageBox30 {
  background: url(../img/fs30.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color:#fff;
}

.signIn {
  background: url(../img/signin.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.greenBackground {
	background:#93bf20;
	color:#fff;	
}
.greyBackground {
	background:#e7e7e7;
}
.lightGreyBackground {
	background:#f0f0f0;
}
.tableBox tr {
	background:#f4f4f4 !important;
}
.whiteBackground {
	background:#fff;
}
.whiteBackground h3, .greenBackground h4 {
	color:#216999;
}
.greenBlueBackground {
	color:#fff;	
	background: url(../img/banners/green-blue.png) no-repeat center center ; 
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.greenBlueBackground a {
	color:#fff;
}
.greenBlueRedBackground {
	color:#fff;	
	background: url(../img/banners/green-blue-red.png) no-repeat center center ; 
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.greenBlueRedBackground a {
	color:#fff;
}
.collapseTitle {
	margin-top:20px;
	margin-bottom:10px;
}
.largeIcon {
	font-size:30px;
	font-weight:bold;
	color:#676767;
	padding:0 15px 0 0;
}

.glyphicon-ring {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid white;
  color: white;
  display: inline-table;
  text-align: center;
}

/**CSS FOR ICON WITH NO BACKGROUND COLOR**/

.glyphicon-ring .glyphicon-bordered {
  font-size: 25px;
  vertical-align: middle;
  display: table-cell;
}
.glyphicon-green {
	color:#92bf20;
	 border: 3px solid #92bf20;
}
.infoBox {
	min-height:230px;
}
.infoBox h4 {
	margin-top:20px;
	margin-bottom:10px;
}
.homeSideImage { 
	background: url(../img/home/yacht-loan.jpg) no-repeat center center; 
	min-height:650px;
	margin-left: -20px !important;
}
.sidePadding {
	padding-left: 40px;
	padding-right:40px;
}
.bufferContainer {
	padding-top:60px;
	padding-bottom:60px;
}
.bufferContainerSmall {
	padding-top:30px;
	padding-bottom:30px;
}
.bufferContainerTiny {
	padding-top:10px;
	padding-bottom:10px;
}
.bufferCol10 {
	margin-top:10px;
	margin-bottom:10px;
}
.bufferCol20 {
	margin-top:20px;
	margin-bottom:20px;
}
.bufferBottom10 {
	margin-bottom:10px;
}
.bufferBottom20 {
	margin-bottom:20px;
}
.bufferTop150 {
	padding-top:150px;
}
.bufferTop100 {
	padding-top:100px;
}
.marginBottom50 {
	margin-bottom:50px;
}
.marginBottom30 {
	margin-bottom:30px;
}
.marginTop50 {
	margin-top:50px;
}
.marginTop20 {
	margin-top:20px;
}
.topBottom10 {
	margin-top:10px;
	margin-bottom:10px;
}
.noSlider {
	height:110px;
	background-color:#000;
}
.height115 {
	display:block;
	min-height:115px;
}
.borrowMoney {
	background: url(../img/borrow-money.jpg) no-repeat center center fixed; 
}
.borrowWatches {
	background: url(../img/banners/watches.jpg) no-repeat center center fixed; 
}
.borrowCars {
	background: url(../img/banners/cars.jpg) no-repeat center center fixed; 
}
.borrowArt {
	background: url(../img/banners/art.jpg) no-repeat center center fixed; 
}
.borrowOther {
	background: url(../img/banners/other.jpg) no-repeat center center fixed; 
}
.borrowMarine {
	background: url(../img/banners/marine.jpg) no-repeat center center fixed; 
}
.borrowProperty {
	background: url(../img/banners/property.jpg) no-repeat center center fixed; 
}
.borrowJewellery {
	background: url(../img/banners/jewellery.jpg) no-repeat center center fixed; 
}
.borrowCollections {
	background: url(../img/banners/collections.jpg) no-repeat center center fixed; 
}
.investUs {
	 background: url(../img/invest.jpg) no-repeat center center fixed; 
}
.secondaryMark {
	 background: url(../img/secondary.jpg) no-repeat center center fixed; 
}
.investIfisa {
		 background: url(../img/ifisa.jpg) no-repeat center center fixed; 
}
.investfs30 {
			 background: url(../img/fs30.jpg) no-repeat center center fixed; 
}
.aboutUs {
	 background: url(../img/about-us.jpg) no-repeat center center fixed; 
}
.contactUs {
	 background: url(../img/contact-us.jpg) no-repeat center center fixed; 
}
.newsHolder {
		 background: url(../img/fundingsecure-news.jpg) no-repeat center center fixed; 
}
.wwfc {
	 background: url(../img/carousel/wwfc.jpg) no-repeat center center fixed; 
	text-align: center;
}
.generalBanner {
	 background: url(../img/banners/general.jpg) no-repeat center center fixed;
	 -webkit-background-size: cover;
  	 -moz-background-size: cover;
  	 -o-background-size: cover;
  	 background-size: cover;
  	 padding-top:200px;
  	 min-height:300px;
  	 color:#fff;
}
.borrowMoney, .investUs, .aboutUs, .contactUs, .borrowWatches, .secondaryMark, .investIfisa, .investfs30, .wwfc, .newsHolder {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top:200px;
  min-height:510px;
  	color:#fff;
}
.borrowMoney h1, .investUs h1, .aboutUs h1, .contactUs h1, .secondaryMark h1, .investIfisa h1, .investfs30 h1, .wwfc h1, .newsHolder h1 {
	font-size:36px;
	bottom: 20% !important;
	text-shadow: 3px 3px 5px #000;
	color:#fff;
}
.borrowMoney p, .investUs p, .aboutUs p, .contactUs p, .secondaryMark p, .investIfisa p, .investfs30 p, .wwfc p, .newsHolder p {
	font-size:20px;
	text-shadow: 2px 2px 3px #000;
}

.assetBox {
	min-height:300px;
}
.nav {
		line-height:1 !important;
}
.nav li a {
	padding:30px 15px;
	color:#fff !important;
	font-size:16px;
}
.nav li a:hover, .nav li a:active {
	background:#226999 !important;
}
.nav li a.active {
	color:#226999 !important; 
}
.nav li a.active:hover {
	color:#fff !important; 
}
.nav li li a {
	padding:4px 10px;
	color:#226999;
}
.navbar-default {
	border: none !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus
{
	background:#226999 !important;
	color:#fff !important; 

}

.nav li ul {
	background:#226999;
}
.nav li ul a {
	color:#fff !important;
	padding-top:10px;
	padding-bottom:10px;
}
.dropdown-menu {
	border-radius: 0 !important;
	background:#000;
}
.dropdown-menu > li > a {
	color:#92bf20 !important;
}
.dropdown-menu > li a:hover {
	background:#383838 !important;
}

.hiddenRow {
	padding:0 !important;
}
/* eo navbar style */

.noPadding {
	padding:0;
}
.carousel img {
    min-width: 100%;
}
.resimg {
	max-width:100%;
}

.loanBox {
	width:100%;
	padding:10px;
	background:#eeeeee;
	margin-bottom:25px;
}
.loanBoxTitle {
	min-height:85px;
}
.loanBoxTitle h3 {
	color:#4C4C4C !important;
}
.calcSlider {
	background:#92bf20;
	padding:20px;
	font-size:16px;
	border-radius: 20px;
}
.calcResults {
	padding:20px;
	font-size:16px;
}
.calcResults input, .inputSty{
	background:none;
	text-align:right;
	border:none;
	font-weight:bold;
	color:#8bc43f;	
	width:100px !important;
}

/* my account */

.myaccountNav {
	/*background:#c7c7c7;*/
	color:#fff;
	font-family: 'Oswald', sans-serif;
	padding-top:160px;
	/*margin-top:109px;*/
	padding-bottom:200px;
}
.myaccountContent {
	background:#f0f0f0;
	padding-top:65px;
	margin-top:80px;
	font-size:14px;
}
.myaccountNav a {
	display:block;
	color:#A9A9A9;
}
.myaccountNav a:hover {
	color:#7e7e7e;
}
.nav.navma > li > a {
	padding:6px 0 !important;
	color:#7f7f7f !important;
}
.nav.navma > li > a:hover {
	background:none !important;
	color:#a6a6a6 !important;
}

.navmacol {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.orangeText {
	color:#e37805 !important;
}


.ct-chart {
	height:200px;
}
.greyBox {
	padding:20px;
	background:#f4f4f4;
	font-size:14px;
}
.balanceBox {
	padding:8px;
	background:#dcdcdc;
	font-size:16px;
	margin-top:20px;
	color:#7f7f7f;
	text-align:center;
}
.balanceBox h3 {
	color:#93bf20;
	text-align:center;
	font-size:16px;
	margin-bottom:10px;
	margin-top:10px;
}
.whiteBox {
	padding:20px;
	background:#fff;
	font-size:14px;
	color:#7f7f7f;
}
.whiteBox h3 {
	color:#93bf20;
	text-align:center;
	font-size:16px;
	margin-bottom:20px;
	margin-top:10px;
}
.borderBox {
	border: 2px solid #C2C2C2;
}
.greenBox {
	padding:20px;
	background:#92bf20;
	color:#fff;
	font-size:16px;
}
.greenBox a {
	color:#fff;
}
.fs30Box {
	padding:20px;
	background:#216999;
	color:#fff;
}
.fs30Box a {
	color:#fff;
}
.fs30Box h3 {
	color:#fff;
	font-size:24px;
	margin-bottom:20px;
	margin-top:10px;
}
.fs30Box .bigText {
	font-weight:bold;
	font-size:35px;
	font-family: 'Oswald', sans-serif;
	color:#fff;
	text-align:center;
}
.blueBox {
	padding:20px;
	background:#216999;
	color:#fff;
	font-size:16px;	
}
.redBox {
	padding:20px;
	background:#990B0D;
	color:#fff;
	font-size:16px;	
}
.lightGreenBox {
	padding:20px;
	background:#e9f6e8;
	font-size:16px;	
}
.smallBox {
	padding:10px;
	font-size:14px;
}
.smPadding{
	padding:6px;
}
.darkGreyBox {
	padding:20px;
	background:#e5e5e5;
	font-size:14px;
	color:#7f7f7f;
}
.darkGreyBox h3 {
	color:#93bf20;
	text-align:center;
	font-size:16px;
	margin-bottom:20px;
	margin-top:10px;
}
.google-maps {
	border:2px solid #c4c4c4;
}
.whiteBox .bigText {
	font-weight:bold;
	font-size:35px;
	font-family: 'Oswald', sans-serif;
	color:#216999;
	text-align:center;
}
.whiteBox .mediumText {
	font-weight:bold;
	font-size:25px;
	font-family: 'Oswald', sans-serif;
	color:#216999;
	text-align:center;
}

.whiteBox .smallText {
	font-weight:bold;
	font-size:15px;
	font-family: 'Oswald', sans-serif;
	color:#216999;
	text-align:center;
}
.whiteBox td {
	text-align:left;
}
.dateNo, .dateYes {
	padding:4px 8px;
	color:#fff;
	margin-bottom:2px;
}
.dateNo {
	background:#216999;
}
.dateYes {
	background:#92bf20;
}
.nav-tabs > li > a
{
  padding-top: 8px;
  padding-right: 20px;
  padding-bottom: 8px;
  padding-left: 20px;
}
.nav-tabs li a
{
  background-color: #2b6898;
}
.nav-tabs > li.active a {
	color:#666 !important;
}
.nav-tabs > li.active a:hover {
	color:#666 !important;
	background:#fff !important;
}

.pagination {
	margin-top:0;
	margin-bottom:0;
}
 .paginationHolder {
	 background:#f6f6f6;
	 padding:10px 3px 0 3px;
	 text-align:center;
	 margin: 10px 0;
 }
.progress-bar-underwritten {
	background:#ace39b;
}
.boldRule {
	margin: 40px 0;
	height:10px;
	background:#DFDFDF;
}
.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
  stroke: #206a99 !important; }

.ct-label {
  font-size: 1rem !important;
}
 
 
 
 
#feedback {
  position: fixed;
  left: 0;
  top: 16%;
  margin-left: -3px;
  margin-bottom: -3px;
}

#feedback-form {
  float: left;
  width: 270px;
  height: 100%;
  z-index: 10000;
  padding-left: 5px;
  padding-right: 10px;
  background-clip: 'padding-box';
  border: 1px solid rgba(0,0,0,.2);
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
  display:block;
}

#feedback-tab {
  float: right;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
  width: 160px;
  height: 60px;
  background-color: rgba(33,110,154,0.9);
  margin-top: 60px;
  margin-left: -60px;
  padding-top: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

#feedback-tab:hover { background-color: rgba(33,110,154,0.8); }

#feedback-form textarea { resize: none; }

.feedpad {
	padding:10px;
}

 /* Small Devices, Tablets */
 
 
 
 @media(max-width:1199px){

 .nav.navma > li > a {
	font-size:14px !important;
}
.carousel-caption, .carousel-caption-wwfc {
 top:100px !important;
}
}
 
 
@media(max-width:992px){
    
.carousel-caption, .carousel-caption-wwfc {
	font-size:18px;
	top:40px !important;
}
.container-fluid {
	margin-top:60px;
}
.navbar-default {
	background:#181818;
	min-height:100px;
}
.infoBox {
	min-height:180px;
}
.nav.navma > li > a {
	font-size:14px !important;
}

.myaccountNav
{
  padding-top: 130px !important;
  padding-bottom:0px;
}

.nav li a {
	padding:30px 10px;
	color:#fff !important;
	font-size:14px;
}
}

@media(max-width:767px){
	
.manav {
	float:none !important;
}
.myaccountContent {
	margin-top:0;
	padding-top:20px;
}
.paddingSmall {
	margin-top: 60px;
}
.infoBox {
	min-height:100px;
}
.item {
	min-height:250px;	
}
.carousel img {
    min-height: 250px !important;
	width:auto;
}
.carousel-caption, .carousel-caption-wwfc {
	font-size:10px !important;
  top:20px !important;
  right: 5%;
  left: 5%;
}
.navbar-collapse {
	border:none !important;	
	box-shadow:none !important;
}
.nav li a {
	padding:15px 10px;
	color:#fff !important;
	font-size:20px;
	text-align:center;
}
.nav.navma > li > a {
	padding:10px 0 !important;
	font-size:20px !important;
}
.nav li ul li a {
	padding:15px 15px !important;
}
}
