@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700;800;900&display=swap');
* {
	box-sizing: border-box;
}
hr {
	border-top: 1px solid #565656;
}
a.btn, a.btn:hover{
	background-color: #8e001c; /* red */
	color: #fff;
}
body {
	background-color: #ffffff; /* white */
	font-family: 'Maven Pro', sans-serif;
}
h1 {
	color: #fff; /* white */
	font-size: 2.5em;
	font-weight: 600;
	margin-bottom: -5px;
}
h4 {
	color: #fff; /* white */
	font-size: 2.0em;
	font-weight: 250;
	margin: 0px;
}
h3 {
	color: #8e001c;/* red */
	font-size: 1.5em;
	font-weight: 600;
	margin-top: 0px;
}
h2 {
	font-size: 1.25em;
	font-weight: 700;
	color: #fff; /* white */
	margin-bottom: 1em;
}
h5 {
	font-size: 1em;
	color: #8e001c; /* red */
	font-weight: 600;
}
h6 {
	font-size: 1em;
	color: #000000; /* black */
	font-weight: 600;
}

sup {
    top: -.75em;
}
sub, sup {
    position: relative;
    font-size: 55%;
    line-height: 0;
    vertical-align: baseline;
}

.small-txt {
	font-size: 0.7em;
	font-weight: 400;
}
/* top links */
.top-links-background {
	background-color: #ffffff; /* white */
	padding-top: 5px;
	padding-bottom: 5px;
}

a.social:hover {
    color: #8e001c; /* red */
}
.fa:hover {
  color: #8e001c; /* red */
}
.fa {
  color: #8e001c; /* red */
}
.top-links {
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px;
	color: #fff; /* white */
	font-size: 0.8em;
	line-height: 30px;
	background-color: #6b010e; /* darl red */
	font-weight: 400;
}
a.top-links2 {
	margin-left: 5px;
	margin-right: 5px;
	color: #8e001c;/* red */
	text-decoration: none;
	/*text-transform: uppercase;*/
}
a.top-links2:hover {
	color: #8e001c; /* red */
}

.social {
	padding-right: 5px;
}
.top-info-background {
	
    background-color: #ffffff; /* white */

}
.logo {
	margin-top: 1em;
	margin-bottom: 1em;
}
.top-numbers {
	padding: 0px;
	margin: 0px;
	color: #6b010e; /* dark red */
	font-weight: 700;
}
.top-numbers span {
	color: #6b010e; /* dark red */
}


/*desktop login*/
.login-box {
	border: none;
	background-color: #93622e; /* brown */
	border-radius: 10px;
	color: #fff; /* white */
	margin-top: 15px;
	padding-top: .5em;
	padding-bottom: .5em;
	padding-left: 0px;
	font-size: 1.0em;

}
.login {
	padding-left: 0px;
}
.login-box .links>ul>li {
  margin-bottom: .5em;
}

.login-box h4 {
	font-size: 1em;
	color: #fff;
}

.login-box ul {
	font-size: .9em;
	padding: 0px 0px 3px 0px !important;
	margin: 0px !important;
}

.login-box .links {
	padding: 0em 0 0em 0;
	margin: 0px !important;
}

.login-box button {
	padding: 0px 0px 0px 2px !important;
	background-color: #b17c2b; /* brown */
	border: 1px solid #fff; /* white */
}

/* mobile login */
.small-box {
	margin: 0 auto !important;
	padding: 15px;
	text-align: center;
	border: none;
	background-color: #9c5f20;/*#a05124;*/
	border-radius: 10px;
	color: #ffffff; /* white */
	width: 300px;
}

.small-box h4 {
	font-size: 20px;
	margin-bottom: 10px;
}

.small-box a {
	font-size: 16px;
	margin: 0px !important;
	color: #fff;/* white */
}
.small-box a:hover {
	font-size: 16px;
	margin: 0px !important;
	color: #8e001c;/* red */
}

.small .links {
	padding: 0px !important;
	margin: 0px !important;
	text-transform: lowercase !important;
}

.small-box button {
	
	background-color: #b17c2b; /*brown*/
	border: 1px solid #fff;
	color: #fff;
}

