/*body {
	overflow-x:auto !important;	
}
.container {
  min-width: 1024px !important;
  max-width: none !important;
}
.col-md-12 {
	padding:0px;	
}

.col-md-4 {
	width:inherit;
	height:inherit;	
}*/

/*.container {
  width: 1024px !important;
  max-width: none !important;
}*/
/*.col-md-12 {
	padding:0px;	
}
.col-md-4 {
	width:260px!important;	
}*/
.image-header {
    background: rgba(255,255,255,0.8)!important;
}
.image-header .navbar-brand {
    height: auto;
}
.image-header .navbar-nav {
    margin-top:30px;
}
.image-header.smaller .navbar-nav {
    margin-top:20px;
}
.image-header .navbar-nav > li > a:hover {
    background: transparent;
}
.white-bg {
    transition:all 1s;
	background:rgba(255,255,255,0.5);
    padding: 30px;
}
.white-bg:hover {
	background:rgba(255,255,255,0.9);
}
.feature-content {
	width:90%!important;	
}
a {
    color:#00678E!important;
}
a:hover {
    color:#73d0da!important;
}
.banner-title {
    background-color:#00678E;
    color:#fff;
    margin-top:111px;
    padding: 30px 0;
}
.banner-title h1 {
    font-size:20px;
}
h2.waffey-title {
    margin:0px;
}
nav > ul > li {
	padding:0px 10px;	
}
ol {
    color:#404041;
    margin-left: 15px!important;
}