@font-face {
  font-family: 'Oswald';
  src: url('../fonts/oswald-regular.ttf') format('truetype');
  font-weight: 400;
}
/**
 *  LESS cross-browser function helper
 */
#lazy_load {
  background: url('../images/loading-gears.svg') no-repeat center center #FFFFFF;
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999999;
}
#wrapper {
  visibility: hidden;
}
#message-box {
  background-color: #FFFFFF;
  display: none;
  left: 0;
  margin: 0 auto;
  min-width: 320px;
  position: fixed;
  padding: 0;
  right: 0;
  width: 320px;
  z-index: 9999;
  box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.3);
}
#message-box .box-header {
  padding: 10px;
  font-family: 'Oswald';
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  border-bottom: #DADADA;
}
#message-box .box-header .box-title {
  color: #0D4E80;
}
#message-box .box-header .close-box {
  color: #326DAA;
  font-size: 14px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
#message-box .box-header .close-box:hover {
  color: #265483;
}
#message-box .box-body {
  padding: 10px 20px;
}
#message-box .box-footer {
  padding: 20px 10px;
}
#message-box .box-info {
  margin-right: 20px;
  color: #5C5D60;
  vertical-align: middle;
  display: inline-block;
  width: 50px;
}
#message-box .message-content {
  display: inline-block;
  font-family: 'Helvetica';
  font-size: 14px;
  float: left;
  width: 200px;
}
#message-box .message-content .error-item {
  display: block;
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
  line-height: 1em;
}
#message-box .message-content .error-item span {
  position: absolute;
  left: 0;
  top: 3px;
  color: #5C5D60;
  font-size: 7px;
}
#message-box .message-btn {
  display: block;
  margin: 0 auto;
}
#message-box .button-primary {
  background: #326DAA;
  border: 0;
  color: #FFFFFF;
  font-weight: 700;
  padding: 10px 25px 8px;
}
.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right !important;
}
.align-center {
  text-align: center !important;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background: #FFFFFF;
  margin: 0;
  padding: 0;
}
body.locked {
  overflow: hidden;
  position: fixed;
}
body.locked #main_header {
  background: #FFFFFF;
}
#main_header {
  background: #FFFFFF;
  padding: 25px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
