@font-face {
  font-family: defaultfont;
  src: url("../fonts/roboto.ttf");
}

html,
body {
  font-family: defaultfont;
}

body {
  padding-top: 145px;
}

header {
  background: url("../images/bg-header.jpg");
}

a,
.active-link:hover {
  color: #fff;
  text-decoration: none;
}

.list-days {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.active-menu {
  background: #008734 !important;
  color: #fff !important;
  width: auto;
}

.bg-theme {
  background: #008734 !important;
  color: #fff !important;
}

.text-theme {
  color: #008734 !important;
}

.arrow {
  position: absolute;
  right: 10px;
  top: 30%;
  margin-left: auto;
  margin-right: auto;
}

.list-days > li > h3 > a {
  color: inherit;
  font-size: 18px;
}

.list-days > li {
  position: relative;
  padding: 7px;
  color: inherit;
  background: #e6e6e6;
  border-bottom: 1px solid #dedede;
}

section {
  padding: 10px;
}

a:hover,
.active-link {
  color: #00c94e;
}
.logo {
  width: 130px;
}

.navbar-nav {
  flex: 1;
  margin: auto !important;
  display: flex;
  justify-content: space-between;
}

.nav-link {
  color: #fff !important;
  width: 210px;
  margin-top: 24px;
  text-align: center;
  border-top: 2px solid #fff;
}

.nav-link:hover,
.actives {
  color: #00c94e !important;
  font-weight: 600;
  border-top: 2px solid #00c94e;
}

@media only screen and (max-width: 1024px) {
  .nav-link {
    width: 100%;
    border-top: none;
    text-align: start;
    margin-top: 0px;
  }

  .actives {
    border-bottom: 2px solid #00c94e;
  }
}

.balls {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-weight: bold;
  color: #000;
  background: #ffc600;
  margin-right: 6px;
  font-size: 20px;

  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.hr {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  margin: 0;
}

.date-draw {
  font-size: 15px;
  margin-top: 5px;
}

.icons {
  font-size: 35px;
  border-radius: 50%;
  padding: 15px;
  margin-right: 10px;
}

.icon-fb {
  color: blue;
  border: 3px solid blue;
}

.icon-twitter {
  color: #1da1f2;
  border: 3px solid #1da1f2;
}

.icon-yt {
  color: #ff0000;
  border: 3px solid #ff0000;
}

.icon-insta {
  color: #f56040;
  border: 3px solid #f56040;
}

.bg-footer-1 {
  background-color: #1b1a18;
  color: #fff;
  padding: 20px;
}

.bg-footer-1 p {
  color: #7c7c7c;
}

.bg-footer-2 {
  background: #008734;
  padding: 15px;
}
.bg-footer-2 h4 {
  color: #fff;
  font-size: 16px;
}

.owl-prev:hover,
.owl-next:hover {
  background: none !important;
}
.owl-prev,
.owl-next {
  position: absolute;
  top: 8px;
  color: #008734 !important;
}

.owl-prev {
  left: 0;
}

.owl-next {
  right: 0;
}

.table-responsive-stack tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.table-responsive-stack td,
.table-responsive-stack th {
  display: block;
  /*      
   flex-grow | flex-shrink | flex-basis   */
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.table-responsive-stack .table-responsive-stack-thead {
  font-weight: bold;
}

.about-page {
  width: 75%;
}

@media screen and (max-width: 768px) {
  .table-responsive-stack tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 3px solid #ccc;
    display: block;
    margin-bottom: 10px;
  }

  .about-page {
    width: 100%;
  }
  /*  IE9 FIX   */
  .table-responsive-stack td {
    float: left\9;
    width: 100%;
  }
}
