/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-default {
  color: #fff;
  background-color:transparent;
  border:2px solid #FFFFFF;
  font-size:16px;
  text-shadow:none;
  margin:20px 0px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #068d8d;
  background-color: #fff;
  border-color: #fff;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
}
body {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
font-family: 'Open Sans', sans-serif;}


/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
  background-image:url(../img/home-bg.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
 
}

.site-wrapper-inner-2 {
  display: table-cell;
  vertical-align: top;
  background-color:#FFFFFF;
background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
 
}


.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}


/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}

.masthead-nav-2 > li {
  display: inline-block;
}


.masthead-nav > li + li {
  margin-left: 20px;
  margin-top:20px;
}

.masthead-nav-2 > li + li {
  margin-left: 20px;
  margin-top:20px;
}


.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.75);
  border-bottom: 2px solid transparent;
}

.masthead-nav-2 > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #333; /* IE8 proofing */
  border-bottom: 2px solid transparent;
  text-shadow:none;
}


.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}

.masthead-nav-2 > li > a:hover,
.masthead-nav-2 > li > a:focus {
  background-color: transparent;
  color:#068d8d;
}


.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

.masthead-nav-2 > .active > a,
.masthead-nav-2 > .active > a:hover,
.masthead-nav-2 > .active > a:focus {
  color: #068d8d;
  border-bottom-color: #068d8d;
}


.cover-heading {
margin-bottom:20px;
font-family: 'Open Sans', sans-serif;
font-weight:700;
}


/* About */

.about-banner {
width:100%;
background-image:url(../img/quote-bg.jpg);
background-position:center center;
background-repeat:no-repeat;
background-size:cover;
display:block;
padding:80px 0px;

}

.about-banner-inner {
max-width:900px;
margin:0 auto;
display:block;
padding:40px 0px;

}

.about-banner-inner h1 {
text-align:center;
display:block;
font-weight:700;
}

.intro {
text-shadow:none;
color:#333;
padding:50px 30px 0px 30px;
}

.intro p {
font-size:20px;
}

.about {
color:#666666;
font-size:16px;
text-shadow:none;
text-align:left;
max-width:900px;
padding:40px 30px;
}


/* Springboard*/

.springboard {
max-width:900px;
margin:0 auto;
margin-top:40px;
margin-bottom:40px;
padding:40px 0px;
display:block;
border-top:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
text-shadow:none;
overflow:auto;
width:100%;

}

.springboard p {
font-family:Georgia, "Times New Roman", Times, serif;
color:#333;
margin-bottom:20px;
}

.springboard a {
text-decoration:none;
}

.springboard-btn {
  color: #068d8d;
  background-color:transparent;
  border:2px solid #068d8d;
  font-size:16px;
  text-shadow:none;
  padding:10px 15px;
  margin:0 auto;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-weight:700;
display:block;
max-width:200px;
}

.springboard-btn:hover,
.springboard-btn:focus,
.springboard-btn.focus,
.springboard-btn:active,
.springboard-btn.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #068d8d;
  border-color: #068d8d;
}

/* Services */

.services-header {
text-shadow:none;
color:#333;
padding:30px 10px 30px 10px;
font-size:20px;
text-align:center;
}

.services-banner {
width:100%;
background-image:url(../img/services-bg.jpg);
background-position:center center;
background-repeat:no-repeat;
background-size:cover;
display:block;
padding:80px 0px;

}



.service-img {
text-align:center;
max-width:650px;
width:100%;
display:block;
margin:30px auto;
}

.service-block {
width:100%;
border:1px solid #068d8d;
padding:100px 0px;
color:#068d8d;
font-size:15px;
text-align:center;
margin:20px 0px;
}


/* Contact */


.contact-banner {
width:100%;
background-image:url(../img/contact-bg.jpg);
background-position:center center;
background-repeat:no-repeat;
background-size:cover;
display:block;
padding:80px 0px;

}


.contact-details {
display:block;
padding:50px 0px 50px 20px;
color:#333333;
text-shadow:none;
text-align:left;
max-width:900px;
margin:0 auto;
}

.contact-details h3 {
padding:20px 0px;
}

.contact-list {
display:block;
float:left;
min-width:80px;
}

.contact-list ul {
padding:0px;
margin:0px;
text-decoration:none;
list-style-type:

}

.contact-list ul li {
padding:3px 0px;
margin:0px;
text-decoration:none;
list-style-type:none;

}



.contact-info p {
text-transform:uppercase;
color:#068d8d;
padding:0px;
margin:0px;
}

.contact-info a {
color:#333333;
}



/* footer banner */

.footer-banner {
background-color:#222323;
border-bottom:5px solid #1a1b1b;
width:100%;
padding:30px 0px;
}





@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
  .masthead-nav-2 {
    float: right;
  }
}


/*
 * Cover
 */

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}


/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
}

.mastfoot-2 {
  color: #666;
  text-shadow:none;
    position: fixed;
    bottom: 0;
	text-align:center;
	width:100%;
   /* IE8 proofing */
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  
  .masthead-2 {
    top: 0;
	overflow:auto;
	padding-bottom:20px;
  }
  
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  .mastfoot-2 {
    position: fixed;
    bottom: 0;
	width:900px;
  }
  
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  
  .site-wrapper-inner-2 {
  padding-top:0px;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,  mastfoot-2,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
  
.services-header {
text-shadow:none;
color:#333;
padding:50px 30px 30px 30px;
font-size:24px;
text-align:center;
}
  
  
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot, mastfoot-2,
  .cover-container {
    width: 900px;
  }
  
  .masthead-brand {
  margin-top: 0px;
  margin-bottom: 10px;
}

.cover-heading {
margin-bottom:20px;
font-family: 'Open Sans', sans-serif;
font-weight:700;
}

.intro {
max-width:750px;
text-shadow:none;
color:#333;
padding:80px 0px 0px 0px;
margin:0 auto;
}

.intro p {
font-size:24px;
}




}
