﻿/* Move down content because we have a fixed navbar that is 50px tall */
html {
    font-size: 100% !important
}

body {
    /*padding-top: 50px;*/
    padding-bottom: 0;
    /*font-family: 'Roboto Condensed', sans-serif;*/
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 25px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto', sans-serif !important;
    line-height: 28px;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Set widths on the form inputs since otherwise they're 100% wide */
/*input,
select,
textarea {
    max-width: 280px;
}*/


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    /*.body-content {
        padding: 77px 0 0;
    }*/
}

.navbar-brand {
    width: 100% !important;
    padding: 15px 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.navbar-brand {
    background: #fff !important
}

.body-content section {
    min-height: 500px
}

@media (min-width: 1200px) {
    .container {
        max-width: 1330px !important
    }
}

.bold {
    font-weight: 400
}

footer {
    background: #ccc;
    position: relative;
    display: block
}

/*image Slider*/

.navbar-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 20px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 1;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 290px;
    background-color: #555;
}

.carousel img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 400px;
}

.carousel-inner > .item > img {
    height: 200px !important;
}
/* MARKETING CONTENT
-------------------------------------------------- */
/* Pad the edges of the mobile views a bit */
.marketing {
    padding-left: 15px;
    padding-right: 15px;
}

    /* Center align the text within the three columns below the carousel */
    .marketing .col-lg-4 {
        text-align: center;
        margin-bottom: 20px;
    }

    .marketing h2 {
        font-weight: normal;
    }

    .marketing .col-lg-4 p {
        margin-left: 10px;
        margin-right: 10px;
    }


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

.featurette {
    padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
    overflow: hidden; /* Vertically center images part 2: clear their floats. */
}

.featurette-image {
    margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
}

    /* Give some space on the sides of the floated elements so text doesn't run right into it. */
    .featurette-image.pull-left {
        margin-right: 40px;
    }

    .featurette-image.pull-right {
        margin-left: 40px;
    }

/* Thin out the marketing headings */
.featurette-heading {
    font-size: 50px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

    /* Remve the edge padding needed for mobile */
    .marketing {
        padding-left: 0;
        padding-right: 0;
    }

    /* Navbar positioning foo */
    .navbar-wrapper {
        margin-top: 20px;
        margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
    }
        /* The navbar becomes detached from the top, so we round the corners */
        .navbar-wrapper .navbar {
            border-radius: 4px;
        }

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }
}

.fast {
    border: 1px solid rgba(255,255,255,0.61);
    margin: 15px 0;
    padding: 10px 15px;
    text-align: center
}

    .fast h2 {
        margin: 0;
        font-size: 1.7em;
    }

    .fast h3 {
        font-size: 1.2em;
        margin: 5px 0 0;
    }

.newRates {
    background: #42c46e;
    padding: 9px;
    text-align: center;
}

.hero_bullets {
    font-size: 1.3em;
    color: #197206;
}

.formPnl {
    background: #f6f6f6;
    padding: 5px 20px;
}

    .formPnl h2 {
        margin: 10px 0 12px;
        color: #007a39;
        font-size: 1.6em;
    }

    .formPnl .form-control {
        margin: 0 0 15px !important;
        height: 40px !important;
    }

#btnEnquiry {
    margin: 0 0 10px;
}

.welcome {
    background: #008545;
    color: #fff;
    padding: 20px 0;
}

    .welcome h1 {
        font-size: 2.5em;
        font-weight: normal;
    }

.bridgingFinance h2, .secured h2, .financePnl h2 {
    color: #565656;
    margin: 25px 0 12px
}

.bridgingFinance h2, .bridgingFinance p, .secured h2, .secured p {
    text-align: center
}

.bridgingFinance ul {
    list-style: none
}

    .bridgingFinance ul li {
        background: #60bd00;
        color: #fff;
        margin: 0 0 15px;
        padding: 5px 15px;
        border-radius: 3px
    }

        .bridgingFinance ul li:before {
            content: "\f013";
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            margin: 0 7px 0 0;
        }