/****** LOGIN MODAL ******/
.loginmodal-container {
  padding: 20px 10px 20px 10px;
  max-width: 350px;
  width: 100% !important;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-family: 'Maven Pro', sans-serif;
}

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
  font-family: 'Maven Pro', sans-serif;
  color: #6b010e; /* dark red */
  margin-top: 15px;
}

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-radius: 2px;
  font-family: 'Maven Pro', sans-serif;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Maven', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #b17c2b; /* brown */
  padding: 17px 0px;
  border-radius: 2px;
  font-family: 'Maven Pro', sans-serif;
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #b17c2b; /* brown */
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  text-decoration: none;
  color: #b17c2b; /* brown */
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 1;
  transition: opacity ease 0.5s;
} 

.login-help{
  font-size: 1em;
}


/* navi */
.nav-wrapper {	
	background-color: #8e001c;/*red*/
}
.navbar-default .navbar-brand {
	color: #ffffff;/*off-white*/
}
.navbar-default .navbar-text {
    color: #ffffff;/*off-white*/
}

.navbar-default .navbar-toggle {
    border-color: #ffffff;/*off-white*/
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #6b010e;/*maroon*/
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #fff;
    background-color: #6b010e; /*maroon*/
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;/*off-white*/
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background-color: #8e001c;/*red*/
	color: #fff;/*off-white*/
}
#collapsable-nav {
	margin: 0px;
}
.navbar {
	margin: 0px;
	background-color: #8e001c; /*red*/
	border: none;
	border-radius: 0;
}
.navbar-collapse {
	border: none;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;/*off-white*/
	padding-left: .75em;
	padding-right: .75em;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
	border: none;
}

.nav>li>a:focus {
    text-decoration: none;
    background-color: #6b010e; /*maroon*/
    border: none;
}

/*dropdown*/
.navbar-default .navbar-nav > li > a:hover {
	color: #fff;
	background-color: #6b010e; /*maroon*/
	opacity: 0.9;
	transition: all 500ms ease-in-out;
}
.navbar-default .navbar-nav>li>a:focus {
    color: #fff; 
}

.dropdown-menu {
	background-color: #8e001c;/*red*/
}
.dropdown-menu > li > a {
	color: #ffffff !important;
	text-decoration: none;
	font-size: 1.2em;
  font-weight: bold;
}

.dropdown-menu > li > a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #6b010e;  /*maroon*/
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
	background-color: #6b010e;  /*maroon*/
	border: none;
	transition: all 500ms ease-in-out;
}
/*end-dropdown*/
.panel-title strong {
	color: #ffffff;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	background-color: #eeeeee;
	color: #ffffff;
	border-top: #b9b9b9 3px solid;
}
.nav-tabs>li>a:hover {
	border-bottom: none;
}

/* search */
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
	z-index: 100;
    
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    
    opacity: 0;
}
#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}
#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}
#search .btn-warning {
    color: #fff;
    background-color: #8e001c;
    border-color: #b17c2b; 
}
#search .close {
    position: fixed;
    top: 15px;
    right: 25px;
    color: #fff;
	opacity: 1;
	font-size: 50px;
	font-weight: 200;
	text-shadow: none;
	font-family: 'Maven Pro', sans-serif;
}
#tipue_search_button {
    width: 70px;
    height: 40px;
    border: 0;
    border-radius: 10px;
    outline: none;
    background-color: #6b010e;
    background-image: url(https://d1kryjpwpzirc7.cloudfront.net/jquery/css/img/search.png);
    background-repeat: no-repeat;
    background-position: center;
}
#tipue_search_button:hover {
    background-color: #b17c2b; 
}

#tipue_search_input {
    font: 12px/1.7 'Open Sans', sans-serif;
    color: #333;
    padding: 7px;
    width: 100%;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
    outline: 0;
    margin: 0;
    height: 40px;
    margin-bottom: 10px;
}
a.srch {
	color: #ffffff;
	max-height: 50px;
}
a.srch:hover {
	color: #fff;
}

/* content */
.content {
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 1.4em;
}
a {
	color: #6e6663;
	text-decoration: none;
}
/*.newsList a:hover, a:focus{
	color: #461601;
	text-decoration: underline;
}*/
a.list-group-item, button.list-group-item {
	background-color: #fff;
	/*color: #a05124;*/
	/*border-color: #f5cf6f;*/
	transition: all 500ms ease-in-out;
}
a.list-group-item:hover, button.list-group-item {
	background-color: #8e001c;
	color: #fff;
	/*border-color: #a92405;*/
}

.loan{
	float: right;
}
/*
.loan a{
	color: #fff;
	font-size: .8em;
}*/

.loan button {
	background-color: transparent;
}

