/*
--Landing Page Stylesheet--
--Lighthouse Proteomics--
*/
 
/* FONTS */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800);


/* Body */

body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    
    margin-top: 70px;
}


/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #000;
}

h4, h5 {
  font-size: 16px;
}


p {
    line-height: 22px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

hr-d {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px dashed #ccc;
    margin: 1em 0;
    padding: 0;
}

.note{
	padding-left: 50px;
	padding-right: 50px;
  	
}

/* Links */
a {
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}


/* Top Nav */
.navbar {
	font-size: 14px;
	background: #f7f7f7;
}

.navbar-default .navbar-left > li > a {
  color: #1e2d5f;
  font-weight: 400;
}

.navbar-default .navbar-left > li > a:hover,
.navbar-default .navbar-left > li > a:focus {
  color: #fff !important;
  background-color: #55c5d5;
} 

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #55c5d5;
}

.navbar-default  ul li:not(:last-child) {
    border-right:1px solid #e7e7e7;
}

.navbar-default  ul li {
   width: 200px;
   text-align: center;
}

@media (max-width: 768px) { 

	.navbar-default  ul li {
   		width: 100%;
}
}

.navbar-default {
	border-bottom: 1px solid #e7e7e7;
	border-top: 1px solid #e7e7e7;
}

.navbar-default .navbar-left li.active {
	background: #3298db;
}

.dropdown-menu {
	background-color: #e7e7e7;
}

.dropdown-menu > li > a {
	color: #1e2d5f;
	
}


/* Sidebar Nav */
#sidebar li {
	border-bottom :1px solid #e7e7e7;
	
}

.sidenav .nav > li .twolines {
	max-height: 55px;
	
}

.sidenav {
	width: 102%;
	
}

.sidenav img {
	vertical-align: -16px;
}

.sidenav .twolines {
	vertical-align: -28px;
}

.sidenav h4 {
	color: #55c5d5;
	margin-top: -5px;
	max-height: 28px;
	
}

.sidenav h5 {
	color: #55c5d5;
	margin-top: -15px;
	margin-left: 54px;
	
}

.sidenav .nav-stacked > li:active, li:focus, li.active {
	background-color: #f0f0f0;
}

.sidenav .nav-stacked > li:active, li:focus, li.active h4 {
	color: #1e2d5f;
}

.sidenav .nav-stacked > li:active, li:focus, li.active h5 {
	color: #1e2d5f;
}


/* Header */

#header {
	margin-top: -70px;
	padding-top:20px;
	min-height: 100px;
	width: 100%;
}

@media (max-width: 700px) { 

	.splash {
		display: none;
	}
	
	.img-responsive {
		display:block;
    	margin:auto;	
	}

}

@media (max-width: 700px) {
.navbar-toggle {
	display:block;
    margin:auto;	
	margin-top: 5px !important;
}
}


/* Service Info Sections */

#service h1 {
	color: #55c5d4;
	letter-spacing: 1px;
}

#service h3 {
	font-size: 25px;
	color: #1e2d5f;
	margin-top: -5px;
	margin-left: 35px;
}

#service h4 {
	color: #1e2d5f;
	font-size: 18px
}

#service h5 {
	color: #1e2d5f;
}

#service i {
	font-size: 18px;
	vertical-align: middle;
}

#service ul {
	padding-bottom: 20px;
}


/* Info Section */
#info h1 {
	color: #55c5d4;
	letter-spacing: 1px;
}

#info h3 {
	color: #1e2d5f;
}

#info h4 {
	font-weight: 600;
}

#info h5 {
	font-size: 14px;
	margin-top: -5px;
}

#info i {
	font-size: 22px;
	padding-left: 10px; 
	color: #55c5d4;
}

#info i:hover {
	color: #1e2d5f;
}

#info .popover {
	max-width: 800px;
	width: 500px;
}

#info li {
	padding-bottom: 5px;
}

#terms h3 {
	font-size: 22px;
}

@media (max-width: 700px) {
	#Jeff {
		display: none;
	}
	#Jenn {
		display: none;
	}
	#Manor {
		display: none;
	}
}

@media (min-width: 700px) {
	#mobile {
		display: none;
	}
}

#info .popover-title {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

#map-canvas {
    height: 400px;
}

.mt {
	margin-top: 50px;
	margin-bottom: 50px;
}

.fac {
	margin-top: 50px;
	margin-bottom: 150px;
}