.secured .green {
    background: #e0f3dc;
    color: #236016;
    padding: 10px 5px;
    border-radius: 5px;
    margin: 10px 0 20px;
    overflow: hidden
}

.secured ul {
    list-style: none
}

    .secured ul li:before {
        content: "\f00c";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        margin: 0 7px 0 0;
    }

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff !important
}

    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
        color: #49d92a !important
    }

.aboutus {
    background: #156c42;
    color: #fff;
    padding: 20px 0;
    margin: 30px 0
}

footer {
    background: #121212;
    color: #a7a7a7;
    padding: 30px 0 20px;
    margin: 30px 0 0;
    position: relative;
    display: block;
    font-size: 0.9em;
    line-height: 23px;
    text-align: center;
}

    footer ul {
        list-style: none
    }

    footer ul {
        margin: auto;
        display: inline-block
    }

    footer li {
        float: left
    }

        footer li a, footer li a:visited {
            color: #126cb9;
        }

.mRight30 {
    margin-right: 30px
}
/*#tabs .active {border-bottom: 4px solid #0f7fe1;padding-bottom: 2px;color: #0078df}*/

.nav-tabs {
    margin: 20px 0 0
}

#tabs .nav-item {
    margin-right: 1px;
    background: #c5b707;
    color: #fff;
    padding: 5px 7px;
}

.financePnl h3 {
    color: #36b01c;
}

.financePnl h4 {
    color: #246e15;
}

.financePnl ul {
    padding-left: 0
}

    .financePnl ul li {
        list-style: none;
        color: #246e15;
    }

        .financePnl ul li:before, .page ul li:before {
            content: "\f00c";
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            margin: 0 7px 0 0;
        }

.page ul {
    list-style: none;
    padding-left: 0
}

.page h1 {
    color: rgb(54, 176, 28);
    font-size: 2em;
    font-weight: 400;
    margin: 0 0 10px
}

.page h2 {
    font-size: 1.3em;
    color: #606060;
    margin-bottom: 3px;
}

.page strong {
    font-weight: 400
}

.credit {
    padding-left: 0;
    margin: auto;
    list-style: none;
    margin: 15px 0;
}

    .credit li {
        background: #c5b707;
        color: #fff;
        text-align: center;
        padding: 2px 0;
        margin: 0 0 5px;
        border-radius: 2px;
        font-weight: 400;
    }

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px
}

.dropdown-item {
    width: 100%;
    float: left;
    padding: 2px 10px;
    border-bottom: 1px solid #9f9f9f;
}
/*section{position:relative}*/
section .slideUp {
    /*position: relative;
        margin-top:398px;*/
    /*transform: translateY(75%);*/
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.navbar {
    margin-bottom: 0 !important
}

.our-lenders ol {
    list-style: none;
    margin: 0;
    padding-left: 0
}

.main-container .row {
    width: 100%;
    table-layout: fixed;
}

.lenders-list {
    padding: 25px;
    list-style: none;
}

.our-lenders .row {
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
}

.our-lenders article {
    text-align: center;
}

.lenders-list figure {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    max-width: 100%;
    display: block;
}

.our-lenders img {
    max-width: 100%;
    height: auto;
    border: 0;
}

.our-lenders h3 {
    margin-bottom: 20px;
    text-align: center;
    color: #303133;
    min-height: 60px;
}

.letter {
    background: #188900;
    color: #FFF;
    padding: 7px 15px;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
}

    .letter:first-child {
        margin-top: 8px !important;
    }
.navbar {
    border-radius: 0 !important;
    border: 0 !important;
}
@media (max-width: 520px) {
    input, select, textarea {
        max-width: 100%;
    }    }
	
.rc-anchor-light.rc-anchor-normal {
    width: 85% !important ;
}
