body { padding-top: 50px; }

footer{
	background: #0D325C;
	color: #eee;
	font-size: 11px;
	padding: 20px;
	bottom: 0;
	width: 100%;
}

#features{
	text-align: center;
}

#features .img {
	margin: 0 0 20px;
}

h1, h2, h3, h4 {
  color: #0D325C;
}


/*************************************************************

Intelli-carousel

*************************************************************/
#slider-thumbs {
	margin-top: 10px;
  /*top: -300px;
  position:fixed;
  left:10px;
  top:300px;*/
}
.selected img {
    opacity:0.5;
}

.popover{
    background-color: #0D325C;
    border-width: 2px;
    border-radius: 2px;
    border-color: #071a2f;
}
.popover-title {
    color: blue;
    font-size: 15px;
}
.popover-content {
    color: #e6e6e6;
    font-size: 12px;
}

/*************************************************************

Intelli-Button

*************************************************************/

.btn-custom {
  color: #ffffff;
  background-color: #0D325C;
  border-color: #0D325C;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active {
  background-color: #0a2646;
  border-color: #071a2f;
  color: #e6e6e6;
}
.btn-custom.disabled:hover,
.btn-custom.disabled:focus,
.btn-custom.disabled:active,
.btn-custom.disabled.active,
.btn-custom[disabled]:hover,
.btn-custom[disabled]:focus,
.btn-custom[disabled]:active,
.btn-custom[disabled].active,
fieldset[disabled] .btn-custom:hover,
fieldset[disabled] .btn-custom:focus,
fieldset[disabled] .btn-custom:active,
fieldset[disabled] .btn-custom.active {
  background-color: #0D325C;
  border-color: #0D325C;
}

/*************************************************************

Vertical Offsets

*************************************************************/
.voffset2  { margin-top: 2px; }
.voffset5 { margin-top: 5px; }
.voffset10 { margin-top: 10px; }
.voffset15 { margin-top: 15px; }
.voffset20 { margin-top: 20px; }
.voffset30 { margin-top: 30px; }
.voffset40 { margin-top: 40px; }
.voffset60 { margin-top: 60px; }
.voffset80 { margin-top: 80px; }
.voffset100 { margin-top: 100px; }
.voffset150 { margin-top: 150px; }