/***********************************************************************************************/
/*  Fonts */
/***********************************************************************************************/
@font-face {
  font-family: 'hel-ul35-thin';
  src: url('../fonts/helvetica-thin/HelveticaNeueLTPro-Th.eot');
  src: local('☺'), url('../fonts/helvetica-thin/HelveticaNeueLTPro-Th.woff') format('woff'), url('../fonts/helvetica-thin/HelveticaNeueLTPro-Th.ttf') format('truetype'), url('../fonts/helvetica-thin/HelveticaNeueLTPro-Th.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/***********************************************************************************************/
/*  Body */
/***********************************************************************************************/
body {
  background: url("") no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
  background-color: #fafafa;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
}
/*body::after {
  content: "";
  background: url(../images/bg_texture.png) repeat, url("../images/bg-white.jpg") no-repeat top center;;
  opacity: 0.1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
 z-index: -1001;   
}
*/
/***********************************************************************************************/
/* menu */
/***********************************************************************************************/
.header {
  padding: 5px 0 1.5em 0;
}
.header .navbar-collapse {
  margin-top: 2.5em;
}
.header .logo {
  display: block;
  margin: 0 auto;
  width: 235px;
}
.header-info {
  display: inline-block;
  list-style: none;
  margin-top: 2.5em;
  float: right;
}
.header-info li {
  display: inline-block;
  font-size: 15px;
  letter-spacing: .05em;
  padding: .2em 1em;
}
.header-info li span {
  color: #07779e;
  font-weight: 500;
}
.navbar-nav > li > a {
  color: #07779e;
  padding: .2em 1em;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: .05em;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.nav > li > a:hover,
.nav > li > a:focus {
  background: none;
  color: #333333;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.21);
}
.navbar-nav > li:nth-child(-n+3) {
  border-right: 1px solid #CECECE;
}
.intro {
  display: flex;
}
.intro-home {
  text-align: center;
}
.left-intro {
  background: #e03a2f;
  background: /* top, transparent red, faked with gradient */ linear-gradient(rgba(0, 0, 0, 0.7), rgba(50, 50, 50, 0.8)), /* bottom, image */ url(../images/bg-white.jpg);
  height: 450px;
  width: 100%;
  color: #ffffff;
}
.left-intro h1 {
  margin-top: 3em;
  font-size: 4.50rem;
  line-height: ;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .05em;
}
.left-intro h2 {
  font-size: 2.20rem;
  line-height: ;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 1em;
  letter-spacing: .15em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 60%;
  padding-bottom: 1.5em;
  margin: 0 auto;
}
.left-intro hr {
  background: #ffffff;
  border: 0;
  height: 1px;
  max-width: 80px;
  margin-top: 1em;
  margin: 0 auto;
  margin-bottom: 1em;
}
.left-intro .btn-intro {
  border: 1px solid #ffffff;
  display: block;
  padding: .5em 2em;
  position: relative;
  width: 200px;
  margin: 0 auto;
}
.left-intro a {
  color: #ffffff;
}
.right-intro {
  background: #e03a2f;
  background: /* top, transparent red, faked with gradient */ linear-gradient(rgba(6, 119, 158, 0.8), rgba(6, 119, 158, 0.9)), /* bottom, image */ url(../images/sanjose_bg.jpg);
  height: 450px;
  width: 100%;
  color: #ffffff;
}
.right-intro .btn-intro {
  border: 1px solid #ffffff;
  display: block;
  padding: .5em 2em;
  position: relative;
  width: 200px;
  margin: 0 auto;
  margin-top: 2em;
}
.right-intro a {
  color: #ffffff;
}
.right-intro h2 {
  margin-top: 3.5em;
}
.right-intro h3 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 2rem;
  margin-bottom: 1.5em;
}
.btn-intro {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-decoration: none;
}
.btn-intro:hover {
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.22);
  background: rgba(225, 255, 255, 0.25);
}
/***********************************************************************************************/
/* about sec */
/***********************************************************************************************/
.about-sec-home {
  display: block;
  position: relative;
  padding: 2em 0;
  text-align: center;
  background-image: linear-gradient(45deg, #06779e, #035773);
  color: #fff;
}
.about-sec-home h2 {
  font-size: 4.50rem;
  line-height: ;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1em;
  letter-spacing: .05em;
}
.about-sec-home hr {
  background: #ffffff;
  border: 0;
  height: 1px;
  max-width: 80px;
  margin: 0 auto;
  margin-bottom: 1em;
}
.about-sec-home p {
  margin-top: 1em;
  margin: 0 auto;
  display: block;
  font-size: 2.25rem;
  width: 70%;
  letter-spacing: .05em;
}
/***********************************************************************************************/
/* services home */
/***********************************************************************************************/
.services-home {
  display: block;
  padding: 5.5em 0 3.5em 0;
  box-shadow: 1px 1px 3px rgba(88, 88, 88, 0.09);
  z-index: 999;
  position: relative;
}
.service-row {
  margin-top: 6em;
}
.services-wrapper {
  display: block;
  border: 1px solid rgba(7, 119, 158, 0.28);
  text-align: center;
  padding-bottom: 2.5em;
  height: 250px;
}
.services-wrapper h3 {
  display: block;
  position: relative;
  margin-top: -1em;
}
.services-wrapper p {
  color: #737373;
  width: 70%;
  margin: 0 auto;
}
.services-wrapper span {
  display: block;
  position: relative;
  top: -40px;
}
.btn-services {
  color: #ffffff;
  background: #cacaca;
  display: block;
  margin: 25% auto;
  padding: .5em 2em;
  width: 200px;
  bottom: 15%;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.btn-services:hover {
  text-decoration: none;
  color: #333333;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.22);
}
.image-overlay-content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.overlay-fade-in .image-overlay-content {
  opacity: 0;
  background-color: rgba(6, 119, 158, 0.8);
  transition: all 0.4s ease-in-out;
  padding-left: 15px;
  padding-right: 15px;
}
.overlay-fade-in a {
  transition: all 0.4s ease-in-out;
}
.overlay-fade-in:hover .image-overlay-content {
  opacity: 1;
}
.btn-services {
  transition-delay: 0.4s;
}
.overlay-fade-in a:hover {
  opacity: 1;
}
/***********************************************************************************************/
/* Other pages */
/***********************************************************************************************/
.title-picture {
  height: 150px;
}
.title-picture h3 {
  font-size: 4.50rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1em;
  letter-spacing: .05em;
}
.title-picture hr {
  background: #ffffff;
  border: 0;
  height: 1px;
  max-width: 80px;
  margin: 0 auto;
  margin-bottom: 1em;
}
.about-bg {
  background: #06779E;
  background: /* top, transparent red, faked with gradient */ linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), /* bottom, image */ url(../images/bg-about-blue.jpg);
  background: cover;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.title-content {
  display: block;
  position: relative;
  padding: 1em 0;
  text-align: center;
  background: #07779E ;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.title-content h2 {
  font-size: 5.50rem;
  line-height: ;
  color: #ffffff;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-weight: bold;
}
.title-content h4 {
  font-family: 'Pinyon Script', cursive;
  font-size: 2.50rem;
  color: #efefef;
}
.title-content hr {
  background: #ffffff;
  border: 0;
  height: 1px;
  max-width: 80px;
  margin: 0 auto;
  margin-bottom: 1em;
}
.title-content p {
  margin-top: 1em;
  margin: 0 auto;
  display: block;
  width: 70%;
}
.pages-content {
  padding: 2em 0 4em 0;
  background: #06779E;
  background: /* top, transparent red, faked with gradient */ linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.9)), /* bottom, image */ url(../images/bg-pagescontent.jpg);
  border-top: 1px solid #FFFFFF;
}
/***********************************************************************************************/
/* Services page */
/***********************************************************************************************/
.services-sec {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #fdfdfd;
  padding: 2em 0;
}
.services-sec h2 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 3.25rem;
  color: #07779E;
}
/***********************************************************************************************/
/* Contact page */
/***********************************************************************************************/
.three-section {
  display: block;
  position: relative;
  height: 500px;
  text-align: center;
}
.three-section h3 {
  margin-top: 1.5em;
  font-size: 2.75rem;
  margin-bottom: 1.5em;
}
.three-section p {
  font-size: 2rem;
  color: #888888;
  font-style: italic;
}
.three-section span {
  background-color: #ffffff;
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  padding: 15px;
  border: 1px solid #06779f;
  margin-top: 2em;
}
.three-section span img {
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 100px;
  position: relative;
  margin-top: .5em;
}
.three-section .phone-sec {
  border-right: 1px solid #efefef;
  height: 100%;
}
.three-section .email-sec {
  border-right: 1px solid #efefef;
  height: 100%;
}
.three-section .address-sec {
  height: 100%;
}
/***********************************************************************************************/
/* CTA home */
/***********************************************************************************************/
.cta {
  padding: 2.5em;
  width: 65%;
  margin: 0 auto;
  margin-bottom: 2em;
  background: #e03a2f;
  background: /* top, transparent red, faked with gradient */ linear-gradient(rgba(6, 119, 158, 0.8), rgba(6, 119, 158, 0.9)), /* bottom, image */ url(../images/sanjose_bg.jpg);
}
.cta h3 {
  color: #333333 !important;
  text-align: center;
  font-size: 3.5rem !important;
}
.cta h4 {
  text-align: center;
  font-style: italic;
}
.cta span {
  color: #BDA06D ;
  text-transform: uppercase;
}
.cta .btn {
  font-size: 18px;
  color: #ffffff;
  background: #BDA06D;
  display: block;
  padding: .5em 2em;
  width: 200px;
  margin: 0 auto;
  margin-top: 2.5em;
  height: 50px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 0;
}
.cta .btn:hover {
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.22);
  background: rgba(225, 255, 255, 0.25);
  text-decoration: none;
  color: #333333;
}
/***********************************************************************************************/
/* Footer */
/***********************************************************************************************/
.top-footer {
  padding: 3em 0 4em 0;
  background: #e03a2f;
  background: /* top, transparent red, faked with gradient */ linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), /* bottom, image */ url(../images/bg-topfooter.jpg);
  background: cover;
}
.top-footer h3 {
  text-align: center;
  color: #737373;
  font-size: 1.75rem;
}
.top-footer img {
  margin: 0 auto;
  width: 45px;
  height: inherit;
  display: block;
  margin-bottom: 2em;
}
.footer {
  background: #07779e;
  text-align: center;
  padding: 2em 0 1em 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
}
.footer h4 {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1.5em;
}
.footer p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
}
