html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  font-family: "Open Sans",Arial,sans-serif;
  line-height: 1.6em;
  color: #111;
}


/* Custom page CSS
 * -------------------------------------------------- */

p {
  text-align: justify;
}
li {
  text-align: justify;
}
ul.nebh li {
  list-style:none; /* if you’re not already using a reset */
  padding-right: 2em;
}

ul.nebh li:before {
  color:#539f85; /* set color to red */
  content:"\2022"; /* /2022 is the numerical unicode for &bull; */
  font-size:1.5em; /* set the font-size of the bullet if necessary. Make sure to use em or %*/
  padding-right:.25em; /* give the bullet some padding from the text Make sure to use em*/
  position:relative;
    top:.1em; /* set the vertical position of the bullet if necessary. Make sure to use em or % */
}
a {
  color: #539f85;
  text-decoration: none;
}
a:focus,a:hover {
  color: #5fac92;
  text-decoration:underline;
}

a:focus {
  outline:thin dotted;
  outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;
}

a.black {
  color: #111;
}

h1,h2,h3,h4 {
  vertical-align:middle;
  margin-bottom: 15px;
  line-height: 1.6;
}
h1.white {
  color: #fff;
}
li.lead {
  margin-bottom: 8px;
}
h1 {
  font-size:50px;
  margin-top: 40px;
  margin-bottom: 30px;
}
title {
  padding-bottom: 9px;
  border-bottom: 1px solid #bbb;
}
p.small {
  margin-top: -10px;
  margin-bottom: 15px;
  font-style: italic; 
}
.thumbnail {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
}
a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover {
  border-color:#404a56;
}

.lead {
  margin-bottom:20px;
  font-size:15px;
  font-weight:400;
  line-height:1.5;
}
.red {
  color: #ff0000;
}
@media (min-width:768px) {
  .lead {
    font-size:17px
  }
}

/* forms */

@media (min-width: 768px) {
.form-inline .form-group {
  margin-right: 15px;
}
}

/* google search */

.gs-webResult.gs-result > .gsc-thumbnail-inside > .gs-title > a.gs-title {
  color: #539f85; 
  font-size: 16px;
  font-family: "Open Sans",Arial,sans-serif;
}
.gs-webResult.gs-result > .gsc-thumbnail-inside > .gs-title > a.gs-title:focus, .gs-webResult.gs-result > .gsc-thumbnail-inside > .gs-title > a.gs-title:hover {
  color: #5fac92; 
}
.gs-webResult.gs-result > .gsc-url-top > .gs-bidi-start-align.gs-visibleUrl.gs-visibleUrl-long {
  color: #404a56; 
  font-size: 13px;
  font-family: "Open Sans",Arial,sans-serif;
}
.gs-webResult .gs-snippet {
  font-family: "Open Sans",Arial,sans-serif;
  font-size: 14px;
}
.gsc-control-cse div {
  margin-bottom: 10px;
}

/* footer */

#footer {
  margin-top:50px;
  padding-top:20px;
  padding-bottom:20px;
  background-color:#404a56;
  color: #efefef;
}

#footer a {
  color:#efefef;
}
#footer h4 {
  font-weight: bold;
}
#footer li {
  margin-bottom: 10px;
  text-align: left;
  font-size: 14px;
}
#footer p {
  font-size: 14px;
}

/* customize nav style */

