/*Raffle Large
------------------------------------*/
/*Raffle Page*/
.raffle h2 {
	color: #717171;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 10px;
	font-family: 'Allerta', Helvetica, Arial, sans-serif
}

.raffle {
	box-shadow: -10px 10px 5px -4px rgba(136, 136, 136, 0.32);
	/* background: rgba(111, 111, 111, 0.05); */
}

.no-concrete {
	background-color: #ffffff;
}

.blog-twitter .blog-twitter-inner {
	margin-bottom: 20px;
}

.blog-twitter .blog-twitter-inner a {
	color: #717171;
	font-family: 'Allerta', Helvetica, Arial, sans-serif
}

.blog-twitter .blog-twitter-inner:hover {
	border-color: #79dea8;
	border-top-color: #79dea8;
}

.blog-twitter .blog-twitter-inner:hover:after {
	border-top-color: #79dea8;
}

.container {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.raffle p {
	/* color: #2F5576; */
	/*font-family: 'Crimson Text', Georgia, Times, serif;*/
	font-size: 18px;
	line-height: 22px;
}

#noline {
	text-decoration: none;
}

.raffle h2 a {
  line-height: 32px;
}

.raffle h2 a:hover {
  text-decoration: none;
}

.raffle .raffle-img {
  margin: 20px 0;
}

/*Raffle Content Tags*/
.raffle-post-tags {
	  word-wrap: break-word;
  overflow: hidden;
  -o-text-overflow: ellipsis; /* pour Opera 9 */
  text-overflow: ellipsis; /* pour le reste du monde */
  padding: 5px 0 8px;
  margin-bottom: 10px;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  white-space: nowrap;
}

.raffle-post-tags ul {
  margin-bottom: 0;
}

.raffle-post-tags li {
  font-size: 12px;
}

.raffle-post-tags li i {
  color: #777;
}

.raffle-post-tags ul.raffle-info {
  color: #eee;
  margin-bottom: 3px;
}

.raffle-post-tags ul.raffle-tags a {
  color: #555;
  font-size: 11px;
  display: inline;
  padding: 3px 7px;
  margin-right: 2px;
  background: #f4f4f4;
}

.raffle-post-tags ul.raffle-tags a:hover {
  background: #72c02c;
}

/*Raffle Item Page
------------------------------------*/
.raffle-item .media img {
  top: 3px;
  width: 54px;
  height: 54px;
  position: relative;
}

.post-comment h3,.raffle-item .media h3 {
  color: #72c02c;
  font-size: 21px;
  margin-bottom: 25px;
}

.raffle-item .media h4.media-heading {
  color: #555;
  font-size: 17px;
  position: relative;
}

.raffle-item .media h4.media-heading span {
  top: 3px;
  right: 0;
  color: #777;
  font-size: 12px;
  position: absolute;
}

.raffle-item .media h4.media-heading span a {
  color: #72c02c;
}

/*Raffle Medium
------------------------------------*/
.raffle-medium .raffle-info li {
  color: #777;
}

/* Medium devices (desktops, 992px and up) */
@media ( max-width : 992px) {
  .raffle-medium img {
    margin-bottom: 20px;
  }
}

/*Raffle Full Wisth
------------------------------------*/
.raffle-full-width ul.raffle-info {
  margin-bottom: 0;
}