.hp .post-header{
	display: none;
}
.hp .hp_maintext{
	position: relative;
	padding-bottom: 44px;
}
.hp h1 {
	margin: 30px 0;
	font-size: 25px;
	line-height: 1.4;
	color: #fff;
}
.hp p.btxt{
	margin: 15px 0;
	font-size: 10px;
	font-weight: 600;
	text-align: center;
}
.hp h2 {
	font-weight: 300;
	font-size: 18px;
}
.rose-cover h2 {
	margin-top: 22px;
}
.hp h2 strong{
	font-weight: 700;
}
.hp h1 span {
	font-weight: 700;
}
.hp .hp_maintext form .row{
	margin-left: -8px;
	margin-right: -8px;
}
.hp .hp_maintext form .row > div{
	padding-left: 8px;
	padding-right: 8px;
}
.hp .hp_maintext .ws-dropdown{
	width: 100%;
	margin-bottom: 16px;
}
.hp .hp_maintext .ws-dropdown input::placeholder{
	color: #1f284c;
}
.hp .hp_maintext .btn-danger{
	width: 100%;
	border-radius:12px;
}
.hp .hp_maintext .ovals{
	display:flex;
	align-items:center;
}
.hp .hp_maintext p.help-block{
	margin: 0;
}
.hp .hp_maintext .ovals div{
	line-height: 1;
}
.hp .hp_maintext .ovals span{
	/* margin-left: 4px; */
	color: #f30050;
	font-size: 14px;
	font-weight: 600;
}
.hp .hp_maintext .oc{
	width: 50px;
	height: 50px;
	margin-left: -24px;
}
.hp .hp_maintext .oc:first-child{
	margin-left: 0;
}
.hp .btn-bordered{
	background: inherit;
	color: #350674;
}
.hp a.btn-bordered:hover{
	text-decoration: underline;
}
.hp .seznamky_table{
	margin-top: 24px;
}
.hp .rose-cover h2 span{
	font-weight: 700;
}
.hp .rose-cover{
	margin: 32px auto 0;
}
.hp .contain-unvisible .single_table{
	display:none;
	max-height:none;
}
.reference_bubble{
	margin-bottom: 24px;
	background: #eef3f6;
	border-radius:12px;
	padding: 20px;
	font-size: 16px;
	font-style: italic;
}
.reference_bubble .oc{
	width: 60px;
	height: 60px;
	margin-right: 16px;
}
.reference_bubble .flexbox{
	align-items:center;
}
.reference_bubble .user{
	color: #350674;
	font-weight: 700;
	font-style: normal;
}
.reference_bubble .text{
	margin-bottom: 16px;
	line-height: 1.5;
	height: 144px;
	display: -webkit-box;
	max-height: 144px;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.container-title{
	margin-top: 16px;
	margin-bottom: 8px;
}


/* Larger than sm 768 */
@media (min-width: 768px) {
	
	.hp .content p.btxt{
		margin: 25px 0;
		font-size: 16px;
		text-align: left;
	}
}

/* Larger than sm 1024 */
@media (min-width: 1024px) {
	
}


/* Larger than md 1440 */
@media (min-width: 1440px) {
	

}

/* Larger than lg 1920 */
@media (min-width: 1920px) {

}