@import url("https://fonts.googleapis.com/css?family=Ubuntu");
@keyframes pulsea {
  0%, 80%, 100% {
    text-shadow: 0pt 0px 0px transparent, 10pt 0px 0px transparent, 20pt 0px 0px transparent; }
  10% {
    text-shadow: 0pt 0px 0px rgba(0, 0, 0, 0.5), 10pt 0px 0px transparent, 20pt 0px 0px transparent; }
  20% {
    text-shadow: 0pt 0px 0px black, 10pt 0px 0px transparent, 20pt 0px 0px transparent; }
  30% {
    text-shadow: 0pt 0px 0px rgba(0, 0, 0, 0.5), 10pt 0px 0px rgba(0, 0, 0, 0.5), 20pt 0px 0px transparent; }
  40% {
    text-shadow: 0pt 0px 0px transparent, 10pt 0px 0px black, 20pt 0px 0px transparent; }
  50% {
    text-shadow: 0pt 0px 0px transparent, 10pt 0px 0px rgba(0, 0, 0, 0.5), 20pt 0px 0px rgba(0, 0, 0, 0.5); }
  60% {
    text-shadow: 0pt 0px 0px transparent, 10pt 0px 0px transparent, 20pt 0px 0px black; }
  70% {
    text-shadow: 0pt 0px 0px transparent, 10pt 0px 0px transparent, 20pt 0px 0px rgba(0, 0, 0, 0.5); } }
.scrollme {
  margin: 0 auto;
  width: 1px; }

.scrollme::after {
  width: 40px;
  animation: pulsea 2s linear infinite;
  font-size: 20pt;
  color: transparent;
  /*Using only shadows makes the animation easier*/
  font-family: FontAwesome;
  content: "\f105";
  text-shadow: 0pt 0px 0px black, 10pt 0px 0px black, 20pt 0px 0px black; }