.loan button:hover {
	color: #fff;
	background-color: #ffffff;
	transition: all 500ms ease-in-out;
}

.side-list {
	margin: 0px;
	padding: 0px;
}
.home-box {
	margin-bottom: 30px;
}

a.list-group-item {
	text-decoration: none;
}

.table {
	font-size: .8em;
	border-color:  #b17c2b; 
}
.col1 span{
	color:  #b17c2b; 
}

.row3 td, .row4 td{
	background-color: #fff;
/*	color: #a05124;*/
}
.row3:hover td, .row4:hover td{
	background-color: #fff !important;
}
/*
.text-center{
	color: #fff;
}*/
.calcList>li:hover {
	background-color:  #b17c2b; 
}
/*
.small-txt{
	color: #a05124;
}*/
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, 
.table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
  /*  border: 1px solid #f5cf6f;*/
}
/*
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
	min-width: 100% !important;
}
*/


/*#alertMessageTitle {
	color: #be2a38;
	font-size: 2.0em;
	margin-left: 10px;
}
#alertMessageText {
	font-size: 1.4em;
	margin-left: 20px;
	margin-top: 15px;
}
.carousel-indicators li {
	background-color: #fff;
	border: none;
	width: 16px;
	height: 16px;
	margin: 0px;
}
.carousel-indicators .active {
	background-color: #a92405;
	border: none;
	width: 16px;
	height: 16px;
}
.carousel-indicators {
	bottom: -10px;
}*/
/* CROUSAL-STARTS */
/*
#sg-carousel {
    position: relative;
    max-height: 40vh;
}
#sg-carousel .carousel-inner .item {
    height: 40vh;
}
*/
.carousel-caption {
/*  top:50%;*/
/*  text-shadow: 0 3px 4px rgba(0, 0, 0, .9);*/
}
.carousel-caption h1 {
    font-size: 6em;
    font-weight: bold;
    margin: 0;
    padding: 0;
    color: #fff;
    line-height: 1em;
}

/*
#sg-carousel .carousel-control.left {
    top: 35%;
    visibility: hidden;
}
#sg-carousel .carousel-control.right {
    top: 35%;
    visibility: hidden;
}
*/
.uppr-txt {
    text-transform: uppercase;
    color: #fff;
    font-size: 35px;
}
/*
#sg-carousel .carousel-control.left,
#sg-carousel .carousel-control.right {
    background-image: none;
    background-repeat: no-repeat;
    opacity: 0;
    text-shadow: none;
    transition: all 0.8s ease 0s;
}
.carousel-control {
    bottom: 0;
    color: #fff;
    font-size: 20px;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: 0;
    width: auto;
    transition: all 0.8s ease 0s;
}
*/

.fa-angle-right,
.fa-angle-left {
    font-size: 80px;
}
/*
#sg-carousel:hover .carousel-control.left {
    left: 38px;
    transition: all .2s ease 0;
}
#sg-carousel:hover .carousel-control.right {
    right: 38px;
    transition: all .2s ease 0;
}
#sg-carousel:hover .carousel-control.left,
#sg-carousel:hover .carousel-control.right {
    opacity: 1;
}
*/
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.carousel-inner> .img-responsive,
.thumbnail a > img,
.thumbnail > img {
    display: block;
/*
    height: 100%;
    max-width: 100%;
*/
    width: 100%;

}

.item.active img {
    transition: transform 5000ms linear 0s;
    transform: scale(1.05, 1.05);
}
/*
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
    font-size: 80px;
}
*/
.carousel-caption {
    left: 10%;
    padding-bottom: 5%;
    right: 0;
    text-align: left;
}

