@font-face {
  font-family: 'ITC Avant Garde Std Md';
  src: url('../fonts/ITCAvantGardeStd-Md.eot'); /* IE9 Compat Modes */
  src: url('../fonts/ITCAvantGardeStd-Md.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ITCAvantGardeStd-Md.woff') format('woff'), /* Modern Browsers */
       url('../fonts/ITCAvantGardeStd-Md.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ITCAvantGardeStd-Md.svg#6ef6409daa8097d55f74072283d9f15c') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}
@font-face
{
    font-family: 'ITC Avant Garde Std Bk';
    font-weight: 400;
    font-style: normal;

    src: url('../fonts/ITCAvantGardeStd-Bk.eot'); /* IE9 Compat Modes */
    src: url('../fonts/ITCAvantGardeStd-Bk.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/ITCAvantGardeStd-Bk.woff') format('woff'), /* Modern Browsers */
    url('../fonts/ITCAvantGardeStd-Bk.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/ITCAvantGardeStd-Bk.svg#52bc9fd504b621176d57f308965c98a4') format('svg'); /* Legacy iOS */
}
@font-face 
{
  font-family: "symbols";
  src: url('../fonts/symbols.eot');
  src: url('../fonts/symbols.eot?#iefix') format('eot'),
    url('../fonts/symbols.woff') format('woff'),
    url('../fonts/symbols.ttf') format('truetype'),
    url('../fonts/symbols.svg#symbols') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="s-"], [class*=" s-"] {
  font-family: 'symbols';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.s-linkedin:before { content: "\F701" }
.s-facebook:before { content: "\F702" }
.s-twitter:before { content: "\F703" }
.s-gplus:before { content: "\F704" }
.s-workers:before { content: "\F705" }
.s-measure:before { content: "\F706" }
.s-briefcase:before { content: "\F707" }
.s-drill:before { content: "\F708" }
.s-hands:before { content: "\F709" }
.s-global:before { content: "\F710" }
.s-rulers:before { content: "\F711" }
.s-certification:before { content: "\F712" }
.s-currency:before { content: "\F713" }
.s-graph:before { content: "\F714" }
.s-tools:before { content: "\F715" }
.s-question:before { content: "\F716" }
.s-check:before { content: "\F717" }
.s-volume:before { content: "\F718" }
.s-arrow-down:before { content: "\F719" }
.s-pencil-ruler:before { content: "\F720" }
.s-solar:before { content: "\F721" }
.s-level:before { content: "\F722" }
.s-clipboard:before { content: "\F723" }
.s-on:before { content: "\F724" }
.s-worker-zoom:before { content: "\F725" }
.s-compass:before { content: "\F726" }
.s-pdf:before { content: "\F727" }

html {-webkit-font-smoothing: antialiased;}
html,
body {
  height: 100%;
}
.img-centered {
  margin: 0 auto;
}
.content-row {
  margin-top: 30px;
}
section {
  padding: 50px 0;
}
section.bg-gray {
  background-color: #f5f5f5;
}
section.bg-orange {
  background-color: #e16c02;
  color: #fff;
}
section p {
  margin-bottom: 20px;
}
.nopadding {
  margin: 0 !important;
  padding: 0 !important;
}
.marginbottom {
  margin-bottom: 30px;
}
p.small {
  font-size: 14px;
  line-height: 21px;
}
@media (min-width: 768px) {
  .paddingtop {
    padding-top: 40px;
  }
}
body {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
}
a {
  color: #e16c02;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover,
a:focus {
  color: #E19902;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ITC Avant Garde Std Bk", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-family: "ITC Avant Garde Std Md", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h3 {
  font-size: 16px;
  text-transform: uppercase;
}
h3.toptitle {
  color:#666;
  margin-bottom: 10px;
}
h3.workers:before {
  content: "\F705";
  font-family: "symbols";
  display: block;
  color:#e16c02;
  font-size: 12em;
}
h1.title {
  color:#e16c02;
  margin-bottom: 20px;
}
section.bg-orange h1.title {
  color:#fff;
}
h1.alone {
  margin-bottom: 40px;
}
h2.title {
  color: #e16c02;
  margin-bottom: 10px;
  font-size: 28px;
}
.placeholder { color: #aaa; }
.navbar-fixed-top {
  margin-bottom: 0;
}
.navbar-inverse {
  -webkit-transition-property: color,border-color,background-color;
  -moz-transition-property: color,border-color,background-color;
  -o-transition-property: color,border-color,background-color;
  transition-property: color,border-color,background-color;
  -webkit-transition-duration: 300ms,300ms,300ms;
  -moz-transition-duration: 300ms,300ms,300ms;
  -o-transition-duration: 300ms,300ms,300ms;
  transition-duration: 300ms,300ms,300ms;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ef4035;
  background-color: white;
  border-radius: 0;
}
.navbar-default {
  background-color: #ef4035;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: rgba(255, 255, 255, 0.5);
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgba(255, 255, 255, 0.5);
}
.navbar-inverse {
  background-color: #222222;
  padding: 10px 0;
}
.navbar-default,
.navbar-inverse {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar-brand {
  height: 30px;
}
.navbar-default .navbar-brand,
.navbar-inverse .navbar-brand {
  padding: 0 15px;
  margin-top: 9px;
  color: white;
  opacity: 1;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.navbar-default .navbar-brand:hover,
.navbar-inverse .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-inverse .navbar-brand:focus {
  opacity: 1;
}
.navbar-default .navbar-nav li a,
.navbar-inverse .navbar-nav li a {
  color: #fff;
  font-family: "ITC Avant Garde Std Bk", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.dropdown-menu {
  background-color: #e16c02;
  border: none;
  border-radius: 0;
  -webkit-box-shadow:none;
  box-shadow: none;
}
.navbar-inverse .navbar-nav > .open > a, 
.navbar-inverse .navbar-nav > .open > a:hover, 
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #e16c02;
  color: #ffffff;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  color: #fff;
}
.dropdown-header {
  color: #fff;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
  background-color: rgba(255,255,255,.2);
}
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #e16c02;
}
.navbar-inverse.navbar-expanded .navbar-nav li a {
  color: #fff;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.navbar-default .navbar-nav li a.secondary,
.navbar-inverse .navbar-nav li a.secondary {
  color: #e5e5e5;
  font-size: 13px;
}
.navbar-inverse .navbar-toggle,
.navbar-inverse .navbar-toggle:hover, 
.navbar-inverse .navbar-toggle:focus {
   border: none;
   background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border:none;
}
.navbar-inverse {
  background-color: #e16c02;
  -webkit-box-shadow: 0 2px 2px -1px rgba(0,0,0,.1);
  -moz-box-shadow: 0 2px 2px -1px rgba(0,0,0,.1);
  box-shadow: 0 2px 2px -1px rgba(0,0,0,.1);
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border: none;
}
.navbar-collapse {
  border-top: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-inverse .navbar-nav > .active > a,
  .navbar-inverse .navbar-nav > .active > a:hover,
  .navbar-inverse .navbar-nav > .active > a:focus {
    border-radius: 5px;
  }
  .navbar-fixed-top.navbar-expanded {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .navbar-fixed-top {
    padding: 15px 0;
  }
  .navbar-fixed-top .navbar-brand:hover {
    opacity: 0.5;
  }
  .navbar-default.navbar-expanded,
  .navbar-inverse.navbar-expanded {
    border: none;
  }
}
@media (min-width: 1025px) {
  .navbar-default.navbar-expanded,
  .navbar-inverse.navbar-expanded {
    background-color: transparent;
  }
}
.navbar a:focus {
  outline: none;
}
.navbar .navbar-nav li a:focus {
  outline: none;
}
header {
  position: relative;
  background-color: #222222;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 120px 0 100px 0;
  color: #fff;
  position: relative;
}



header h1{
  color: #fff;
  line-height: 36px;
  margin-bottom: 20px;

}
header h1 small {
  color: #fff;
  line-height: 24px;
  display: block;
}
header h2{
  color: #fff;
  font-size: 21px;
  margin-bottom: 12px;
  text-transform: uppercase;

}
header p {
  margin-bottom: 15px;
  font-size: 16px;
}
@media (min-width: 768px) {
  header p {
    margin-bottom: 30px;
    font-size: 21px;
  }
}
header p:last-child {
  margin-bottom: 0;
}
.btn-ghost {
  color: #fff;
  text-transform: uppercase;
  border: 2px solid #fff;
  padding: 10px 10px;
  font-size: 12px;
  line-height: 24px;
  display: inline-block;
  font-family: "ITC Avant Garde Std Md", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 2px;
}
.btn-ghost.inverse {
  color: #e16c02;
  text-transform: uppercase;
  border: 2px solid #e16c02;
  padding: 10px 10px;
  font-size: 12px;
  line-height: 24px;
  display: inline-block;
  font-family: "ITC Avant Garde Std Md", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 2px;
}
@media (min-width: 768px) {
  header .btn-ghost {
    padding: 10px 20px;
    font-size: 18px;
  }
}
.btn-ghost:hover {
  color: #e16c02;
  background-color: #fff;
}
.btn-ghost.inverse:hover {
  color: #fff;
  background-color: #e16c02;
}
header .arrow {
  position: absolute;
  bottom: 5%;
  width: 70px;
  height: 70px;
  padding: 7px 16px;
  font-size: 40px;
  left: 50%;
  margin-left: -35px;
  color: #fff;
}
header .arrow i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}
header .arrow:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}
/* Animation */
@-webkit-keyframes pulse {
  0 {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0 {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@media (min-width: 1025px) {
  header {
    padding: 220px 0 100px 0;
    background-attachment: fixed;
    height: 650px;
  }
  #hero {
    height: 100%;
  }
  header.auto {
    padding: 150px 0 100px 0;
    background-attachment: fixed;
    height: auto;
    min-height: 450px;
  }
  header h1{
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 20px;
  }
  header h1 small {
    font-size:36px;
    line-height: 40px;
  }
  header .btn-ghost {
    padding: 15px 30px;
    font-size: 24px;
    line-height: 36px;
  }
}
.products {
  padding-top: 30px;
}
.product-item {
  margin-bottom: 30px;
  padding: 0 15px;
}
.products .product-item:last-child {
  margin-bottom: 0;
}

@media (min-width: 1025px) {
  .product-item {
    margin-bottom: 0;
    padding: 0 65px;
  }
  .nopaddingbottom {
    padding-bottom: 0;
  }
  .products-footer {
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-image: url(../img/products-footer.jpg);
    padding-bottom: 1000px;
  }
}
.product-icon {
  display: inline-block;
  width: 150px;
  height: 150px;
  color: #fff;
  background-color: #e16c02;
  margin: 0 auto 30px;
  overflow: hidden;
  border-radius: 50%;
  font-size: 96px;
  line-height: 170px;
}

.product-item h2{
  color: #e16c02;
  font-family: "ITC Avant Garde Std Md", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  margin-bottom: 15px;
}
.product-item p{
  font-size: 16px;
}
.company {
  background-color: #e19902;
}
.company-bg {
  position: relative;
  min-height: 500px;
  background: url('../img/bg-company.jpg') no-repeat center center;
  background-size: cover;
}
.company-intro {
  color: #222;
  padding: 30px;
}
.company-intro h3,
.company-intro h1,
.company-intro a{
  color: #fff;
}
.company-intro h3{
  font-size: 16px;
}
.company-intro h1{
  font-size: 28px;
}
@media (min-width: 1025px) {
  .company-intro {
    padding: 80px 100px 30px 100px;
  }
  .company-intro h1{
    font-size: 36px;
  }
}
.professionals {
  background-color: #e19902;
}
.professionals-bg {
  position: relative;
  min-height: 500px;
  background: url('../img/bg-professionals.jpg') no-repeat center center;
  background-size: cover;
}
.professionals-intro {
  color: #222;
  padding: 30px;
}
.professionals-intro h3,
.professionals-intro h1,
.professionals-intro a{
  color: #fff;
}
.professionals-intro h3{
  font-size: 16px;
}
.professionals-intro h1{
  font-size: 28px;
}
@media (max-width: 1023px) {
  .professionals-bg{
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .professionals-intro {
    padding: 80px 100px 30px 100px;
  }
  .professionals-intro h1{
    font-size: 36px;
  }
  .dropdown-menu {
    padding-top: 15px;
  }
}

.principles {
  padding-top: 50px;
}
.icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  line-height: 165px;
  background-color: #e16c02;
  color: #fff;
  text-align: center;
}
.big-icon {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  line-height: 350px;
  background-color: #e16c02;
  color: #fff;
  text-align: center;
}
.big-icon.inverse {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  line-height: 350px;
  background-color: #fff;
  color: #e16c02;
  text-align: center;
}
.big-icon.border {
  border: 3px solid #fff;
}
@media (min-width: 768px) {
  section .big-icon.upsection {
    margin-top:-150px;
  }
  aside .big-icon.upsection {
    margin-top:-200px;
  }
}


.principles-item {
  margin-bottom: 20px;
}
.principles .principles-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .big-icon {
    margin: 0 auto 30px;
  }
  .icon {
    margin: 0 auto 30px;
  }
}
.big-icon i{
  font-size: 10em;
}
.icon i{
  font-size: 5em;
}
.dotted-lines {
  display: none;
}
@media (min-width: 768px) {
  .principles-item {
    margin-bottom: 0;
  }
  .big-icon.center {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .big-icon.left {
    float: left;
    margin-right: 50px;
  }
  .big-icon.right {
    float: right;
    margin-left: 50px;
  }
  .icon.left {
    float: left;
    margin-right: 30px;
  }
  .dotted-lines {
    display: block;
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  .separator-line {
    padding: 40px 0;
    margin-top: -30px;
    position: relative;
  }
  .separator-line:after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    margin-left: -1.5px;
    background-color: #e16c02;  
  }
  .cases {
    padding-bottom: 100px;
  }
  .ipad-implant {
    background-image: url(../img/ipad-implant.png);
    background-repeat: no-repeat;
    background-position: center 50px; 
    padding-top: 600px;
  }
}

.faq-item {
  padding: 20px 0 10px;
  border-bottom: 1px solid #ddd;
}
.faqs .faq-item:last-child {
  border-bottom: none;
}
.faq-item .answer{
  color:#666;
  font-size: 14px;
}

aside.cta-quote {
  color: white;
  background-color: #222222;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 100px 0;
  text-align: center;
}
aside.cta-quote span.quote {
  display: block;
  font-size: 28px;
  line-height: 36px;
  font-family: "ITC Avant Garde Std Md", "Helvetica Neue", Helvetica, Arial, sans-serif;  
}
hr {
  max-width: 100px;
  border-top: 1px solid white;
  height: 1px;
  margin: 15px auto;
}
aside.cta-quote span.author {
  display: block;
  font-size: 18px;
  font-family: "ITC Avant Garde Std Bk", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.form-control {
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #999;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-lg {
  border-radius: 2px;
  font-size: 16px;
  height: 56px;
}
.btn-lg {
  border-radius: 2px;
  text-transform: uppercase;
  font-weight: bold;
}
.help-block.text-danger ul {
  padding-left: 10px;
}
.help-block.text-danger li {
  list-style: none;
  color: #d9534f;
  text-align: left;
}
footer {
  padding: 15px 0;
  background-color: #e16c02;
  color: #fff;
  font-size: 14px;
}
footer a,
footer a:visited {
  color: #fff;
}
footer a:hover,
footer a:focus {
  color: #037E89;
}
footer .brochure {
  padding: 30px 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255,255,255,.2);
}
footer .brochure h4{
  margin-bottom: 30px;
}
footer .brochure .s-pdf{
  font-size: 30px;
  vertical-align: middle;
}
footer .social a{
  color: #fff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  display: inline-block;
  background: #e19902;
  color: #fff;
  text-align: center;
}
footer .social a:hover{
  background-color: #fff;
  color: #e16c02;
}
@media (min-width: 1025px) {
  footer .social {
    text-align: right;
  }
}

footer .social a{
  font-size: 1.5em;
}