/*!
 * Start Bootstrap - Agency v3.3.7+1 (http://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
 
body {
  overflow-x: hidden;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-top: 20px;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #69c39f;
}
p {
  font-size: 14px;
  line-height: 1.75;
}
p.large {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
}
a {
  color: #69c39f;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #69c39f;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.img-centered {
  margin: 0 auto;
}
.bg-light-gray {
  background-color: #eeeeee;
}
.bg-darkest-gray {
  background-color: #69c39f;
}

.btn-primary {
  color: white;
  background-color: #69c39f;
  border-color: #69c39f;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
	
}

.btn-xl {
  color: white;
  background-color: #69c39f;
  border-color: #69c39f;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-size: 18px;
  padding: 20px 40px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: white;
  background-color: #69c39f;
  border-color: #f6bf01;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: #69c39f;
  border-color: #69c39f;
}
.btn-xl .badge {
  color: #69c39f;
  background-color: white;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #69c39f;
  background-color: #e6e6e6;
  border-color: #adadad;
}

@media (min-width: 768px) {
.navbar-right {
    margin-top: 5px;
  }

}

.navbar-custom{
  background-color: #69c39f;
  border-color: #69c39f;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: white;
  font-size: 12px;
}

.navbar-brand img{
  border: 0px solid white;
  margin: 5px 0px 0px 0px;
  
}

.navbar-brand{
	padding: 0px 0px;
}

.navbar-toggle {
  background-color: #69c39f;
  border-color: #69c39f;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: white;
  font-size: 12px;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
  background-color: #69c39f;
  border-color: #69c39f;
}

.navbar-inverse .navbar-toggle {
  border-color: #fff;
}


.navbar-nav > .active > a {
  border-radius: 0;
  color: white;
  background-color: #69c39f;
}
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: black;
  background-color: #69c39f;
}

/****************************************************************/
.navbar-top {
	background: #69c39f;
    color: #ffffff;	
}

.navbar-doublerow > .navbar{
	display: block;
	padding: 0px auto;
	margin: 0px auto;
	min-height: 25px;s
}

.pull-right{
	border: 0px solid red;
	margin-right: -20px;
	padding: 0px;
}

.navbar-down{
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #000000;
	border: 0px;
}

.dropdown-menu{
	min-width: 125px;
	
}

/*************************************************************************/

#bs-example-navbar-collapse-1 ul li a{
    color: white;
	font-size: 14px;
	font-weight: 400;
    letter-spacing: 1px;
    border-color: transparent;
	border-style: none solid;
	border-width: 0px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 3px;
}

#bs-example-navbar-collapse-1 ul li a:hover,
#bs-example-navbar-collapse-1 ul li a:focus {
  color: white;
  outline: none;
}

.dropdown-menu {
	background-color: #bdbdbd;
	color: white;
}



@media (min-width: 768px) {
  .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-nav > .active > a {
    border-radius: 3px;
  }
}
#h-wdtp10{
	background-image: url('../img/banner1.jpg');
	background-size: 100% 100%;
	 background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  color: white;
}

#h-wdtp80{
  background-image: url('../img/banner3.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  color: white;
}

header .intro-text {
  padding-top: 100px;
  padding-bottom: 50px;
  
}
header .intro-text .intro-lead-in {
  line-height: 22px;
  margin-bottom: 25px;
  
}
header .intro-text .intro-heading {
  line-height: 50px;
  margin-bottom: 25px;
  //border: 1px black solid;
}
@media (min-width: 768px) {
  header .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
	//border: 1px red solid;
  }
  header .intro-text .intro-lead-in {
    line-height: 40px;
    margin-bottom: 25px;
	//border: 1px red solid;
  }
  header .intro-text .intro-heading {
    line-height: 75px;
    margin-bottom: 50px;
	//border: 1px red solid;
  }
}

.heading {
	margin-top: 60px;
	margin-bottom: 20px;
	border: 0px solid red;
}

.dl_heading{
	border-top: 1px solid #e4d1e5;
	border-bottom: 1px solid #e4d1e5;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
	background-color: #f8f3f8;
	font-family: 'Montserrat';
}

.left_space{
	margin-left: 5px;
}

li.borderless-top { border-top: 0 none; }
li.borderless-bottom { border-bottom: 0 none; }
li.borderless-left { border-left: 0 none; }
li.borderless-right { border-right: 0 none; }

.addborder-right{
	border-right: 1px #dddfe3 solid ;
}
.addborder-bottom{
	border-bottom: 1px #dddfe3 solid ;
}


.features{
	line-height: 2.0em;
	color: #2d7bc5;
	list-style: none;
	font-size: 16px;
}

.features1{
	line-height: 3.0em;
	color: #2d7bc5;
	font-size: 18px;
}

#space{
 margin: 120px;
 border: red solid 0px;
}
.space2{
	height: 50px;
 
}


#space1{
 margin: 25px;
 border: red solid 0px;
}

table.cert tr td{
padding: 10px;
}

table.feature{
	margin-top: 45px;
	border: 0px solid red;
}


section {
  padding: 100px 0;
}
section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}
section h3.section-subheading {
  font-size: 16px;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  section {
    padding: 150px 0;
  }
}
.service-heading {
  margin: 15px 0;
  text-transform: none;
}



.ct {
  margin-top: 0px;
  margin-bottom: 1px;
  border: 0;
  border-top: 1px solid #eee;
}

.line{
  line-height: 0;	
}

::-moz-selection {
  text-shadow: none;
  background: #bd8dbf;
}
::selection {
  text-shadow: none;
  background: #bd8dbf;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}

section#contact h2{
  margin-bottom: 50px;

}
body {
  webkit-tap-highlight-color: #bd8dbf;
}

footer {
	width: 100%;
    //height: 100%;
	background-color:#000000;
    color:#ddd;
    min-height:100px;
    padding-top:20px;
    padding-bottom:40px;
}

footer .nav>li>a {
    padding: 0px 0px 5px 0px;
    color: #acb1b9;
}

footer .nav>li>a:hover {
    background-color:transparent;
	color:#fff;
}

p.copyright{
	margin-top: 30px;
	color: #acb1b9;
	text-align: center;
}



