body {
  font-family: 'Montserrat', arial, sans-serif;
  color: #494d55;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin-bottom: 15px;
  line-height: 1.5;
}

a {
  color: #EA3624;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

a:hover {
  text-decoration: underline;
  color: #000;
}

a:active {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

.btn, a.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
}

.btn .fa, a.btn .fa {
  margin-right: 5px;
}

.btn:focus, a.btn:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-cta, a.btn-cta {
  font-weight: bold;
  font-size: 16px;
  padding: 10px 30px;
}

.btn-primary {
  background: #193D2B;
  border: 1px solid #000;
  color: #fff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.hover {
  background: #F19A37;
  color: #193D2B;
  border: 1px solid #EA362433;
}

.btn-inverse {
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid transparent;
  color: #fff;
}

.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.hover {
  background: #193D2BEE;
  color: #F19A37;
  border: 1px solid transparent;
}

/* ====== Footer ====== */
.footer {
  width: 100%;
  bottom: 0;
  background: #26282c;
  color: rgba(255, 255, 255, 0.6);
  padding: 15px 10px;
}

.footer a {
  color: #40babd;
}

.footer .fa-car {
  color: #EA3624;
}


/* ======= Hero Section ======= */
.hero-section {
  padding-top: 90px;
}

.hero-section .section-title {
  margin: 0px auto;
  padding-top: 40px;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  max-width: 760px;
}

.hero-section .intro {
  color: #8e949e;
  font-size: 16px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.hero-section .items-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
}

.hero-section .items-wrapper .figure-holder {
  margin-bottom: 15px;
  vertical-align: bottom;
}

img.figure-image {
  max-width: 128px;
  filter:grayscale(1);
  transition:filter 0.25s ease;
}

img.figure-image:hover {
  filter:grayscale(0.5);
  transition:filter 4.25s ease;
}

.hero-section .items-wrapper .figure-image {
  /* max-width: 220px; */
}

.hero-section .items-wrapper .item-inner {
  padding: 10px;
}

.hero-section .items-wrapper .item-title {
  color: #193D2B;
  font-size: 32px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 20px;
}

.hero-section .items-wrapper .item-desc {
  color: #616670;
}
/* ======= book Section ======= */

.book-section .container {
  margin: 0px auto;
  padding-bottom: 10px;
  font-size: 36px;
  font-weight: 300;
}

.book-section .item-inner {
  padding: 30px;
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 100%;
}


@media (max-width: 767.98px) {
  .book-section .container {
    padding-bottom: 100px;
  }
  .hero-section .items-wrapper .item-inner  {
    margin-bottom: 40px;
  }

  .hero-section .section-title {
    margin: 0px auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  #contact div.sm-mb-12 {
    padding-bottom: 40px;
  }
  
}

#contact {
  margin: 20px;
  padding: 20px;
  margin-bottom: 80px;
}

.title-contact{margin-top:32px;display:none;}
.contact-email { display:none; }
a{transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease}
.quick-contact{color:#fff;background-color:#000;text-align:center}
.contact a{-webkit-border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px;border-radius:2px;display:block;background-color:rgba(255,255,255,0.25);font-size:20px;text-align:center;color:#fff;padding:7px}
.contact a:hover{background-color:rgba(255,255,255,0.85);text-decoration:none}
.contact a.skype:hover,.fa-skype{color:#00aff0}
.contact a.google:hover,.fa-google-plus{color:#dd4b39}
.contact a.linkedin:hover,.fa-linkedin{color:#0e76a8}
.contact a.twitter:hover,.fa-twitter{color:#00acee}


#about {
  background-color: #eee;
  color: #000;
}

.font-weight-bold {
  font-weight: bold;
}