#main_header .header-logo img {
  width: 210px;
}
.main-menu .navigation {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.main-menu .navigation .navigation-item {
  display: inline-block;
  padding: 0 30px;
  position: relative;
}
.main-menu .navigation .navigation-item a:focus,
.main-menu .navigation .navigation-item a:active,
.main-menu .navigation .navigation-item a:hover {
  text-decoration: none;
}
.main-menu .navigation .navigation-item .number,
.main-menu .navigation .navigation-item .text {
  color: #326DAA;
  display: block;
  text-align: left;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.main-menu .navigation .navigation-item .number {
  font-family: 'Oswald';
  font-size: 22px;
}
.main-menu .navigation .navigation-item .text {
  font-family: 'Helvetica';
  font-weight: 700;
  font-size: 15px;
}
.main-menu .navigation .navigation-item:after {
  background: #326DAA;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 100%;
  position: absolute;
  top: 0;
  width: 1px;
  transform: rotate(25deg);
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
}
.main-menu .navigation .navigation-item:last-child:after {
  display: none;
}
.grecaptcha-badge {
  display: none;
}
.button-contact {
  background: #326DAA;
  border: none;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 18px;
  height: 47px;
  width: 47px;
}
.caption-button-1 .fa {
  display: block;
  font-size: 24px;
  color: #326DAA;
  padding-bottom: 20px;
  text-align: center;
}
.caption-button-1 .button-slider {
  background: rgba(255, 255, 255, 0.7);
  border: 2px solid #0D4E80;
  border-radius: 10px;
  color: #0D4E80;
  display: inline-block;
  font-family: 'Helvetica';
  font-size: 19px;
  line-height: 19px;
  padding: 15px 25px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.caption-button-1 .button-slider:active,
.caption-button-1 .button-slider:focus,
.caption-button-1 .button-slider:hover {
  color: #0D4E80;
  outline: none;
  text-decoration: none;
}
.caption-button-1 .animated {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-duration: 2s;
}
.main-title {
  color: #0D4E80;
  font-family: 'Helvetica';
  font-size: 48px;
  font-weight: 700;
  margin-top: 60px;
  text-align: center;
}
.secondary-title {
  color: #0D4E80;
  font-family: 'Helvetica';
  font-size: 48px;
  font-weight: 700;
  text-align: center;
}
.sub-title {
  color: #5C5D60;
  font-family: 'Helvetica';
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
.sub-title a {
  color: #326DAA;
}
.sub-title a:hover {
  color: #0D4E80;
  text-decoration: none;
}
.main-description {
  color: #5C5D60;
  font-family: 'Helvetica';
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
.main-description a {
  color: #326DAA;
}
.main-description a:hover {
  color: #0D4E80;
  text-decoration: none;
}
.section-title {
  color: #0D4E80;
  font-family: 'Oswald';
  font-size: 28px;
  margin-bottom: 27px;
  margin-top: 55px;
}
.rev-banner {
  overflow: hidden;
  position: relative;
}
.rev-banner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#home_slider {
  margin-top: 102px;
  padding-left: 0;
  padding-right: 0;
}
#home_slider .caption-home-1 {
  color: #0D4E80;
  font-family: 'Helvetica';
  font-size: 70px;
  font-weight: 700;
}
#home_slider .caption-home-2 {
  color: #0D4E80;
  font-family: 'Helvetica';
  font-size: 34px;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
}
#home_slider .tp-leftarrow.default {
  background: url(../images/slider-arrow/arrow-left.png) no-repeat center center;
}
#home_slider .tp-rightarrow.default {
  background: url(../images/slider-arrow/arrow-right.png) no-repeat center center;
}
#home_slider .tp-rightarrow.default,
#home_slider .tp-leftarrow.default {
  height: 70px;
  width: 35px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#home_slider .tp-rightarrow.default:hover,
