html {
  min-height: 100%;
  position: relative;
}

body {
  /* Margin bottom by footer height */
  font-family: "Open Sans", sans-serif;
  background-color: #f7f4ea;
  background: url("../new_img/bg_home.png"),
    linear-gradient(rgba(247, 244, 234, 1), rgba(247, 244, 234, 1));
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a,
button {
  -webkit-transition: 0.2s all ease-out;
  -moz-transition: 0.2s all ease-out;
  -o-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}

.container {
  background: white;
  padding: 0 45px;
  position: relative;
  min-height: calc(100vh - 300px);
}

@media (max-width: 992px) {
  .container {
    padding: 0 10px;
  }
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .row-eq-height {
    display: block;
  }
}

.row-container {
  margin: 0 -45px;
}
@media (max-width: 992px) {
  .row-container {
    margin: 0 -10px;
  }
}
.row-container .l0 {
  padding-left: 0;
}
@media (max-width: 992px) {
  .row-container .l0 {
    padding-left: 10px;
  }
}
/* MENU */
.ahb-navbar {
  background: transparent;
  min-height: 100px;
  border: 0;
}

.ahb-navbar .container {
  background: white;
  position: relative;
  padding: 0 45px;
  min-height: 100px;
}

.ahb-navbar .container .navbar-right {
  margin-right: 0;
}

.ahb-navbar ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
}

@media (max-width: 992px) {
  .ahb-navbar .container {
    padding: 0 15px;
  }
  .navmenu-default .dropdown-menu {
    position: relative;
    width: 100%;
    border: none;
    box-shadow: none;
    padding-left: 25px;
  }
  .navmenu-default .dropdown-menu a {
    padding: 7px 20px 7px 5px;
  }
}

.ahb-navbar .navbar-brand {
  padding: 5px 15px;
  width: 230px;
  height: 100px;
}

.ahb-navbar .navbar-brand img {
  height: auto;
  width: 100%;
}

.ahb-navbar .user-menu {
  height: 50px !important;
  display: flex;
}
@media (max-width: 992px) { 
  .ahb-navbar .user-menu {
    display: none;
  }
}

.ahb-navbar .user-menu .navbar-form {
  display: flex;
  flex: 1;
  align-items: center;
  margin-top: 6px;
  margin-bottom: 0;
  padding-left: 0;
}
.ahb-navbar .user-menu .navbar-form .input-group {
  width: 100%;
  display: flex;
}
.ahb-navbar .user-menu .navbar-form .input-group .input-group-addon {
  padding: 8px 12px;
}
.ahb-navbar .user-menu ul {
  display: flex;
  align-items: center;
}
.ahb-navbar .user-menu ul li a {
  padding: 5px;
  padding-top: 15px;
}
.ahb-navbar .user-menu ul li a.login {
  font-size: 12px;
}
.ahb-navbar .user-menu ul li a i {
  position: relative;
  top: 0;
  font-size: 14px;
}
.ahb-navbar .user-menu ul li.language {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 12px;
}
.ahb-navbar .user-menu ul li.language.r {
  right: 30px;
}
.ahb-navbar .user-menu ul li.language a {
  padding-top: 6px;
}
.ahb-navbar .user-menu ul li.language.active a {
  background: none;
  color: #c19939;
}
.ahb-navbar .user-menu ul li.user {
  position: relative;
  width: 140px;
}

.ahb-navbar .user-menu ul li.user a {
  display: inline-block;
  padding: 0;
}
.ahb-navbar .user-menu ul li.user a.logout {
  top: 6px;
  position: absolute;
  margin-left: 5px;
}
.ahb-navbar .user-menu ul li.user a.name-u {
  position: absolute;
  font-size: 12px;
  top: 24px;
  margin-left: 5px;
}
.ahb-navbar .user-menu ul li.user .square {
  margin-top: 6px;
  width: 34px;
}

