.flags
{
    position: absolute;
    top: 0;
    width: 100px;
    left: calc(50% - 50px);
	z-index:999;
}
.flags a
{
    position: relative
}
.flags li
{
	    list-style: none;
	    float: left;
	    margin: 5px 10px 0 10px;
}
.flags img {
    float: left;
    height: 15px;
}
footer > div > ul {
    list-style: none;
    max-width: 500px;
}
a.gogo {
    background-image: url(/images/licks/rozluckaOff.jpg);
    margin: 0 50px 0 25px;
}
a.gogo:hover {
    background-image: url(/images/licks/rozluckaOn.jpg);
}
.hideContent {
    overflow: hidden;
    line-height: 1em;
    height: 2em;
}

.showContent {
    line-height: 1em;
    height: auto;
}
.our-team{
    text-align: center;
    position: relative;
	width:30%;
	float:left;
	margin:1%;
}
.our-team .pic{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 8px solid rgb(226, 0, 122);
    margin: 0 auto;
    overflow: hidden;
}
.our-team img{
    width: 100%;
    height: auto;
	min-height:100%
}
.our-team .social{
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50px;
    left: 20px;
    transition: all 0.3s ease-out 0s;
}
.our-team .social li a{
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #f28a31;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    transform: scale(0);
    transition: all 0.2s ease 0s;
}
.our-team:hover .social li a{ transform: scale(1); }
.our-team:hover .social li a:hover{ background: #7a4b94; }
.our-team .team-content{
    padding: 15px 15px 20px;
    background: rgb(226, 0, 122);
    border-radius: 40px 10px;
    margin-top: -20px;
    color: #fff;
}
.our-team .title{
        font-size: 27px;
    font-weight: bold;
    margin: 10px 0 5px 0;
}
.our-team .post{
    display: block;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}
.our-team .description{
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-bottom: 0;
}
.rowteam {
    overflow: hidden;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}
@media only screen and (max-width: 359px){
    .our-team .pic{
        width: 150px;
        height: 150px;
    }
    .our-team .social{ top: 20px; }
}