.carousel-caption h1 {
    font-family: 'Maven Pro', sans-serif;
    font-size: 60px;
    font-weight: 600;
/*    line-height: 18px;*/
}
.carousel-caption > p {
    font-size: 30px;
    color: #fff;
}
.carousel-caption > a {
    text-transform: uppercase;
    color: #fff;
    background: #041132;
    padding: 6px 12px;
}
.button--tamaya {
    border-radius: 5px;
    color: #8e001c;
    min-width: 180px;
    max-width: 190px;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.button--border-thick {
    border: none;
}
.button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: none;
    /*color: #a92405;*/
    display: block;
    float: left;
    max-width: 250px;
    min-width: 199px;
    padding: 1em 2em;
    position: relative;
    vertical-align: middle;
    z-index: 1;
}
.button--tamaya::before {
    padding-top: 1em;
    top: 0;
}
.button--tamaya::before,
.button--tamaya::after {
    background: #8e001c;
    /*background: #c89021;*/
    color: #fff;
    content: attr(data-text);
    height: 50%;
    left: 0;
    overflow: hidden;
    position: absolute;
    transition: transform 0.3s cubic-bezier(0.2, 1, 0.3, 1) 0s;
    width: 100%;
}
.button--tamaya::after {
    bottom: 0;
    line-height: 0;
}
.button--tamaya:hover::before {
    transform: translate3d(0px, -100%, 0px);
}
.button--tamaya:hover::after {
    transform: translate3d(0px, 100%, 0px);
    color: #8e001c;
}
.button--tamaya:hover {
    color: #8e001c;
    font-weight: 600;
    background-color: #fff;
}
.button--tamaya>a:hover {
    color: #8e001c;
    font-weight: 800;
}
/*.carousel-indicators li {
    background-color: #ffffff;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 1px;
    text-indent: -999px;
    width: 12px;
    border: 0;
}
.carousel-indicators .active {
    background-color: #8e001c;
    height: 12px;
    margin: 0;
    width: 12px;
    border: 0;
}*/
#sg-carousel h1 {
  animation-delay: 1s;
	/*margin-bottom:1em;*/
  line-height: 1em;
}
#sg-carousel p {
  animation-delay: 2s;
}
#sg-carousel button {
  animation-delay: 3s;
	margin-top: 1em;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
/*Member Feedback*/
label{
	color: #6b010e; 
}
#options, #msgBox, #name, #Email, #phone, #fax{
	border-color: #fff;
}

/*Financial Calculators*/
#accordion .glyphicon { 
	margin-right:10px; 
}

.panel{
	background-color: #fff;
}

/*.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:hover {
    background-color: #fff6c6;
}*/
.panel>.panel-heading+.panel-collapse>.list-group .calcList:hover {
    color: #424242;
    background-color: transparent;
    text-decoration: none;
}
.calcList a:hover {
    color: #fff;
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item a:hover {
    color: #fff;
}
.panel-default>.panel-heading {
    color: #fff;
    background-color: #8e001c;
    border-color: #6b010e !important;
}
.panel-default>.panel-heading+a:hover {
    color: #fff;
}
.panel-default>.panel-heading:hover {
    background-color: #6b010e;
    border-color: #6b010e;
    color: #fff;
}
.panel-collapse>.list-group .list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
/*.panel-collapse>.list-group .list-group-item {
	border-width: 1px 0;
	background-color: #fffdf2;
	border-color: #f5cf6f;
}*/
a:hover {
    color: #68000d;
	font-weight: 400;
    text-decoration: none;
}
.panel-collapse>.list-group {
	margin-bottom: 0;
}
.panel-collapse .list-group-item {
	border-radius:0;
}
.panel-collapse .list-group-item-text {
	color: #6b010e; 
}

.panel-collapse .list-group .list-group {
	margin: 0;margin-top: 10px;
}
.panel-collapse .list-group-item li.list-group-item {
	margin: 0 -15px;border-top: 1px solid #6b010e !important;
	border-bottom: 0;padding-left: 30px;
}
.panel-collapse .list-group-item li.list-group-item:last-child {
	padding-bottom: 0;
}

.panel-collapse div.list-group div.list-group{
	margin: 0;
}
.panel-collapse div.list-group .list-group a.list-group-item {
	border-top: 1px solid #fff !important;
	border-bottom: 0;padding-left: 30px;
}
.panel-collapse .list-group-item li.list-group-item {
	border-top: 1px solid #fff !important;
}
/***----------***
| FEATURED RATES |
--------------*** 
***/

.rates {
  position: relative;
  margin-bottom: 15px;
  background: #ffffff;
  /*background-image:linear-gradient(#a92405, #5f1e02);*/
  /*box-shadow: 0px 3px 10px rgba(0,0,0,0.4);*/
}

.rates-head {
  text-align: center;
}

/*.rates-head> a> img{
  box-shadow: 0px 3px 10px rgba(0,0,0,0.4);
}*/

.rates-head h3,
.rates-head h4 {
  margin: 0;
  line-height: normal;
  font-family: 'Maven Pro', sans-serif;
  font-style: bold;
  font-weight: 400;
}

.rates-head h3 span,
.rates-head h4 span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-style: italic;
  font-family: 'Maven Pro', sans-serif;
  font-weight: 100;
}

