@charset "UTF-8";
html, body {
  background: #eff1f6;
  max-width: 100%;
  overflow-x: hidden; }

@font-face {
  font-family: 'DinRegular';
  src: url("../fonts/DinRegular.eot");
  src: local("☺"), url("../fonts/DinRegular.woff") format("woff"), url("../fonts/DinRegular.ttf") format("truetype"), url("../fonts/DinRegular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DinLight';
  src: url("../fonts/DINNextRoundedLTPro-Light.eot");
  src: url("../fonts/DINNextRoundedLTPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/DINNextRoundedLTPro-Light.woff") format("woff"), url("../fonts/DINNextRoundedLTPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'DinBold';
  src: url("../fonts/DINNextRoundedLTPro-Bold.eot");
  src: url("../fonts/DINNextRoundedLTPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DINNextRoundedLTPro-Bold.woff") format("woff"), url("../fonts/DINNextRoundedLTPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Utopia';
  src: url("../fonts/Utopia.eot");
  src: local("☺"), url("../fonts/Utopia.woff") format("woff"), url("../fonts/Utopia.ttf") format("truetype"), url("../fonts/Utopia.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
#nav {
  float: left;
  width: 100%;
  position: fixed;
  height: 72px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10000; }

#wrapper {
  position: relative;
  text-align: left; }

.header_container {
  width: 100%; }

.footer_container {
  width: 100%;
  border-top: 1px solid #000;
  background: #222; }

#nav_container {
  height: 72px;
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden; }

#nav #nav_container img#logo {
  margin-top: 3px;
  padding: 20px 0 0 20px;
  float: left;
  border: none; }

#nav > #nav_container > ul {
  padding-right: 20px;
  float: right;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden; }

#nav > #nav_container > ul > li {
  font-family: 'DinRegular';
  font-size: 16px;
  text-transform: uppercase;
  float: left; }

#nav > #nav_container > ul > li a {
  display: block;
  color: white;
  text-align: center;
  padding: 33px 28px 28px 28px;
  text-decoration: none; }

#nav > #nav_container > ul > li a > img {
  position: relative;
  top: -3px; }

.header_container {
  width: 100%; }

.header_container > .header_title {
  height: 140px;
  background: #fff;
  margin: 0 auto;
  text-align: center; }

.header_container > .header_title > .header_title_container {
  max-width: 1240px;
  margin: 0 auto;
  top: -115px;
  position: relative; }

.header_container > .header_title > .header_title_container > span {
  position: relative;
  background: #fff;
  padding: 0 30px 0 30px;
  font-size: 54px;
  margin: 0 auto;
  text-transform: uppercase;
  z-index: 10;
  font-family: 'Utopia';
  color: #414141; }

.header_container > .header_title > .header_title_container > .line {
  height: 1px;
  border-top: 1px solid #d9d9d9;
  top: 23px;
  z-index: 5;
  float: left;
  width: 1240px;
  position: relative; }

.header_container > .header_title > img {
  position: relative;
  top: -137px; }

.footer_container {
  font-family: 'DinLight';
  height: 251px;
  background-image: url(../images/footer_bg.jpg);
  z-index: 9999;
  position: relative;
  clear: both; }

.footer_navigation_container {
  text-transform: uppercase;
  font-size: 20px;
  position: relative;
  max-width: 1280px;
  margin: 0 auto; }

#footer_navigation {
  float: left;
  padding-top: 56px;
  width: 720px;
  padding-left: 10px; }

#footer_navigation > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden; }

#footer_navigation > ul li {
  float: left;
  width: 160px;
  white-space: nowrap; }

#footer_navigation ul li:nth-child(1) {
  height: 100px; }

#footer_navigation > ul li a {
  display: block;
  color: #b0b0b0;
  padding-top: 18px;
  padding-right: 110px;
  text-decoration: none; }

#footer_navigation > ul li a:hover {
  color: #fff; }

.footer_policy_container {
  float: right;
  padding-top: 56px; }

.footer_policy_container > ul {
  list-style: none;
  margin: 0;
  overflow: hidden; }

.footer_policy_container > ul li {
  padding-right: 28px;
  text-align: right; }

.footer_policy_container > ul li a {
  display: block;
  color: white;
  padding-top: 18px;
  text-decoration: none; }

.footer_credit_container {
  position: absolute;
  width: 100%;
  height: 62px;
  background: rgba(0, 0, 0, 0.3);
  bottom: 0px; }

.footer_credit {
  margin: 0 auto;
  max-width: 1260px;
  padding-top: 26px;
  padding-left: 20px; }

.footer_credit > img {
  float: left; }

.footer_credit > span {
  padding-right: 28px;
  float: right;
  font-size: 13px;
  font-family: 'DinRegular';
  color: rgba(255, 255, 255, 0.5); }

p {
  font-family: 'DinLight';
  font-size: 20px;
  line-height: 30px; }

h1 {
  font-family: 'Utopia';
  font-size: 38px;
  line-height: 42px; }

.white {
  color: #fff; }

.highlight {
  font-weight: bold;
  color: #e20c0c;
  font-family: 'DinRegular'; }

#nav #nav_container ul li {
  transition: background-image 0.3s;
  background: url(../images/menu-bg-transparent.png) repeat-x; }

#nav #nav_container ul li:hover,
#nav #nav_container ul li.active,
#nav #nav_container ul li.active-trail {
  background-image: url(../images/menu-bg.jpg); }

#nav > #nav_container > ul > li:first-child a {
  text-indent: -9999px;
  background: url(../images/icon_home.png) no-repeat center center; }

.region-content {
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden; }

.header_container > .header_background {
  height: 326px;
  background-size: cover;
  position: relative; }

.header_background > .header_overlay {
  background-image: url(../images/background_overlay.png);
  background-repeat: repeat;
  position: absolute;
  width: 100%;
  height: 100%; }

.header_container > .header_background.philosophy {
  background-image: url(../images/background_philosophy.jpg); }

.header_container > .header_background.people {
  background-image: url(../images/background_people.jpg); }

.header_container > .header_background.services {
  background-image: url(../images/background_services.jpg); }

.header_container > .header_background.contactus {
  background-image: url(../images/background_contact-us.jpg); }

.headline {
  font-family: "Utopia", "Times New Roman", Times, sans-serif;
  font-size: 38px; }

#footer_navigation .main-menu a.active {
  color: #fff; }

.footer_container .gototop {
  background: url(../images/btn-top.png) no-repeat center center;
  width: 75px;
  height: 75px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
  z-index: 999999;
  display: none;
  opacity: 0.7;
  transition: 0.3s; }

.footer_container .gototop:hover {
  opacity: 1; }

@media (min-width: 1280px) {
  .desktop-break {
    display: block; } }
@media (max-width: 1279px) {
  .tablet-break {
    display: block; } }
@media (max-width: 767px) {
  .mobile-break {
    display: block; } }

/*# sourceMappingURL=style.css.map */
