/*Survey Large
------------------------------------*/
/*Survey Page*/
.survey h2 {
  color: #717171;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 10px;
	font-family: 'Allerta', Helvetica, Arial, sans-serif
}

.survey {
	box-shadow: -10px 10px 5px -4px rgba(136, 136, 136, 0.32);
	/* background: rgba(111, 111, 111, 0.05); */
}

#heightIcon {
	height: 45px;
}

.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;
}

.survey h2 a {
  line-height: 32px;
}

.container {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.survey h2 a:hover {
  text-decoration: none;
}

.survey .survey-img {
  margin: 20px 0;
}

/*Survey Content Tags*/
.survey-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 rgba(140, 140, 140, 0.37);;
	border-bottom: solid 1px rgba(140, 140, 140, 0.37);;
	white-space: nowrap;
}

.survey-post-tags ul {
  margin-bottom: 0;
}

.survey-post-tags li {
  font-size: 12px;
}

.survey-post-tags li i {
  color: #777;
}

.survey-post-tags ul.survey-info {
  color: #eee;
  margin-bottom: 3px;
}

.survey-post-tags ul.survey-tags a {
  color: #555;
  font-size: 11px;
  display: inline;
  padding: 3px 7px;
  margin-right: 2px;
  background: #f4f4f4;
}

.survey-post-tags ul.survey-tags a:hover {
  background: #72c02c;
}

/*Survey Item Page
------------------------------------*/
.survey-item .media img {
  top: 3px;
  width: 54px;
  height: 54px;
  position: relative;
}

.post-comment h3,.survey-item .media h3 {
  color: #72c02c;
  font-size: 21px;
  margin-bottom: 25px;
}

.survey-item .media h4.media-heading {
  color: #555;
  font-size: 17px;
  position: relative;
}

.survey-item .media h4.media-heading span {
  top: 3px;
  right: 0;
  color: #777;
  font-size: 12px;
  position: absolute;
}

.survey-item .media h4.media-heading span a {
  color: #72c02c;
}

/*Survey Medium
------------------------------------*/
.survey-medium .survey-info li {
  color: #777;
}

/* Medium devices (desktops, 992px and up) */
@media ( max-width : 992px) {
  .survey-medium img {
    margin-bottom: 20px;
  }
}

/*Survey Full Wisth
------------------------------------*/
.survey-full-width ul.survey-info {
  margin-bottom: 0;
}