.rates-head h3 {
  font-weight: 300;
  color: #fff;
  padding: 12px 0;
  font-size: 20px;
}

.rates-head h4 {
  color: #fff;
  padding: 5px 0;
  font-size: 54px;
  font-weight: 300;
}

.rates-head h4 i {
  top: -8px;
  font-size: 28px;
  font-style: normal;
  position: relative;
}

.rates-head h4 span {
  top: -5px;
  font-size: 14px;
  font-style: normal;
  position: relative;
}

.rates-content li {
  color: #fff;
  font-size: 14px;
  padding: 7px 15px;
  text-align: center;
  font-family: 'raleway', sans-serif;
  font-weight: lighter;
 /* border-bottom: solid 1px #f5f9e7;*/
}

.rates-footer {
  color: #fff;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  padding: 1px 20px 19px;
}

.turquoise.btn {
  color: #000;
  background-color: #57b2be;
  background: #c89021;
  border:none;
}
.turquoise.btn:hover,
.turquoise.btn:focus,
.turquoise.btn:active,
.turquoise.btn.active {
    color: #04166d;
    background: #fff;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}


/* footer */

.four {
	background-color: #652a00;
	padding: 30px;
}

.four img {
	height: 80px;
	cursor: pointer;
	transition: all 500ms ease-in-out;
}

.five {
	margin-right: -15px;
	background-color: #5f1e02;
	padding: 0px;
	color: #fff;
}
.five a {
	color: #fff !important;
}
.five a:hover {
	background-color: #8b1f06 !important;
	opacity: 0.9;
	color: #fff !important;
	transition: all 500ms ease-in-out;
}

.five .c {
	padding: 15px;
}

.footer h4 {
	font-size: 1em;
	font-weight: bold;
}

.footer p {
	font-size: 1em;
}

.footer .social {
	font-size: 1em;
	height: 30px;
	width: 30px;
	text-align: center;
	padding: 5px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	margin-right: 15px;
}


.footer-back {
	padding-bottom: 0px;
	padding-top: 0px;
	background-color: #ffffff;
}
.footer-info {
	font-size: 1.0em;
	color: #fff;
	line-height: 25px;
}
.footer-links {
	text-align: left;
	font-size: .75em;
	color: #8e001c;
	vertical-align: middle;
}
.footer-hr {
	border-top: 1px dotted #b17c2b;
}
.footer-back h3 {
	font-size: 1.4em;
	color: #fff;
	padding: 0px;
	margin-bottom: -15px;
	margin-top: 0px;
}
.footer-info a {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.footer-info a:hover {
	color: #ffffff;
}
.footer-legal {
	color: #fff;
	font-size: 0.8em;
	padding-bottom: 20px;
	text-align: center;
}
.footer-legal2 {
  color: #fff;
  font-size: 0.8em;
  padding-bottom: 0px;
  text-align: center;
}
.footer-copy {
	color: #fff;
	font-size: 1.0em;
}

/** 3rd Party Warning Modal ** */
#warning-modal .modal-footer a {
  text-decoration: none;
}
#warning-modal #warning-modal-footer-content {
  text-align: center;
}
#warning-modal #warning-modal-footer-content a {
  display: block;
}
/*a:focus, a:hover {
    color: #424242;
    text-decoration: none;
}*/

/* featured rates */
.fr-div {
	width: 15px;
	height: 100px;
	float: left;
	margin-top: 15px;
}
.frbold {
	color: #8e001c;
/*	font-size: ;*/
}
.frsmall {
	color: #8e001c;
}
.frtext {
	color: #8e001c;
}
#fr-apr {
	font-size: 1.0em;
	color: #bb8022;
	padding: 10px;
}

/** media queries

@media (max-width: 991px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fb9f1c;
    }
    .navbar-header{
    	width: 955px;
    }
} **/
@media(min-width:991px) {
	.carousel-caption h1 {
	line-height: 85px
	}
}
@media screen and (max-width : 991px) {
	.navbar-default .navbar-nav > li > a {
    color: #fff;
    padding-left: .5em;
    padding-right: .5em;
    font-size: 1em;
	}
}

