.social-wall-parent {
    padding-left: 40px;
    padding-right: 40px;
}

.social-wall-container {
    overflow: hidden;
    width: 100%;
}

#social-wall {
    width: auto;
    /*height: 500px;
    max-height: 500px;*/
}

.social-wall-prev, .social-wall-next {
    position: absolute;
    top: 50%;
    margin-top: -28px;
    font-size: 40px;
    cursor: pointer;
}

.social-wall-prev {
    left: 0;
}

.social-wall-next {
    right: 0;
}

.social-wall-next img, .social-wall-prev img {
    opacity: .8;
}

.social-wall-next:hover img, .social-wall-prev:hover img {
    opacity: 1;
}

.social-wall-container ul.stream {
    height: 420px;
}

.social-wall-container .stream li {
	height: 200px;
    width: 200px;
	/*max-height: 200px;*/
    overflow: hidden;
    margin: 0px;
    margin-right: 10px;
    padding: 0;
    box-shadow: none;
}

.social-wall-container .stream li:nth-child(5n) {
    height: 410px;
	width: 410px;
}

.social-wall-container .stream li .inner {
    padding: 0;
}

.social-wall-container .stream li .section-thumb {
    height: 200px;
    display: block;
    float: none;
}

.social-wall-container .stream li:nth-child(5n) .section-thumb {
    height: 410px;
}

.social-wall-container .stream li .section-thumb img {
    max-width: 1000px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 0;
}

.social-wall-container .stream li .section-text, .social-wall-container .stream li .section-title {
    position: absolute;
    bottom: 0;
    z-index: 9;
    padding-left: 60px;
    color: #ffffff;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 190px;
    overflow: hidden;
    padding-bottom: 20px;
    font-weight: normal;
}

.social-wall-container .stream li:nth-child(5n) .section-text, .social-wall-container .stream li:nth-child(5n) .section-title {
    width: 400px;
}

.section-intro {
    display: none;
}

.social-wall-container .stream li > a:last-child {
    height: 55px;
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: url(../../images/social-icon-background.png) repeat-x left bottom;
}

.social-wall-container .socicon {
    bottom: 10px;
    left: 10px;
}

.social-wall-container .socicon:before {
    height: 41px;
    width: 41px;
    display: block;
}

.social-wall-container .socicon-instagram:before {
    content: " ";
    background-image: url(../../images/sw-instagram-ico.png);
}

.social-wall-container .socicon-facebook:before {
    content: " ";
    background-image: url(../../images/sw-facebook-ico.png);
}

.social-wall-container .socicon-youtube:before {
    content: " ";
    background-image: url(../../images/sw-youtube-ico.png);
}
