@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&subset=latin-ext");
body {
  background: #fff;
  color: #111;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}

a {
  color: #111;
  font-weight: 500;
  transition: .3s all;
}
a:hover, a:active, a:focus {
  color: #FF581B;
  text-decoration: none;
}

.top-nav {
  border-bottom: 1px solid #eee;
  padding: 10px;
}
.top-nav a {
  color: #111;
  text-transform: uppercase;
}
.top-nav a:hover {
  color: #FF581B;
}

.menu {
  background: transparent;
}
@media (max-width: 768px) {
  .menu {
    background: #FF581B;
    color: #fff;
  }
}
.menu .navbar-brand {
  color: #fff;
}
@media (min-width: 768px) {
  .menu .navbar-brand {
    display: none;
  }
}
.menu .navbar-toggler {
  color: #fff;
  border-color: #fff;
  background: #fff;
}
.menu .navbar-nav .nav-link {
  position: relative;
  color: #111;
  font-size: 15px;
  margin: 0 20px 25px 20px;
}
.menu .navbar-nav .nav-link::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 0%;
  height: 2px;
  background: #FF581B;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -ms-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
.menu .navbar-nav .nav-link:hover {
  color: #111;
}
.menu .navbar-nav .nav-link:hover::after {
  width: 100%;
}
@media (max-width: 768px) {
  .menu .navbar-nav .nav-link {
    margin: 0;
    color: #fff;
  }
}

.about {
  padding: 40px 15px;
  background: url("../images/bg_about.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  color: #fff;
}
.about .title {
  color: #fff;
  font-weight: 400;
  margin-bottom: 30px;
  position: relative;
}
.about .title::after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background: #FF581B;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: 0 auto;
}
.about .subtitle {
  color: #999;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 60px;
}

.blog {
  padding: 40px 15px;
}
.blog .title {
  font-weight: 400;
  margin-bottom: 30px;
  position: relative;
}

.content {
  padding: 40px 15px;
}
.content .title {
  font-weight: 400;
  margin-bottom: 30px;
  position: relative;
}
.content.default {
  border-bottom: 1px solid #eee;
}
.content .sidebar {
  border-left: 1px solid #FF581B;
  padding: 0px 25px;
}
@media (max-width: 768px) {
  .content .sidebar {
    border: 0;
  }
}
.content .sidebar .lastposts .item {
  display: block;
  position: relative;
  border-bottom: 1px dashed #ccc;
  padding: 10px 0;
}
.content .sidebar .lastposts .item:last-child {
  border-bottom: 0;
}

footer {
  padding: 40px 15px;
}
footer .column .title {
  font-size: 24px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
}
footer .column .title::after {
  content: '';
  display: block;
  width: 15%;
  height: 2px;
  background: #FF581B;
  position: absolute;
  left: 0;
  bottom: -15px;
}
footer .column a {
  color: #111;
  font-weight: bold;
}
footer .column a:hover {
  color: #FF581B;
}
footer .copyright a {
  color: #111;
  position: relative;
}
footer .copyright a::after {
  position: absolute;
  left: 0;
  bottom: -5px;
  content: '';
  display: block;
  width: 0%;
  height: 2px;
  background: #FF581B;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -ms-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
footer .copyright a:hover {
  color: #111;
}
footer .copyright a:hover::after {
  width: 100%;
}

.btn-link {
  color: #111;
  font-weight: 500;
  font-size: 14px;
  transition: .3s all;
}
.btn-link:hover, .btn-link:active, .btn-link:focus {
  color: #FF581B;
  text-decoration: none;
}

.btn-primary {
  color: #fff;
  background: #FF581B;
  border-color: #FF581B;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background: #e25521 !important;
  border-color: #e25521 !important;
}
.btn-primary:focus, .btn-primary:active {
  box-shadow: 0 0 0 0.2rem rgba(255, 88, 27, 0.25) !important;
}

.btn-details {
  color: #fff;
  background: #172743;
  border-color: #172743;
}
.btn-details:hover, .btn-details:active, .btn-details:focus {
  color: #fff;
  background: #283956 !important;
  border-color: #283956 !important;
}
.btn-details:focus, .btn-details:active {
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(255, 88, 27, 0.25) !important;
}

#map {
  height: 450px;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
/*pagination*/
.pagination {
  justify-content: center;
}

.page-link {
  color: #FF581B;
}
.page-link:hover {
  color: #fff;
  border-color: #FF581B;
  background: #FF581B;
}

.page-item.active .page-link {
  background: #FF581B;
  border-color: #FF581B;
}

/*# sourceMappingURL=style_front.css.map */
