
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);


html, body {
	background-color: #f1f1f1;
	color: #333333;
	font-family: 'Lato', sans-serif;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

li {
	list-style: none;
}


h3 { 
	color: #FF1168;
	font-weight: bold;
}

h4 {
	color: #9E1E4C;
	font-weight: bold;
}

hr {
	border-color: #777;
}

.upperCase{
	text-transform: uppercase;
}

.margin-down {
	margin-bottom: 34px;
}


.margin-left{
	margin-left: 5px;
}
/* --------------------- SUB NAVBAR -------------- */
#sub-header {
	background-color: #e5e5e5;
	padding-bottom: 15px;
}


#primary-list li{
	list-style: none;
	float: left;
	padding: 0 0px 0 24px;
}

#primary-list li a{
	font-family: 'Lato', sans-serif; 
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	color: #767676;
}


/* --------------------- Header -------------- */
header {
	position: relative;
	background: #F5F5F5;
}


header .row {
	padding: 15px 0;
}

#logo {
	margin: 10px 0;
}

#social-wrapper {
	text-align: right;
	margin-top: 15px;
}


#soical-list {
	display: inline-block;
}

#soical-list a {
	float: left;
	padding: 0 1px 0 1px;
}


/* --------------------- Secondary Navbar -------------- */
.navbar {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin-bottom: 0;
}

.nav .navbar-nav li {
	border-right: 1px solid black;
}

.navbar-toggle {
	float: none;
}

.navbar-nav > li:first-child a {
	padding-left: 0;
}

.navbar-nav li a {
	padding-right: 13px;
}

.navbar-nav li:last-child a {
	padding-left: 15px;
}

.dropdown-menu > li:last-child a {
	padding-left: 20px;
}

ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}

/* --------------------- Slider: Home; -------------- */
.container-fluid {
	padding: 0;
}

/* --------------------- Description/About: Home; -------------- */
#content {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
}

#description-list {
	padding-left: 10px;
}

#description-list li {
	list-style: none;
}


#news {
	background: #ffffff;
	margin-top: 10px;
	padding: 12px;
	margin-bottom: 20px;
	border-radius: 10px;
}

.text {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   line-height: 16px;     /* fallback */
   max-height: 32px;      /* fallback */
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
}

/* --------------------- Sub-Footer -------------- */
.sub-footer {
	background: #979797;
	color: #f2f2f2;
	padding-bottom: 40px;
}

.sub-footer h5 {
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
}


.lists li a { 
	text-decoration: none;
	color: inherit;
}

#block-lists {
	display: inline-block;
}

#block-lists a {
	float: left;
	padding: 0 1px 0 1px;
}

.padding-left {
	padding-left: 0;
}


#subscribe-form .alert{
	display: none;
}

/* --------------------- Footer -------------- */
footer {
	margin-top: 10px;
	padding-bottom: 15px;
	padding-top: 10px;
}

.sub-footer h1 {
	color: #25020F;
	font-weight: bold;
}

#footer-list {
	margin-bottom: 0;
}

#footer-list li a{
	text-decoration: none;
	color: inherit;
}

#footer-list {
	padding-left: 0;
}

#footer-list a {
	float: left;
	padding: 0 8px 0 8px;
	border-right: 1px solid black;
}

#footer-list li:first-child a {
	padding-left: 0px
}


#footer-list li:last-child a{
	border-right: none;
}


/* --------------------- Contact -------------- */
#map {
	width: 100%;
	height: 415px;
	margin: 0;
	padding: 0;
}

#contact {
	margin: 20px;
}

#contactForm {
	background: #ffffff;
	padding: 15px;
}

/* MAP address */
.address {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.81);
	color: #333;
	padding: 1em;
	margin: 0 0 .75em .75em;
}

.address li i {
  padding-right: 8px;
  color: #3c83f9;
}

.address li { padding-bottom: .5em; }

.address li:last-child { padding-bottom: 0; }

/* --------------------- Contact / Form -------------- */
#inquiryForm .alert-success{
	display: none;
}
#inquiryForm .alert-danger{
	display: none;
}

.g-recaptcha {
	margin-bottom: 15px;
}



/* --------------------- BenthicIden Page -------------- */
#larvaimg {
	margin-top: 25px;
	margin-bottom: 25px;
}

#whitebg {
	background-color: white;
	padding: 10px 10px;
	margin: 25px 0;
	border-radius: 10px;
}

#whitebg li {
	list-style: disc;
}


.bold {
	font-weight: bold;
}

/* --------------------- mosborDis Page -------------- */

#whitebg #upperAlpha {
	list-style-type: upper-alpha;
}

#upperAlpha li {
	list-style: upper-alpha;
}

/* --------------------- instructions Page -------------- */
#insect3 li {
	list-style: decimal;
}

.img-center {
	margin-left: 80px;
}

#accordion a {
	color: #FF1168
}

#accordion2 a, #accordion3 a {
	color: #9e1e4c;
}

#accordion3 .color-default{
	color: #337ab7;
}


/* --------------------- Term & Condition Page -------------- */
#tc-insect li {
	list-style: disc;
}

/* --------------------- Enviromental Consulting -------------- */
#whitebg .circles li {
	list-style-type: circle;
}

#whitebg .squares li {
	list-style-type: square;
}

/* --------------------- MoldiaService.php -------------- */
#whitebg .margin-top {
	margin-top: 0;
}

#whitebg .margin-row-top {
	margin-top: 25px;
}


/* --------------------- MoldiaService.php -------------- */






