.reaction-main {
	position: fixed;
	width: 500px;
	top: 50%;
	left: 50%;
	z-index: 10;
	transform: translate(-50%, -50%);
	padding: 15px;
	background: #fff;
	display: none;
	border: 1px solid #00468b;
}
.reactions-wrap {
	margin-bottom: 15px;
}
.reactions-wrap:after {
	content: "";
	display: block;
	clear: both;
}
.reaction-item {
	float: left;
	width: 20%;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
	color: #00468b;
	padding: 10px;
}
.reaction-item:hover {
	transform: scale(1.1);
}
.reaction-content img {
	cursor: pointer;
}
.reaction-select {
	background: rgba(0, 15, 57, 0.2);
}
.submit-comment {
	background: #00468b;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 35px 10px 15px;
	line-height: 1;
	font-size: 16px;
	display: inline-block;
	font-weight: bold;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	position: relative;
	border-radius: 20px;
	cursor: pointer;
	border: 2px solid #00468b;
}
.action-comment-field {
	float: right;
	display: none;
}

.reactions-button .button-btn:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	right: 15px;
	top: 13px;
}

.submit-comment:hover {
	background: #fff;
	color: #00468b;
}

.submit-comment:hover:after {
	border-color: transparent transparent transparent #00468b;
}

.reaction-img {
	margin-bottom: 5px;
}

.reaction-img img {
	display: block;
	max-width: 80%;
	margin: 0 auto;
}

#comment_reaction {
	width: 100%;
	min-height: 150px;
}
#form_reaction_comment {
	margin-bottom: 15px;
	display: none;
}
#form-submit {
	display: none;
	float: left;
}
#form-comments {
	float: right;
}
span.error-coment {
	color: red;
	display: none;
}
.clear {
	clear: both;
}

.reaction-main span.close {
	position: absolute;
	right: -36px;
	top: 0px;
	width: 35px;
	height: 35px;
	opacity: 1;
	display: block;
	cursor: pointer;
	background: #eaeaea;
}

.reaction-main span.close:before {
	transform: rotate(45deg);
}

.reaction-main span.close:after {
	transform: rotate(-45deg);
}

.reaction-main span.close:before, .reaction-main span.close:after {
	position: absolute;
	left: 15px;
	top: 5px;
	content: ' ';
	height: 25px;
	width: 3px;
	background-color: #00468b;
	border-radius: 2px;
}

.reaction {
	position: fixed;
	bottom: 0;
	right: 120px;
	padding: 10px 25px;
	font-size: 16px;
	color: #ffffff;
	z-index: 10;
	cursor: pointer;
	background: #00468b;
	border-radius: 10px 10px 0 0;
}

.reaction:hover {
	background: #013467;
}

.reaction-form-tile {
	font-size: 24px;
	font-family: "gotham-medium";
	color: #00468b;
}

.reaction-form-tile span {
	display: block;
	margin: 15px 0 10px;
	font-size: 16px;
	font-family: "gotham-book";
	color: #00468b;
}