#values h5 {
	padding-bottom: 14px;
	font-size: 14px;
}

#values i {
	color: #1e2d5f;
	font-size: 14px;
	padding-left: 0px;
}


/* Contact Form Section */

#form h1 {
	color: #55c5d4;
	letter-spacing: 1px;
}

form {
	padding-left: 100px;
}

@media (max-width: 600px) {
	form {
	padding-left: 0px;
}
}

/* Contact Section */
#contact h3 {
	color: #1e2d5f;
}

#contact h4 {
	font-size: 18px;
	font-weight: 600;
}

#contact p {
	font-size: 16px;
}

#contact i {
	font-size: 20px;
	color: #1e2d5f;
	padding-right: 10px;
}

#reference h1 {
	color: #55c5d4;
	letter-spacing: 1px;
	font-size: 25px;
}

#reference h3 {
	color: #1e2d5f;
}


/* Image Overlay */
.wrapper{
	float: left; 
	position: relative; 
}
.description{
	position: absolute;
	border-radius: 6px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background-color: black;
	font-size: 15px;
	color: white;
	opacity: 0.9; 
	filter: alpha(opacity=60);  
}
.description_content{
	padding: 10px;
	margin: 0px;
}

.description2{
	position: absolute;
	border-radius: 6px;
	bottom: -100px;
	left: 10px;
	width: 100%;
	background-color: #e7e7e7;
	font-size: 13px;
	color: black;
	opacity: 1; 
	filter: alpha(opacity=60);  
}
.description2_content{
	padding: 5px;
	margin: 0px;
}

.ribbon {
	position: absolute;
	z-index: -1;
	left: 150px;
    top: 275px;
}

@media (max-width: 800px) {
	.ribbon {
		position: absolute;
		z-index: -1;
		left: 75px;
    	top: 400px;
	}
}

@media (max-width: 640px) {
	.ribbon {
		position: absolute;
		z-index: -1;
		left: 75px;
    	top: 325px;
	}
}

@media (max-width: 500px) {
	.ribbon {
		display: none;
	}
	.cp {
		margin-top: 0px;
	}
}

.cp {
	margin-top: 275px;
}

@media (max-width: 800px) {
	.description {
		display: none;
	}
}

@media (max-width: 800px) {
	.description2 {
		display: none;
	}
}

@media (min-width: 800px) {
	.description_content_mobile {
		display: none;
	}
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}



/* Accordion */
.panel-title a .fa-minus-circle {
    display: inline-block;
}
.panel-title a .fa-plus-circle {
    display: none;
}
.panel-title a.collapsed .fa-minus-circle {
    display: none;
}
.panel-title a.collapsed .fa-plus-circle {
    display: inline-block;
}

#accordion i {
	font-size: 16px;
	color: #55c5d4;
}

.panel-group {
	padding-top: 40px;
	padding-bottom: 40px;
}



/* Footer */

#f {
	background-color: #55c5d5;
	padding-top:20px;
	padding-bottom: 0px;
}

#f p {
	font-size: 12px;
	line-height: 18px;
    margin-bottom: 25px;
	color: #fff;
	font-weight: 400;
}

#f h4 {
	color: white;
}

#f a {
	color: white;
	margin-left -50px;
}

#f a:hover,
a:focus {
    color: #1e2d5f;
    text-decoration: none;
    outline: 0;
}

@media (min-width: 640px) {
.footerlink{
	margin-left: -15px;
}
}

#f i {
	color: #fff;
	padding-right: 30px;
    display: inline-block;
    height: 100%;
    vertical-align: bottom;
    width: 0px; 
}

#f i:hover {
	color: #1e2d5f;
}

@media (min-width: 640px) {
.fn p {
	margin-top: -20px;
}
}
@media (max-width: 640px) {
.fn p {
	margin-top: 20px;
	text-align: center;
}
}


/* 404 */
#grey {
	margin-top: 0px;
	background-color: #f7f7f7;
	min-height: 300px;
	width: 100%;	
}

#black {
	margin-top: 0px;
	background-color: #2f2f2f;
	min-height: 300px;
	width: 100%;	
}

#black h3 {
	color: white;
}

#black h4 {
	color: white;
	text-transform: uppercase
}

#black p {
	color: white;
	font-size: 16px;
	font-weight: 400;
}

#black i {
	font-size: 35px;
}

#black h1 {
	color: white;
	font-size: 70px;
}
