body {
  background: #fff;
  padding-top: 71px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}
a {
  color: #000;
}
a:hover {
  color: #000;
}
p > a {
  border-bottom: 1px solid transparent;
}
p > a:hover {
  text-decoration: none;
  border-bottom: 1px solid #000;
}
.w100 {
  width: 100%;
}
.navbar-brand img {
  height: 45px;
}
ul.navbar-nav li a {
  padding: 5px;
  color: #000;
}
.container {
  position: relative;
}
.relative {
  position: relative;
}
.search-form {
  background: #fff;
  width: 320px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 7px 15px;
  position: absolute;
  right: 0;
  top: 50px;
  display: none;
}
* {
  transition: 0.2s;
}
*:before {
  transition: 0.2s;
}
.grd1MixIn {
  background: rgba(0, 0, 0, 0);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(1, 1, 1, 0.8));
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(1, 1, 1, 0.8));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(1, 1, 1, 0.8));
}
.noGrayScaleMixIn {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: none;
  -webkit-filter: grayscale(0);
}
.grayFilterMixIn {
  transition: 0.2s;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  -webkit-filter: grayscale(1);
}
.grayFilterMixIn:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: none;
  -webkit-filter: grayscale(0);
}
.item {
  height: 300px;
  background: #fff;
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 30px;
  overflow: hidden;
  transition: 0.2s;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  -webkit-filter: grayscale(1);
}
.item:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: none;
  -webkit-filter: grayscale(0);
}
.item * {
  position: relative;
}
.item .name {
  font-weight: 900;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  height: 60px;
  overflow: hidden;
  margin: -30px -30px 15px;
  padding: 20px 30px 20px;
}
.item .description {
  font-weight: 300;
  font-size: 15px;
}
.item .overlay {
  position: absolute;
  top: calc(300px - 40px - 40px);
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  padding: 30px;
  background: rgba(0, 0, 0, 0);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(1, 1, 1, 0.8));
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(1, 1, 1, 0.8));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(1, 1, 1, 0.8));
}
.item:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: none;
  -webkit-filter: grayscale(0);
}
.item:hover .overlay {
  top: 0;
}
.item:hover .overlay .name {
  background: none;
  height: auto;
}
.category {
  padding: 30px 0;
}
.category .sub {
  margin-right: 5px;
}
.category .headline {
  border-bottom: 2px solid #000;
  margin-bottom: 30px;
}
.item2 {
  margin-bottom: 15px;
}
footer {
  padding-top: 30px;
  margin-top: 30px;
  color: #fff;
  background: #1a1a1a;
}
footer .copyright {
  background: #000;
  color: #fff;
}
.itemQueue {
  font-size: 14px;
  margin: 0 -15px;
  padding: 15px;
}
.itemQueue .progress .progress-bar {
  width: calc(25% - 5px);
  margin-right: 5px;
}
.itemQueue .progress .progress-bar:last-child {
  width: 25%;
  margin-right: 0;
}
.itemQueue:nth-child(even) {
  background: #f8f9fa;
}
.itemQueue .image {
  position: relative;
  border: 4px solid #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  background: #f3f3f3;
}
.itemQueue .showDetail,
.itemQueue .showDescription {
  font-size: 12px;
}
.itemQueue .showDetail span,
.itemQueue .showDescription span {
  border-bottom: 1px dashed;
}
.itemQueue.checked .image img {
  opacity: 0.2;
}
.itemQueue.checked .image:after {
  display: block;
  position: absolute;
  left: 0;
  content: '\f00c';
  font-family: 'FontAwesome';
  text-align: center;
  color: black;
  width: 100%;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  font-size: 30px;
}
.itemQueue.checked .content {
  text-decoration: line-through;
}
.itemCat {
  text-decoration: none;
  padding-right: 4px;
  color: #ccc;
}
.itemCat:last-child {
  padding-right: 0;
}
.itemCat:hover {
  text-decoration: none;
}
.itemCat span {
  border-bottom: 1px dashed #ccc;
}
.itemCat:hover,
.itemCat.active {
  color: #000;
}
.itemCat:hover span,
.itemCat.active span {
  border-color: #000;
}
.markAll {
  color: #ccc;
  border-bottom: 1px dashed #ccc;
}
.markAll:hover,
.markAll.active {
  color: #000;
}
.markAll:hover span,
.markAll.active span {
  border-color: #000;
}
.modal {
  z-index: 1090;
}
.modal.show {
  display: block;
}
.modal-dialog {
  margin: 0 auto;
}
.modal-dialog .modal-content {
  border-radius: 0;
}
.modal-dialog .btn-group2 > div {
  margin-left: 5px;
}
@media (max-width: 480px) {
  .modal-dialog {
    /*.modal-content {
			.modal-body{
				height:~"calc(100vh - 120px)";
				overflow-y: auto;
			}
		}*/
  }
}
.popover {
  max-width: 320px;
}
.bootstrap-tagsinput {
  padding: 5px;
  margin-bottom: 8px;
  display: block;
  width: 100%;
}
.bootstrap-tagsinput .label {
  border: 1px solid #6c757d;
  padding: 2px 4px;
  background: #6c757d;
  margin: 5px 4px 0px;
  border-radius: 3px;
  font-size: 12px;
  display: block;
  float: left;
}
.bootstrap-tagsinput .label span {
  font-size: 14px;
}
.groupsCloud .btn,
.tagsCloud .btn {
  margin-bottom: 5px;
}
.textWrapper {
  padding: 15px;
  margin: 15px -15px 0;
  background: #f3f3f3;
}
.textWrapper b.d-block {
  margin-top: 15px;
  margin-bottom: 5px;
}
