/* clear fix */
.grid:after {

}

.element-item {
  float: left;
  width:33%;
  height: 325px;
  padding:0px 10px 10px;
}









.discont .item a {
	text-decoration:none;
}



.discont .item {
    border: 1px solid #d7dee3;
    margin-bottom: 10px;
	width:100%;
}


.discont .item .text {
  padding: 10px 15px 10px;
  border-bottom: 2px solid #bbb;
  height:185px;
}



.discont .item:hover .text{ background:#f8f8f8;border-bottom: 2px solid #c21f13;}


.discont .item .title {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 7px;
  text-decoration:none;
  color:#454545;
  font-weight:600;
}


.discont .item .brief {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 5px;
  text-decoration:none;
  color:#656565;
  font-weight:400;
  font-style: italic;
}


.discont .item .discont {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 5px;
  margin-top:10px;
  text-decoration:none;
  color:#656565;
  font-weight:400;
  font-style: italic;
}

.discont .item .category {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 5px;
  margin-top:10px;
  text-decoration:none;
  color:#656565;
  font-weight:400;
  font-style: italic;
}

.discont .item .category b, .discont .item .discont b {
  font-weight:600;
}


.discont .item .image {
padding: 15px; margin:0px; width: 100%; text-align: center; border-bottom: 1px solid #d7dee3;
}


.discont .item .image img {
  display: inline-block;
  max-height: 190px;
  max-width: 190px;
  width:100%;
  height:auto;
  vertical-align: middle;
}











.discont .btn-primary {
    color: #555;
    background: #f5f5f5;
    border: 1px solid #ccc;
    box-shadow: 0 2px 0 0 #ccc;
}

.discont .btn-primary.btn.btn-sm, .discont .btn-primary.btn.btn-xs {
    box-shadow: 0 1px 0 0 #ccc;
}










.discont .btn-primary.is-checked {
    color: #ffffff;
    background-color: #cccccc;
    border-color: #bfbfbf;
}

.discont .btn-primary.is-checked {
    background: #c21f13;
    border: 1px solid #c21f13;
    box-shadow: 0 2px 0 0 #94180e;
}

.discont .btn-primary.btn.btn-sm.is-checked, .btn-primary.btn.btn-xs.is-checked {
    box-shadow: 0 1px 0 0 #94180e;
}







@media (max-width: 991px) {

	.element-item {
	  float: left;
	  width:33%;
	  padding:0px 10px 10px;
	}

}


@media (max-width: 767px) {

	.element-item {
	  float: left;
	  width:50%;
	  padding:0px 10px 10px;
	}

}


@media (max-width: 480px) {

	.element-item {
	  float: left;
	  width:100%;
	  padding:0px 10px 10px;
	}

}











.button {
  display: inline-block;
  padding: 10px 18px;
  margin-bottom: 10px;
  background: #EEE;
  border: none;
  border-radius: 7px;
  background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
  color: #222;
  font-family: sans-serif;
  font-size: 16px;
  text-shadow: 0 1px white;
  cursor: pointer;
}

.button:hover {
  background-color: #8CF;
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
  color: #222;
}

.button:active,
.button.is-checked {
  background-color: #28F;
}

.button.is-checked {
  color: white;
  text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}

.button:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

/* ---- button-group ---- */

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}

.button-group .button:first-child { border-radius: 0.5em 0 0 0.5em; }
.button-group .button:last-child { border-radius: 0 0.5em 0.5em 0; }





.discont-details {
	position:relative;
}
.discont-details .discont-logo {
	display:block;
	float:left;
	margin:0px 20px 20px 0px;
	padding:10px;
	border:1px solid #ccc;
}


.discont-details .discont-title {
	margin-bottom:20px;
    font-size: 19px;
    line-height: 18px;
    color: #454545;
    font-weight: 600;
}

.discont-details .discont-brief {
	margin-bottom:20px;
    font-weight: 600;
	font-style:italic;
}