.splash {
  background-color: white;
  position: fixed;
  top: 0px;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .splash .splashlogo {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: -48px;
    margin-left: -125px; }
  .splash.explode .splashlogo {
    webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(1.2);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: scale(1.2);
    /* IE 9 */
    transform: scale(1.2);
    /* Firefox 16+, IE 10+, Opera */ }
  .splash.glhf {
    opacity: 0; }
    .splash.glhf .splashlogo {
      opacity: 0;
      -webkit-transform: scale(0);
      /* Chrome, Opera 15+, Safari 3.1+ */
      -ms-transform: scale(0);
      /* IE 9 */
      transform: scale(0);
      /* Firefox 16+, IE 10+, Opera */ }
  .splash.done {
    opacity: 0; }
    .splash.done .splashlogo {
      opacity: 0; }

body {
  font-family: 'Ubuntu', sans-serif;
  padding-top: 70px;
  min-height: 2000px; }

a:hover {
  text-decoration: none; }

.navbar {
  min-height: 85px;
  background-color: white;
  border-width: 0px; }

.navbar-toggle .icon-bar {
  background-color: #58609a; }

.navbar-toggle {
  margin-top: 19px; }

.navbar-brand {
  padding: 0px; }
  .navbar-brand > img {
    margin-top: 3px;
    margin-left: 20px;
    height: 80px; }
    @media (min-width: 992px) {
      .navbar-brand > img {
        margin-left: 0px; } }

.navbar-nav li {
  text-align: center; }
  .navbar-nav li.social a {
    display: inline-block !important; }
  @media (min-width: 992px) {
    .navbar-nav li.active:not(.social), .navbar-nav li:hover:not(.social) {
      text-align: left;
      border-bottom: 3px solid #007cc2; } }
  .navbar-nav li a {
    color: #353637;
    line-height: 55px;
    text-transform: uppercase; }
  .navbar-nav li .fa {
    margin-top: 8px;
    font-size: 15pt; }

.nav > li > a:hover, .nav > li > a:focus {
  background-color: white; }

.section__title {
  width: 100%;
  text-align: center; }
  .section__title h3 {
    letter-spacing: 1px; }

.fa-facebook-square {
  color: #3b5998; }

.fa-twitter {
  color: #4099FF; }

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.42;
  border-radius: 50%; }

.btn-green {
  background-color: #00c460; }

.background-cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.home {
  position: relative; }
  .home .intro {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .home h1, .home .btn {
    color: white; }
  .home h1 {
    font-size: 24pt; }
    .home h1 span {
      font-size: 40pt; }
    @media (min-width: 768px) {
      .home h1 {
        font-size: 27pt; }
        .home h1 span {
          font-size: 45pt; } }
  .home .btn {
    margin-top: 50px;
    border-radius: 40px;
    height: 60px;
    line-height: 48px;
    letter-spacing: 1px;
    font-size: 18pt; }
  .home .owl-carousel, .home .slider {
    width: 100%;
    height: 690px; }

.services .section__title {
  margin: 65px 0px 80px 0px; }
.services ul {
  list-style-type: none;
  width: 320px;
  margin: 0 auto; }
.services .services__icon {
  height: 100px;
  float: left; }
.services .services__title {
  height: 40px;
  float: left;
  line-height: 32px; }
  .services .services__title--double-line {
    line-height: 15px; }
.services .fa {
  font-size: 25pt;
  color: #006fc8;
  margin-right: 20px; }
@media (min-width: 768px) {
  .services ul {
    width: 50%;
    float: left; } }
@media (min-width: 1200px) {
  .services ul {
    height: 160px;
    margin: 0 auto;
    float: none; }
    .services ul li {
      float: left; }
      .services ul li:not(:first-child) {
        margin-left: 50px; }
    .services ul:first-child {
      width: 1050px;
      margin-top: 60px; }
    .services ul:last-of-type {
      width: 950px; }
      .services ul:last-of-type li:not(:first-child) {
        margin-left: 90px; } }

.order {
  min-height: 450px;
  background-color: #e2e3e4; }
  .order .section__title h3 {
    margin: 70px 0px 67px 0px; }
  .order .box {
    padding: 45px 30px 0px 30px;
    width: 300px;
    background-color: white;
    min-height: 200px;
    margin: 0 auto; }
    @media (min-width: 650px) {
      .order .box {
        width: 500px; } }
    @media (min-width: 1000px) {
      .order .box {
        width: 770px; } }
    .order .box__form {
      position: relative; }
    .order .box:last-child {
      margin: 30px auto;
      border-bottom: 3px solid #00c460; }
  .order .box:last-child h3 {
    margin-bottom: 15px;
    color: #545454;
    font-weight: normal;
    font-size: 13pt; }
  .order .box:last-child .fa {
    width: 20px;
    text-align: center;
    color: #006fc8; }
  .order .box:last-child tr > td:last-child {
    color: #545454;
    padding: 8px 12px; }
  .order label {
    margin-bottom: 30px;
    color: #3a3b3c; }
  .order input[type="text"] {
    width: 100%;
    height: 25px;
    margin-top: -1px;
    border: 3px solid #cbcccd;
    border-right: 0px;
    height: 36px;
    padding-left: 15px;
    font-size: 9pt;
    position: absolute; }
    .order input[type="text"]::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(82, 82, 83, 0.6); }
    .order input[type="text"]::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(82, 82, 83, 0.6); }
    .order input[type="text"]:-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(82, 82, 83, 0.6); }
    .order input[type="text"]:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(82, 82, 83, 0.6); }
  .order input[type="submit"] {
    background-color: #00c460;
    border: 1px solid #00c460;
    color: white;
    margin-top: -1px;
    margin-left: -5px;
    width: 80px;
    height: 36px;
    position: absolute;
    right: 0px; }
    @media (min-width: 650px) {
      .order input[type="submit"] {
        width: 120px; } }
    @media (min-width: 1000px) {
      .order input[type="submit"] {
        width: 178px; } }

.products {
  color: white;
  height: 530px;
  line-height: 30px; }
  .products .section__title {
    margin: 65px 0px 70px 0px; }
  .products ul {
    list-style-type: none;
    display: inline-block; }
    .products ul li {
      list-style: none;
      margin: 0 5px;
      line-height: 35px; }
    @media (min-width: 1200px) {
      .products ul {
        width: 33%; } }
  .products__icon {
    width: 40px;
    height: 20px;
    text-align: center;
    display: inline-block;
    vertical-align: top; }
  .products--double-line {
    height: 40px;
    line-height: 100px; }
  .products__text {
    display: inline-block; }
  .products .fa {
    font-size: 20px;
    color: #00c55e; }

.brands {
  padding: 10px 0px 0px 0px;
  height: 200px; }
  .brands ul {
    list-style-type: none;
    padding: 0px !important; }
    .brands ul li {
      float: left;
      			/* .colorized {
      				display: none;
      			}
      
      			&:hover {
      				.grayscale {
      					display: none;
      				}
      
      				.colorized {
      					display: inline;
      				}
      			} */ }
      .brands ul li img {
        margin: 50px 50px;
        height: 70px;
        display: block; }
      .brands ul li .grayscale {
        display: none; }
  .brands__image-container {
    height: 70px; }
  .brands .owl-carousel .owl-item img {
    width: auto !important; }

.contact {
  position: relative;
  color: white; }
  .contact .container {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px; }
  .contact__azure {
    background-color: #315aad; }
  .contact__map {
    width: 720px;
    height: 570px;
    position: absolute;
    top: 120px;
    right: 40px;
    display: none; }
  .contact .section__title {
    margin: 30px 0px;
    text-align: center; }
    .contact .section__title h3 {
      font-size: 23pt; }
    .contact .section__title h5 {
      font-size: 9pt;
      margin: 0px auto;
      width: 250px; }
  .contact .envelope {
    position: absolute;
    top: 80px;
    left: 40px; }
    .contact .envelope__lines {
      width: 20px;
      float: left; }
      .contact .envelope__lines .icon-bar {
        float: right;
        width: 100%;
        height: 2px;
        background-color: #45aae7;
        display: block;
        margin-top: 5px; }
        .contact .envelope__lines .icon-bar--75 {
          width: 75%; }
        .contact .envelope__lines .icon-bar--35 {
          width: 35%; }
    .contact .envelope__icon {
      margin-left: 5px;
      float: left; }
      .contact .envelope__icon .fa {
        color: #45aae7;
        font-size: 20pt; }
  .contact .box .box-white, .contact .box .box-blue {
    padding: 60px 30px;
    width: 100%; }
    .contact .box .box-white h3, .contact .box .box-blue h3 {
      position: relative;
      text-align: center; }
  .contact .box .box-white {
    background-color: white;
    			/* .form-group {
    				&.error {
    					label {
    						color: red;
    					}
    
    					.form-control {
    						border-bottom: 1px solid red;
    					}
    				}
    			} */ }
    .contact .box .box-white h3 {
      margin-bottom: 55px;
      color: #003f71; }
    .contact .box .box-white .form-control {
      border: 1px solid transparent;
      border-bottom: 1px solid #ccc;
      -webkit-box-shadow: inset 0 0px 0px transparent;
      -moz-box-shadow: inset 0 0px 0px transparent;
      box-shadow: inset 0 0px 0px transparent; }
      .contact .box .box-white .form-control.error {
        border-bottom: 1px solid red; }
    .contact .box .box-white label {
      color: #909192; }
    .contact .box .box-white button {
      width: 50px;
      height: 50px;
      padding: 5px 0;
      font-size: 20px;
      border-color: #45aae7;
      background-color: #45aae7;
      color: white;
      position: absolute;
      right: 5px;
      bottom: 0px; }
    .contact .box .box-white__email {
      width: 50px;
      margin-top: -3px; }
    .contact .box .box-white__response {
      color: #4a4a4a;
      padding: 10px;
      font-weight: bold;
      font-size: 13pt;
      display: inline-block; }
      .contact .box .box-white__response .fa {
        margin-right: 10px;
        font-size: 15pt; }
      .contact .box .box-white__response .fa.fa-check-circle {
        color: #00c460; }
      .contact .box .box-white__response .fa.fa-minus-circle {
        color: #FF0F2B;
        display: none; }
      .contact .box .box-white__response.error .fa.fa-check-circle {
        display: none; }
      .contact .box .box-white__response.error .fa.fa-minus-circle {
        display: inline-block; }
  .contact .box .box-blue {
    background-color: #1f4890; }
    .contact .box .box-blue h3 {
      margin-bottom: 55px; }
    .contact .box .box-blue p {
      padding-left: 20px;
      display: block; }
  .contact .box a {
    color: white; }
  .contact__address {
    margin-bottom: 45px; }
  .contact__phones {
    margin-bottom: 25px; }
  .contact__schedule {
    margin-bottom: 40px;
    height: 30px; }
    .contact__schedule span:last-child {
      margin-left: 10px; }

@media (min-width: 768px) {
  .contact__azure {
    background-color: #315aad; }
  .contact__map {
    width: 720px;
    height: 570px;
    top: 120px;
    right: 40px; }
  .contact .section__title h3 {
    font-size: 25pt; }
  .contact .section__title h5 {
    font-size: 10pt;
    width: 300px; }
  .contact .envelope {
    position: absolute;
    top: 65px;
    right: 65px; }
    .contact .envelope__lines {
      width: 20px;
      float: left; }
      .contact .envelope__lines .icon-bar {
        float: right;
        width: 100%;
        height: 2px;
        display: block;
        margin-top: 5px; }
    .contact .envelope__icon {
      margin-left: 5px;
      float: left; }
      .contact .envelope__icon .fa {
        font-size: 20pt; }
  .contact .box .box-white h3 {
    margin-bottom: 55px; }
  .contact .box .box-white button {
    width: 50px;
    height: 50px;
    padding: 5px 0;
    font-size: 20px;
    right: 5px;
    bottom: 0px; }
  .contact .box .box-blue h3 {
    margin-bottom: 55px; }
  .contact .box .box-blue p {
    padding-left: 20px;
    display: block; }
  .contact__address {
    margin-bottom: 45px; }
  .contact__phones {
    margin-bottom: 25px; }
  .contact__schedule {
    margin-bottom: 40px;
    height: 30px; }
    .contact__schedule span:last-child {
      margin-left: 10px; } }
@media (min-width: 992px) {
  .contact {
    height: 930px; }
    .contact .container {
      width: 1170px;
      padding-right: 15px;
      padding-left: 15px;
      margin-left: auto;
      margin-right: auto; }
    .contact__azure {
      height: 720px;
      background: url(../img/bg-map.jpg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
    .contact__map {
      width: 720px;
      height: 570px;
      top: 120px;
      right: 40px; }
    .contact .section__title {
      margin: 200px 0px 140px 0px;
      text-align: left; }
      .contact .section__title h3 {
        font-size: 25pt; }
      .contact .section__title h5 {
        margin-top: 35px;
        font-size: 10pt;
        width: auto; }
    .contact .envelope {
      top: 65px;
      right: 65px; }
      .contact .envelope__lines {
        width: 20px;
        float: left; }
        .contact .envelope__lines .icon-bar {
          float: right;
          width: 100%;
          height: 2px;
          margin-top: 5px; }
      .contact .envelope__icon {
        margin-left: 5px;
        float: left; }
        .contact .envelope__icon .fa {
          color: #45aae7;
          font-size: 20pt; }
    .contact .box {
      position: absolute;
      width: 97%;
      height: 500px;
      -webkit-box-shadow: 2px 1px 20px rgba(0, 0, 0, 0.6);
      -moz-box-shadow: 2px 1px 20px rgba(0, 0, 0, 0.6);
      box-shadow: 2px 1px 20px rgba(0, 0, 0, 0.6); }
      .contact .box .box-white, .contact .box .box-blue {
        height: 100%;
        float: left;
        position: relative; }
      .contact .box .box-white {
        padding: 50px 60px 0px 65px;
        background-color: white; } }
      @media (min-width: 992px) and (min-width: 992px) {
        .contact .box .box-white {
          width: 65%; } }
      @media (min-width: 992px) and (min-width: 1200px) {
        .contact .box .box-white {
          width: 65%; } }
@media (min-width: 992px) {
        .contact .box .box-white h3 {
          margin-bottom: 55px;
          color: #003f71;
          text-align: left; }
        .contact .box .box-white .form-control {
          border: 1px solid transparent;
          border-bottom: 1px solid #ccc;
          -webkit-box-shadow: inset 0 0px 0px transparent;
          -moz-box-shadow: inset 0 0px 0px transparent;
          box-shadow: inset 0 0px 0px transparent; }
        .contact .box .box-white label {
          color: #909192; }
        .contact .box .box-white button {
          width: 50px;
          height: 50px;
          padding: 5px 0;
          font-size: 20px;
          border-color: #45aae7;
          background-color: #45aae7;
          color: white;
          position: absolute;
          right: 5px;
          bottom: 0px; }
        .contact .box .box-white__email {
          margin-top: 0px;
          position: absolute;
          right: 0px;
          top: 10px; }
      .contact .box .box-blue {
        padding: 60px 0px 0px 65px;
        background-color: #1f4890; } }
      @media (min-width: 992px) and (min-width: 992px) {
        .contact .box .box-blue {
          width: 35%; } }
      @media (min-width: 992px) and (min-width: 1200px) {
        .contact .box .box-blue {
          width: 35%; } }
@media (min-width: 992px) {
        .contact .box .box-blue h3 {
          margin-bottom: 55px;
          text-align: left; }
        .contact .box .box-blue p {
          padding-left: 20px;
          display: block; }
      .contact .box a {
        color: white; }
    .contact__address {
      margin-bottom: 45px; }
    .contact__phones {
      margin-bottom: 25px; }
    .contact__schedule {
      margin-bottom: 40px;
      height: 30px; }
      .contact__schedule span:last-child {
        margin-left: 10px; } }
@media (min-width: 1200px) {
  .contact__azure {
    height: 720px; }
  .contact__map {
    width: 720px;
    height: 570px;
    top: 120px;
    right: 40px; }
  .contact .section__title {
    margin: 200px 0px 140px 0px;
    text-align: left; }
    .contact .section__title h3 {
      font-size: 25pt; }
    .contact .section__title h5 {
      margin-top: 35px;
      font-size: 10pt; }
  .contact .envelope {
    position: absolute;
    top: 65px;
    right: 65px; }
    .contact .envelope__lines {
      width: 20px;
      float: left; }
      .contact .envelope__lines .icon-bar {
        float: right;
        width: 100%;
        height: 2px;
        display: block;
        margin-top: 5px; }
    .contact .envelope__icon {
      margin-left: 5px;
      float: left; }
      .contact .envelope__icon .fa {
        font-size: 20pt; }
  .contact .box {
    position: absolute;
    width: 1140px;
    height: 500px;
    -webkit-box-shadow: 2px 1px 20px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 2px 1px 20px rgba(0, 0, 0, 0.6);
    box-shadow: 2px 1px 20px rgba(0, 0, 0, 0.6); }
    .contact .box .box-white, .contact .box .box-blue {
      height: 100%;
      float: left;
      position: relative; }
    .contact .box .box-white {
      padding: 50px 60px 0px 65px; } }
    @media (min-width: 1200px) and (min-width: 992px) {
      .contact .box .box-white {
        width: 65%; } }
    @media (min-width: 1200px) and (min-width: 1200px) {
      .contact .box .box-white {
        width: 65%; } }
@media (min-width: 1200px) {
      .contact .box .box-white h3 {
        margin-bottom: 55px; }
      .contact .box .box-white .form-control {
        border: 1px solid transparent;
        border-bottom: 1px solid #ccc;
        -webkit-box-shadow: inset 0 0px 0px transparent;
        -moz-box-shadow: inset 0 0px 0px transparent;
        box-shadow: inset 0 0px 0px transparent; }
      .contact .box .box-white button {
        width: 50px;
        height: 50px;
        padding: 5px 0;
        font-size: 20px;
        right: 5px;
        bottom: 0px; }
    .contact .box .box-blue {
      padding: 60px 0px 0px 65px;
      width: 35%; }
      .contact .box .box-blue h3 {
        margin-bottom: 55px; }
      .contact .box .box-blue p {
        padding-left: 20px;
        display: block; }
  .contact__address {
    margin-bottom: 45px; }
  .contact__phones {
    margin-bottom: 25px; }
  .contact__schedule {
    margin-bottom: 40px;
    height: 30px; }
    .contact__schedule span:last-child {
      margin-left: 10px; } }
footer {
  padding-top: 20px;
  height: 80px; }
  footer .footer__copyright {
    margin-left: 17px; }
  footer .footer__logo img {
    margin: 15px auto 0px auto;
    width: 155px;
    display: block; }
  footer .footer__fluke a {
    margin-right: 17px; }
  footer .footer__fluke img {
    margin: 15px auto 0px auto;
    width: 100px;
    display: block; }
  @media (min-width: 768px) {
    footer {
      padding-top: 0px; } }
  @media (max-width: 768px) {
    footer .container {
      padding-top: 0px; }
      footer .container .footer__copyright, footer .container .footer__rights {
        text-align: center; } }
  @media (min-width: 768px) {
    footer .container {
      position: relative; }
      footer .container > div {
        position: absolute;
        top: 0px; }
      footer .container .footer__copyright, footer .container .footer__rights {
        top: 30px; }
      footer .container .footer__copyright {
        left: 0px; }
      footer .container .footer__logo {
        top: 10px;
        width: 100%; }
        footer .container .footer__logo img {
          margin: 0 auto;
          width: 155px;
          display: block; }
      footer .container .footer__fluke {
        right: 0px; }
        footer .container .footer__fluke img {
          margin: 0px;
          margin-right: 15px; } }

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 400px; }

/* 
.center {
	display: table;
	margin: auto;
} */

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