@media(max-width: 768px) {
/*
	#sg-carousel .carousel-inner .item {
    height: 27vh;
}
	#sg-carousel {
	    max-height: 250px;
	}
*/
/*
	.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.carousel-inner> .img-responsive,
.thumbnail a > img,
.thumbnail > img {
    display: block;
    height: 100%;
    max-width: 100%;
    width: 100%;
	max-height:200px
	width: auto
} 
*/
	.carousel-caption h1 {
    font-size: 24px;
	}
	.carousel-caption > p {
	    font-size: 18px;
	    color: #fff;
	}
	.carousel-caption > a {
	    text-transform: uppercase;
	    color: #fff;
	    background: #041132;
	    padding: 6px 12px;
	}
	.button--tamaya {
	    /*border: 2px solid #40a304 !important;*/
	    border-radius: 5px;
	    color: #7986cb;
	    min-width: 180px;
	    overflow: hidden;
	    text-transform: uppercase;
	    letter-spacing: 1px;
	}
	.button--border-thick {
	    border: none;
	}
	.button {
	    margin: 0 auto;
		float: none;
	 
	}
	.carousel-indicators {
		bottom: 1px;
	}
}

@media(min-width:768px) {
	.two img {
	display: block;
	float: left;
	padding-left: 5px;
}

	.col-lg-6 {
		padding: 0px;
	}
	.login-box {
		float: right;
		display: block;
		vertical-align: middle;
		margin-right: 20px;
		margin-left: 0px;
	}
	
}

/* Small devices (tablets, 768px and up) */
@media only screen and (min-width : 768px) {
	
  /** 3rd Party Warning Modal ** */
  	#warning-modal #warning-modal-footer-content a {
    	display: inline-block;
  	}
  	#warning-modal #warning-modal-footer-content {
    	text-align: right;
  	}
	.top-links {
		font-size: 1.2em;
	}
	.top-numbers {
		font-size: 1.4em;
	}
	.footer-links2 {
		text-align: right;
		padding-left: 1em;
	}
	.footer-back {
		padding-bottom: 20px;
		padding-top: 50px;
		/*background-color: #652a00;*/
	}
	.side-list {
		margin-bottom: 40px;
	}
	.home-box {
		margin: 0px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media only screen and (min-width : 992px) {
	.top-links {
		padding: 0px;
		margin: 0px;
		font-size: 1.2em;
		float: right;
	}
	.top-links2 {
		padding-right: 5px;
		padding-left: 5px;
	}
	.top-numbers {
		float: right;
		margin-top: 30px;
		font-size: 1.4em;	
	}
	.locations {
		margin-bottom: 2em;
	}

	.footer-back {
		/*background-color: #652a00;*/
		min-height: 265px;
	}
	.side-list {
		padding-top: 40px;
	}
	
	.hb-btn {
		background-color: #ffffff;
		color: #fff;
	}
	.dropdown-menu {
		background-color: #8e001c !important;/*red*/
	}

	/*.panel-group {
    	padding-top: 40px;
	}*/
	.slant {
	  position: absolute;
	  top: 5%;
	  left: 10%;
	  z-index: 100;
	  display: inline-block;
	  padding: 3em 10em 3em 3em;
	  overflow: hidden;
	  color: #fff;
	}
	.slant:after {
	  content: '';
	  position: absolute;
	  top: 10; left: 50;
	  width: 100%; height: 100%;
	  background: rgba(255,255,255,.9);
	  -webkit-transform-origin: 100% 0;
	  -ms-transform-origin: 100% 0;
	  transform-origin: 100% 0;
	  -webkit-transform: skew(-15deg);
	  -ms-transform: skew(-15deg);
	  transform: skew(-15deg);
	  z-index: -1;
	  max-width: 95%;
	}
  .footer-links2 {
    font-size: 1em;
  }
  .footer-links {
    font-size: 1em;
  }
}
#bottomImages .col-md-3 {
  text-align: center;
}
#bottomImages .imgwrap {
  display: inline-block;
  border: 2px solid #b7b260;
  padding: 5px;
  background: #FFF;
  border-radius: 12px;
  text-align: center;
  max-width: 320px;
  width: 100%;
  margin: 20px auto;
}

#bottomImages .imgwrap,
#bottomImages .imgwrap a {
  display: block;
  width: 100%;
  overflow: hidden;
}
#bottomImages .imgwrap a,
#bottomImages .imgwrap img {
  border-radius: 7px;
  float: left;
}
#bottomImages .imgwrap img {
  width: 100%;
  height: auto;
  border-radius: 7px;
}

