/*
--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;
}

@media (max-width: 700px) {
	body {
		margin-top: 0px;
	}

}

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

h4 {
	color: #fff;
	text-transform: uppercase;	
	font-weight: 400;
	line-height: 20px;
}


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

.large {
	font-size: 14px;
}

.centered {
    text-align: center;
}

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


/* 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;
}


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

@media (max-width: 600px) {
	
	#desktop {
		display: none;	
	}
	
	
}



/* Navbars */
.navbar {
	font-size: 14px;
	background: #ffffff;
}

.navbar-fixed-top {
border-width: 0 0 0px;
border-bottom-width: 0px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: #ffffff;
background-color: #3498db;
}

.navbar-default .navbar-nav > li > a:hover {
color: #3498db;
}

.navbar-landing {
	background: none;
}

.navbar-landing .navbar-nav > li > a {
  color: #fff;
}

.navbar-landing .navbar-nav > li > a:hover,
.navbar-landing .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #76d0dd;
}

.landingnav {
	width: 520px;
}

@media (min-width: 768px) {
.navbar {
	display:none;
}
.navbar.navbar-default.navbar-fixed-top {
	z-index: -100;
}

#landing {
	margin-top: -70px !important;
	background-color: #fff;
}

}

ul li:not(:last-child) {
    border-right:1px solid white;
    margin-right:5px;
    padding-right:5px;
}

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

/* Row Styles */
.mt {
	
	margin-bottom: 50px;
}

.lm {
	padding-bottom: 10px;
}

.lp {
	padding-top: 10px;
}

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

/* Service Icons */
.si {
	visibility: hidden;
}

.si:hover {
	background-color: #76d0dd;
}

.si i {
	font-size: 40px;
	padding: 20px;
}

#featured {
	background-color: #55c5d5;
	width: 100%;
}


/* Landing Logo Section */

#landing {
	background-color: #fff;
	margin-top:-20px;
	padding-top:20px;
	background-attachment: relative;
	background-position: center center;
	min-height: 300px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#landing .img-responsive {
	margin: 0 auto;
}


/* Info Section */
#info {
	margin-top: 0px;
	background-color: #ffffff;
	min-height: 300px;
	width: 100%;
	padding-bottom: 10px;
}

#info h3 {
	color: #1e2d5f;
}

#info h5 {
	padding-bottom: 18px;
	font-size: 16px;
}

#info i {
	color: #1e2d5f;
}


/* Footer */

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

#f p {
	color: white;
}

#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;
}