#home_slider .tp-leftarrow.default:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#home_slider .tp-bannertimer {
  background: #326DAA;
  height: 2px;
  opacity: .8;
}
#home_slider .tp-loader.spinner2 {
  background-color: #326DAA;
}
.contact-form-container .form-group {
  margin-bottom: 30px;
}
.contact-form-container .form-control {
  border: 0;
  border-bottom: 1px solid #0D4E80;
  border-radius: 0;
  color: #5C5D60;
  font-family: 'Helvetica';
  font-size: 20px;
  height: 50px;
  padding: 6px 20px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.contact-form-container .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(92, 93, 96, 0.8);
}
.contact-form-container .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(92, 93, 96, 0.8);
}
.contact-form-container .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(92, 93, 96, 0.8);
}
.contact-form-container .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(92, 93, 96, 0.8);
}
.contact-form-container textarea#message {
  height: 249px;
  resize: none;
}
.contact-form-container #contact_submit {
  position: absolute;
  right: 15px;
  bottom: 40px;
}
#maps {
  background: #ECECEC;
  height: 400px;
  margin-top: 60px;
}
#secondary_slider {
  background: url('../images/bg-home.jpg') no-repeat center center;
  background-attachment: scroll;
  background-size: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
}
#secondary_slider:before {
  background: rgba(0, 0, 0, 0);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
}
#secondary_slider:hover {
  background-size: 110%;
}
#secondary_slider:hover:before {
  background: rgba(0, 0, 0, 0.6);
}
#secondary_slider .icon-top {
  margin-bottom: 19px;
  position: relative;
}
#secondary_slider .description {
  color: #FFFFFF;
  font-family: 'Helvetica';
  font-size: 20px;
  font-weight: 100;
  position: relative;
}
#secondary_slider .description span {
  font-weight: 400;
}
#secondary_slider .services {
  color: #FFFFFF;
  font-family: 'Helvetica';
  font-size: 25px;
  font-weight: 700;
  position: relative;
}
#secondary_slider .services.first {
  margin-top: 30px;
}
#secondary_slider .services .services-item {
  padding: 0 15px;
  position: relative;
}
#secondary_slider .services .services-item:before {
  color: #FFFFFF;
  border-radius: 5px;
  content: ".";
  display: block;
  position: absolute;
  right: -5px;
  top: 0px;
  line-height: .8em;
}
#secondary_slider .services .services-item:last-child:before {
  display: none;
}
#home_clients {
  margin-bottom: 30px;
}
#home_clients .owl-carousel {
  border-bottom: 1px solid #DADADA;
  list-style: none;
  padding: 30px 0;
  margin: 0;
}
#home_clients .owl-carousel .item img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
}
#home_clients .owl-carousel .item:hover img {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
#main_footer {
  /*border-bottom: 12px solid @color_secondary;*/
  margin-top: 45px;
  padding-bottom: 30px;
}
.footer-copyright {
  display: block;
  background: #0D4E80;
  height: 30px;
  text-align: center;
  font-family: 'Helvetica';
  font-size: 10px;
  font-weight: 100;
  line-height: 30px;
  color: #FFFFFF;
}
.footer-widget {
  font-family: 'Helvetica';
  margin-bottom: 40px;
}
.footer-widget .footer-logo {
  padding: 20px 0;
}
.footer-widget .widget-title {
  color: #0D4E80;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 13px;
}
.footer-widget.widget-text .text-content {
  font-weight: 100;
}
.footer-widget.widget-text .text-content .mailto a {
  color: #231F20;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.footer-widget.widget-text .text-content .mailto a:hover {
  color: #326DAA;
  text-decoration: none;
}
.footer-widget.widget-text .text-content span {
  display: block;
}
.footer-widget.widget-social .copyright {
  font-size: 11px;
}
.footer-widget.widget-social .social-icon-container {
  padding: 10px 0;
}
.footer-widget.widget-social .social-icon-container a {
  color: #231F20;
  font-size: 16px;
}
.main-menu .mobile-menu-button {
  background: none;
  border: none;
  margin-top: 10px;
  padding: 0px;
}
.main-menu .mobile-menu-button:active,
.main-menu .mobile-menu-button:focus {
  outline: none;
}
.main-menu .mobile-menu-button .icon-bar {
  background: #326DAA;
  display: block;
  height: 2px;
  margin-bottom: 4px;
  width: 25px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.main-menu .mobile-menu-button .icon-bar:last-child {
  margin-bottom: 0;
}
.main-menu .mobile-menu-button.active {
  height: 15px;
}
.main-menu .mobile-menu-button.active .icon-bar {
  margin-bottom: 0;
}
.main-menu .mobile-menu-button.active .icon-bar:last-child {
  display: none;
}
.main-menu .mobile-menu-button.active .icon-bar:first-child {
  transform: rotate(495deg);
  -webkit-transform: rotate(495deg);
  -moz-transform: rotate(495deg);
}
.main-menu .mobile-menu-button.active .icon-bar:nth-child(2) {
  margin-top: -2px;
  transform: rotate(-495deg);
  -webkit-transform: rotate(-495deg);
  -moz-transform: rotate(-495deg);
}
#contact_us {
  background: url(../images/bg-contact.png) no-repeat top center;
  background-size: cover;
  margin-top: 102px;
}
#contact_us address {
  margin-bottom: 37px;
  margin-top: 40px;
}
.info-sidebar {
  font-family: 'Helvetica';
  font-size: 16px;
}
.info-sidebar .infobox {
  color: #5C5D60;
  margin-bottom: 30px;
}
.info-sidebar .infobox .info-text,
.info-sidebar .infobox .info-label {
  display: block;
}
.info-sidebar .infobox .info-label {
  color: #326DAA;
}
.info-sidebar .infobox .info-text a {
  color: #5C5D60;
  transition: all 0.5 ease;
  -webkit-transition: all 0.5 ease;
  -moz-transition: all 0.5 ease;
  -o-transition: all 0.5 ease;
}
.info-sidebar .infobox .info-text a:hover {
  color: #326DAA;
  text-decoration: none;
}
.content-alternative-container {
  padding: 30px 0;
  margin-top: 40px;
  background-image: -webkit-linear-gradient(0deg, #0D4E80, #326DAA);
  background-image: -moz-linear-gradient(0deg, #0D4E80, #326DAA);
  background-image: -ms-linear-gradient(0deg, #0D4E80, #326DAA);
  background-image: -o-linear-gradient(0deg, #0D4E80, #326DAA);
  background-image: linear-gradient(90deg, #0D4E80, #326DAA);
}
.content-alternative-container .section-title {
  color: #FFFFFF;
}
.content-alternative-container .info-sidebar {
  color: #FFFFFF;
}
.content-alternative-container .info-sidebar .info-label {
  color: #FFFFFF;
}
.content-alternative-container .info-sidebar .info-text a {
  color: #FFFFFF;
}
.content-alternative-container .info-sidebar .info-text a:hover {
  color: #FFFFFF;
}
#career {
  background: url(../images/bg-contact.png) no-repeat top center;
  background-size: cover;
  margin-top: 120px;
}
#career .info-sidebar .infobox {
  margin-top: 30px;
}
#career .no-job {
  color: #FFFFFF;
  font-family: 'Helvetica';
  font-size: 16px;
  font-weight: 300;
}
#unggul_job_opening .panel {
  background: none;
  border: none;
  font-family: 'Helvetica';
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#unggul_job_opening .panel .collapse.in {
  border-bottom: 1px solid #FFFFFF;
}
#unggul_job_opening.panel-group .panel + .panel {
  margin-top: 0px;
}
#unggul_job_opening .panel-default > .panel-heading {
  background: none;
  border-radius: 0;
  color: #FFFFFF;
  font-size: 20px;
  padding: 0;
  position: relative;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#unggul_job_opening .panel-default > .panel-heading .panel-title a {
  display: block;
  padding: 24px 22px 20px;
  line-height: 1em;
}
#unggul_job_opening .panel-default > .panel-heading .fa {
  font-size: 25px;
  position: absolute;
  right: 20px;
  top: 17px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#unggul_job_opening .panel-default > .panel-heading:hover,
