/*!
 * Start Bootstrap - Agency v1.1.0 (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: 'Open Sans', sans-serif, Helvetica, Arial;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #fed136;
}
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: #5F9080;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #5F9080;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.img-centered {
  margin: 0 auto;
}
.bg-light-gray {
  background-color: #eeeeee;
}
.bg-darkest-gray {
  background-color: #222222;
}
.btn-primary {
  color: white;
  background-color: #fed136;
  border-color: #fed136;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #fec503;
  border-color: #f6bf01;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.homeheadlower {
	display: block;
	position: absolute;
	bottom:4px;
	left: 0px;
	right: 0px;
	z-index: 999;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	width: 100%;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #fed136;
  border-color: #fed136;
}
.btn-primary .badge {
  color: #fed136;
  background-color: white;
}
.btn-xl {
  color: white;
  background-color: #fed136;
  border-color: #fed136;
  font-family: 'Open Sans', 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: #fec503;
  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: #fed136;
  border-color: #fed136;
}
.btn-xl .badge {
  color: #fed136;
  background-color: white;
}
.navbar-custom {
 /*  background-color: #222222; */
  background-color:  transparent;
  border-color: transparent;
}
.navbar-custom .navbar-brand {
  color: #fed136;
  font-family: 'Open Sans', sans-serif;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: #fec503;
}
.navbar-custom .navbar-collapse {
	margin-top: 40px;
  border-color: rgba(255, 255, 255, 0.02);
}
.navbar-custom .navbar-toggle {
  background-color: #fed136;
  border-color: #fed136;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: white;
  font-size: 12px;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #fed136;
}
.navbar-custom .nav li a {
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  color: #1F6D6F;
  font-size: 1.6em;
  margin-left: 40px;
}
@media (min-width: 1200px) {
.navbar-custom .nav li a {
  margin-left: 60px;
}
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
  color: #fed136;
  outline: none;
}
.navbar-custom .navbar-nav > .active > a {
  border-radius: 0;
  color: white;
  background-color: #fed136;
}
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: white;
  background-color: #fec503;
}
@media (min-width: 990px) {
  .navbar-custom {
    /* background-color: transparent; */
	background-color: white;
    padding: 0px 0px 0px 0px;
	height: 180px;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom .navbar-nav > .active > a {
    border-radius: 3px;
  }
}

img.logo {
	display: block;
	max-width: 300px;
	min-width: 220px;
	width: 64%;
	height: auto;
	
}

	footer .leftal .smallscreen, footer .cental .smallscreen {
		display: none;
		position: absolute;
		z-index: 4;
		top: 14px;
		left: 0px;
		width: 100%;
		height: 63px;
		background-color: #6cbbbe;
	}

@media (max-width: 768px) {
/*   .navbar-custom.affix {
    background-color: #fff;
    padding: 0px 0px 5px 0px;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  } */
  .homeheadlower {
	display: block;
	position: absolute;
	bottom:-25px;
	left: 0px;
	right: 0px;
	z-index: 999;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	width: 100%;
background-color: rgba(26, 174, 179, 1);
padding-bottom: 4px;
}

	footer .belowcover {
		display: none;
		position: absolute;
		z-index: 4;
		top: 14px;
		left: 0px;
		width: 100%;
		height: 63px;
		background-color: #6cbbbe;
	}
	
	.incre {
		margin-top: 35px;
		padding-top: 10px;
	}
	footer .leftal, footer .cental {
		padding-left: 0px !important;
		padding-right: 0px !important;
		position: relative;
	}
		footer .leftal .smallscreen, footer .cental .smallscreen  {
			display: none;
		position: absolute;
		z-index: 4;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 63px;
		background-color: #6cbbbe;
	}
	.footercontact {
		z-index: 999;
		
	}
	}
header {
 /*  background-image: url('../img/site/centpic1a.jpg');
   background-color: #1AAEB3;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: 95% 95%;
  -o-background-size: cover;
  text-align: center;
  color: #00B4B9;
  margin-top: 180px; */
  
  
  background-image: url('../img/site/centpic1b.jpg');
 /*  background-color: #1AAEB3; */
  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;
  text-align: center;
  color: #00B4B9;
  margin-top: 180px;
}
header .intro-text {
  padding-top: 100px;
  padding-bottom: 50px;
}
header .intro-text .intro-lead-in {
  font-family: 'Open Sans', sans-serif;
  color: #FF6816;
  font-style: normal;
  font-size: 22px;
  line-height: 22px;
  padding: 55px 25px 55px 25px;
  margin: 0px auto 25px;
	display: inline-block;
  /* max-width: 750px;
  min-width: 280px;  */
  background-color: rgba(255, 255, 255, 0.5);}
}