#myCarouselCustom {
  overflow: hidden;
}
#myCarouselCustom .item {
  opacity: 0;
  transition: all ease-in-out .4s;
}
#myCarouselCustom .item,
#myCarouselCustom .item img {
  float: left;
}
#myCarouselCustom .item.active  {
  width: 100%;
  float: left;
  opacity: 1;
}

.carousel-caption {
    right: auto;
    left: 15%;
    padding: 25px;
    background: rgba(255, 255, 255, .75)
}

.carousel-caption h1 {
    font-size: 2em;
    line-height: 1.5em;
    margin-bottom: 1em
}

.carousel-inner .item {
    position: relative
}

.carousel-caption-v2 {
    font-family: 'DM Serif Text', serif;
    position: absolute;
    top: 0;
    left: 0;
    width: 33%;
    height: 100%;
    margin-left: 15%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.carousel-caption-v2 h1 {
    margin: 0 0 15px;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.3
}

.carousel-caption-v2 h1 span {
    color: #8e001c
}

.carousel-caption-v2 h1 span.block {
    display: block;
    width: 100%
}

.carousel-caption-v2 h1 small {
    display: block;
    width: 100%;
    color: #8e001c;
    margin-top: 2px
}

.carousel-caption-v2 h1 small.font2 {
    font-family: 'Maven Pro', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px
}

.carousel-caption-v2 .caption {
    position: relative;
    top: -5%;
    background: rgba(255, 255, 255, .75);
    padding: 15px;
}

.caption-column {
  width: 100%;
  position: relative;
  top: -5%;
  /*background: rgba(7, 72, 140, 0.95);*/
  background: rgba(255,255,255,.8);
  padding: 30px 15px 15px;
  color: #000;
}
.caption-column .columnwrap {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(255,255,255,.8);
  margin-bottom: 10px;
}
.caption-column .col {
  width: 50%;
  float: left;
  padding: 10px;
  text-align: center;
}
.caption-column .t1 {
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
}
.caption-column .t2 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 1px;
} 
.caption-column .ratenum {
  font-family: 'Maven Pro', sans-serif;
  color: #8e001c;
}
.caption-column .num {
  display: block;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  padding-top: 10px;
  padding-bottom: 5px;
}
.caption-column .apr {
  display: block;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
}
.caption-column .btnwrap {
  text-align: center;
}

.carousel-indicators {
  bottom: 8px;
}
.carousel-indicators li {
    margin: 3px!important;
    background: transparent;
    position: relative;
    transition: all ease-out .3s
}

.carousel-indicators li.active {
    top: 1px;
    background: #8e001c;
    transform: scale(1.05);
}

a.promoBtn {
    font-family: 'Maven Pro', sans-serif;
    display: inline-block;
    margin: 5px 0 0;
    position: relative;
    overflow: hidden;
    background: #8e001c;
    color: #FFF;
    text-decoration: none;
    padding: 12px 25px;
    font-size: 15px;
    text-transform: uppercase;
    transition: all ease-out .3s;
    border-radius: 5px
}

a.promoBtn span {
    position: relative;
    z-index: 5
}

a.promoBtn:before {
    content: "";
    display: block;
    width: 100%;
    height: 130%;
    position: absolute;
    top: -5px;
    left: -150%;
    transition: all ease-in-out .5s;
    background: #bf0e31;
    transform: skew(-30deg)
}

a.promoBtn:after {
    display: none
}

a.promoBtn:hover {
    background: #bf1234
}

a.promoBtn:hover:before {
    left: 150%;
    transition: all ease-out .5s
}

#bottomImages {
  width: 95%;
  margin: 0 auto;
}

.login-box-new {
  color: #FFF;
  background: transparent;
  position: relative;
  top: 23px;
  z-index: 999;
  width: 260px;
}
.login-box-new a.loginBtn {
  color: #FFF;
  display: block;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.1;
  padding: 15px 45px 15px 25px;
  transition: all ease .3s;
  background-color: #93622e;
  border-radius: 10px;
  position: relative;
  text-decoration: none;
  text-align: center;
}
.login-box-new a.loginBtn:hover {
  background-color: #b97d3b;
}

.login-box-new a.loginBtn i {
  display: inline-block;
  position: absolute;
  top: 27px;
  right: 23px;
  transition: all ease .3s;
  /*transform: rotate(90deg);*/
}
.login-box-new i:before,
.login-box-new i:after {
  content:"";
  display: block;
  width: 8px;
  height: 2px;
  background: #FFF;
}

