/* Add here all your CSS customizations */
.button-wrapper {
	padding: 170px;
}
.button-wrapper .btn-default {
	color: #fff;
    background: #130704;
    border: none;
    opacity: 1;
    width: 150px;
    line-height: 20px;
    font-size: 16px;
}
.button-wrapper .btn-default:hover {
	background: #33130c;
}
.our-concept h4 {
	text-transform: uppercase;
	font-weight: bold;
}

.our-concept h3 {
	margin-top: 20px;
	margin-bottom: 14px;
	font-weight: 300;
	letter-spacing: 5px;
}

.our-concept p {
	color: #784c29;
	display: inline-block;
	font-size: 1.2em;
	max-width: 800px;
}
#footer .footer-copyright p {
	color: #480403;
	font-weight: 600;
}
.nav.nav-pills .language a {
	padding: 6px 0px !important;
}
.nav.nav-pills .language a.current {
	font-weight: bold;
}
.nav.nav-pills a:hover {
	background: transparent !important;
	color: #eee !important;
}

div.jGrowl div.jGrowl-notification.bg-warning {
	background: #F2743C;
}

div.jGrowl div.jGrowl-notification.bg-danger {
	background: #e2413e;
}

div.jGrowl div.jGrowl-notification.bg-primary {
	background: #4567e3;
}

div.jGrowl div.jGrowl-notification.bg-success {
	background: #22ab5b;
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}