.alert-danger{
	color: red;
}
.read-more{
	margin:10px 0px 0px 0px;
}
.read-more a{
	text-decoration: none;
}
.submit{
	cursor: pointer;
}


.typo3-messages li{
	list-style: none;
}

.iw-gbform-group div label {
	display: inline-block;
	font-weight: 600;
	margin: 0 0 5px;
	width: 100%;
	font-family: inherit;
	font-size: 14px;
	color: inherit;
}

.iw-gbform-group input, .iw-gbform-group textarea {
	border-color: #a94442;
}
.iw-gbform-group input {
	color: inherit;
	font-size: 13px;
	font-weight: 400;
	height: 36px;
	line-height: normal;
	margin: 0;
	outline: medium none !important;
	padding: 0 10px;
	width: 100%;
	max-width: 490px;
	border: 1px solid #dddddd;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.iw-gbform-row .iw-gbform-group {
	margin: 0 0 15px;
	max-width: 497px;
	width: 100%;
}
.iw-gbform-row .has-error {
	position: relative;
}
.iw-gbform-row * {
	box-sizing: border-box;
}
.iw-gbform-froup .iw-btn {
	background-color: #ee8433;
	border: 1px solid #ee8433;
	border-radius: 0;
	box-shadow: none;
	color: #fff !important;
	cursor: pointer;
	font-weight: 700;
	min-width: 105px;
	width: auto !important;
	outline: medium none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 4px;
}

.iw-gbform-froup .text-muted {
	margin-top: 10px;
}

.cke_top{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.cke_inner{
	border-radius: 15px;
}
.cke_reset{
	border-radius: 5px;
}
.iw-gbform-froup .submit{
	margin-top: 20px;
}


.tx_iwnewscomments {
	display: inline-block;
	width: 100%;
}
.tx_iwnewscomments *{
	box-sizing: border-box;
}
.tx_iwnewscomments *::after,.tx_iwnewscomments *::before {
	box-sizing: border-box;
}
.tx_iwnewscomments input, .tx_iwnewscomments textarea, .tx_iwnewscomments select {
	color: inherit;
	font-size: 13px;
	font-weight: 400;
	height: 36px;
	line-height: normal;
	margin: 0;
	outline: medium none !important;
	padding: 0 10px;
	width: 100%;
	max-width: 490px;
	border: 1px solid #dddddd;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.tx_iwnewscomments .pull-right{
	float: right;
}
.tx_iwnewscomments .pull-left{
	float: left;
}
.clear {
	clear: both;
}
.tx_iwnewscomments .comments-container h1 {
	font-size: 36px;
	color: #283035;
	font-weight: 400;
}
.tx_iwnewscomments .comments-container h1 a {
	font-size: 18px;
	font-weight: 700;
}
.tx-iw-guestbook .comments-list li {
	margin-bottom: 15px;
	display: block;
	position: relative;
	padding-top: 10px;
}
.tx-iw-guestbook .comments-list li:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	width: 0;
}
.tx_iwnewscomments .reply-list {
	padding-left: 50px;
	clear: both;
	margin-top: 15px;
}
/**
 * Caja del Comentario
 ---------------------------*/