.ahb-navbar .user-menu ul li.user .square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.ahb-navbar .user-menu ul li.user .square .s-content {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ahb-navbar .user-menu ul li.user .square .s-content img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ahb-navbar .page-menu {
  display: flex;
  border-bottom: 0;
}
@media (max-width: 992px) { 
  .ahb-navbar .page-menu {
    display: none;
  }
}
.ahb-navbar .page-menu .navbar-fix {
  display: flex;
  flex: 1;
  align-items: center;
}
.ahb-navbar .page-menu .navbar-right {
  display: flex;
  align-items: center;
  width: 190px;
}

.ahb-navbar .page-menu ul li {
  display: flex;
  flex: 1;
}

.ahb-navbar .page-menu ul li a {
  padding: 5px;
  margin-top: 4px;
  border-top: 5px solid transparent;
  width: 100%;
  height: 36px;
  font-size: 11px;
  text-align: center;
  font-weight: 600;
  line-height: 11px;
  text-transform: uppercase;
  color: #696868;
  background: #f9f7f0;
  border-right: 1px solid #8e9399;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ahb-navbar .page-menu ul li:last-of-type a {
  border-right: 1px solid #f9f7f0;
}

@media (max-width: 992px) {
  .ahb-navbar .page-menu ul li a {
    font-size: 14px;
  }
}

.ahb-navbar .page-menu ul li a:hover,
.ahb-navbar .page-menu ul li a:focus {
  color: #7c2a23;
  border-top: 5px solid #7c2a23;
  background: #fff;
}

.ahb-navbar .page-menu ul li.active a {
  color: #fff;
  border-top: 5px solid #7c2a23;
  border-right: 1px solid transparent;
  background: rgba(125, 41, 33, 0.86);
}

.ahb-navbar .page-menu ul li.active a:hover,
.ahb-navbar .page-menu ul li.active a:focus {
  color: #fff;
  border-top: 5px solid #7c2a23;
  border-right: 1px solid transparent;
  background: rgba(125, 41, 33, 0.7);
}

.ahb-navbar .page-menu ul li.nav-right a {
  padding: 5px;
  margin-top: 4px;
  border-top: 5px solid transparent;
  background: transparent;
  border-right: 1px solid transparent;
  width: auto;
}

.ahb-navbar .page-menu ul li.nav-right a i {
  font-size: 20px;
  margin-right: 5px;
}

.ahb-navbar .page-menu ul li.nav-right a:hover,
.ahb-navbar .page-menu ul li.nav-right a:focus {
  color: #7c2a23;
  border-top: 5px solid transparent;
  background: #fff;
}

.ahb-navbar .page-menu ul li.nav-right.active a {
  color: #7c2a23;
  border-top: 5px solid transparent;
  background: #fff;
}

.ahb-navbar .page-menu ul li.nav-right.active a:hover,
.ahb-navbar .page-menu ul li.nav-right.active a:focus {
  color: #7c2a23;
  border-top: 5px solid transparent;
  background: #fff;
  opacity: 0.7;
}

.ahb-navbar .page-menu ul li.dropdown.open a {
  color: #fff;
  border-top: 5px solid #7c2a23;
  border-right: 1px solid transparent;
  background: rgba(125, 41, 33, 0.7);
}

.ahb-navbar .page-menu .dropdown-menu {
  min-width: 70px;
  margin: 0;
  padding: 0;
  border: none;
  background: #7c2a23;
}
.ahb-navbar .page-menu .dropdown-menu li a {
  margin-top: 0;
  border-top: none !important;
  white-space: normal;
  background: none;
  padding: 0 5px;
  width: 132px !important;
  border-right: none;
  color: white;
}
.ahb-navbar .page-menu .dropdown-menu li a:hover {
  color: #7c2a23 !important;
  background: white !important;
}
.ahb-navbar .page-menu .dropdown-menu li a span {
  border-bottom: 1px solid #c19939;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.ahb-navbar .page-menu .dropdown-menu li:last-of-type a span {
  border-bottom: none;
}
.ahb-navbar .page-menu ul li.dropdown.open .dropdown-menu li a:hover {
  background: rgba(255, 255, 255, 0.2);
}

.ahb-navbar .page-menu .dropdown-menu li:last-of-type a {
  border-bottom: none;
  border-right: none;
}

.ahb-navbar .page-menu .dropdown-menu li:active a {
  border-top: none;
}

.ahb-navbar .navbar-toggle {
  float: left;
  margin-left: 15px;
  margin-right: 0;
  margin-top: 31px;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .ahb-navbar .navbar-brand {
    height: 80px;
    width: 180px;
  }

  .ahb-navbar .container {
    min-height: 80px;
  }

  .ahb-navbar {
    min-height: 80px;
  }
}

/* FORM */
.white-bg {
  background: #fff;
  padding: 10px;
}

.white-bg .form-control {
  background-color: #f7f2e5 !important;
}
.slct {
  position: relative;
}
.slct .form-control {
  -webkit-appearance: none;
  padding-right: 30px;
}
.slct i {
  position: absolute;
  top: 10px;
  right: 6px;
  color: #909090;
  font-size: 17px;
}
.form-control {
  /* background: #F7F4EA;
  border-color: #F7F4EA; */
  box-shadow: none;
  font-size: 12px;
}

.form-control.date {
  font-size: 14px;
  color: #545454;
  font-weight: 400;
}

.input-group-addon {
  background: #f7f2e5;
  border-color: #f7f2e5;
}

/* GENERAL */
h1 {
  font-weight: 600;
}

h1.number-s {
  font-size: 60px;
}

@media (max-width: 992px) {
  h1.number-s {
    font-size: 40px;
  }
}

h2 {
}

h3 {
  font-weight: 700;
}

h3.pe {
  font-size: 20px;
  font-weight: 700;
}

h4 {
}

h5 {
  font-weight: 600;
  line-height: 20px;
}

h5 a.name {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

h5 a.name:hover,
h5 a.name:focus {
  text-decoration: none;
  opacity: 0.7;
  color: #545454;
}

h5 a {
  font-size: 10px;
  text-decoration: underline;
  text-transform: capitalize;
}

h6 {
  font-weight: 700;
  font-size: 10px;
}

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

p.small {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0;
}

pre {
  background: transparent;
  border: none;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #545454;
  white-space: pre-wrap;
  word-break: break-word;
}
.testimony {
  font-size: 11px;
  font-weight: 400;
  color: #909090;
  margin-top: 5px;
}
h5 a.link {
  font-weight: 600;
  line-height: 20px;
  font-size: 14px;
  text-decoration: none;
}

h5 a.link:hover {
  opacity: 0.7;
  text-decoration: none;
}

@media (max-width: 992px) {
  .m-t-0-xs {
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px;
  }
}

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

.text-white {
  color: white !important;
}

.text-primary {
  color: #7c2a23 !important;
}

.text-success {
  color: #575d3e !important;
}

.text-info {
  color: #ddc68d !important;
}

.text-warning {
  color: #c19939 !important;
}

.text-danger {
  color: #a94442 !important;
}

.text-gray {
  color: #909090 !important;
}

.text-darkgray {
  color: #333;
}

.bg-primary {
  background-color: #7c2a23;
}

.bg-primary-2 {
  background-color: #ccaea6;
}

.bg-success {
  background-color: #575d3e;
}

.bg-success-2 {
  background-color: #abae9e;
}

.bg-info {
  background-color: #ddc68d;
}

.bg-warning {
  background-color: #c19939;
}

.bg-warning-2 {
  background-color: #eee4cb;
}

.bg-danger {
  background-color: #f2dede;
}

hr.primary {
  border-top: 2px solid #c3a19f;
}

hr.warning {
  border-top: 2px solid #eee4cb;
}

hr.success {
  border-top: 2px solid #abae9e;
}

.p-20-30 {
  padding: 20px 30px;
}

@media (max-width: 992px) {
  .p-20-30 {
    padding: 15px;
  }
}

.p-20-30-60 {
  padding: 20px 30px 20px 50px;
}

@media (max-width: 992px) {
  .p-20-30-60 {
    padding: 15px;
  }
}

.text-right-xs {
  text-align: right;
}

@media (max-width: 992px) {
  .text-right-xs {
    text-align: center;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.flex > [class*="col-"] {
  display: flex;
}

/* HOME */
.banner {
  margin: 0 -45px;
  height: 530px;
  position: relative;
}

@media (max-width: 992px) {
  .banner {
    margin: 0 -10px;
  }
}

.banner .home-img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.banner .carousel-hover {
  position: absolute;
  width: 300px;
  top: 30px;
  bottom: 30px;
  left: 40px;
  background: #fff;
}

.banner .carousel-hover .carousel-inner {
  height: 100%;
  width: 100%;
}

.banner .carousel-hover .carousel-inner .item {
  height: 100%;
  width: 100%;
}

.banner .carousel-hover .carousel-inner .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .carousel-hover .carousel-indicators li {
  border-color: #7d8081;
}

.banner .carousel-hover .carousel-indicators .active {
  background-color: #7d8081;
}

.banner .carousel-hover .carousel-indicators {
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  bottom: 0;
  background: #fff;
}

.banner .search-banner {
  position: absolute;
  width: calc(100% - 380px);
  top: 20px;
  right: 160px;
}
@media (max-width: 992px) {
  .banner .search-banner {
    position: absolute;
    width: 90%;
    left: 5%;
    top: 0;
    right: auto;
  }
}

.banner .search-banner h1 {
  color: #fff;
  text-shadow: 3px 3px 12px black;
  font-size: 45px;
  margin-top: 160px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .banner .search-banner h1 {
    margin-top: 50px;
  }
}
.banner .search-banner h2 {
  color: #fff;
  text-shadow: 3px 3px 12px black;
  font-size: 24px;
  font-weight: 700;
}

.banner .search-banner .banner-search input[type="text"] {
  padding: 3px 25px 3px 10px;
  color: #333;
  float: left;
  height: 39px;
}

.banner .search-banner .banner-search input[type="text"]::placeholder {
  font-weight: 700;
  color: #a37878;
}

.banner .search-banner .banner-search .btn-search {
  color: #fff;
  text-shadow: 3px 3px 12px black;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 992px) {
  .b-panel {
    margin: 0 -10px;
  }
}

.b-panel .head {
  padding: 5px 15px;
}

.b-panel .head h5 {
  margin: 0;
  color: white;
}

.b-panel .body {
  padding: 30px 70px;
}

@media (max-width: 992px) {
  .b-panel .body {
    padding: 15px 10px;
  }
}

.b-panel .body.gray {
  background: #909090;
}

.b-panel .body.odd {
  background: #f7f5e9;
}

.b-panel .body.even {
  background: #fff;
}

.b-panel .body.odd .form-control {
  background: #fff;
  border: 1px solid #ece6d2;
}
.b-panel .body.odd .input-group-addon {
  background: #fff;
  border-color: #ece6d2;
  font-size: 12px;
}
.b-panel .body .nav-pills.warning li.active a {
  background-color: #ece1c6;
  color: #c19939;
}

.b-panel .body .nav-pills.warning li a {
  color: #c19939;
}

.b-panel .body .nav-pills.warning li {
  position: relative;
}

.b-panel .body .nav-pills.warning li .delete-journey-icon,
.b-panel .body .route-form li .delete-journey-icon {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  color: #c19939;
}

.delete-gallery-icon{
  position: absolute;
  z-index: 1;
  right: 0;
}

.b-panel .body .nav-pills.warning .add-tab {
  width: 35px;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  text-align: center;
  font-size: 20px;
  color: #c19939;
}

.b-panel .body .nav-tabs.warning li.active a {
  color: #c19939;
  background: transparent;
  border-bottom: 2px solid #c19939;
  border-top: none;
  border-left: none;
  border-right: none;
}

.b-panel.mountain .body {
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .b-panel.fix-mountain.mm {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .b-panel.mountain .body {
    padding: 0 10px;
  }
}

.b-panel.mountain .body .fix-mountain {
  margin: 0 -30px;
  background:#d6d4cc
}
@media (max-width: 992px) {
  .b-panel.mountain .body .fix-mountain {
    margin: 0 -10px;
  }
}
.b-panel.mountain .body .fix-mountain .gray-bg {
  background: #d6d4cc;
  padding-top: 10px;
  padding-bottom: 10px;
}

.b-panel.mountain .body .fix-mountain .gray-bg p:first-of-type {
  opacity: 0.7;
}

.b-panel.mountain .body .fix-mountain .gray-bg .links {
  padding: 0;
}

.b-panel.mountain .body .fix-mountain .gray-bg .links li {
  float: left;
}

.b-panel.mountain .body .fix-mountain .gray-bg .links li a {
  width: 20px;
  height: 20px;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.b-panel.mountain .body .fix-mountain .gray-bg .links li a i {
  margin: 0;
}

.b-panel.mountain .body .fix-mountain .gray-bg .links li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media (max-width: 992px) {
  .fix-xs-small {
    float: left !important;
    margin-bottom: 10px !important;
  }
}
.b-panel.mountain .body .banner-panel {
  margin: 0px -30px 0 -30px;
}
@media (max-width: 992px) {
  .b-panel.mountain .body .banner-panel {
    margin: 0px -10px 0 -10px;
  }
}
.b-panel.mountain .body .banner-panel .content {
  background: rgba(0, 0, 0, 0.09);
}

.b-panel.mountain .body .banner-panel .content img {
  object-fit: contain;
}

.b-panel .body .banner-panel .author, .home-carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 3px 5px;
  background: #e8dcbf;
}

.b-panel .body .banner-panel .author p {
  margin-bottom: 0;
  font-size: 12px;
}

.b-panel .body .banner-panel .author p i, .home-carousel-caption i {
  margin-right: 5px;
  font-size: 15px;
  margin-top: 0px;
  position: relative;
  top: 3px;
}

.b-panel.mountain .body h3 {
  margin: 0;
}

.b-panel .body.blog .blog-img {
  position: relative;
  display: block;
  width: 100%;
}

.b-panel .body.blog .blog-img:after {
  content: "";
  display: block;
  padding-bottom: 66%;
}

.b-panel .body.blog .blog-img .content {
  position: absolute;
  width: 100%;
  height: 100%;
  background: tan;
}

.b-panel .body.blog .blog-img .content img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.b-panel .body.blog .blog-img-m {
  position: relative;
  display: block;
  width: 100%;
}

.b-panel .body.blog .blog-img-m:after {
  content: "";
  display: block;
  padding-bottom: 147%;
}
@media (max-width: 992px) {
  .b-panel .body.blog .blog-img-m:after {
    content: "";
    display: block;
    padding-bottom: 66%;
  }
}
.b-panel .body.blog .blog-img-m .content {
  position: absolute;
  width: 100%;
  height: 100%;
  background: tan;
}

.b-panel .body.blog .blog-img-m .content img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.b-panel .body.blog h5 {
  margin-bottom: 0;
  height: 46px;
  display: block; /* Fallback for non-webkit */
  display: -webkit-box;
  line-height: 15px;
  font-size: 14px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.b-panel .body.blog h6 {
  color: #545454;
  font-size: 14px;
  height: 15px;
}

.b-panel .body.blog h5 a {
  color: #545454;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}

.b-panel .body.blog h5 a:hover  {
  opacity: 0.7;
}

.b-panel .body.blog p.date {
  margin-bottom: 10px;
  font-size: 11px;
}

.b-panel .body.blog p.comment {
  margin-bottom: 0;
  font-size: 11px;
}

.b-panel .body.blog p.content {
  margin-bottom: 10px;
  height: 66px;
  display: block; /* Fallback for non-webkit */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.square {
  position: relative;
  width: 100%;
  background: #fff;
}
a.square {
  display: block;
}
.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.s-content {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.s-content img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.b-panel .comment h5 {
  margin-bottom: 0;
}

.b-panel .comment h5 a {
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}

.b-panel .comment h5 a:hover {
  opacity: 0.7;
}

.b-panel .comment p.date {
  margin-bottom: 10px;
  font-size: 11px;
}

.b-panel .comment .delete {
  font-size: 11px;
}

.b-panel .body .banner-panel {
  margin: -15px -50px 0 -50px;
  position: relative;
}

@media (max-width: 992px) {
  .b-panel .body .banner-panel {
    margin: -15px -10px 0 -10px;
  }
}

.b-panel .body .banner-panel .content {
  position: absolute;
  height: 100%;
  width: 100%;
  background: tan;
}

.b-panel .body .banner-panel:after {
  content: "";
  padding-bottom: 45%;
  display: block;
}
@media (max-width: 992px) {
  .b-panel .body .banner-panel:after {
    padding-bottom: 75%;
  }
}

.b-panel .body .banner-panel .content img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.b-panel .body .team-nav {
  padding: 0;
  border: 0;
}

.b-panel .body .team-nav li {
  list-style: none;
  display: block;
  width: 100%;
}
@media (max-width: 992px) {
  .b-panel .body .team-nav li {
    width: unset;
  }
  .b-panel .body .team-nav li a {
    padding: 10px !important;
  }
}

.b-panel .body .team-nav li a {
  color: #545454;
  background: none;
  border: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  padding: 10px 0 10px 25px;
  display: block;
  margin: 0;
}

.b-panel .body .team-nav li a i {
  font-size: 17px;
  line-height: 11px;
  position: absolute;
  top: 11px;
  left: 0;
}

.b-panel .body .team-nav li.active a {
  color: #7c2a23;
}

.b-panel .body .team-nav li.active a i:before {
  content: "\e983" !important;
}

/* TABS SHOW */
.b-panel .body .m-tabs.success {
  border-bottom: 1px solid #575d3e;
}

.b-panel .body .m-tabs.primary {
  border-bottom: 1px solid #7c2a23;
}

.b-panel .body .m-tabs.warning {
  border-bottom: 1px solid #c19939;
}

.b-panel .body .m-tabs li a {
  font-size: 9px;
  font-weight: 700;
  background: #ece3cc;
  border-top: none;
  border-left: none;
  color: #696868;
  border-right: 1px solid #696868;
  margin-right: 0;
  text-transform: uppercase;
  padding: 10px 12px;
}

.b-panel .body .m-tabs.primary li a {
  border-bottom: 1px solid #7c2a23;
}

.b-panel .body .m-tabs.primary li a:hover {
  color: #7c2a23;
}

.b-panel .body .m-tabs.warning li a {
  border-bottom: 1px solid #c19939;
}

.b-panel .body .m-tabs.warning li a:hover {
  color: #c19939;
}

.b-panel .body .m-tabs.success li a {
  border-bottom: 1px solid #575d3e;
}

.b-panel .body .m-tabs.success li a:hover {
  color: #575d3e;
}

@media (min-width: 992px) {
  .b-panel .body .m-tabs li.download {
    float: right;
  }
}

.b-panel .body .m-tabs li.download a {
  background: transparent;
  border-right: none;
  position: relative;
  padding-right: 30px;
  border-bottom: none;
}

.b-panel .body .m-tabs li.download a i {
  font-size: 17px;
  position: absolute;
  top: 7px;
  right: 5px;
  margin: 0;
}

.b-panel .body .m-tabs li.active a {
  background: transparent;
  border-right: 1px solid #f7f5e9 !important;
  border-bottom: 1px solid #f7f5e9 !important;
}

.b-panel .body .m-tabs.primary li.active a {
  color: #7c2a23;
}

.b-panel .body .m-tabs.warning li.active a {
  color: #c19939;
}

.b-panel .body .m-tabs.success li.active a {
  color: #575d3e;
}

.b-panel .panel-tabs {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .b-panel .panel-tabs {
    padding: 0;
  }
  .b-panel .nav-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    display: -webkit-box;
    display: -moz-box;
  }
  .b-panel .nav-tabs > li {
    float: none;
  }    
}

.b-panel .panel-tabs {
  background: rgba(124, 42, 35, 0.1);
  border-bottom: 1px solid #7c2a23;
}

.b-panel .panel-tabs li a h5 {
  margin: 0;
  font-size: 11px;
}

.b-panel .panel-tabs li a {
  margin: 0;
  border: none;
  padding: 6px 20px;
  border-bottom: 1px solid #7c2a23;
  border-top: 5px solid transparent;
}

.b-panel .panel-tabs li a h5 {
  color: #7c2a23;
  font-weight: 400;
}

.b-panel .panel-tabs li a:hover,
.b-panel .panel-tabs li a:focus {
  border: none;
}

.b-panel .panel-tabs li a.primary:hover,
.b-panel .panel-tabs li a.primary:focus {
  border-bottom: 1px solid #7c2a23;
  color: #7c2a23;
  background: transparent;
  border-top: 5px solid rgba(125, 41, 33, 0.6);
}

.b-panel .panel-tabs li a.primary:hover h5 {
  color: #7c2a23;
}

.b-panel .panel-tabs li.active a.primary {
  background: #f7f5e9;
  border-bottom: 1px solid #f7f5e9;
  border-top: 5px solid rgba(125, 41, 33, 0.6);
}

.b-panel .panel-tabs li.active a.primary h5 {
  font-size: 13px;
  color: #7c2a23;
  font-weight: 600;
}

.b-panel .panel-tabs li a.warning:hover,
.b-panel .panel-tabs li a.warning:focus {
  border-bottom: 1px solid #c19939;
  color: #c19939;
  background: transparent;
  border-top: 5px solid rgba(193, 153, 57, 0.6);
}

.b-panel .panel-tabs li a.warning:hover h5 {
  color: #c19939;
}

.b-panel .panel-tabs li.active a.warning {
  background: #f7f5e9;
  border-bottom: 1px solid #f7f5e9;
  border-top: 5px solid rgba(193, 153, 57, 0.6);
}

.b-panel .panel-tabs li.active a.warning h5 {
  font-size: 13px;
  color: #c19939;
  font-weight: 600;
}

.b-panel .panel-tabs li a.success:hover,
.b-panel .panel-tabs li a.success:focus {
  border-bottom: 1px solid #575d3e;
  color: #575d3e;
  background: transparent;
  border-top: 5px solid rgba(87, 93, 62, 0.6);
}

.b-panel .panel-tabs li a.success:hover h5 {
  color: #575d3e;
}

.b-panel .panel-tabs li.active a.success {
  background: #f7f5e9;
  border-bottom: 1px solid #f7f5e9;
  border-top: 5px solid rgba(87, 93, 62, 0.6);
}

.b-panel .panel-tabs li.active a.success h5 {
  font-size: 13px;
  color: #575d3e;
  font-weight: 600;
}

.banner-panel .content .carousel {
  width: 100%;
  height: 100%;
}

.banner-panel .content .carousel .carousel-inner {
  width: 100%;
  height: 100%;
}

.banner-panel .content .carousel .carousel-inner .item {
  width: 100%;
  height: 100%;
}

.banner-panel .content .carousel .carousel-control {
  background: transparent;
  width: 40px;
  height: 40px;
  padding: 4px;
  text-shadow: none;
  top: calc(50% - 20px);
  font-size: 30px;
  opacity: 1;
}

.banner-panel .content .carousel .carousel-control:hover {
  color: #7c2a23;
}

.banner-panel .content .carousel .carousel-caption {
  text-shadow: none;
  width: auto;
  left: auto;

  /* right: 40px; */
}

.pagination {
  width: 100%;
  text-align: center;
}

.pagination strong,
.pagination span.current {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: #7c2a23;
  text-align: center;
  color: white;
  margin-right: 5px;
}

.pagination a {
  min-width: 20px;
  height: 20px;
  display: inline-block;
  background: rgba(125, 41, 33, 0.7);
  text-align: center;
  color: white;
  margin-right: 5px;
  font-weight: 400;
}

.pagination a:hover {
  text-decoration: none;
  background: rgba(125, 41, 33, 0.86);
}

/* SUMMARY */
.summary-table .header {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 3px 10px;
}
.summary-table .header span {
  padding: 3px 11px;
  float: right;
  position: relative;
  top: -3px;
  right: -10px;
}
.summary-table .header span:hover {
  background: rgba(0, 0, 0, 0.2);
}
.summary-table .subheader {
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 3px 10px;
}

.summary-table .body {
  background: #f9f7f0;
  padding: 1px 8px 5px 8px;
}
.summary-table .body .name-title {
  padding: 5px 5px 0 5px;
  font-size: 11px;
  margin-bottom: -5px;
}
.summary-table .body .name-title a {
  color: #545454;
  font-size: 11px;
  font-weight: 400;
}
.summary-table .body .title {
  padding: 5px 5px 0 5px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}
.summary-table .body .title.primary {
  border-bottom: 1px solid #7c2a23;
}
.summary-table .body .title.success {
  border-bottom: 1px solid #575d3e;
}
.summary-table .body .title.warning {
  border-bottom: 1px solid #c19939;
}

.summary-table .body .subtitle {
  font-size: 11px;
}

.summary-table .body .info-attr {
  margin-left: 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  white-space: unset;
  overflow: unset;
  text-overflow: unset;
}

.summary-table .body .info-attr.second {
  margin-left: 20px;
}

.summary-table .body .box {
  background: #fff;
  padding: 5px 8px;
  margin-bottom: 10px;
}

.summary-table .body .box .info-attr {
  margin-left: 0;
}

.summary-table .body .box .bb-primary {
  border-bottom: 1px solid #7c2a23;
}

.submit-link {
  font-size: 11px;
  text-decoration: underline;
  color: #333;
  float: right;
  margin-top: 20px;
  display: inline-block;
}

.submit-link img {
  width: 25px;
  margin-right: 5px;
}

.submit-link:hover {
  color: #7c2a23;
}

.route-link {
  display: block;
  font-size: 11px;
  color: #333;
  position: relative;
  padding: 8px 0;
}

.route-link span {
  text-decoration: underline;
  width: 85%;
  display: block;
}

.route-link i {
  font-size: 25px;
  position: absolute;
  right: 0;
  top: 1px;
}

.route-link:hover {
  color: #c19939;
}

.table.summary {
  margin-bottom: 0;
}

.table.summary thead tr th {
  padding: 3px 10px;
  font-size: 14px;
  border: none;
}

.table.summary thead tr.subheader th {
  padding: 3px 10px;
  font-size: 11px;
  border: none;
}

.table.summary tbody tr td {
  padding: 5px 8px;
  background: #f9f7f0;
  font-size: 11px;
  border: none;
}

.table.summary tbody tr.namet td {
  padding: 5px 5px 0 5px;
  font-size: 12px;
  font-weight: 700;
}

.table.summary tbody tr.namet td.bb-primary {
  border-bottom: 1px solid #7c2a23;
}

.table.summary tbody tr.namet td.bb-warning {
  border-bottom: 1px solid #c19939;
}

.table.summary tbody tr.namet td.bb-success {
  border-bottom: 1px solid #575d3e;
}

.table.summary tbody tr td.space {
  width: 10px;
  min-width: 10px;
  max-width: 10px;
  padding: 0;
  border-bottom: none !important;
}

.table.summary tbody tr td.typet {
  width: 90px;
}

.table.summary tbody tr td.icon {
  width: 50px;
}

.table.summary tbody tr td.colab {
  text-align: right;
}

.table.summary tbody tr.rowlink:hover {
  opacity: 0.7;
}

.table.summary tbody tr td.colab a {
  color: #545454;
}

.table.summary tbody tr td.colab a:hover {
  color: #545454;
  text-decoration: underline;
}

.table.summary tbody tr td.colab a:hover i {
  text-decoration: none !important;
}

.table.summary tbody tr td.colab a i {
  font-size: 17px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.table.summit thead tr {
  background: #797975;
}
.table.summit thead tr th {
  background: #797975;
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  padding: 5px;
  border: none;
}

.table.summit tbody tr:nth-of-type(odd) {
  background: #d1cfc1;
}

.table.summit tbody tr:nth-of-type(even) {
  background: #eae5d7;
}

.table.summit tbody tr:hover,
.table.summit tbody tr.active {
  background: #d5bf88;
}

.table.summit tbody tr td {
  font-size: 11px;
  border: none;
}

#chart_div > div > div:nth-child(1) > div > svg > rect {
  fill: transparent;
}

#chart_div {
  overflow: hidden;
  width: 110%;
  height: 310px;
  margin-left: -70px;
}

@media (max-width: 992px) {
  #chart_div {
    overflow: hidden;
    width: 100%;
    height: 310px;
    margin-left: auto;
  }
}

.chart_footnote {
  font-size: 11px;
  font-weight: 400;
}

a.colab {
  text-decoration: none;
}

a.colab {
  color: #545454;
}

a.colab:hover {
  color: #545454;
  text-decoration: underline;
}

a.colab:hover i {
  text-decoration: none !important;
}

a.colab i {
  font-size: 17px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.min {
  min-height: 480px;
}

.delete {
  position: relative;
  top: -18px;
  cursor: pointer;
}

.upload {
  cursor: pointer;
  display: block;
  text-align: right;
  margin-top: 15px;
  font-size: 9px;
  font-weight: 700;
  color: #545454;
}

.upload span {
  text-decoration: underline;
}

.upload i {
  font-size: 17px;
  position: relative;
  top: 2px;
  margin: 0;
}

.upload:hover,
.upload:focus {
  color: #545454;
  opacity: 0.7;
  text-decoration: none;
}

.summit-done {
  display: block;
  text-align: right;
  margin-top: 15px;
  font-weight: 600;
  color: #545454;
}
@media (max-width: 992px) {
  .summit-done {
    text-align: left;
  }
}

.summit-done img {
  width: 40px;
}

.summit-done:hover,
.summit-done:focus {
  text-decoration: none;
}

.summit-done:hover img,
.summit-done:focus img {
  opacity: 0.7;
}

.edit {
  position: absolute;
  z-index: 700;
  top: 130px;
  right: 45px;
  background: #f7f4ea;
  color: #7c2a23;
  padding: 0 5px;
  -webkit-filter: drop-shadow(1px 6px 10px rgba(0, 0, 0, 0.9));
  filter: drop-shadow(1px 6px 10px rgba(0, 0, 0, 0.9));
}
@media (max-width: 992px) {
  .edit {
    top: 230px;
    right: 0;
  }
}

.edit:hover {
  opacity: 0.7;
  text-decoration: none;
}

.edit p {
  color: #7c2a23;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  right: 20px;
}

.edit span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f7f4ea;
  display: inline-block;
  padding: 5px;
  position: relative;
  right: 27px;
}
@media (max-width: 992px) {
  .edit span {
    width: 35px;
    height: 35px;
    right: 18px;
  }
}

.edit span i {
  width: 40px;
  height: 40px;
  background: #7c2a23;
  color: #f7f4ea;
  border-radius: 50%;
  display: inline-block;
  font-size: 20px;
  padding: 9px;
}
@media (max-width: 992px) {
  .edit span i {
    width: 25px;
    height: 25px;
    font-size: 12px;
    padding: 6px 7px;
  }
}

.translate {
  position: absolute;
  z-index: 700;
  top: 200px;
  right: 45px;
  background: #f7f4ea;
  color: #575d3e;
  padding: 0 5px;
  -webkit-filter: drop-shadow(1px 6px 10px rgba(0, 0, 0, 0.9));
  filter: drop-shadow(1px 6px 10px rgba(0, 0, 0, 0.9));
}
@media (max-width: 992px) {
  .translate {
    top: 290px;
    right: 0;
  }
}

.translate:hover {
  opacity: 0.7;
  text-decoration: none;
}

.translate p {
  color: #575d3e;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  right: 20px;
}

.translate span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f7f4ea;
  display: inline-block;
  padding: 5px;
  position: relative;
  right: 27px;
}
@media (max-width: 992px) {
  .translate span {
    width: 35px;
    height: 35px;
    right: 18px;
  }
}

.translate span i {
  width: 40px;
  height: 40px;
  background: #575d3e;
  color: #f7f4ea;
  border-radius: 50%;
  display: inline-block;
  font-size: 20px;
  padding: 9px;
}
@media (max-width: 992px) {
  .translate span i {
    width: 25px;
    height: 25px;
    font-size: 12px;
    padding: 6px 7px;
  }
}
.e-card {
  padding: 30px;
  background: #dedfd9;
}

.e-card .e-img {
  width: 100%;
  position: relative;
}

.e-card .e-img .content {
  position: absolute;
  height: 100%;
  width: 100%;
  background: tan;
}

.e-card .e-img:after {
  content: "";
  padding-bottom: 100%;
  display: block;
}

.e-card .e-img .content img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.e-card h5 {
  margin-bottom: 0;
  margin-top: 0;
}

.e-card p {
  font-size: 12px;
}

.e-card hr {
  margin: 5px 0;
  border-top-color: #a4a59f;
}

.e-card a {
  font-size: 11px;
}

.n-card {
  background: rgba(171, 174, 158, 0.62);
  border-radius: 10px;
  padding: 10px;
}

.n-card h5 {
  margin: 0;
}

.n-card img {
  width: 50px;
  margin: 10px auto;
  text-align: center;
  display: block;
}

.fix-m {
  margin-left: 6.25% !important;
}

@media (max-width: 992px) {
  .fix-m {
    margin-left: 12.5% !important;
  }
}

.fix-m .n-card {
  height: 370px;
}

.n-card .box {
  margin: 0 -10px;
  display: block;
  padding: 10px;
}

.n-card .box:hover {
  background: #abae9e;
  text-decoration: none;
  cursor: pointer;
}

.n-card .box h1 {
  margin-top: 0;
  margin-bottom: 5px;
}

.n-card .box h6 {
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 600;
}

.n-card .box:hover h1 {
  color: #7c2a23;
}

.n-card .box:hover h6 {
  color: white;
}

.d-card {
  padding: 20px;
  border-radius: 10px;
  background: #e3d2a7;
}

/* MODAL */
.modal-content {
  border: none;
}

.modal-header {
  padding: 5px 15px;
}

.modal-header h5 {
  color: white;
}

.modal-header .close {
  color: #fff;
  text-shadow: none;
  opacity: 1;
}

.modal-body {
  padding: 15px 50px;
  background: #f7f5e9;
}
@media (max-width: 992px) {
  .modal-body {
    padding: 15px 15px;
  }
}
/* .modal-header {
  border: 0;
  background: #f7f5e9;
}
.modal-header .close {
  color: #545454;
} */
.modal-footer {
  border: 0;
  background: #f7f5e9;
}

.modal-body .form-control {
  background: #fff;
  border: 1px solid #ece6d2;
}
.modal-body .input-group .form-control {
  border-left: 0;
}
.modal-body .input-group-addon {
  background: #fff;
  border-color: #ece6d2;
}
.modal-body .chosen-container .chosen-choices {
  background: #fff;
  border: 1px solid #ece6d2;
}

.modal-l .modal-dialog {
  width: 800px !important;
}

.modal-l .modal-dialog .gllpMap { width: 700px; height: 400px; }

/* MODAL LOGIN */
.login-modal .modal-body .forgot {
  font-size: 11px;
  margin-top: 5px;
  text-align: right;
  float: right;
}

.login-modal .modal-body .fb-btn {
  background: #3b5998;
  color: #fff;
}

.login-modal .modal-body .g-btn {
  background: #d34836;
  color: #fff;
}

.login-modal label {
  font-weight: 400;
}

.login-modal label.waiting {
  height: 34px;
  width: 100%;
  display: block;
  text-align: center;
}

.login-modal label.check-login span {
  color: #7c2a23;
}

/* SAME HEIGHT HACK */
.equal {
  overflow: hidden;
}

.equal > div[class*="col-"] {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

/* FONT */
.f_10 {
  font-size: 10px;
}

.f_11 {
  font-size: 11px;
}

.f_12 {
  font-size: 12px;
}

.yellow {
  color: #c19939;
}

.red {
  color: #7c2a23;
}

.l-red {
  color: #a37878;
}

/* MARGIN */
.m-t-10 {
  margin-top: 10px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}
.m-t-40 {
  margin-top: 40px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

/* HACK BOOSTRAP */
.col-md-07 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 50%;
}

@media (min-width: 768px) {
  .col-md-07 {
    width: 33.33333333%;
  }
}

@media (min-width: 992px) {
  .col-md-07 {
    width: calc(100% / 7);
  }
}

.col-md-33 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: calc(100% / 3);
}
@media (max-width: 992px) {
  .col-md-33 {
    width: 100%;
  }
}

.col-md-03 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: calc(100% / 6);
}
.col-md-offset-03 {
  margin-left: calc(100% / 6);
}
@media (max-width: 992px) {
  .col-md-03 {
    width: 100%;
  }
  .col-md-03.profile-log {
    width: 50%;
    margin-bottom: 10px;
  }
}

/* INPUTS */
.checkbox-circule {
  margin-left: 20px;
}

.checkbox-circule input,
.change-type .checkbox-icon {
  position: relative;
  width: 15px;
  height: 15px;
  display: block;
  border: 0;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
}

.checkbox-circule input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -18px;
  margin-top: 0px;
}

.checkbox-circule input[type="checkbox"]:focus,
.checkbox-inline input[type="checkbox"]:focus {
  outline: none;
  box-shadow: none;
}

.checkbox-circule input:checked:before,
.change-type input:checked + .checkbox-icon:before {
  border-width: 2px;
}

.checkbox-circule input:before,
.change-type .checkbox-icon:before {
  display: table;
  width: 100%;
  height: 100%;
  border-width: 2px;
  border-style: solid;
  border-radius: 4px;
  background: #fff;
  content: " ";
  transition: background-color 20ms ease-in-out;
}

.checkbox-circule input:checked:after,
.change-type input:checked + .checkbox-icon:after {
  opacity: 1;
}

.checkbox-circule input:after,
.change-type .checkbox-icon:after {
  transition: opacity 0.05s ease-in-out;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 24%;
  left: 19%;
  display: table;
  width: 9px;
  height: 5px;
  border: 2px solid;
  border-top: 0;
  border-right: 0;
  content: " ";
  opacity: 0;
}

.checkbox-circule.gray input:checked:before,
.change-type .checkbox input:checked + .checkbox-icon:before {
  background: #fff;
  border-color: #aaa;
}

.checkbox-circule.gray input:before,
.change-type .checkbox .checkbox-icon:before {
  border-color: #ddd;
}

.checkbox-circule.gray input:after,
.change-type .checkbox-icon:after {
  border-color: #aaa;
}

.checkbox-circule.red input:checked:before,
.change-type .checkbox input:checked + .checkbox-icon:before {
  background: #fff;
  border-color: #7c2a23;
}

.checkbox-circule.red input:before,
.change-type .checkbox .checkbox-icon:before {
  border-color: #ddd;
}

.checkbox-circule.red input:after,
.change-type .checkbox-icon:after {
  border-color: #7c2a23;
}

.multiple-box {
  margin: 0;
}

.multiple-box input[type="checkbox"] {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
  border: 0;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  margin-right: 5px;
  border-radius: 4px;
  overflow: hidden;
}

.multiple-box input[type="checkbox"]:before {
  display: table;
  width: 100%;
  height: 100%;
  border-width: 2px;
  border-style: solid;
  background: #fff;
  content: " ";
  transition: background-color 20ms ease-in-out;
  border-color: #757575;
}

.multiple-box input[type="checkbox"]:after {
  transition: opacity 0.05s ease-in-out;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 25%;
  left: 25%;
  display: table;
  width: 9px;
  height: 5px;
  border: 2px solid;
  border-top: 0;
  border-right: 0;
  content: " ";
  opacity: 0;
  border-color: #757575;
}

.multiple-box input[type="checkbox"]:checked:after {
  opacity: 1;
}

.multiple-box label {
  font-weight: 400;
  margin: 0;
  font-size: 13px;
  position: relative;
  top: -2px;
}

.multiple-box input[type="radio"] {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
  border: 0;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  margin-right: 5px;
  overflow: hidden;
}

.multiple-box input[type="radio"]:before {
  display: table;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  background-color: #fff;
  content: " ";
  transition: background-color 20ms ease-in-out;
  border-color: #757575;
}

.multiple-box input[type="radio"]:after {
  transition: opacity 0.05s ease-in-out;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 50%;
  display: table;
  width: 7px;
  height: 7px;
  border-top: 0;
  border-right: 0;
  content: " ";
  opacity: 0;
  background-color: #fff;
}

.multiple-box input[type="radio"]:checked:after {
  opacity: 1;
}

.multiple-box input[type="radio"]:checked:before {
  background-color: #757575;
}

.multiple-box input:focus {
  outline: 0;
  box-shadow: none;
}

.multiple-box.inline {
  display: inline-block;
}

.table-editor .square {
  width: 84px;
  height: 84px;
}

.table-editor thead tr th {
  text-transform: uppercase;
  color: #7c2a23;
  font-size: 13px;
  font-weight: 600;
}

.table-editor tbody tr td {
  vertical-align: middle;
}

.table-editor tbody tr td .name {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0;
  display: block; /* Fallback for non-webkit */
  display: -webkit-box;
  height: 40px; /* Fallback for non-webkit */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table-editor tbody tr td .trunca {
}

.table-editor tbody tr td .small {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0;
}

.about-section p,
.about-section ul li {
  font-size: 12px;
}

.footer {
  bottom: 0;
  width: 100%;
  z-index: 100;
}
.footer.profile .container {
  padding: 0 10px;
}

.footer .container {
  padding: 0 55px;
  min-height: 80px;
}

@media (max-width: 992px) {
  .footer .container {
    padding: 0 10px;
  }
}

.footer-b {
  display: block;
  color: #f7f4ea;
  width: 25%;
  float: left;
}

@media (max-width: 992px) {
  .footer-b {
    width: 50%;
  }
}

.footer-b.bb {
  border-bottom: 1px solid #c19939;
}

.footer-b ul {
  padding: 0;
  margin-bottom: 8px;
}

.footer-b ul li {
  list-style: none;
}

.footer-b ul li a {
  color: #f7f4ea;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  text-decoration: underline;
}

.footer-b ul li a i {
  font-size: 12px;
  margin-right: 7px;
}

.develop a {
  color: #f7f4ea;
}

.map-search {
  margin-top: 20px;
}

.map-wrapper {
  height: 600px;
  position: relative;
  margin: 0 -45px;
}
@media (max-width: 992px) {
  .map-wrapper {
    height: 550px;
    margin: 0 -10px;
  }
}
.map-area {
  width: 100%;
  margin-right: 20px;
  height: 600px;
}
@media (max-width: 992px) {
  .map-area {
    height: 500px;
    margin: 0;
  }
}
.search-bar {
  position: absolute;
  overflow: hidden;
  width: 340px;
  top: 10px;
  right: 60px;
}
@media (max-width: 992px) {
  .search-bar {
    width: calc(100% - 20px);
    top: 60px;
    right: auto;
    left: 10px;
  }
}
.search-content {
  padding-top: 30px;
  padding-bottom: 10px;
  overflow: hidden;
}

.legend {
  position: absolute;
  overflow: hidden;
  width: 170px;
  bottom: 30px;
  left: 60px;
}
@media (max-width: 992px) {
  .legend {
    width: 100%;
    bottom: -70px;
    left: 0;
  }
}
.legend .top {
  display: block;
  color: #333;
  background: #ece3cc;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.legend .info {
  padding: 10px;
  background: #f7f4ea;
}

.legend .info p {
  margin-bottom: 5px;
  font-size: 11px;
  text-transform: uppercase;
  cursor: pointer;
}
@media (max-width: 992px) {
  .legend .info p {
    display: inline-block;
  }
}
/* .advanceSearch label {
  display:block;
  line-height:7px;
}
.advanceSearch .slct {
  width: 100%;
  height: 34px;
  overflow: hidden;
  background: #fff;
  border: 2px solid #f3ebd7;
  margin-bottom: 10px;
}
.advanceSearch .slct select {
  background: transparent;
  width: 100%;
  padding: 5px;
  font-size: 12px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 30px;
  cursor: pointer;
}


.advanceSearch .hiking-filter, .advanceSearch .climbing-filter{display:none;}

.diff {display:block;margin:0 9px;float: left;}
.diff img {height: 24px; width: 24px;}
.diff:hover {opacity: .5;}

.difficulty-5, .difficulty-6, .difficulty-7, .difficulty-8, .difficulty-9, .difficulty-10, .difficulty-11 {width: 25px !important;margin: 2px 7px !important;}

.advanceSearch input[type="text"] {border:1px #d9d9d9 solid; background:#ededed url(../images/icon-quicksearch.png) no-repeat right center; padding-right:18px; width:130px;} */
/* .max-value {float:right;} */
/* BOX SEARCH */
.search-header a {
  width: 33%;
  display: block;
  float: left;
  margin-right: 1.73px;
}

.search-header a .bb {
  height: 5px;
  width: 100%;
  background: transparent;
  display: block;
}

.search-header a .bba {
  display: block;
  color: #333;
  background: #ece3cc;
  padding: 5px 5px;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.search-header a:last-of-type {
  margin-right: 0;
}

.search-header a.m .bba {
  color: #7c2a23;
}

.search-header a.r .bba {
  color: #c19939;
}

.search-header a.t .bba {
  color: #575d3e;
}

.search-header a.m.active .bba {
  color: #fff;
  background: #7c2a23;
}

.search-header a.m.active .bb {
  background: rgba(125, 41, 33, 0.6);
}

.search-header a.r.active .bba {
  color: #fff;
  background: #c19939;
}

.search-header a.r.active .bb {
  background: rgba(193, 153, 57, 0.6);
}

.search-header a.t.active .bba {
  color: #fff;
  background: #575d3e;
}

.search-header a.t.active .bb {
  background: rgba(85, 91, 61, 0.6);
}

.search-header a:hover {
  text-decoration: none;
}

.search-body {
  padding: 10px;
  background: #f7f4ea;
}

.search-body .slct {
  width: 100%;
  height: 34px;
  overflow: hidden;
  background: #fff;
  border: 2px solid #f3ebd7;
  margin-bottom: 10px;
}

.search-body .slct select {
  background: transparent;
  width: 100%;
  padding: 5px;
  font-size: 12px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 30px;
  cursor: pointer;
}

.search-body .panel-carcteristics .panel-default {
  border: 0;
}

.search-body .panel-carcteristics .panel-default .panel-heading {
  padding: 0;
  background: #fff;
}

.search-body .panel-carcteristics .panel-default .panel-heading .panel-title {
  padding: 5px;
  font-size: 11px;
  display: block;
  position: relative;
}

.search-body .panel-carcteristics .panel-default .panel-heading .panel-title i {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 15px;
}

.search-body
  .panel-carcteristics
  .panel-default
  .panel-heading
  .panel-title
  i:before {
  content: "\e985";
}

.search-body
  .panel-carcteristics
  .panel-default
  .panel-heading
  .panel-title.collapsed
  i:before {
  content: "\e982";
}

.search-body
  .m
  .panel-carcteristics
  .panel-default
  .panel-heading
  .panel-title:hover,
.search-body
  .m
  .panel-carcteristics
  .panel-default
  .panel-heading
  .panel-title:focus {
  text-decoration: none;
  color: #7c2a23;
}

.search-body
  .rm
  .panel-carcteristics
  .panel-default
  .panel-heading
  .panel-title:hover,
.search-body
  .rm
  .panel-carcteristics
  .panel-default
  .panel-heading
  .panel-title:focus {
  text-decoration: none;
  color: #c19939;
}

.search-body
  .t
  .panel-carcteristics
  .panel-default
  .panel-heading
  .panel-title:hover,
.search-body
  .t
  .panel-carcteristics
  .panel-default
  .panel-heading
  .panel-title:focus {
  text-decoration: none;
  color: #575d3e;
}

.search-body .panel-carcteristics .panel-default .panel-collapse .panel-body {
  border: 0;
  padding-top: 0;
}

.search-body .m .btn-default {
  border-color: #c19939;
  color: #7c2a23;
}

.search-body .rm .btn-default {
  border-color: #c19939;
  color: #c19939;
}

.search-body .t .btn-default {
  border-color: #c19939;
  color: #575d3e;
}

.search-body .btn {
  font-weight: 700;
}

@media (max-width: 992px) {
  .search-body .search-btn {
    margin-top: 10px;
  }
}

.d-icon-box {
  margin: 0 0 0 13px;
  cursor: pointer;
  display: inline-block;
}

.d-icon-box.for {
  margin: 0 0 0 40px;
}

.d-icon-box.for:first-of-type {
  margin-left: 30px;
}

.d-icon-box:first-of-type {
  margin-left: 0;
}

.d-icon {
  display: block;
  font-size: 30px;
}

.box-search {
  padding: 5px;
  background: #fff;
}

.box-search p.small {
  font-size: 11px;
  font-weight: 400;
}

.box-search .box-check {
  margin-bottom: 0;
  display: inline-block;
  font-weight: 400;
  cursor: pointer;
  font-size: 11px;
  width: 49%;
  margin-left: 1%;
  padding-left: 20px;
}

.box-search .box-check input[type="checkbox"] {
  display: inline-block;
  margin-left: -20px;
  margin-right: 5px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  border: 0;
  border-collapse: initial !important;
  background: transparent;
  -webkit-appearance: none;
  position: relative;
  top: 3px;
  overflow: hidden;
}

.box-search .box-check input[type="checkbox"]:before {
  display: table;
  width: 100%;
  height: 100%;
  content: " ";
  transition: background-color 20ms ease-in-out;
  border-width: 2px;
  border-style: solid;
  border-radius: 4px;
  background: #fff;
  border-color: #e3e4e8;
}

.box-search .box-check input[type="checkbox"]:after {
  position: absolute;
  top: 12%;
  left: 28%;
  display: table;
  width: 10px;
  height: 5px;
  content: " ";
  transition: opacity 0.05s ease-in-out;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
  border: 2px solid #fff;
  border-top: 0;
  border-right: 0;
}

.box-search .box-check input[type="checkbox"]:checked::before {
  background: #7c2a23;
  border-color: #7c2a23;
}

.box-search .box-check input[type="checkbox"]:checked::after {
  opacity: 1;
}

input[type="checkbox"].easycheck {
  display: none;
}

.results-resume {
  background: #f7f4ea;
  margin: 60px -45px 30px;
}
@media (max-width: 992px) {
  .results-resume {
    margin: 70px -10px 0;
  }
}
.resume-b {
  padding: 30px;
}
.resume-b h1 {
  font-size: 60px;
}
.resume-b img {
  position: absolute;
  top: -50px;
  width: 70px;
  left: calc(50% - 35px);
}
@media (max-width: 992px) {
  .resume-b {
    padding: 100px 30px 0;
  }
  .resume-b img {
    top: 20px;
  }
}
.results-resume .margin-resume {
  border-right: 5px solid #fff;
  border-left: 5px solid #fff;
}

.searchList {
  background-color: #e6e6e6;
  border: 1px #d9d9d9 solid;
  margin-top: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 462px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.searchList .view-more {
  color: #001f5a;
  line-height: 22px;
  padding-right: 10px;
}

.resultTable tr {
  border-bottom: 1px #c9cacb solid;
}

.resultTable td {
  padding: 5px;
}

.resultTable td + td {
  border-left: 1px #c9cacb solid;
}

.resultTable a {
  color: #00668c;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/ajaxloader.gif) 50% 50% no-repeat rgba(0, 0, 0, 0.4);
  background-size: 300px;
}

.chosen-container.chosen-container-multi
  .chosen-container.chosen-container-single {
  width: 100% !important;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none !important;
}

:focus {
  outline: none !important;
  box-shadow: none !important;
}

input:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none !important;
  box-shadow: none !important;
}

.publicidad {
  position: relative;
  width: 100%;
}

.publicidad:after {
  content: "";
  padding-bottom: 140px;
  display: block;
}

.publicidad .content {
  position: absolute;
  height: 150px;
  width: 100%;
}

.publicidad .content img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.publicidad-home {
  position: relative;
  width: 100%;
}

.publicidad-home:after {
  content: "";
  padding-bottom: 70%;
  display: block;
}

.publicidad-home .content {
  position: absolute;
  height: 100%;
  width: 100%;
}

.publicidad-home .content img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.edit-table thead tr th {
  font-size: 9px;
  text-transform: uppercase;
  vertical-align: middle;
  text-align: center;
  padding: 5px;
}

.edit-table tbody tr td {
  padding: 5px;
  font-size: 11px;
}

.edit-table tbody tr td a {
  word-break: break-all;
}

.edit-table tbody tr {
  background-color: transparent !important;
}

/* FILE UPLOAD */
.file-upload {
  display: block;
  text-align: center;
  font-size: 11px;
}
.file-upload .file-select {
  display: block;
  border: 1px solid #ece6d2;
  color: #545454;
  cursor: pointer;
  height: 34px;
  /* padding: 6px 12px; */
  line-height: 34px;
  text-align: left;
  background: #ffffff;
  overflow: hidden;
  position: relative;
}
.file-upload .file-select .file-select-button {
  background: #fff;
  padding: 0 10px;
  display: inline-block;
  height: 34px;
  line-height: 34px;
  position: absolute;
  right: 0;
  font-size: 16px;
}
.file-upload .file-select .file-select-name {
  line-height: 34px;
  display: inline-block;
  padding: 0 10px;
}
.file-upload .file-select:hover {
  border-color: #7c2a23;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.file-upload .file-select:hover .file-select-button {
  background: #ffffff;
  color: #7c2a23;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.file-upload.active .file-select {
  border-color: #7c2a23;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.file-upload.active .file-select .file-select-button {
  background: #7c2a23;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.always-primary .file-upload .file-select:hover {
  border-color: #7c2a23 !important;
}
.always-primary .file-upload .file-select:hover .file-select-button {
  background: #ffffff;
  color: #7c2a23 !important;
}
.file-upload .file-select.primary:hover {
  border-color: #7c2a23;
}
.file-upload .file-select.primary:hover .file-select-button {
  background: #ffffff;
  color: #7c2a23;
}
.file-upload.active .file-select.primary {
  border-color: #7c2a23;
}
.file-upload.active .file-select.primary .file-select-button {
  background: #7c2a23;
  color: #ffffff;
}
.file-upload .file-select.warning:hover {
  border-color: #c19939;
}
.file-upload .file-select.warning:hover .file-select-button {
  background: #ffffff;
  color: #c19939;
}
.file-upload.active .file-select.warning {
  border-color: #c19939;
}
.file-upload.active .file-select.warning .file-select-button {
  background: #c19939;
  color: #ffffff;
}
.file-upload .file-select.success:hover {
  border-color: #575d3e;
}
.file-upload .file-select.success:hover .file-select-button {
  background: #ffffff;
  color: #575d3e;
}
.file-upload.active .file-select.success {
  border-color: #575d3e;
}
.file-upload.active .file-select.success .file-select-button {
  background: #575d3e;
  color: #ffffff;
}
.file-upload .file-select input[type="file"] {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* .file-upload .file-select.file-select-disabled {opacity:0.65;}
.file-upload .file-select.file-select-disabled:hover {cursor:default;display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:40px;line-height:40px;margin-top:5px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select.file-select-disabled:hover .file-select-button{background:#dce4ec;color:#666666;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select.file-select-disabled:hover .file-select-name{line-height:40px;display:inline-block;padding:0 10px;} */
/* FILE UPLOAD 2 */
.choose-box {
  margin-top: 10px;
}

.choose-box input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.choose-box input + label {
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;

  /* background-color: #7c2a23;
  border-color: #7c2a23; */
}

.choose-box input:focus + label,
.choose-box input + label:hover {
  color: #ffffff;

  /* background-color: #541d18;
  border-color: #4c1a16; */
}

.choose-box input + label {
  cursor: pointer; /* "hand" cursor */
}

.follow {
  color: #545454;
}

.follow:hover {
  text-decoration: none;
}

.follow-full {
  color: #7c2a23;
}

.follow-full:hover {
  text-decoration: none;
}
.comment-box {
  background: #fff;
  padding: 20px 15px 15px;
  margin-bottom: 30px;
}
.comment-box h5 {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 5px;
}

.comment-box h5 a {
  font-size: 14px;
}

.comment-box h5 a:last-child {
  margin-right: 15px;
}

.more-img-carrousel li {
  width: 47%;
  float: left;
  position: relative;
  margin-bottom: 30px;
}

.more-img-carrousel li:nth-child(odd) {
  margin-right: 5%;
}

.more-img-carrousel li:after {
  content: "";
  padding-bottom: 60%;
  display: block;
}

.more-img-carrousel li a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

.more-img-carrousel li a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.history-box {
  position: relative;
  height: 1900px;
}

.history-box .time-line {
  width: 80px;
  position: absolute;
  left: calc(50% - 40px);
  height: 100%;
}

.history-box .time-line .line {
  background: #7c2a23;
  width: 4px;
  position: absolute;
  left: calc(50% - 2px);
  height: 1850px;
}

.history-box .time-line .line.gray {
  background: #d1cfc1;
  left: calc(50% - -24px);
  height: 1750px;
  margin-top: 20px;
}

.history-box .time-line .line span {
  background: #7c2a23;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  left: calc(50% - 2px);
  position: absolute;
  bottom: -10px;
  display: block;
}

.history-box .time-line .buble {
  background: #7c2a23;
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  top: 0;
  left: calc(50% - 40px);
  color: #fff;
  padding: 15px 4px;
  z-index: 1;
}

.history-box .time-line .buble p {
  margin: 0;
  font-size: 11px;
}

.history-box .time-line .buble h3 {
  margin: 0;
}

.history-box .info.der {
  width: calc(50% - 40px);
  position: absolute;
  left: 0;
  padding: 14px 10px;
}

.history-box .info.izq {
  width: calc(50% - 40px);
  position: absolute;
  right: 0;
  padding: 14px 10px;
}

.history-box .info .history-text {
  text-align: right;
}

.history-box .info .history-text h3 {
  font-size: 15px;
  font-weight: 700;
  position: relative;
  padding-right: 30px;
}

.history-box .info .history-text h3 i {
  font-size: 25px;
  line-height: 15px;
  position: absolute;
  right: 0;
  top: 1px;
  color: #7c2a23;
}

.history-box .info .history-text-ex {
  text-align: left;
}

.history-box .info .history-text-ex h3 {
  font-size: 10px;
  font-weight: 700;
  position: relative;
  padding-left: 30px;
  color: #908f8b;
}

.history-box .info .history-text-ex h3 i {
  font-size: 25px;
  line-height: 15px;
  position: absolute;
  left: 0;
  top: 1px;
  color: #d1cfc1;
}

.history-box-xs h3 {
  font-size: 11px;
}

.panel-summary .panel-default {
  border: 0;
  box-shadow: none;
}

.panel-summary .panel-default .panel-heading {
  padding: 0;
  background: #fff;
}

.panel-summary .panel-default .panel-heading .panel-title {
  padding: 5px;
  font-size: 11px;
  display: block;
  position: relative;
  font-weight: 700;
}

.panel-summary .panel-default .panel-heading .panel-title:hover,
.panel-summary .panel-default .panel-heading .panel-title:focus {
  text-decoration: none;
  opacity: 0.7;
}

.panel-summary .panel-default .panel-heading .panel-title i {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 15px;
}

.panel-summary .panel-default .panel-heading .panel-title i:before {
  content: "\e985";
}

.panel-summary .panel-default .panel-heading .panel-title.collapsed i:before {
  content: "\e982";
}

.panel-summary .panel-default.primary .panel-heading {
  background: #ccaea6;
}

.panel-summary .panel-default.primary .panel-heading .panel-title {
  color: #7c2a23;
}

.panel-summary .panel-default.primary .panel-heading .panel-title i {
  color: #7c2a23;
}

.panel-summary .panel-default.success .panel-heading {
  background: #abae9e;
}
.panel-summary .panel-default.success .panel-heading .panel-title {
  color: #575d3e;
}

.panel-summary .panel-default.success .panel-heading .panel-title i {
  color: #575d3e;
}
.panel-summary .panel-default.warning .panel-heading {
  background: #eee4cb;
}

.panel-summary .panel-default.warning .panel-heading .panel-title {
  color: #c19939;
}

.panel-summary .panel-default.warning .panel-heading .panel-title i {
  color: #c19939;
}

.panel-summary .panel-default .panel-collapse .panel-body {
  border: 0;
  padding: 5px 20px;
  background: #f9f7f0;
  box-shadow: none;
}

.panel-summary .panel-default .panel-collapse .panel-body span {
  display: block;
}

.panel-summary .panel-default .panel-collapse .panel-body span .big-icon {
  font-size: 24px;
  float: none;
  display: inline-block;
}

.panel-summary .panel-default .panel-collapse .panel-body span p {
  margin: 0;
  display: inline-block;
  position: relative;
  top: -7px;
  font-size: 11px;
  font-weight: 400;
  color: #545454;
}

.panel-summary .panel-default .panel-collapse .panel-body a {
  font-size: 11px;
  font-weight: 400;
  color: #545454;
  display: block;
  margin: 5px 0;
}

.panel-summary .panel-default .panel-collapse .panel-body a:hover,
.panel-summary .panel-default .panel-collapse .panel-body a:focus {
  text-decoration: none;
  opacity: 0.7;
}

.panel-summary .panel + .panel {
  margin-top: 1px;
}

ul.thumbs li {
  opacity: 0.65;
}

ul.thumbs li.selected {
  opacity: 1 !important;
}

ul.thumbs li.selected a.thumb {
  background: #7c2a23;
}

a.thumb .t-content img {
  font-size: 11px;
  color: #545454;
}

.ui-autocomplete.ui-front {
  z-index: 1060;
}

.service-box {
  background: #fff;
  padding: 8px;
}

/* LOADER */
.load {
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.load .help {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 30px auto;
  -webkit-animation: rotation 1.3s ease-in-out infinite;
  -moz-animation: rotation 1.3s ease-in-out infinite;
  animation: rotation 1.3s ease-in-out infinite;
}
.load .help:after {
  width: 5px;
  height: 5px;
  border-radius: 100%;
  position: absolute;
  content: "";
}
.load .help.primary {
  border: 3px rgba(124, 42, 35, 0.3) solid;
}
.load .help.primary:after {
  background-color: #7c2a23;
}
.load .help.success {
  border: 3px rgba(87, 93, 62, 0.3) solid;
}
.load .help.success:after {
  background-color: #575d3e;
}
.load .help.warning {
  border: 3px rgba(193, 153, 57, 0.3) solid;
}
.load .help.warning:after {
  background-color: #c19939;
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotation {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.load-type {
  width: 100%;
  height: 30px;
}
.typing_loader {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-animation: typing 1s linear infinite alternate;
  -moz-animation: Typing 1s linear infinite alternate;
  animation: typing 1s linear infinite alternate;
  margin: 46px auto; /* Not necessary- its only for layouting*/
  position: relative;
  left: -12px;
}
@-webkit-keyframes typing {
  0% {
    background-color: rgb(105, 105, 105);
    box-shadow: 12px 0px 0px 0px rgba(105, 105, 105, 0.2),
      24px 0px 0px 0px rgba(105, 105, 105, 0.2);
  }
  25% {
    background-color: rgba(105, 105, 105, 0.4);
    box-shadow: 12px 0px 0px 0px rgb(105, 105, 105),
      24px 0px 0px 0px rgba(105, 105, 105, 0.2);
  }
  75% {
    background-color: rgba(105, 105, 105, 0.4);
    box-shadow: 12px 0px 0px 0px rgba(105, 105, 105, 0.2),
      24px 0px 0px 0px rgb(105, 105, 105);
  }
}

@-moz-keyframes typing {
  0% {
    background-color: rgba(105, 105, 105, 1);
    box-shadow: 12px 0px 0px 0px rgba(105, 105, 105, 0.2),
      24px 0px 0px 0px rgba(105, 105, 105, 0.2);
  }
  25% {
    background-color: rgba(105, 105, 105, 0.4);
    box-shadow: 12px 0px 0px 0px rgba(105, 105, 105, 2),
      24px 0px 0px 0px rgba(105, 105, 105, 0.2);
  }
  75% {
    background-color: rgba(105, 105, 105, 0.4);
    box-shadow: 12px 0px 0px 0px rgba(105, 105, 105, 0.2),
      24px 0px 0px 0px rgba(105, 105, 105, 1);
  }
}

@keyframes typing {
  0% {
    background-color: rgba(105, 105, 105, 1);
    box-shadow: 12px 0px 0px 0px rgba(105, 105, 105, 0.2),
      24px 0px 0px 0px rgba(105, 105, 105, 0.2);
  }
  25% {
    background-color: rgba(105, 105, 105, 0.4);
    box-shadow: 12px 0px 0px 0px rgba(105, 105, 105, 2),
      24px 0px 0px 0px rgba(105, 105, 105, 0.2);
  }
  75% {
    background-color: rgba(105, 105, 105, 0.4);
    box-shadow: 12px 0px 0px 0px rgba(105, 105, 105, 0.2),
      24px 0px 0px 0px rgba(105, 105, 105, 1);
  }
}

.rating-send {
  float: right;
  font-size: 8px;
  width: 90px;
  margin-top: -20px;
}
.ididit {
  width: 35px;
  height: 35px;
  overflow: hidden;
  padding: 0 !important;
  margin-top: 6px;
  margin-right: 6px;
}
.ididit img {
  width: 100%;
  height: auto;
}
.always-primary label {
  color: #7c2a23 !important;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
}
.always-primary .btn {
  color: #ffffff;
  background-color: #7c2a23;
  border-color: #7c2a23;
}
.always-primary h5 {
  color: #7c2a23;
  font-size: 11px;
}
.form-group label {
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}
.form-group p.small {
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}
.com-icon {
  font-size: 20px;
  /* float: right; */
}

.diff-box {
  background: #fff;
  padding: 10px 7px 7px 7px;
}
.diff-box.inline {
  display: flex;
  justify-content: space-around;
}
.check-diff {
  display: block;
  margin: 5px 10px 10px;
}

.check-diff input[type="radio"],
.check-diff input[type="checkbox"] {
  display: none;
}
.check-diff input[type="radio"] + label,
.check-diff input[type="checkbox"] + label {
  margin-bottom: 0;
  font-size: 11px;
  font-weight: bold;
  color: #909090;
  cursor: pointer;
}
.check-diff input[type="radio"] + label span:before,
.check-diff input[type="checkbox"] + label span:before {
  color: #909090;
}
.always-primary .check-diff input[type="radio"]:checked + label {
  color: #7c2a23 !important;
}
.always-primary .check-diff input[type="radio"]:checked + label span:before {
  color: #7c2a23 !important;
}
.check-diff.primary input[type="radio"]:checked + label,
.check-diff.primary input[type="checkbox"]:checked + label {
  color: #7c2a23;
}
.check-diff.primary input[type="radio"]:checked + label span:before,
.check-diff.primary input[type="checkbox"]:checked + label span:before {
  color: #7c2a23;
}
.check-diff.warning input[type="radio"]:checked + label,
.check-diff.warning input[type="checkbox"]:checked + label {
  color: #c19939;
}
.check-diff.warning input[type="radio"]:checked + label span:before,
.check-diff.warning input[type="checkbox"]:checked + label span:before {
  color: #c19939;
}
.check-diff.success input[type="radio"]:checked + label,
.check-diff.success input[type="checkbox"]:checked + label {
  color: #575d3e;
}
.check-diff.success input[type="radio"]:checked + label span:before,
.check-diff.success input[type="checkbox"]:checked + label span:before {
  color: #575d3e;
}
.check-diff.text input[type="checkbox"] {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
  border: 0;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  margin-right: 5px;
  border-radius: 4px;
  overflow: hidden;
}

.check-diff.text input[type="checkbox"]:before {
  display: table;
  width: 100%;
  height: 100%;
  border-width: 2px;
  border-style: solid;
  background: #fff;
  content: " ";
  transition: background-color 20ms ease-in-out;
  border-color: #909090;
}

.check-diff.text input[type="checkbox"]:after {
  transition: opacity 0.05s ease-in-out;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 25%;
  left: 25%;
  display: table;
  width: 9px;
  height: 5px;
  border: 2px solid;
  border-top: 0;
  border-right: 0;
  content: " ";
  opacity: 0;
  border-color: #909090;
}

.check-diff.text input[type="checkbox"]:checked:after {
  opacity: 1;
}

.check-diff.text label {
  font-weight: 400;
  margin: 0;
  font-size: 12px;
  position: relative;
  top: -2px;
}

.check-diff.text input[type="radio"] {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
  border: 0;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  margin-right: 5px;
  overflow: hidden;
}

.check-diff.text input[type="radio"]:before {
  display: table;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  background-color: #fff;
  content: " ";
  transition: background-color 20ms ease-in-out;
  border-color: #909090;
}

.check-diff.text input[type="radio"]:after {
  transition: opacity 0.05s ease-in-out;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 50%;
  display: table;
  width: 7px;
  height: 7px;
  border-top: 0;
  border-right: 0;
  content: " ";
  opacity: 0;
  background-color: #fff;
}

.check-diff.text input[type="radio"]:checked:after {
  opacity: 1;
}

.check-diff.text.primary input[type="radio"]:checked:before {
  background-color: #7c2a23;
  border-color: #7c2a23;
}
.check-diff.text.warning input[type="radio"]:checked:before {
  background-color: #c19939;
  border-color: #c19939;
}
.check-diff.text.success input[type="radio"]:checked:before {
  background-color: #575d3e;
  border-color: #575d3e;
}

.check-diff.text input:focus {
  outline: 0;
  box-shadow: none;
}
.check-diff.text.primary input[type="radio"]:checked + label {
  color: #7c2a23;
}
.check-diff.text.warning input[type="radio"]:checked + label {
  color: #c19939;
}
.check-diff.text.success input[type="radio"]:checked + label {
  color: #575d3e;
}
.check-diff-did {
  display: block;
  margin: 5px 10px;
}
.check-diff-did.text label {
  font-weight: 400;
  margin: 0;
  font-size: 12px;
  position: relative;
  top: -2px;
}

.check-diff-did.text input[type="radio"] {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
  border: 0;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  margin-right: 5px;
  overflow: hidden;
}

.check-diff-did.text input[type="radio"]:before {
  display: table;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  content: " ";
  transition: border-color 20ms ease-in-out;
  border-color: #7c2a23;
}

.check-diff-did.text input[type="radio"]:after {
  transition: opacity 0.05s ease-in-out;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 50%;
  display: table;
  width: 7px;
  height: 7px;
  border-top: 0;
  border-right: 0;
  content: " ";
  opacity: 0;
  background-color: #7c2a23;
}

.check-diff-did.text input[type="radio"]:checked:after {
  opacity: 1;
}

.check-diff-did.text.primary input[type="radio"]:checked:before {
  border-color: #7c2a23;
}

.check-diff-did.text input:focus {
  outline: 0;
  box-shadow: none;
}

.fixed_header tbody {
  display: block;
  overflow: auto;
  height: 400px;
  width: 100%;
}
.fixed_header thead tr {
  display: block;
}
.letter-fix p {
  font-size: 12px;
  font-weight: 400;
  color: #545454 !important;
  line-height: 1.7 !important;
  background-color: transparent !important;
}
.letter-fix span {
  font-size: 12px;
  font-weight: 400;
  color: #545454 !important;
  line-height: 1.7 !important;
  background-color: transparent !important;
}
.letter-fix h6 {
  font-size: 13px;
  font-weight: 400;
}
.letter-fix h5 {
  font-size: 13px;
  font-weight: 700;
}
.letter-fix h4 {
  font-size: 14px;
  font-weight: 700;
}
.letter-fix h3 {
  font-size: 15px;
  font-weight: 700;
}
.letter-fix h2 {
  font-size: 16px;
  font-weight: 400;
}
.letter-fix h1 {
  font-size: 16px;
  font-weight: 700;
}
.letter-fix ol li {
  font-size: 12px;
  font-weight: 400;
  color: #545454;
  background-color: transparent !important;
}
.letter-fix ul li {
  font-size: 12px;
  font-weight: 400;
  color: #545454;
  background-color: transparent !important;
}
.edit-navi {
  padding: 0;
}
.edit-navi li {
  list-style: none;
}
.edit-navi li a {
  font-size: 12px;
  padding: 5px 3px 3px 3px;
}
.rating .star-off-png {
  color: #909090;
}
.rating.primary .star-on-png {
  color: #7c2a23;
}
.rating.warning .star-on-png {
  color: #c19939;
}
.rating.success .star-on-png {
  color: #575d3e;
}
.fancybox-map {
  padding: 7px 10px;
  display: inline-block;
}
.fancybox-map.success {
  color: #575d3e;
}
.fancybox-map.success:hover {
  text-decoration: none;
  opacity: 0.7;
  background: rgba(117, 117, 117, 0.2);
  border-radius: 4px;
}
.fancybox-map.primary {
  color: #7c2a23;
}
.fancybox-map.primary:hover {
  text-decoration: none;
  opacity: 0.7;
  background: rgba(117, 117, 117, 0.2);
  border-radius: 4px;
}
.fancybox-map.warning {
  color: #c19939;
}
.fancybox-map.warning:hover {
  text-decoration: none;
  opacity: 0.7;
  background: rgba(117, 117, 117, 0.2);
  border-radius: 4px;
}
@media (max-width: 992px) {
  .wuswug-content iframe {
    width: 100%;
    height: auto;
  }
  .wuswug-content img {
    width: 100%;
    height: auto;
  }
}
.other-box {
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.other-box.beige-bg {
  background: #f7f5e9
}
.sig-show .body {
  padding: 20px 0 0 !important;
}
@media (max-width: 992px) {
  .sig-show .body {
    padding: 10px 10px 0 !important;
  }
}

.op-07 {
  opacity: 0.7;
}

a.disabled {
  cursor: default;
}
a.disabled:hover {
  text-decoration: none;
}

.profile-people .search-people {
  float: right;
  margin-top: -16px;
  color: white;
  font-size: 14px;
}

.summary-table .carousel-hover .carousel-inner .item img.summary-hill-carousel {
  object-fit: cover;
  max-height: 250px;
  width: 100%;
}

.summary-table .carousel-hover .carousel-control {
  background: none;
}

.clickable {
  cursor: pointer;
}

.profile-sm-navbar {
  min-height: 40px;
  z-index: 1000;
  padding: 0 !important;
}

.profile-sm-navbar .nav-sidebar {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  margin-left: 0px;
}

@media (max-width: 992px) {
  .my-profile-container .info-attr {
    font-size: 10px;
  }
  .my-profile-container .p-panel .body.hitos .card h5 {
    font-size: 10px;
  }
}

.marker_infowindow img { 
  height:70px; 
  margin-right:10px; 
  vertical-align: middle;
}

.marker_infowindow img.hill-img { 
  height:50px; 
  display: block; 
  margin: auto; 
  margin-bottom: 10px;
}
.marker_infowindow a {
  vertical-align: middle;
}
.ui-datepicker {
  z-index: 9999 !important;
}
.summary_journey {
  width: 36%;
  float: left;
  margin-right: 10px;
}
p.last_sign_infowindow  {
  margin-bottom: 5px;
}
.last_sign_infowindow img {
  height: 60px;
}
@media (max-width: 768px) {
  .ahb-in-numbers {
    /* margin-top: 260px; */
  }
}
.carousel-hover-mobile img {
  height: 240px;
  max-height: 240px;
  margin: 0 auto;
}

.dot {
  height: 12px;
  width: 12px;
  margin-bottom: -2px;
  border-radius: 50%;
  display: inline-block;
}

.dot.red {
  background-color: red;
}

.dot.yellow {
  background-color: #efef3c;
}

.dot.green {
  background-color: green;
}

.company-form {
  display: none;
}
.grecaptcha-badge { 
  visibility: hidden
}

.routes-text-title {
  font-weight: 600;
}

.routes-text-box {
  background-color: #e6ddc2;
  border: 1px solid #7c2a23;
  border-radius: 6px;
  padding: 2px 6px;
  font-size: 12px;
  float: left;
  margin-bottom: 4px;
  margin-left: 2px;
  margin-right: 4px;
  font-weight: 600;
}