@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700,400italic);
/*  Import Less Mixins */
/* google font */
/* Color Schemes */
.white_cl {
  color: #ffffff;
}
.darkblue_cl {
  color: #3f51b5;
}
.darkblue_bg {
  background-color: #3f51b5;
}
.lightgrey_bg {
  background-color: #f2f2f2;
}
/*==================================================
=            genral style -                       =
==================================================*/
html {
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.30px;
}
a {
  color: #ca0d0d;
}
a:hover {
  color: #7184d3;
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
section {
  padding: 40px 15px;
}
.border-light {
  border: solid thin #f2f2f2;
  border-bottom: 0;
}
.first-container {
  margin-top: 80px;
}
.last-container {
  padding-bottom: 80px;
}
.title-header {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 40px;
  margin-top: 20px;
  color: #ca0d0d;
}
.title-header span {
  color: #000000;
}
.sec-about {
  margin-bottom: 0;
}
.sub-title-header {
  margin-bottom: 40px;
  font-size: 17px;
  text-transform: uppercase;
}
.darkblue_bg {
  color: #ffffff;
  background-color: #000000;
}
.darkblue_bg .title-header {
  color: #ffffff;
}
.darkblue_bg a {
  color: #ffffff;
}
.darkblue_bg a:hover {
  color: #f2f2f2;
  text-decoration: none;
}
.darkblue_bg a:focus {
  outline: none;
  text-decoration: none;
}
.service_section {
  text-align: center;
}
.each-service {
  text-align: center;
  margin-bottom: 40px;
  display: inline-block;
  vertical-align: top;
  margin: 10px;
}
.each-service img {
  display: inline-block;
}
.each-service h3 {
  text-transform: uppercase;
  font-size: 18px;
}
.upper-strip {
  margin: 0;
  padding: 10px;
  background-color: #ca0d0d;
  color: #ffffff;
}
.upper-strip a {
  color: #ffffff;
}
.upper-strip a:hover {
  color: #f2f2f2;
  text-decoration: none;
}
.upper-strip a:focus {
  outline: none;
  text-decoration: none;
}
.sec-top {
  padding-top: 0;
}
/*==================================================
=            Menu                                 =
==================================================*/
p {
  font-size: 15px;
}
section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 0px;
}
.lightgrey_bg {
  padding-top: 0;
}
.box-shadow {
  -webkit-box-shadow: 1px 14px 12px -14px rgba(0, 0, 0, 0.76);
  -moz-box-shadow: 1px 14px 12px -14px rgba(0, 0, 0, 0.76);
  box-shadow: 1px 14px 12px -14px rgba(0, 0, 0, 0.76);
}
.container-box {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.navbar-default {
  background-color: #ffffff;
  border-color: none;
}
.navbar-toggle {
  margin-top: 22px;
}
.navbar-brand {
  float: left;
  height: 80px;
  padding: 0px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-nav > li > a {
  border-bottom: solid 5px #ffffff;
  text-transform: uppercase;
  font-weight: 600;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: #ffffff;
  color: #ca0d0d;
  border-bottom: solid 5px #ca0d0d;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  border-bottom: solid 5px #ca0d0d;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.nav > li {
  position: relative;
  display: block;
  text-align: center;
}
footer {
  border-top: solid 2px #ca0d0d;
  padding: 20px 15px;
}
.text-right-screen {
  text-align: center;
}
.text-left-screen {
  text-align: center;
}
.upperbox {
  position: relative;
}
.sidebox {
  min-height: 400px;
  z-index: 99;
}
.book {
  background-color: #ca0d0d;
  color: #ffffff;
  padding: 10px 40px;
  border: solid 1px #ca0d0d;
  font-size: 600;
  transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  border-radius: 0;
}
.book:hover {
  background-color: #ffffff;
  color: #ca0d0d;
  border-color: #ca0d0d;
}
.book:active {
  background-color: #ca0d0d;
  color: #ffffff;
  border-color: #ca0d0d;
}
.list-contianer h5 {
  color: #ca0d0d;
  font-weight: bold;
}
.link-list {
  list-style-type: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
  margin: 0;
  padding: 0;
}
.link-list li {
  padding-left: 0.5em;
  text-indent: -0.7em;
  padding-top: 8px;
  font-size: 15px;
}
.link-list li:before {
  content: "\f05d";
  padding-right: 5px;
  color: #ca0d0d;
  font-family: 'FontAwesome';
}
.headerstrip-tagline {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}
.list h2 {
  margin-top: 0;
}
.list p {
  color: #ffffff;
  margin-top: 25px;
  margin-bottom: 25px;
}
.list-company {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
  text-align: center;
}
.list-company li {
  display: inline-block;
  padding: 9px 27px;
  color: #ffffff;
  background-color: #000000;
  margin: 5px;
  border: solid thin #000000;
  transition: all ease 0.5s;
  /* border-bottom: solid 2px #a42a23; */
  text-transform: uppercase;
  font-size: 13px;
}
.list-company li ul {
  list-style: none;
}
.list-company li:hover {
  border: solid thin #ca0d0d;
  color: #ffffff;
  background-color: #ca0d0d;
  padding: 9px 27px;
}
.list-company li a {
  color: #ffffff;
  text-decoration: none;
}
.content.list.service {
  margin-top: 60px;
}
.content.list.service p {
  color: #000000;
  text-align: center;
  margin-bottom: 50px;
}
.form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#gmap_canvas {
  width: 200px;
  height: 300px;
  margin: auto;
  color: #000000;
  margin-top: 13px;
}
.contact-details {
  padding-bottom: 25px;
}
.contact-details p {
  font-weight: 100;
}
.pace {
  width: 140px;
  height: 300px;
  position: fixed;
  top: 30%;
  right: 45%;
  z-index: 2000;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 2s linear 0s;
  -moz-transition: all 2s linear 0s;
  transition: all 2s linear 0s;
}
.pace.pace-active {
  -webkit-transform: scale(0.25);
  -moz-transform: scale(0.25);
  -ms-transform: scale(0.25);
  -o-transform: scale(0.25);
  transform: scale(0.25);
  opacity: 1;
}
.pace .pace-activity {
  width: 140px;
  height: 140px;
  border-radius: 70px;
  background: #000000;
  position: absolute;
  top: 0;
  z-index: 1911;
  -webkit-animation: pace-bounce 1s infinite;
  -moz-animation: pace-bounce 1s infinite;
  -o-animation: pace-bounce 1s infinite;
  -ms-animation: pace-bounce 1s infinite;
  animation: pace-bounce 1s infinite;
}
.pace .pace-progress {
  position: absolute;
  display: block;
  left: 50%;
  bottom: 0;
  z-index: 1910;
  margin-left: -30px;
  width: 60px;
  height: 75px;
  background: rgba(20, 20, 20, 0.1);
  box-shadow: 0 0 20px 35px rgba(20, 20, 20, 0.1);
  border-radius: 0.75px;
  -webkit-transform: scaleY(0.3) !important;
  -moz-transform: scaleY(0.3) !important;
  -ms-transform: scaleY(0.3) !important;
  -o-transform: scaleY(0.3) !important;
  transform: scaleY(0.3) !important;
  -webkit-animation: pace-compress 0.5s infinite alternate;
  -moz-animation: pace-compress 0.5s infinite alternate;
  -o-animation: pace-compress 0.5s infinite alternate;
  -ms-animation: pace-compress 0.5s infinite alternate;
  animation: pace-compress 0.5s infinite alternate;
}
@-webkit-keyframes pace-bounce {
  0% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
  }
  50% {
    top: 140px;
    height: 140px;
    -webkit-animation-timing-function: ease-out;
  }
  55% {
    top: 160px;
    height: 120px;
    border-radius: 1.16666667px;
    -webkit-animation-timing-function: ease-in;
  }
  65% {
    top: 120px;
    height: 140px;
    border-radius: 70px;
    -webkit-animation-timing-function: ease-out;
  }
  95% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes pace-bounce {
  0% {
    top: 0;
    -moz-animation-timing-function: ease-in;
  }
  50% {
    top: 140px;
    height: 140px;
    -moz-animation-timing-function: ease-out;
  }
  55% {
    top: 160px;
    height: 120px;
    border-radius: 1.16666667px;
    -moz-animation-timing-function: ease-in;
  }
  65% {
    top: 120px;
    height: 140px;
    border-radius: 70px;
    -moz-animation-timing-function: ease-out;
  }
  95% {
    top: 0;
    -moz-animation-timing-function: ease-in;
  }
  100% {
    top: 0;
    -moz-animation-timing-function: ease-in;
  }
}
@keyframes pace-bounce {
  0% {
    top: 0;
    animation-timing-function: ease-in;
  }
  50% {
    top: 140px;
    height: 140px;
    animation-timing-function: ease-out;
  }
  55% {
    top: 160px;
    height: 120px;
    border-radius: 1.16666667px;
    animation-timing-function: ease-in;
  }
  65% {
    top: 120px;
    height: 140px;
    border-radius: 70px;
    animation-timing-function: ease-out;
  }
  95% {
    top: 0;
    animation-timing-function: ease-in;
  }
  100% {
    top: 0;
    animation-timing-function: ease-in;
  }
}
@-webkit-keyframes pace-compress {
  0% {
    bottom: 0;
    margin-left: -30px;
    width: 60px;
    height: 75px;
    background: rgba(20, 20, 20, 0.1);
    box-shadow: 0 0 20px 35px rgba(20, 20, 20, 0.1);
    border-radius: 0.75px;
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    bottom: 30px;
    margin-left: -10px;
    width: 20px;
    height: 5px;
    background: rgba(20, 20, 20, 0.3);
    box-shadow: 0 0 20px 35px rgba(20, 20, 20, 0.3);
    border-radius: 1px;
    -webkit-animation-timing-function: ease-out;
  }
}
@-moz-keyframes pace-compress {
  0% {
    bottom: 0;
    margin-left: -30px;
    width: 60px;
    height: 75px;
    background: rgba(20, 20, 20, 0.1);
    box-shadow: 0 0 20px 35px rgba(20, 20, 20, 0.1);
    border-radius: 0.75px;
    -moz-animation-timing-function: ease-in;
  }
  100% {
    bottom: 30px;
    margin-left: -10px;
    width: 20px;
    height: 5px;
    background: rgba(20, 20, 20, 0.3);
    box-shadow: 0 0 20px 35px rgba(20, 20, 20, 0.3);
    border-radius: 1px;
    -moz-animation-timing-function: ease-out;
  }
}
@keyframes pace-compress {
  0% {
    bottom: 0;
    margin-left: -30px;
    width: 60px;
    height: 75px;
    background: rgba(20, 20, 20, 0.1);
    box-shadow: 0 0 20px 35px rgba(20, 20, 20, 0.1);
    border-radius: 0.75px;
    animation-timing-function: ease-in;
  }
  100% {
    bottom: 30px;
    margin-left: -10px;
    width: 20px;
    height: 5px;
    background: rgba(20, 20, 20, 0.3);
    box-shadow: 0 0 20px 35px rgba(20, 20, 20, 0.3);
    border-radius: 1px;
    animation-timing-function: ease-out;
  }
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  /* change if the mask should have another color then white */
  z-index: 1031;
  /* makes sure it stays on top */
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -150px 0 0 -100px;
  /* is width and height divided by two */
}
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  .sidebox {
    position: relative;
  }
  .carousel-caption {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
  }
  #gmap_canvas {
    width: 230px;
    height: 350px;
    margin: auto;
    margin-top: 13px;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  #gmap_canvas {
    width: 400px;
    height: 350px;
    margin: auto;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .text-right-screen {
    text-align: right;
  }
  .text-left-screen {
    text-align: left;
  }
  .navbar-right {
    float: right!important;
    margin-right: 0;
  }
  .each-service {
    text-align: center;
    margin-bottom: 40px;
    width: 300px;
  }
  #gmap_canvas {
    width: 500px;
    height: 300px;
    margin: auto;
    margin-top: 13px;
  }
}
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .carousel-caption {
    text-align: left;
    left: 40px;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
  }
  .carousel-indicators {
    left: 60px;
    bottom: 10px;
  }
  .sidebox {
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    right: 50px;
    top: 0px;
    height: 100%;
  }
  #ajaxform {
    width: 350px;
    height: 300px;
    margin: auto;
    margin-top: 13px;
  }
}