header .intro-text .intro-lead-in .linex {
	display: block;
	font-style: bold;
	font-size: 22pt;
	text-transform: capitalize;
}
header .intro-text .intro-heading {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  header .homepadding {
    padding-top: 240px;
    padding-bottom: 260px;
  }
    header .insidepadding {
    padding-top: 140px;
    padding-bottom: 100px;
  }
  header .intro-text .intro-lead-in {
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px;
  }
  header .intro-text .intro-heading {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 75px;
    line-height: 75px;
    margin-bottom: 50px;
  }
}

header .intro-text .intro-lead-in {
  font-family: 'Open Sans', sans-serif;
  color: #008282;
  font-style: normal;
  font-size: 22px;
  line-height: 22px;
  padding: 22px 25px 22px 25px;
  margin: 0px auto 25px;
  /* width: 100%;
  max-width: 100%;
  min-width: 100%; */
  background-color: rgba(255, 255, 255, 0.65);}

/* header .intro-text .intro-lead-in .linex, header .intro-text .intro-lead-in-internal .linex {
	display: block;
	font-style: bold;
	font-size: 2.3em;
	line-height:1em;
		border-bottom: 2px solid white;
} */

.containerheader {
	display: block;
	position: relative;
}

header .intro-text .intro-lead-in .linex, header .intro-text .intro-lead-in-internal .linex {
  
  display: inline-block;
  position: relative;
  font-size: 1.7em;
  line-height: 1em;
  margin: 0 auto;
  padding: 0 0 4px;
  white-space: nowrap;
  letter-spacing: 1px;
  font-weight: bold;
  color: #008282;
}

header .intro-text .intro-lead-in .lineb, header .intro-text .intro-lead-in-internal .lineb  {
	/* border-top: 1.5px solid white; */
	display: inline-block;
	margin: 4px 0px 0px 0px;
	/* padding-top: 10px; */
	font-style: normal;
  font-size: 1.0em;
  line-height: 1em;
	letter-spacing: 0.5px;
	color: #78787f;
	
}

header .intro-text .intro-lead-in-internal {
  font-family: 'Open Sans', sans-serif;
  color: #1F6D6F;
  font-style: normal;
  font-size: 22px;
  line-height: 22px;
  padding: 35px 50px 35px 50px;
  margin: 0px auto 25px;
  width: 97%;
  max-width: 1200px;
  min-width: 280px;
  background-color: rgba(255, 255, 255, 0.9);
  }
  
  
section {
  padding: 100px 0;
}

section#services {
/*   background: url('../img/site/upperbkhalf3.png') repeat-x bottom left; */
  padding: 80px 0px 160px !important;
  border-bottom: 1px solid rgba(93, 93, 93, 0.36);;
}

section#services .service-heading {
  color: #6a6a6a;
}


