body {
	
	margin: 0px;
	padding: 0px;
	color: #565656;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	background: #E67E21;
	color: white;
}


/* Post  */

.error_msg {
	border-radius: 5px;
	border: 2px dashed red;
	padding: 10px;
	margin-bottom: 10px;
	color: white;
	font-weight: bold;
}

#actionButton {
	
	padding: 7px 10px;
	background:#f2f2f2;
	border-radius: 5px;
	border-bottom: 1px solid #ccc;
	margin-top: 20px;
	text-decoration: none;
	color: #a1a1a1;
	cursor: pointer;
}

.post.container {
	max-width: 500px;
}

.post .review_box {
	width: 100%;
	padding: 0px;
	border: 1px solid #e4e4e4;
}

.post .message {
	text-align: center;
	width: 100%;
	padding: 20px;
	border: 3px dashed white;
	border-radius: 7px;
	margin-top: 10px;
	font-weight: bold;
	display: none;
}

.post #post_text {
	width: 100%;
	height: 200px;
	border: 0px solid #e4e4e4;
	border-radius: 7px;
	padding: 20px;
}

.post .review_box {
	min-height: 0px;
}

.post .social-buttons a {
	font-size: 16px;
	margin-bottom: 10px;
}
.post-top {
	overflow: hidden;
	display: table;
	margin-bottom: 20px;
}

.post-top .text {
	display: table-cell;
	vertical-align: middle;
}

.post .social-buttons {
	margin-top: 20px;
}
.post .logo {
	padding: 7px;
	border-bottom: 2px solid #f2f2f2;
	width: 80px;
	height: 80px;
	border-radius: 7px;
	background: white;
	float: left;
	margin-right: 20px;
}

.post .logo .inner {
	width: 100%;
	height: 100%;	
	background-size: contain;
	background-position: center center;
	background-repeat:no-repeat;
}

.post .logo img {
	border-radius: 7px;
	
}

.post h1 {
	font-size: 24px;
}

.review_box {
	
	background: white;
	min-height: 300px;
	border-radius: 7px;
	color: #565656;
	padding: 20px;
}

.review_box h1 {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 15px;
}

.container { 
	max-width: 1110px;
}

.review_top {
	margin-top: 30px;
	margin-bottom: 30px;
	
}

.review_top .review_logo {
	width: 100%;
	border-radius: 7px;
	padding: 5px;
	border: 2px solid #e4e4e4;
	background: white;
}

.review_top .review_logo img{
	width: 100%;
	border-radius: 7px;
}

.bottom {
	margin-top: 10px;
	text-align: center;
}

.bottom a {
	color: white;
	text-decoration: none;
}

.logo {
	font-family: 'Courgette', cursive;
	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.08);
	margin-top: 10px;
}

.info img {
	width: 100%;
}

.info h2 {
	font-size: 18px;
}

.btn-twitter {
	background: #29A9E0;
	border-color: #33b4ec;
}

.btn-twitter span {
	font-family: 'Courgette', cursive;
}

.btn-twitter.active {
	color: white !important;
}

.btn-twitter:hover {
	background: #33b4ec;
	color: white;
	border-color: #33b4ec;
	
}

.btn-cta {
	background: #27ae60;
	border: 0px;
	font-family: 'Open Sans', sans-serif;
	
	font-size: 16px;
	padding: 5px 10px 5px 10px;
	color: white;
	
	-webkit-box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, .10);
	-moz-box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, .10);
	box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, .10);
	
	border-radius: 5px;
	margin-top: 10px;
	width: 100%;
}

.btn-cta span {
	font-family: 'Courgette', cursive;
}

.btn-cta.active {
	color: white !important;
}

.btn-cta:hover {
	background: #27ae60;
	color: white;
	
	
}


/* Grid */


#repuso_grid {
	color: #565656 !important;
	font-size: 13px;
	overflow: hidden;
}

#repuso_grid .repuso_container {
	overflow: hidden;
}

#repuso_grid .repuso_more_button {
	
	margin: 0 auto;
	margin-top: 40px;
	padding: 15px 10px;
	background: red;
	color: white;
	width: 33.33%;
	border-radius: 5px;
	cursor: pointer;
}

#repuso_grid, #repuso_grid p {
	
	color: #565656 !important;
	
}

#repuso_grid .repuso_card {
	width: 33.32%;
	float: left;

	padding-right: 5%;
	text-align: left;

	height: 170px;
	overflow: hidden;
	display: none;
}

