/*lotus 035035
red c0392b*/

/*colors*/

.bg-grayE3 {background: #E3E3E3;}
.bg-grayEF {background: #EFEFEF;}
.bg-grayF7 {background: #F7F7F7;}
.bg-gray99 {background: #999999;}
.bg-white  {background: #FFFFFF;}
.bg-red     {background:#FE0000;}
.bg-reddark {background:#c0392b;}
.bg-black {background:#000000;}
.bg-lttgreen {background:#035035;}                  /*tt color theme*/
.bg-lttgold {background:#e2a603;}                  /*tt color theme*/

/*backgrounds*/

.text-grayE3 {color: #E3E3E3;}
.text-grayEF {color: #EFEFEF;}
.text-grayF7 {color: #F7F7F7;}
.text-gray99 {background: #999999;}
.text-white {color: #FFFFFF;}
.text-red {color:#FE0000;}
.text-reddark {color:#c0392b;}
.text-lttgreen {color:#035035;}                  /*tt color theme*/

/*typography*/

h1, .h1, h2, .h2 {font-family: 'Open Sans Condensed', sans-serif;font-weight:700; letter-spacing:-.05em;}
h1 small {font-family: 'Open Sans Condensed', sans-serif;font-weight:700;}

/*well home*/
.text-hpfeature {padding: 10px; background:#ffffff;margin:0px;}
.lp-wells .well {
    background-color: white; /*background-color: #f5f5f5;*/
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 0; /*padding: 19;*/
} 

/*links*/
a:focus, a:hover {
	color:#003925;                /*tt color theme*/
	text-decoration:underline;
	}
a {
	color:#035035;                /*tt color theme*/
	text-decoration:none;
	}	

/*navbar date signin*/
.list-inline {padding:5px 20px;}

.list-inline > li > a, .list-inline > li {
  color: #999; font-size:1em; font-family: 'Open Sans Condensed', sans-serif; text-transform: uppercase; font-weight:700;
}                 /*tt color theme*/
.list-inline > li > a:hover, .list-inline > li > a:focus {
  color: #999; text-decoration:none;                 /*tt color theme*/
}

/*navbar*/
.navbar-inverse {
border-top: 5px solid #035035;                 /*tt color theme*/
font-family: 'Open Sans Condensed', sans-serif;
font-weight: 700;
}





/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}