section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}
section h3.section-subheading {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  section {
    padding: 150px 0;
  }
  section#services {
  padding: 40px 0px 60px  !important;
}
}
.service-heading {
  margin: 15px 0;
  text-transform: none;
}
#whileyouwait .whileyouwait-item {
  margin: 0 0 15px;
  right: 0;
}
#whileyouwait .whileyouwait-item .whileyouwait-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#whileyouwait .whileyouwait-item .whileyouwait-link .whileyouwait-hover {
  background: rgba(254, 209, 54, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#whileyouwait .whileyouwait-item .whileyouwait-link .whileyouwait-hover:hover {
  opacity: 1;
}
#whileyouwait .whileyouwait-item .whileyouwait-link .whileyouwait-hover .whileyouwait-hover-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#whileyouwait .whileyouwait-item .whileyouwait-link .whileyouwait-hover .whileyouwait-hover-content i {
  margin-top: -12px;
}
#whileyouwait .whileyouwait-item .whileyouwait-link .whileyouwait-hover .whileyouwait-hover-content h3,
#whileyouwait .whileyouwait-item .whileyouwait-link .whileyouwait-hover .whileyouwait-hover-content h4 {
  margin: 0;
}
#whileyouwait .whileyouwait-item .whileyouwait-caption {
  max-width: 400px;
  margin: 0 auto;
  background-color: white;
  text-align: center;
  padding: 25px;
}
#whileyouwait .whileyouwait-item .whileyouwait-caption h4 {
  text-transform: none;
  margin: 0;
}
#whileyouwait .whileyouwait-item .whileyouwait-caption p {
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
  margin: 0;
}
#whileyouwait * {
  z-index: 2;
}
@media (min-width: 767px) {
  #whileyouwait .whileyouwait-item {
    margin: 0 0 30px;
  }
}
.timeline {
  list-style: none;
  padding: 0;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #f1f1f1;
  left: 40px;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 50px;
  position: relative;
  min-height: 50px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  width: 100%;
  float: right;
  padding: 0 20px 0 100px;
  position: relative;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li .timeline-image {
  left: 0;
  margin-left: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 100;
  background-color: #fed136;
  color: white;
  border-radius: 100%;
  border: 7px solid #f1f1f1;
  text-align: center;
}
.timeline > li .timeline-image h4 {
  font-size: 10px;
  margin-top: 12px;
  line-height: 14px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  text-align: left;
  padding: 0 20px 0 100px;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    margin-bottom: 100px;
    min-height: 100px;
  }
  .timeline > li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    margin-top: 16px;
    line-height: 18px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    margin-top: 30px;
    line-height: 26px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}
.team-member {
  text-align: center;
  margin-bottom: 50px;
}
.team-member img {
  margin: 0 auto;
  border: 7px solid white;
}
.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}
.team-member p {
  margin-top: 0;
}
aside.clients img {
  margin: 50px auto;
}
section#contact {
  background-color: #222222;
  background-image: url('../img/map-image.png');
  background-position: center;
  background-repeat: no-repeat;
}
section#contact .section-heading {
  color: white;
}
section#contact .form-group {
  margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}
section#contact .form-group input.form-control {
  height: auto;
}
section#contact .form-group textarea.form-control {
  height: 236px;
}
section#contact .form-control:focus {
  border-color: #fed136;
  box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact :-moz-placeholder {
  /* Firefox 18- */
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact :-ms-input-placeholder {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact .text-danger {
  color: #e74c3c;
}
footer {
  padding: 25px 0;
  text-align: center;
  background-color: #6A6A6A;
  position: relative;
}
footer .container {
	z-index: 400;
	position: relative;
	}
	
	.homepage footer .belowcover {
		position: absolute;
		z-index: 4;
		top: 14px;
		left: 0px;
		width: 100%;
		height: 63px;
		background-color: #6cbbbe;
	}
footer span.copyright {
  line-height: 40px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
}
footer ul.quicklinks {
  margin-bottom: 0;
  line-height: 40px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
}
ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  display: block;
  background-color: #222222;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  color: white;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background-color: #fed136;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}
.whileyouwait-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.whileyouwait-modal .modal-content h2 {
  margin-bottom: 15px;
  font-size: 3em;
}
.whileyouwait-modal .modal-content p {
  margin-bottom: 30px;
}
.whileyouwait-modal .modal-content p.item-intro {
  margin: 20px 0 30px;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
}
.whileyouwait-modal .modal-content ul.list-inline {
  margin-bottom: 30px;
  margin-top: 0;
}
.whileyouwait-modal .modal-content img {
  margin-bottom: 30px;
}
.whileyouwait-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.whileyouwait-modal .close-modal:hover {
  opacity: 0.3;
}
.whileyouwait-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #222222;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.whileyouwait-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #222222;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.whileyouwait-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
::-moz-selection {
  text-shadow: none;
  background: #5F9080;
}
::selection {
  text-shadow: none;
  background: #5F9080;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: #5F9080;
}

.iconmid {
	display: block;
	position: relative;
	width: 85%;
	max-width: 130px;
	min-width: 120px;
	height: auto;
	margin: 0px auto;
	vertical-align: middle;
}
.colicons {
	margin-bottom: 15px;
}

.srow {
	margin-top: 8px;
	color: #41c4c3;
}

.srow h4 {
	text-transform: none;
	letter-spacing: 0.8px;
	font-size: 1.35em;
}



section#qandasection {
	background-color: #6A6A6A;
	/* background: url('../img/site/upperbkhalf3.png') repeat-x bottom left; */
	color: #fff;
	color: #fff;
	padding: 65px 0px 40px !important;
}

section#contactmap {
	/* background-color: #00B4B9; */
	background: url('../img/site/upperbkhalf3.png') repeat-x bottom left;
	padding: 65px 0px 40px !important;
}