#repuso_grid .repuso_card .repuso_card_inner {
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
	display: table-cell;
	vertical-align: middle;
}

#repuso_grid .repuso_card .repuso_content p {
	max-height: 75px;
	height: auto;
	overflow: hidden;
	margin: auto;
}

#repuso_grid .repuso_card .repuso_media img {
	height: 80px;
	border-radius: 5px;
	float: left;
	margin-right: 10px;
}

#repuso_grid .repuso_card .repuso_from {
	margin-top: 10px;	
}

#repuso_grid .repuso_card .repuso_from_image {
	float: right;
	margin-left: 10px;
}

#repuso_grid .repuso_card .repuso_from_image img {
	width: 35px;
	border-radius: 5px;
	border: 1px solid #f2f2f2;
}

#repuso_grid .repuso_card .repuso_from_name {
	float: right;
	line-height: 16px;
	text-align: right;
}

#repuso_grid .repuso_card .repuso_name {
	font-weight: 700;
	color: #565656;
	margin-top: 2px;
}

#repuso_grid .repuso_card .repuso_source {
	color: #b5b5b5;
	font-size: 12px;
}

#repuso_grid .repuso_card .repuso_source i {
	font-size: 12px;
}

.review-info p {
	font-size: 16px;
	line-height: 22px;
}

.review-info {
	#width: 500px;
	margin: 0 auto;
	margin-top: 30px;
	overflow: auto;
	margin-bottom: 30px;
}

.review-info .repuso_from_image {
	float: right;
	margin-right: 20px;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	background-size: contain;
	background-repeat: no-repeat;
}

.review-info .media {
	max-width: 100%;
	border-radius: 5px;
	margin: 10px 0px;
}

.review-info .repuso_from_image img {
	width: 48px;
	border-radius: 3px;
}
.review-info .repuso_from_name {
	font-weight: bold;
	float: right;
	margin-right: 20px;
	text-align: right;
}

.review-info .repuso_from_source {
	font-weight: normal;
	font-size: 13px;
}

.review-info .repuso_from_source a {
	color: #565656;	
}


@media (max-width: 850px) and (min-width: 480px) {
	
	#repuso_grid .repuso_card {
		width: 49.95%;	
	}
	
	#repuso_grid .repuso_card:nth-child(2n+2) {
		border-left-width: 0px;
	}
	
	#repuso_grid .repuso_card:not(:nth-child(1)):not(:nth-child(2)) {
		border-top-width: 0px;
	}
	
}

@media (min-width: 850px) {
	
	#repuso_grid .repuso_card:nth-child(3n+2) {
	  border-left-width: 0px;
	}
	
	#repuso_grid .repuso_card:nth-child(3n+3)  {
	  border-left-width: 0px;
	}
	
	#repuso_grid .repuso_card:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
		border-top-width: 0px;
	}
	
}

@media (max-width: 550px) {
	
	.review-info {
		width: 100%;	
	}
	
	
		
}

@media (max-width: 480px) {
	
	#repuso_grid .repuso_card {
	  width: 100%;
	  height: auto;
	  border-top-width: 0px;
	  padding: 6%;
	  padding-left: 0%;
	}
	
	#repuso_grid .repuso_card .repuso_content p {
		max-height: 100px;	
		height: auto;
	}
	
	#repuso_grid .repuso_card:first-child {
		border-top-width: 1px;	
	}
	
	#repuso_grid .repuso_card .repuso_card_inner {
		overflow: hidden;
		margin-top: auto;
		margin-bottom: auto;
	}
	
	
}

.textbox {
	box-sizing: border-box;
}

@media (max-width: 1000px) {
	.info img {
		width: 100px !important;
	}
	
	.info .review_logo {
		width: 114px !important;
		float: left;
		margin-right: 20px;
	}
	
	.info {
		margin-bottom: 10px;
	}
	
	.info .textbox {
		
	}
}
 
.icon-twitter-squared:before { content: '\e800'; } /* '' */
.icon-facebook-squared:before { content: '\e801'; } /* '' */
.icon-minus:before { content: '\e802'; } /* '' */
.icon-plus:before { content: '\e803'; } /* '' */
.icon-right-open:before { content: '\e804'; } /* '' */
.icon-left-open:before { content: '\e805'; } /* '' */
.icon-quote:before { content: '\e806'; } /* '' */
.icon-angle-right:before { content: '\e807'; } /* '' */
.icon-angle-left:before { content: '\e808'; } /* '' */


/* Loader */
/* Absolute Center CSS Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}