@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans.eot?#iefix') format('../fonts/embedded-opentype'),  url('../fonts/OpenSans.woff') format('woff'), url('../fonts/OpenSans.ttf')  format('truetype'), url('../fonts/OpenSans.svg#OpenSans') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.ttf')  format('truetype'), url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 0;
  padding-left: 0;
}

/* Custom page header */
.header {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 1500px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}

/* #note custom css*/
body, html{
	font-family: 'OpenSans', sans-serif;
	font-size: 20px;
	padding-top: 0;
	color: #fff;
}

strong, b, h1{
	font-family: 'OpenSans-Bold', sans-serif
}

h1 {
	font-size: 30px;
}

h2 {
	color: #fff;
	font-size: 20px;
}

/* remove number spinner in input type number */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none; 
    appearance: none; 
}

input[type=number] {
	-moz-appearance: textfield;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
#loan-input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}  

.spacer-between-rows{
	margin-top: 20px;	
}

.spacer-20{
	margin-top: 20px;
}
.spacer-40{
	margin-top: 40px;
}

.navbar-fixed-top {
	/*background-color: #fff;
    background-color: rgba(255,255,255,0.6);*/
    z-index: 9999;
}

.animate {
	opacity: 0;
	margin-top: -10;
}

#background{
	position:fixed;
	width:100%;
	height:100%;
	z-index:-1;
	background-image:url(../images/mood_pic.jpg);
	background-position:left top;
	background-size:cover;
}
.background-carousel,
.background-carousel-inner {
	width:100%;
	height:100%;
	z-index:0;
	overflow:hidden;
}

.item {
	position: absolute;
	width:100%;
	height:100%;
	background-position:center center;
	background-size:cover;
	z-index:0;
	left: 100%;
}

.shape {
	
    width: 100%;
    height: 100%;
    background-color: #3c9ad3;
    background-color: rgba(0,88,152,0.5);
    position: fixed;
}

#logo-image{
	margin-left: -9px;
	width: 132px;
}

.nav-pills>li.active>a, 
.nav-pills>li.active>a:focus, 
.nav-pills>li.active>a:hover{
	background-color: transparent;
	color: #e78229;
}
.nav>li>a {
	color:	#fff;	
}

.nav>li>a:focus, 
.nav>li>a:hover{
	background-color: transparent;
}

.nav.pull-right{
	margin-right: -14px;
}

.dropdown-menu {
	width: 100%;
	background-color: #8abad0;
	border: none;
}

.dropdown-menu>li>a {
	color: #fff;	
	font-size: 18px;
}

#dLabel_runtime>span{
	font-size: 18px;
    display: inline-block;
    margin-top: -4px;
}

.dropdown-menu>li>a:hover{
	background-color: #e97b22;
	color: #fff;
}

.dropdown.open .btn-corner{
	background-color: #e97b22;
	color: #fff;
}


.dropdown .caret-wrapper {
    float: right;
   padding: 5px 8px;
    border-left: 2px solid #7ca8bc;
    margin-top: -6px;
}

.dropdown .caret{
	border-top: 5px dashed;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.dropdown.open .caret-wrapper{
	background-color: #c6691b;
	border-left: 2px solid #c6691b;
}
.dropdown.open .triangle{
	width: 0;
    height: 0;
    border-bottom: 7px dashed #8abad0;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    right: 8px;
    margin-top: 3px;
    position: absolute;
    z-index: 1001;
}

.dropdown.open .dropdown-menu{
	margin-top: 9px;
}

.btn-corner{
	background-color: #8abad0;
	color: #fff;
	text-align: left;
	padding-bottom: 0;
	padding-right: 0;
}

.btn-corner:hover{
	color: #fff;
}

.btn-corner:focus{
	outline: none;
	color: #fff;
}

input.btn-corner {
	border: none;
	border-radius: 5px;
	width: 100%;
	box-sizing: border-box;
	padding: 5px 12px;
	font-size: 17px;	
}

.text-align {
	text-align: left;	
}

.total p{
	font-family: 'OpenSans-Bold', sans-serif;
	color: #fff;
}

.footer {
	border: none;
	padding-top: 50px;
}

footer .legal{
	color: #fff;
	font-size: 12px;
	text-align: justify;
}

footer .legal a{
	color: #fff;
	text-decoration: underline;
}

@media (min-width: 768px) {
	
	h1 {
		font-size: 36px;	
	}
	
	h2 {
		font-size: 24px;
	}
	
	.navbar-fixed-top {
	    background-color: transparent;
	}
	
	.nav-pills>li.active>a, 
	.nav-pills>li.active>a:focus, 
	.nav-pills>li.active>a:hover{
		color: #e78229;
	}
	
	#logo-image{
		margin-left: -15px;
		width: 224px;
	}
	
	.spacer-between-rows {
		margin-top: 30px;
	}
	
	footer .legal{
		font-size: 12px;
	}
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	body, html{
		font-size: 14px;
	}
	
	h1 {
		font-size: 30px;
	}
	
	h2 {
		color: #fff;
		font-size: 18px;
	}
	
	input.btn-corner {
		font-size: 14px;
	}
	
	#dLabel_runtime>span {
		font-size: 14px;
	}
}

@media (min-width: 992px) {
	
	#logo-image{
		margin-left: -14px;
	}
	
	.shape {
		margin-left: 8.33333333%;
	    width: 50%;
	    height: 100%;
	}
		
	.text-align{
		text-align: right;
	}
	
	.spacer-between-rows {
		margin-top: 12px;
	}
	
	footer .legal{
		font-size: 10px;
	}
}