#unggul_job_opening .panel-default > .panel-heading.active {
  background: rgba(255, 255, 255, 0.2);
}
#unggul_job_opening .panel-body {
  color: #FFFFFF;
}
#unggul_job_opening .panel-body span.title {
  font-size: 16px;
  font-weight: 400;
}
#unggul_job_opening .panel-title a:active,
#unggul_job_opening .panel-title a:focus,
#unggul_job_opening .panel-title a:visited,
#unggul_job_opening .panel-title a:hover {
  outline: none;
  text-decoration: none;
}
#services {
  background: url(../images/bg-contact.png) no-repeat top center;
  background-size: cover;
  margin-top: 120px;
}
#services .content-alternative-container {
  background: url('../images/slider/slide1-home.jpg') no-repeat top center;
  background-size: cover;
  position: relative;
}
#services .content-alternative-container:before {
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: .9;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
  background-image: -webkit-linear-gradient(0deg, #0D4E80, #326DAA);
  background-image: -moz-linear-gradient(0deg, #0D4E80, #326DAA);
  background-image: -ms-linear-gradient(0deg, #0D4E80, #326DAA);
  background-image: -o-linear-gradient(0deg, #0D4E80, #326DAA);
  background-image: linear-gradient(90deg, #0D4E80, #326DAA);
}
.services-container {
  padding-top: 25px;
  position: relative;
  z-index: 1;
}
.services-container .service-item {
  color: #FFFFFF;
  margin-bottom: 60px;
  text-align: center;
}
.services-container .service-item .item-title {
  color: #A8E0F9;
  font-family: 'Oswald';
  font-size: 28px;
}
.services-container .service-item .item-desc {
  font-family: 'Helvetica';
  font-size: 16px;
  line-height: 1.5em;
}
.services-container .service-item:last-child {
  margin-bottom: 25px;
}
#career_footer {
  background: #F8F8F9;
  color: #5C5D60;
  font-family: 'Helvetica';
  font-size: 20px;
  padding: 40px 0 30px;
  text-align: center;
}
#career_footer a {
  color: #326DAA;
  font-style: italic;
  font-weight: 700;
}
#career_footer a:hover {
  text-decoration: none;
}
#career_footer .footer-content-icon {
  color: #326DAA;
  font-size: 34px;
}
.button {
  display: inline-block;
  font-family: 'Helvetica';
  padding: 7px 15px;
}
.button:active,
.button:focus,
.button:hover {
  outline: none;
  text-decoration: none;
}
.button.button-more {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  color: #e6e6e6;
  margin-top: 10px;
}
.button.button-more:hover {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
#product_detail .product-headline {
  height: 733px;
  padding-top: 103px;
}
#product_detail .product-headline .product-title {
  padding-top: 130px;
}
#product_detail.desto .product-headline {
  background: url('../images/slider/slide3-home.jpg') no-repeat center center;
  background-size: cover;
}
#product_detail.desto .product-description.alternative {
  background-image: -webkit-linear-gradient(0deg, #0D4E80, #326DAA);
  background-image: -moz-linear-gradient(0deg, #0D4E80, #326DAA);
  background-image: -ms-linear-gradient(0deg, #0D4E80, #326DAA);
  background-image: -o-linear-gradient(0deg, #0D4E80, #326DAA);
  background-image: linear-gradient(90deg, #0D4E80, #326DAA);
}
#product_detail.desto .product-description.alternative:before {
  background: url('../images/desto-2.png') no-repeat center left;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 50%;
  top: 0;
}
#product_detail.desto .product-description.alternative h3 {
  color: #A8E0F9;
}
#product_detail.desto .product-description.alternative p {
  color: #FFFFFF;
}
#product_detail.desto .product-description.alternative .fa {
  color: #FFFFFF;
}
#product_detail.desto .product-description.alternative a {
  color: #FFFFFF;
}
#product_detail.desto .product-description.alternative a:hover {
  color: #A8E0F9;
}
#product_detail.uinventory .product-headline {
  background: url('../images/slider/slide2-home.jpg') no-repeat top center;
  background-size: cover;
}
#product_detail.uinventory .product-description {
  padding: 40px 0;
}
#product_detail.uinventory .product-description.alternative:before {
  background: url('../images/uinventory-2.png') no-repeat center right;
  background-size: auto 95%;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 50%;
  top: 0;
  width: auto;
}
#product_detail.uinventory .product-description p {
  padding: 0;
}
#product_detail.uinventory .product-description ul {
  border: 1px solid #ddddde;
  display: inline-block;
  font-size: 14px;
  list-style: none;
  margin: 0;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 0;
  text-align: center;
}
#product_detail.uinventory .product-description ul > li {
  border-top: 1px solid #ddddde;
  padding: 10px 20px 9px;
}
#product_detail.uinventory .product-description ul > li:nth-child(odd) {
  background: #e4edf7;
}
#product_detail.uinventory .product-description ul > li:first-child {
  background: #326DAA;
  border-top: none;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  list-style: none;
  padding: 15px 20px 13px;
  position: relative;
}
#product_detail .product-title {
  color: #326DAA;
  font-family: 'Helvetica';
  font-size: 90px;
  font-weight: 700;
  text-align: center;
}
#product_detail .product-description {
  background: url('../images/bg-contact.png') no-repeat top center;
  background-size: cover;
  padding: 50px 0;
  text-align: center;
}
#product_detail .product-description h2 {
  color: #326DAA;
  font-family: 'Helvetica';
  font-size: 34px;
  margin-bottom: 40px;
}
#product_detail .product-description p {
  color: #5C5D60;
  font-family: 'Helvetica';
  font-size: 18px;
  line-height: 32px;
}
#product_detail .product-description p span {
  color: #5C5D60;
  font-weight: 700;
}
#product_detail .product-description ul {
  color: #5C5D60;
  font-family: 'Helvetica';
  font-size: 18px;
  text-align: left;
}
#product_detail .product-description a {
  color: #326DAA;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#product_detail .product-description a:focus,