section#contlocation {
	/* background-color: #00B4B9; */
	background: url('../img/site/upperbkhalf3.png') repeat-x bottom left;
	padding: 40px 0px !important;
}
section#whileyouwait {
	/* background-color: #01C1C4; */
	background-color: #FFD868;
	padding: 20px 0px !important;
}

.rowtitle  {
display: inline-block;
border-top: 3pt solid #FFD868;
background-color: #6A6A6A;
color: #fff;
font-size: 40px;
    padding-bottom: 15px;
    margin-top: 0;
	height: 100%;
	width: 100%;
}

.rowtitle .text-center h2.section-headingXCX {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 5px;
    margin-top: 15px;
	text-transform: none;
}

section#whileyouwait .section-heading {
	color: #ffdc5f;
}

.mapcontainer {
	display: table;
	/* border: 1px solid white; */
	min-height: 250px;
	width: 98%;
	padding: 0px 1%;
	margin: 0px auto;
}

.leftmapcont {
	display: table-cell;
	width:27%;
	color: #fff;
	padding: 10px 0px;
}

.leftcontbox {
	display: block;
	width: auto;
	max-width: 260px;
	padding: 10px 20px;
	height: auto;
	text-align: right;
	background-color: #21bdc1;
	font-weight: bold;
	font-size: 1.5em;
	margin: 14px 0px 0px 0px;
	white-space: nowrap;
	/* background-color: rgba(108, 191, 194, 1); */
}

.leftconttitle .title, .rightmapcont2 .title {
	display: block;
	color: #FFDC5F;
	font-size: 2em;
	font-weight: bold;
}

.leftconttitle .text {
	display: block;
		font-size: 1.3em;
	font-weight: bold;
	color: #1f6d6f;
}

.leftconttitle{
	
}

.rightmapcont2 {
	color: #1F6D6F;
}

.locationpage .rightmapcont2 {
	font-weight: bold;
	font-size: 105%;
	width: 75%;
}

.whileyouwaitpage .rightmapcont2 {
	font-weight: 400;
	font-size: 105%;
	width: 75%;
}

.locationpage .rightmapcont2 .title {
	margin-bottom: 15px;
}

.blt {
	color: #1f6d6f;
}

.locationpage .blt {
	padding-top: 10px;
}

.rightmapcont {
	display: table-cell;
	background-color: #000;
	height: 285px;
	vertical-align: top;
	width: 100%;
}

.whileyouwait-hover-content {
	color: white;
	text-align: center;
	font-weight:bold;
	font-size: 1.7em;
		padding-bottom: 22px;
}

.qandatitle-hover-content {
	color: #FFD868;
	text-align: right;
	font-weight:600;
	font-size: 2.4em;
	letter-spacing: 0.8px;
}

.qaitemtext {
	font-weight:bold;	
}

.col1qanda {
	width: 18% !important;
}
.col2qanda {
	width: 60% !important;
}

.qaitemtext {
	font-size: 1.25em;
}


.qatitle {
	display: block;
	color: #FFD868;
	font-weight:bold;
	font-size: 1.5em;
}


.leftal {
	text-align: left !important;
}
.cental {
	text-align: center !important;
}

footer .footercontact {
	display: block;
	position: relative;
	padding: 0px 0px 0px 35px;
	color: #ffdc5f;
	text-align: left !important;
	font-weight: bold;
	font-size: 1.4em;
}

footer .footercontact .incre{
		font-size: 1.45em;
		display: block;
}



footer .cental .footercontact {
	text-align: center !important;
}