.navbar-custom {
    font-weight:700;
    text-transform:uppercase;
    font-size: 12px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    margin-bottom: 0;
    z-index: 1000;
    text-align: center;
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.navbar .navbar-collapse {
  text-align: center;
}
.navbar-brand {
	padding: 5px;
}
.navbar-custom .navbar-nav>li>a {
 color: #eee;
}
.navbar-custom .navbar-nav >li.btn-group >a {
 color: #fff;
}
.navbar-text {
  color: #555;
}
.navbar-custom  .navbar-nav li>a:hover, .navbar-nav li .open, .navbar-custom .navbar-nav .active a  {
	background-color: inherit;
  color: #bbb;
}
.navbar-custom .dropdown-menu{
	right:0;
}
.navbar-custom .navbar-nav>.dropdown>a .caret {
	border-top-color: #999;
	border-bottom-color: #999;
}

.navbar-collapse.in { /*3.0.2 bug workaround*/
    overflow-y: visible;
}

.navbar-toggle {
	outline:0;
}


/* labels */

.label-itd {
  background-color: #404a56;
}

.label-itd-mentol {
  background-color: #4a8e77;
}

.label-itd-grey {
  background-color: #a1a1a1;
}

/* title background */

.info_title{
  position: relative;
  overflow: hidden;
}
.info_title i.right{
   position: absolute;
   right: 5%;
   top: 20%;
   font-size: 15em;
   color: #eaeaea;
   z-index: -1;
}
.info_title i.left{
   position: absolute;
   left: 5%;
   top: 0%;
   font-size: 15em;
   color: #eaeaea;
   z-index: -1;
}

.nebh-left {
  position: absolute;
  left: 2%;
  margin-top: 2%;
  opacity: 0.15;
  filter: alpha(opacity=15);
}

/* buttons */

.btn-group-sm>.btn, .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
}
.btn-group-lg>.btn, .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
}
.btn-link {
  font-weight: 400;
  color: #4a8e77;
  border-radius: 0;
}
.btn-link:focus, .btn-link:hover {
  color: #539f85;
  text-decoration: underline;
  background-color: transparent;
}
.btn-itd {
  color: #fff;
  background-color: #404a56;
  border-color: #353d47;
  font-weight: 600;
}
.btn-itd:hover,
.btn-itd:focus,
.btn-itd.focus,
.btn-itd:active,
.btn-itd.active,
.open > .dropdown-toggle.btn-itd {
  color: #fff;
  background-color: #4b5765;
  border-color: #404a56;
}
.btn-itd .badge {
  color: #404a56;
  background-color: #fff;
}

.btn-itd-grey {
  color: #fff;
  background-color: #838b8b;
  border-color: #767e7e;
  font-weight: 600;
}
.btn-itd-grey:hover,
.btn-itd-grey:focus,
.btn-itd-grey.focus,
.btn-itd-grey:active,
.btn-itd-grey.active,
.open > .dropdown-toggle.btn-itd-grey {
  color: #fff;
  background-color: #909797;
  border-color: #838b8b;
}
.btn-itd-grey .badge {
  color: #838b8b;
  background-color: #fff;
}

.btn-itd-mentol {
  color: #fff;
  background-color: #539f85;
  border-color: #4a8e77;
  font-weight: 600;
}
.btn-itd-mentol:hover,
.btn-itd-mentol:focus,
.btn-itd-mentol.focus,
.btn-itd-mentol:active,
.btn-itd-mentol.active,
.open > .dropdown-toggle.btn-itd-mentol {
  color: #fff;
  background-color: #5fac92;
  border-color: #539f85;
}
.btn-itd-mentol:active,
.btn-itd-mentol.active,
.open > .dropdown-toggle.btn-itd-mentol {
  background-image: none;
}
.btn-itd-mentol .badge {
  color: #539f85;
  background-color: #fff;
}

.btn-itd-inverse {
  color:#fff;
  background-color:transparent;
  border-color:#838b8b;
  border-width: 2px;
  font-weight: 600;
}
.btn-itd-inverse:active,
.btn-itd-inverse:focus,
.btn-itd-inverse:hover {
  color:#404a56;
  text-shadow:none;
  background-color:#fff;
  border-color:#fff;
}


/* twitter */

#itd-tweets ul {
  list-style: none;
  margin: 0;
}
.tweet {
  float: left;
  margin-bottom: 10px;
  text-align: left;
}
.interact {
  float:left;
  margin-bottom: 20px;
}
.interact a {
  margin-left: 10px;
  float:left;
}
.tweet a {
  color: #404a56;
}
.media img {
  max-width:250px;
  max-height:250px;
}


