.karlag-card {
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    /*border-color: rgba(121, 121, 121, 1);*/
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
}
.karlag-img {
    height: 210px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.karlag-name {
    overflow: hidden;
    height: 106px;
    display: flex
;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding-top: 8px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 20px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.float-right {
    float: right;
	margin-left: 20px;
}
.float-left {
    float: left;
	margin-right: 20px;
}
.fbox {
    cursor: pointer;
}
.karlag-text .fbox {
	clear: both;
}
.clear-both {
	clear: both;
}
.f-caption {
    padding-left: 5% !important;
    padding-right: 5% !important;
}
.karlag-text .col-md-3 {
    height: 200px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
}