footer .footercontact a, footer .footercontact a:hover, footer .footercontact a:visited {
	color: #ffdc5f;
}

.container {
    position: relative;
}

#toplinks {
	/* padding-left: 36px; */
	/* display: table; */
	white-space: nowrap;
	width: 100%;
}

.submsginheader {
	display: block;
	margin: 25px 0px 0px 0px;
	color: #008282;
}

#toplinks img {
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	padding-left: 3%;
	height: auto;
	max-height: 19px;
	min-width: 14%;
	width: 14%;
}

#navsocial {
	display: block;
	position: absolute;
	z-index: 999;
	right: 17px;
	top: 38px;
	text-align: right;
	overflow: visible;
}

#navsocial img {
	display: inline;
	width: auto;
	height: 40%;
	max-width: 30px;
	max-height: 30px;
	margin-left: 10px;
}

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

header .intro-text .intro-lead-in-internal .iconmid {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 110px;
    min-width: 120px;
    position: relative;
    vertical-align: middle;
    width: 65%;
}

header .intro-text .intro-lead-in-internal .colicons {
    margin-bottom: 0px;
}

header .intro-text .intro-lead-in-internal .fa-stack {
    display: inline-block;
    height: auto;
    line-height: auto;
    position: relative;
    vertical-align: middle;
    width: 2em;
}

header .intro-text .intro-lead-in-internal .service-heading {
    margin: 0px 0px 15px;
    text-transform: none;
	color: #6a6a6a;
}

.internalupbox {
	/* max-width: 90%; */
	margin: 25px auto 10px;
}

section#whileyouwait.extpad1 {
    background-color: #FFD868;
    padding: 35px 0 !important;
}

#navsocialfooter {
	display: block;
	position: relative;
	text-align: center;
	width: 100%;
	height: auto;
}

.footercontact {
	display: block;
	position: relative;
	text-align: center;
	width: 100%;
	height: auto;
}

#navsocialfooter  img {
	display: block;
	width: auto;
	height: 100%;
	max-width: 33px;
	max-height: 33px;
	margin: 20px auto 0px auto;
}

#navsocialfooter  img:first-child {
	margin: 20px auto 40px auto !important;
}

footer .footercontact .incre{
		font-size: 1.15em;
		display: block;
}





@media (max-width: 990px) {
  .leftmapcont {
	display: block;
	width:99%;
	color: #fff;
	padding: 10px 0px;
	text-align: center;
}

.col-md-3 {
  display: inline-block;
}

header {
    margin-top: 80px;
}

.navbar-custom {
    background-color: white;
    border-color: black;
}

.navbar {
    min-height: 80px;
}

#toplinks { display: none; }

img.logo {
    display: block;
    height: auto;
    max-width: 170px;
    min-width: 120px;
    width: 40%;
}

#navsocial {
	display: block;
	position: absolute;
	z-index: 999;
	right: 22px;
	top: 52px;
	text-align: right;
	overflow: visible;
	width: 300px;
	height: 40px;
}

#navsocial img {
	display: inline;
	width: auto;
	height: 100%;
	max-width: 25px;
	max-height: 25px;
	margin-left: 7px;
}




.leftcontbox {
	
	margin: 0px auto;
}
.rightmapcont {
	display: block;
	/* height: 310px; */
	vertical-align: top;
	width: 100%;
}

header .intro-text .intro-lead-in .linex {
    font-size: 1.5em;
    line-height: 1em;
}
		}


	

@media (max-width: 990px) {
	
	.navbar-toggle {
    margin-right: 6px;
}
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    /*  .navbar-collapse.collapse {
        display: none !important;
    }  */
    .navbar-nav {
        float: none!important;
        margin: 1.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
	footer .cental .footercontact {
    text-align: left !important;
	margin-top: 10px;
}
header .intro-text .intro-lead-in .linex, header .intro-text .intro-lead-in-internal .linex {
	font-size: 1.3em;
	/* text-transform: uppercase; */
}

header .intro-text .intro-lead-in .lineb, header .intro-text .intro-lead-in-internal .lineb {
	font-size: 1.3em;
	/* text-transform: uppercase; */
}

    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }

#navsocialfooter img:first-child {
    margin: 20px 0px 40px !important;
}
#navsocialfooter img {
    display: block;
    height: 100%;
    margin: 20px 0px;
    max-height: 47px;
    width: auto;
}
.navbar-custom .nav li a {
    font-size: 1.3em;
  font-family: 'Open Sans', sans-serif;

}
.dropdown .dropdown-menu li a {
	font-size: 1.0em;
	padding-top: 3px;
        padding-bottom: 3px;
}