/* images */

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

img.center {   
display: block;   
margin-left: auto;   
margin-right: auto; 
}

img.left {
  float:left;
  margin: 15px 30px 15px 0;
}

img.right {
  float: right;  
  margin: 15px 0 15px 30px;
}

.img-thumbnail {
  border: 1px solid #539f85;
}

/* accordion */

accordion .panel {
    border-width: 0;
}
.panel-default>.panel-heading {
  background-color: inherit;
}

.panel {
  box-shadow: 0 0 0;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}

/* pills */

ul.nav-pills {
  background-color: #404a56;


}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
  color: #fff;
  background-color: #404a56;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
    border-top-color: #ddd;
    border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
    border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
    float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
    float: left;
    max-width: 25%;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
    border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
    border-color: #ddd #ddd #ddd transparent;
    *border-left-color: #ffffff;
}

/* other */

ul.right {
  list-style: inside;
}

.divider {
	height:50px;
}

hr.full {
    border: 0;
    height: 1px;
    background: #111;
    background-image: -webkit-linear-gradient(left, #ccc, #111, #ccc);
    background-image:    -moz-linear-gradient(left, #ccc, #111, #ccc);
    background-image:     -ms-linear-gradient(left, #ccc, #111, #ccc);
    background-image:      -o-linear-gradient(left, #ccc, #111, #ccc);
}

.scroll-top {
   right:-6%;
   z-index:100;
   font-size:24px;
   border-top-left-radius:3px;
   border-top-right-radius:3px;
   opacity: 0;
}
.scroll-top a:link,.scroll-top a:visited {
   color: #fff;
} 

section {
  min-height: 400px;
  height: auto !important;
  height: 100%;
  padding-top:100px;
}

.bg-1 {
	background: #404a56 url(/img/background6.jpg) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	color: #eee;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
   -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
     margin-bottom: 60px; 
}
.bg-about {
  background: #404a56 url(/img/bg-about.jpg) no-repeat center top; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  color: #ddd;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
   -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
     margin-bottom: 60px; 
}

.bg-cases {
  background: #404a56 url(/img/bg-cases.jpg) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  color: #eee;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
   -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
     margin-bottom: 60px; 
}
.bg-cases h1 {
  font-size: 44px;
}

.bg-1-cases {
  background: #404a56 url(/img/bg-cases-large.jpg) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  color: #eee;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
   -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
     margin-bottom: 60px; 
}

.bg-arch {
  background: #404a56 url(/img/bg-arch.jpg) no-repeat center top; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  color: #eee;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
   -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
     margin-bottom: 60px; 
}

.bg-4 {
  padding:20px;
  background-color:rgba(255,255,255,.8);
  border-radius: 6px;
  margin-bottom: 20px;
  border-color: #5fac92;
  border-width: 2px;
  border-style: solid;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
   -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  color: #111;
}

.bg-4.thumb-small {
  width: 300px;
  padding: 20px;
  margin: 20px;
  margin-top: 0;
}

.bg-6 {
  width: 45%;
  padding:15px;
  margin: 20px;
  border-radius: 6px;
  margin-bottom: 20px;
  border-color: #5fac92;
  border-width: 2px;
  border-style: solid;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
   -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.bg-5 {
  padding:10px;
  margin-top: 60px;
  background-color:rgba(255,255,255,.4);
  border-radius: 6px;
  border-width: 0;
  margin-bottom: 20px;
  border-style: solid;
  -webkit-box-shadow: 0 2px 10px rgba(64, 74, 86, 0.4);
   -moz-box-shadow: 0 2px 10px rgba(64, 74, 86, 0.4);
}
.bg-1 h3 {
  font-size: 22px;
}
.bg-1 h1 {
  font-size: 44px;
}
div.capabilities div {
  padding-bottom: 50px;
}
