.guestbook{
	background:#FFFFFF;
	padding: 15px;
	border-radius: 4px;
	margin-bottom: 20px;
}
.guestbook__head{
	
	margin-bottom: 30px;
	
}
.guestbook .uk-comment-primary {border-radius:10px}


.guestbook__head h1 {
    color: #3c3c48;
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
	float:left
}
.guestbook__head a  {
    float: right;
    margin-top: 10px;
}
.guestbook  input, .guestbook select, .guestbook textarea {
    position: relative;
    opacity: 1;
    cursor: pointer;
	width: 100%;
}


.guestbook [class^="icon-"], .guestbook [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 24px;
    margin-top: 1px;
    *: ;
    margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url(../images/glyphicons-halflings.png);
    background-position: 14px 14px;
    background-repeat: no-repeat;
}
.guestbook .icon-plus-sign {
    background-position: 0 -90px;
}
.guestbook__body {
	width: 100%;
	position: relative;
}
.guestbook__info{
	padding: 0 15px;
}
.guestbook__info > div{
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 15px;
}
.guestbook__info .success{
	background-color: #DFF0D8;
	border-color: #D6E9C6;
	color: #3C763D;
}
.guestbook__info .errors{
	background-color: #F2DEDE;
	border-color: #EBCCD1;
	color: #A94442;
}
.entry{
	
	margin-bottom: 15px;
	padding: 20px;
	box-sizing: border-box;
	border-radius:3px;
	word-break: break-all;
}
.entry[data-rating="0"] {
    border: 2px solid #e54c3c1a;
    background: #e54c3c0f;
}
.entry[data-rating="1"]{
    border: 2px solid #40b68429;
    background: #40b68429;
}
.entry__autor-img, .entry__text-wrap{
	
	vertical-align: top;
	text-align: left;
}
.entry__autor-img{
	width: 80px;
	height: 60px;
}
.entry__autor-img img{
	margin:0 20px 0 0;
}
.entry__text-head{
	border-bottom: 0px dashed #2E8AC8;
	margin-bottom; 5px;
}
.entry__text-head:after{
	clear: both;
	display: table;
	height: 0;
	content: '';
}
.entry__text-head h4, .entry__text-head span{
    margin: 0 0 5px;
    font-size: 21px;
    font-weight: bold;
    float: left;
    line-height: 35px;
    color: #40b684;
}
.entry__text-head span{
	font-weight: normal;
	float: right;
	font-size:16px;
	color:#222;
}
.entry__text-body{
	font-size: 14px;
	color: #222;
}

.gb-form__input{
	padding:5px;
	box-sizing: border-box;
	
}
.gb-form__input.half{
	float: left;
	width: 50%;
}
.gb-form__input.third{
	float: left;
	width: 33.3333%;
}
.gb-form__input.captcha{
	float: left;
	width: 66.6666%;
}
.gb-form__input label{
	font-size: 12px;
	color: #222;
	font-weight: bold;
	margin-bottom: 5px;
	width: auto !important;
}
.gb-form__input label.left{
	float: left;
}
.gb-form__input label.right{
	float: right;
}
.gb-form__input input, .gb-form__input select, .gb-form__input textarea{
    box-sizing: border-box;
    box-shadow: 0 0 none;
    border: 1px solid #cddce8;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
}

.obratno-k-otzivam {
    text-transform: uppercase;
    color: #222;
    text-decoration: none;
    font-weight: 600;
}


.gb-form__input input.submit{
    outline: 0 !important;
	color:#fff;
    background-color: #ceb07c;
    border-color: #ceb07c;
    border-radius: 30px;
    font-family: 'Fira Sans Condensed';
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    padding-top: 12px!important;
    padding-left: 20px!important;
    padding-right: 20px!important;
}
.gb-form__input.captcha span.cap-img{
	display: block;
	float:left;
}
.gb-form__input.captcha span.cap-img img{
	margin: 0;border-radius: 10px; margin-left:10px
}
.gb-form__input.captcha input{
	width: 50%;
	float: left;
}
.gb-form__input input.must, .gb-form__input select.must, .gb-form__input textarea.must{
	
}