#product_detail .product-description a:active,
#product_detail .product-description a:hover {
  color: #0D4E80;
  outline: none;
  text-decoration: none;
}
#product_detail .product-description .product-image img {
  max-width: 100%;
}
#product_detail .product-description.alternative {
  background: #F8F8F9;
  padding: 40px 0;
  position: relative;
  text-align: left;
}
#product_detail .product-description.alternative h3 {
  color: #326DAA;
  font-family: 'Oswald';
  font-size: 28px;
  line-height: 1.5em;
  margin-bottom: 50px;
}
#product_detail .product-description.alternative p {
  margin-bottom: 80px;
}
#product_detail .product-description.alternative .fa {
  color: #326DAA;
  font-size: 35px;
}
#about_us .main-headline {
  background: url('../images/bg-about.jpg') no-repeat top center;
  background-size: cover;
  padding-top: 350px;
  padding-bottom: 45px;
}
#about_us .vision-mission {
  padding: 40px 0;
}
#about_us .vision-mission .vision-mission-item {
  margin-bottom: 40px;
  text-align: center;
}
#about_us .vision-mission .vision-mission-item .item-title {
  color: #0D4E80;
  font-family: 'Oswald';
  font-size: 28px;
}
#about_us .vision-mission .vision-mission-item .item-desc {
  font-family: 'Helvetica';
  font-size: 20px;
  font-weight: 100;
}
#about_us .why-us {
  background: url('../images/bg-contact.png') no-repeat top center;
  padding: 0 0 40px;
  text-align: center;
}
#about_us .why-us .item-head {
  color: #0D4E80;
  display: inline-block;
  font-family: 'Helvetica';
  font-size: 20px;
  font-weight: 700;
  height: 215px;
  width: 180px;
  vertical-align: middle;
}
#about_us .why-us .item-head span {
  display: block;
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
}
#about_us .why-us .item-desc {
  color: #5C5D60;
  font-family: 'Helvetica';
  font-size: 18px;
  font-weight: 100;
  padding: 15px 20px;
}
#about_us .why-us .why-item.quality .item-head {
  background: url('../images/why-us-1.svg') no-repeat center center;
}
#about_us .why-us .why-item.full-control .item-head {
  background: url('../images/why-us-2.svg') no-repeat center center;
}
#about_us .why-us .why-item.staff .item-head {
  background: url('../images/why-us-3.svg') no-repeat center center;
}
#about_us .meet-the-team .team-image {
  width: 100%;
}
#about_us .meet-the-team .team-container {
  position: relative;
}
#about_us .meet-the-team .team-container .team-item {
  position: absolute;
}
#about_us .meet-the-team .team-container .team-item .fa {
  font-size: 45px;
}
#about_us .meet-the-team .team-container .team-item .fa:hover {
  cursor: pointer;
}
#about_us .meet-the-team .team-container .team-item .btn {
  border: none;
  background: none;
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#about_us .meet-the-team .team-container .team-item.team-a {
  top: 215px;
  left: 0;
}
#about_us .meet-the-team .team-container .team-item.team-b {
  top: 106px;
  left: 217px;
}
.about-us .popover {
  border: none;
  border-radius: 0;
  padding: 0;
}
.about-us .popover-title {
  background-color: #0D4E80;
  border-radius: 0;
  color: #FFFFFF;
  font-family: 'Oswald';
  font-size: 18px;
  padding: 14px 20px;
}
.about-us .popover-content {
  color: #5C5D60;
  font-family: 'Helvetica';
  font-weight: 100;
  padding: 15px 20px;
}
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up) */
/* Small devices (tablets, 768px and down) */
@media (max-width: 991px) {
  #main_header {
    background: #FFFFFF;
    padding: 20px 0;
  }
  #main_header .header-logo img {
    width: 170px;
  }
  #main_header .navigation {
    background: url('../images/bg-contact.png') no-repeat top center;
    background-color: #FFFFFF;
    background-size: cover;
    bottom: 0;
    left: 0;
    padding-top: 25px;
    position: fixed;
    right: 0;
    top: 83px;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
  }
  #main_header .navigation .navigation-item {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
  }
  #main_header .navigation .navigation-item:after {
    display: none;
  }
  #main_header .navigation .navigation-item .number,
  #main_header .navigation .navigation-item .text {
    text-align: center;
  }
  #main_header .navigation .navigation-item.slide-left {
    right: 100%;
  }
  #main_header .navigation .navigation-item.slide-right {
    left: 100%;
  }
  #home_slider {
    margin-top: 83px;
  }
  #secondary_slider {
    background-size: cover;
  }
  #secondary_slider:hover {
    background-size: cover;
  }
  .header-logo img {
    max-width: 100%;
  }
  #career_footer {
    font-size: 16px;
  }
  .main-menu {
    text-align: right;
  }
  .main-menu .navigation {
    display: none;
  }
  #secondary_slider .services .services-item {
    padding: 0 5px;
  }
  #secondary_slider .services .services-item:before {
    right: -3px;
  }
  .main-title {
    font-size: 28px;
  }
  .sub-title {
    font-size: 16px;
  }
  .services-container .service-item .description {
    font-size: 12px;
  }
  .services-container .service-item .item-title {
    font-size: 21px;
  }
  .services-container .service-item .item-desc {
    font-size: 14px;
    line-height: 1.5em;
  }
  .info-sidebar {
    font-size: 16px;
  }
  .caption-button-1 .fa {
    padding-bottom: 10px;
    font-size: 16px;
  }
  .caption-button-1 .button-slider {
    border-radius: 5px;
    padding: 20px 20px 18px;
    font-size: 14px;
    line-height: 1px;
  }
  #product_detail .product-headline {
    height: 260px;
    padding-top: 85px;
  }
  #product_detail .product-headline .product-title {
    font-size: 34px;
    padding-top: 40px;
  }
  #product_detail .product-description {
    padding: 30px 0;
  }
  #product_detail .product-description.alternative {
    text-align: center;
    padding: 40px 0;
  }
  #product_detail .product-description.alternative h3 {
    margin-bottom: 20px;
  }
  #product_detail .product-description.alternative p {
    margin-bottom: 20px;
  }
  #product_detail .product-description h2 {
    font-size: 24px;
  }
  #product_detail .product-description p,
  #product_detail .product-description ul {
    font-size: 16px;
    line-height: 1.5em;
  }
  #product_detail.desto .product-description.alternative:before {
    background: none !important;
  }
  #product_detail.uinventory .product-description.alternative:before {
    display: none;
  }
  .main-description {
    font-size: 14px;
  }
  #about_us .main-headline {
    background-color: #EFEFEF;
    background-size: 100%;
    margin-top: 83px;
    padding-top: 100px;
  }
  #about_us .vision-mission .vision-mission-item .item-desc {
    font-size: 14px;
  }
  #about_us .why-us .item-desc {
    font-size: 14px;
  }
  .contact-form-container #contact_submit {
    bottom: 15px;
  }
  .button.button-more {
    padding: 7px 15px 5px;
  }
  body.locked #main_header ~ * {
    visibility: hidden;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
  }
  #career,
  #services {
    background-size: 100%;
  }
  #career .main-title,
  #services .main-title {
    margin-top: 20px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .mobile-menu-button {
    display: none;
  }
  .footer-copyright {
    font-size: 14px;
  }
}
/* Large devices (large desktops, 1200px and up) */
/* More narrower devices */
@media (max-width: 767px) {
  .team-item {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #product_detail.desto .product-description.alternative::before {
    background: url('../images/desto-2.png') no-repeat center right;
  }
}
@media (max-width: 1755px) {
  #product_detail.desto .product-description.alternative::before {
    background: url('../images/desto-2.png') no-repeat center right;
  }
}
/*# sourceMappingURL=style.css.map */
