:root {
  --main-bg-color: #959595;
  --secondary-bg-color: #333;
}
@font-face {
  font-family: 'HelveticaCondensed';
  src: url('../fonts/Helvetica-Condensed.otf');
}
/*body, html
{
    background-color:#f5f5f5;

    font-family:'HelveticaCondensed','Source Sans Pro',"Helvetica Neue",Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*/
input[type='text'].smooth {
  width: 100%;
  margin: 0;
  Margin-bottom:0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-align: inherit;
}
table {
  width: 100%;
}
table td {
  padding: 5px 10px;
  border: 1px solid #e0e0e0;
}
.filtered {
  display: none;
}
.bttn {
  cursor: pointer;
  transition: opacity 0.2s, transform 0.2s;
}
.bttn:hover {
  opacity: 0.5;
  transform: scale(1.15, 1.15);
}
a {
  text-decoration: none! important;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  transition: color 0.25s ease 0s;
  outline: none !important;
}
a:hover {
  color: #333;
}
.anmbtn {
  border: none !important;
  border-radius: 0 !important;
  background-color: #959595 !important;
  color: #ffffff !important;
  text-transform: uppercase;
  font-weight: bold !important;
  font-size: 15px !important;
  padding: 8px 30px !important;
  transition: opacity 0.25s ease 0s;
  display: inline-block;
  outline: none !important;
}
.anmrndbtn {
  display: inline-block;
  border-radius: 50%;
  background-color: #959595;
  color: #ffffff !important;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 0.5s ease;
}
.anmrndbtn:hover {
  color: #ffffff;
  opacity: 1;
}
.anmrndbtn > * {
  display: table;
  width: 100%;
  height: 100%;
}
.anmrndbtn i {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.anmrndbtn.md {
  width: 40px;
  height: 40px;
}
.anmbtn:hover {
  opacity: 0.6;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .col-xs-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
.model {
  display: none;
}
textarea,
input[type='text'] {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ccc;
  margin: 3px 0;
  background-color: transparent;
}
textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 31px;
  overflow-x: hidden;
  /* for Firefox (issue #5) */
}
a.menu-item {
  padding: 1px;
  opacity: 0.8;
}
a.menu-item:hover {
  opacity: 1;
}
a.menu-item[href=''] {
  opacity: 0.3;
}
a.menu-item > div {
  padding: 30px;
  background-color: #959595;
  color: #f0f0f0;
  text-align: center;
  font-size: 18px;
  font-weight: 00;
}
a.menu-item i {
  font-size: 50px;
}
.embinfo {
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  font-size: 8px;
  line-height: 0;
  background-color: #333;
  color: #fff;
  cursor: pointer;
}

.embinfo:hover {
  color: #fff !important;
  text-decoration: none;
  transform: scale(1.2);
}
