#partners .partner {
    display: inline-block;
    margin-top: 30px;
}


#partners .name {
    color: rgb(47, 47, 48);
    font-size: 18px;
    margin-bottom: 5px;
}


#partners .logo {
    float: left;
    margin-right: 5px;
}


#partners .text {
    font-family: verdana;
    font-size: 14px;
}

#partners a {
text-decoration:underline;
}

#block-follow-site .follow-link-wrapper{
float:left;

}

#block-follow-site a {
 text-indent: -5000px;
}

#block-follow-site h2 {
display:none;
}
#block-follow-site {

}

#block-follow-site .content{
    margin-left: auto;
    margin-right: auto;
    width: 170px;
}


a.follow-link {
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    height: 50px;
    line-height: 26px;
    padding-left: 2px;
    padding-right: 3px;
    width:50px;
}

a.follow-link-facebook {
    background-image: url("images/facebook.png");
}

a.follow-link-twitter {
    background-image: url("images/twitter.png");
}

a.follow-link-youtube {
    background-image: url("images/youtube.png");
}

.popup-element-body {
   background-color: #e0ded7;
    border: 2px solid #938378;
    border-radius: 20px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
 /*   display: none;
    left: 40%;
    position: fixed;
    top: 20%;
    z-index: 500;*/
	}
	
	.popup-element-body tr, 
	.popup-element-body td {
	background:none !important;
	
	}
	
	
.popup-style-white .popup-element-body.origin-top-right.expand-top-right table.popup-layout {
left:0 !important;
top:0 !important;

}

#comments .comment.clearfix:after {
clear:none;
}