.login-box-new i:before {
  transform: translateY(-3px) rotate(45deg);
}
.login-box-new i:after {
  transform: rotate(-45deg);
}
.login-box-new a.active i {
  transform: rotate(-90deg);
}

.login-box-new .hbLoginForm {
  position: absolute;
  top: 64px;
  left: 0;
  width: 100%;
  background: #93622e;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.25);
  display: none;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#topLoginBox.active .hbLoginForm {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  display: block;
}

.login-box-opt1 {
  position: relative;
  z-index: 999;
  width: 30%;
  background: #93622e;
  border-radius: 10px;
  padding: 15px;
  float: right;
}
.login-box-opt1 h2 {
  margin: 0 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.login-box-new .hbLinks {
  text-align: right;
  position: relative;
  top: 4px;
  right: 4px;
}
.login-box-new .hbLinks a {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  color: #8e0e1c;
  text-decoration: none;
}
.login-box-new .hbLinks a:hover {
  color: #93622e;
}
#footer-copyright {
	margin-top: 15px;
}
#footer-legal, #footer-copyright {
	width: 100%;
	float: left;
}
#site-footer .locations {
	margin-top: 20px;
	padding-top: 25px;
	border-top: 1px solid #b1b1b1;
}
body.home #site-footer .locations {
	border-top:  none;
}
#footer-branches {
	width: 100%;
	float: left;
	margin-bottom: 40px;
}
#footer-branches .branches {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	margin-left: -15px;
	margin-right: -15px;
}
#footer-branches address {
	margin: 0 0;
	padding: 15px;
	text-align: center;
	width: 25%;
}
#footer-branches .frbold {
	font-weight: bold;
}
.footerLinks {
	width: 50%;
	float: right;
	padding: 0 15px;
	color: #8e001c;
}
.footerLinks.right {
	text-align: right;
}
.footerLinks.right a {
	display: inline-block;
	margin-left: 15px;
}
#footer-branches a {
	color: #8e001c;
	text-decoration: none;
}
#footer-copyright a {
	color: #8e001c;
	text-decoration: none;
}
#footer-copyright a:hover {
	color: #cf1e40;
	text-decoration: underline;
}
.footer-links-right {
	text-align: right;
}

/* FOR SALE LINK */
/*#forSaleLink { display: none; }*/

@media screen and (min-width:1380px) {
    #bottomImages {
      max-width: 1600px;
      width: 95%;
      margin: 0 auto;
    }
    #myCarouselCustom {
      max-height: 560px;
    }
    .carousel-caption-v2 h1 {
      font-size: 40px
    }
}

@media screen and (max-width:1290px) {
  .carousel-caption-v2 {
    width: 50%
  }
  .carousel-caption-v2 h1 {
    font-size: 30px
  }
  .caption-column .t1 {
    font-size: 30px;
  }
}

@media screen and (max-width:820px) {
  .caption-column {
    padding: 10px 10px;
  }
  .caption-column .col {
    transform: scale(0.65);
  }
  .caption-column .t1 {
    font-size: 28px;
  }
  .caption-column .num {
    font-size: 36px;
  }
  .login-box-new {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 0;
    position: relative;
    top: 0;
  }
  .login-box-new .hbLinks {
    text-align: center;
    top: 10px;
  }
  	#footer-branches address {
  		padding: 15px 10px;
		width: 50%;
	}
	#footer-legal {
		border-top: 1px solid #b1b1b1;
		border-bottom: 1px solid #b1b1b1;
		padding-top: 40px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.foot-lost-stolen,
	.footerLinks {
		text-align: center!important;
		width: 100%!important;
		float: left;
		margin: 5px 0;
	}
	.footerLinks.right a {
		margin: 0 10px;
	}
}

@media screen and (max-width:960px) {
  #myCarouselCustom {
      max-height: 380px!important;
      height: 380px!important;
  }
  #myCarouselCustom .item,
  #myCarouselCustom .carousel-inner {
      height: 100%
  }
  #myCarouselCustom .item img {
      visibility: hidden
  }
  .carousel-caption-v2 {
      width: 70%
  }
  .carousel-caption-v2 h1 {
      display: block!important;
      font-size: 20px;
      font-size: 5vw
  }
  #myCarouselCustom .item.hasbg {
      background-size: cover;
      background-position: top right
  }
  #myCarouselCustom a.promoBtn {
      padding: 5px 15px
  }
}