.col2qanda {
	width: 94% !important;
}

}


@media only screen and (max-width:990px){
    .dropdown-menu{
        display: block;
        position: static;
        background-color:transparent;
        border:0 none;
        box-shadow:none;
        margin-top:0;
        position:static;
        width:100%;
    }
    .navbar-nav .dropdown-menu > li > a, 
    .navbar-nav .dropdown-menu .dropdown-header {
        padding:3px 15px 3px 25px;
    }
    .navbar-nav .dropdown-menu > li > a{
        line-height:20px;
    }
    .navbar-default .navbar-nav .dropdown-menu > li > a{
        
        color:#777;
    }
 a.dropdown-toggle .caret {
    display: none;
 }   
    .dropdown a.dropdown-toggle{
        display:none;
    }
}




@media (max-width: 460px) {
	
/* 	.navbar-toggle {
    margin-right: 6px;
}
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-nav {
        float: none!important;
        margin: 1.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
	footer .cental .footercontact {
    text-align: left !important;
	margin-top: 10px;
} */
header .intro-text .intro-lead-in .linex, header .intro-text .intro-lead-in-internal .linex {
	font-size: 1.8rem;
}

header .intro-text .intro-lead-in .lineb, header .intro-text .intro-lead-in-internal .lineb {
	font-size: 1.7rem;
	/* text-shadow: 1px 1px 1px rgba(0, 0, 0, 1); */
}
.whileyouwaitpage .rightmapcont2 {
	font-weight: 400;
	font-size: 105%;
	width: 88%;
}

header .intro-text .intro-lead-in {
	background-color: rgba(255, 255, 255, 0.85);
}
/* 
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }

#navsocialfooter img:first-child {
    margin: 20px 0px 40px !important;
}
#navsocialfooter img {
    display: block;
    height: 100%;
    margin: 20px 0px;
    max-height: 47px;
    width: auto;
}
.navbar-custom .nav li a {
    font-size: 1.3em;
  font-family: 'Open Sans', sans-serif;

}
.dropdown .dropdown-menu li a {
	font-size: 1.0em;
	padding-top: 3px;
        padding-bottom: 3px;
}
 */
 
 header .intro-text .intro-lead-in-internal {
/*   font-family: 'Open Sans', sans-serif;
  color: #1F6D6F;
  font-style: normal;*/
  font-size: 1.7rem;
  /* line-height: 22px; */ 
  padding: 0px 0px 30px 0px;
/*   margin: 0px auto 25px;
  width: 97%;
  max-width: 1200px;
  min-width: 280px;
  background-color: rgba(255, 255, 255, 0.9); */
  }
  
  .locationpage .rightmapcont2 .title {
	margin-bottom: -15px;
}
.leftmapcont {
	text-align: left;
}
.leftcontbox {
	margin: 0px 0px 20px 0px;
}
.locationpage .rightmapcont2 {
	width: 94%;
}
}

a.aincolor {
	color: #1f6d6f;
	text-decoration: underline;
}

.section-headingw {
	color: #6a6a6a;
}


.rowtitle2  {
display: inline-block;
border-top: 3pt solid #FFD868;
background-color: #ffd868;
color: #6A6A6A;
font-size: 40px;
    padding-bottom: 15px;
    margin-top: 0;
	height: 100%;
	width: 100%;
}

.rowtitle2 .text-center h2.section-headingXCX {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 5px;
    margin-top: 15px;
	text-transform: none;
}

@media (max-width: 460px) {
header {
  background-size: cover;
}
}

a.whlink {
	color: #fff;
	text-decoration: underline;
}

.vidjon {
	display: block;
	width: 99%;
	height: 90%;
}

.cbxemail a, .cbxemail a:visited, .cbxemail a:active {
	color: #fff;
	font-size: 80%;
}