.tx-iw-guestbook .comments-list .comment-box {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	margin-bottom: 20px;
	width: 100%;
	position: relative;
}
.tx-iw-guestbook .comment-box .comment-head {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-color: #ddd;
	color: #333;
	position: relative;
}
.tx_iwnewscomments .active-comment-form {
	position: relative;
	margin-top: 10px;
}
.tx_iwnewscomments .comment-box .comment-btn {
	color: inherit;
	padding-left: 20px;
	position: relative;
}
.tx_iwnewscomments .comment-box .comment-btn:hover{
	text-decoration: none;
}
.tx_iwnewscomments .ns-icon-reply {
	background-image: url("../Icons/reply.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 14px;
	left: 0;
	position: absolute;
	top: 1px;
	width: 14px;
}
.tx_iwnewscomments .text-muted {
	color: #777;
}
.tx-iw-guestbook .comment-box .comment-content {
	padding: 15px;
	font-size: 14px;
	word-wrap: break-word;
}
.tx_iwnewscomments .comment-box .comment-name.by-author,
.tx_iwnewscomments .comment-box .comment-name.by-author a {
	color: #03658c;
}
.tx_iwnewscomments .comment-author strong{
	margin-right: 5px;
}
.tx_iwnewscomments .comment-box .comment-name.by-author:after {
	content: 'autor';
	background: #03658c;
	color: #FFF;
	font-size: 12px;
	padding: 3px 5px;
	font-weight: 700;
	margin-left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.tx_iwnewscomments .comment-link .link-icon {
	cursor: pointer;
	font-size: 14px;
	padding: 3px 4px;
	min-width: 22px;
	text-align: center;
	display: inline-block;
	margin: 1px;
	line-height: 16px;
}
.tx_iwnewscomments .comment-link {
	background-image: url("../Icons/link.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 14px auto;
	border: 1px solid #cccccc;
	color: #bbbbbb;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 20px;
}
.tx_iwnewscomments .comment-link-input {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
	outline: 0;
	width: 100%;
}
.tx_iwnewscomments span {
	display: inline;
}
.tx_iwnewscomments .header-right {
	float: right;
}
.tx_iwnewscomments .comment-footer {
	padding: 15px;
}

.tx_iwnewscomments .footer-left {
	display: block;
	line-height: 22px;
}
.tx_iwnewscomments .footer-right {
	float: right;
	display: block;
	margin-top: 0px;
	line-height: 22px;
}
.tx_iwnewscomments .comment-footer .footer-right .comment-date {
	display: inline-block;
	margin-left: 10px;
}
.tx_iwnewscomments .comment-date {
	font-size: 12px;
	color: #999;
	text-align: left;
	white-space: nowrap;
	line-height: 23px;
	display: inline-block;
}
.tx_iwnewscomments .typo3-messages {
	width: 100%;
	margin-top: 10px;
}
.tx_iwnewscomments .typo3-messages li {
	list-style-type: none;
	list-style: none;
	padding-left: 20px;
	width: 55%;
}
.tx_iwnewscomments .media-left {
	display: none;
}
.tx_iwnewscomments .media-body p {
	padding: 0px !important;
}
.thanksmsg, .approve {
	width: 70%;
}
.tx_iwnewscomments .error-msg {
	display: none;
}
.tx_iwnewscomments #comment-form .text-muted {
	margin-top: 10px;
}
.tx_iwnewscomments .has-error {
	position: relative;
}
.tx_iwnewscomments .error-msg {
	background: #ee0101 none repeat scroll 0 0;
	border: 2px solid #ddd;
	border-radius: 6px;
	bottom: 82%;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	color: #fff !important;
	font-size: 13px;
	font-weight: normal;
	line-height: normal;
	margin: 0;
	min-width: 120px;
	padding: 4px 10px;
	position: absolute;
	right: 7px;
	text-align: center;
	text-transform: capitalize;
	z-index: 999;
}
.tx_iwnewscomments .error-msg p {
	margin: 0;
}
.tx_iwnewscomments .error-msg::after {
	background-color: #ee0101;
	border-bottom: 2px solid #ddd;
	border-right: 2px solid #ddd;
	bottom: -6px;
	content: "";
	height: 10px;
	position: absolute;
	right: 10px;
	width: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.tx_iwnewscomments .iw-headline h2{
	color: #1a1a1a;
	line-height: 1.42857;
	font-size: 20px;
}
.tx_iwnewscomments .iw-headline {
	margin: 0 0 20px;
}
.tx_iwnewscomments .iw-gbform-group {
	display: inline-block;
	margin: 0 0 15px;
	max-width: 497px;
	width: 100%;
}
.tx_iwnewscomments .iw-gbform-group label {
	display: inline-block;
	font-weight: 600;
	margin: 0 0 5px;
	width: 100%;
	font-family: inherit;
	font-size: 14px;
	color: inherit;
}
.tx_iwnewscomments textarea {
	min-height: 100px;
	padding: 10px;
}
.iw-captch-input {
	margin: 15px 0 5px;
}
.tx_iwnewscomments input:focus,
.tx_iwnewscomments textarea:focus,
.tx_iwnewscomments select:focus{
	border: 1px solid #337ab7;
}
.tx_iwnewscomments  .iw-btn {
	background-color: #ee8433;
	border: 1px solid #ee8433;
	border-radius: 0;
	box-shadow: none;
	color: #fff !important;
	cursor: pointer;
	font-weight: 700;
	min-width: 105px;
	width: auto !important;
	outline: medium none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 4px;
}
.iw-btn-login{
	font-weight: bold;
	padding: 5px;
	margin-right: 5px;
}
.tx_iwnewscomments .iw-btn:hover,
.tx_iwnewscomments .iw-btn:active,
.tx_iwnewscomments .iw-btn:focus{
	background-color: #ee7315;
	border: 1px solid #ee7315;
}
.tx_iwnewscomments ul,.tx_iwnewscomments ol{
	list-style: none;
	margin: 0;
	padding: 0;
}
.tx_iwnewscomments .reply-form:not(:empty){
	background-color: rgba(0, 0, 0, 0.04);
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	margin-top: 30px;
	padding: 30px;
}
.tx_iwnewscomments .comment-form-close-btn{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 0 none;
	color: #000;
	cursor: pointer;
	float: right;
	font-size: 27px;
	font-weight: 700;
	line-height: 1;
	opacity: 0.2;
	padding: 0;
	position: absolute;
	right: 15px;
	text-shadow: 0 1px 0 #fff;
	top: 15px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.tx_iwnewscomments .comment-form-close-btn:focus, .comment-form-close-btn:hover {
	color: #000;
	cursor: pointer;
	opacity: 0.5;
	text-decoration: none;
}
.tx_iwnewscomments ul ul {
	padding-left: 114px;
}
.tx_iwnewscomments .iw-gbform-group-main{
	display: inline-block;
	width: 100%;
}
.tx_iwnewscomments .comment-link a {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.tx-iw-guestbook .comment-main-level{
	position: relative;
}
.tx_iwnewscomments .comment-form-close-btn{
	display: none;
}
.tx_iwnewscomments .reply-form .comment-form-close-btn{
	display: inline-block;
	z-index: 1;
}
.tx_iwnewscomments .comment-form .has-error input,
.tx_iwnewscomments .comment-form .has-error textarea{
	border-color: #a94442;
}

.tx_iwnewscomments .iw-alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.tx_iwnewscomments .iw-alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
	.tx-iw-guestbook .comments-list{
		margin:0;
		padding:0;
	}

@media(max-width: 992px){
	.tx_iwnewscomments .iw-gbform-group,
	.tx_iwnewscomments input, .tx_iwnewscomments textarea, .tx_iwnewscomments select {
		max-width: 100%;
	}
	.tx_iwnewscomments .iw-headline{
		margin-bottom: 10px;
	}
	.tx_iwnewscomments .iw-headline h2{
		margin-top: 15px;
	}
	.tx_iwnewscomments .tx_iwnewscomments ul ul{
		padding-left: 0;
	}
	.tx-iw-guestbook .comments-list li{
		margin-bottom: 0;
	}
	.tx_iwnewscomments .reply-form:not(:empty){
		padding: 20px;
		padding-bottom: 0;
	}
}

@media(max-width: 767px){
	.tx-iw-guestbook .comment-box .comment-head,
	.tx-iw-guestbook .comment-box .comment-content,
	.tx_iwnewscomments .comment-footer{
		padding: 10px;
	}
	.tx_iwnewscomments .comment-author,
	.tx_iwnewscomments .comment-box .comment-btn{
		font-size: 11px;
	}
	.tx-iw-guestbook .comment-box .comment-content,
	.tx_iwnewscomments .reply-form .comment-form .text-muted{
		font-size: 12px;
	}
	.tx_iwnewscomments .comment-link{
		top: 7px;
	}
	.tx_iwnewscomments .reply-form:not(:empty){
		padding-left: 15px;
		padding-right: 15px;
	}
	.tx_iwnewscomments .reply-form .iw-gbform-group label{
		font-size: 12px;
	}
	.tx_iwnewscomments .reply-form .comment-form input,
	.tx_iwnewscomments .reply-form .comment-form textarea,
	.tx_iwnewscomments .reply-form .comment-form select {
		font-size: 12px;
		height: 32px !important;
	}
	.tx_iwnewscomments .reply-form .comment-form textarea{
		min-height: 75px;
	}

}
.tx-iw-guestbook .row div{
	margin-bottom:0;
}
.tx-iw-guestbook .form-group.row{
	margin-bottom:15px;
}
.tx-iw-guestbook .rating-description{
	margin-top:10px;
	font-style:italic;
}
.tx-iw-guestbook .comment-box .comment-head .comment-rating .fa-star,
.tx-iw-guestbook .comment-box .comment-head .comment-rating .fa-star:hover{
	font-size: 21px;
	color: gold;
}