/******* Main Styles *******/
body {
    font-family: 'HelveticaNeueW01-57Cn', Arial, sans-serif;
    margin: 0;
}

a {
    color: #fff;
    font-weight:bold;
}

.clear-block {
    clear: both;
}
.owl-prev, .owl-next {
    display: inline-block;
    margin: 10px;
    margin-top: -20px;
    background: #1c3476;
    padding: 12px 7px;
    border-radius: 0px;
    color: #fff;
    font-size: 20px;
    opacity: 0.9;
    font-weight: normal;
    pointer-events: all;
}

.owl-prev {
    float:left;
    margin-left:0px;
}

.owl-next {
    float:right;
    margin-right:0px;
}


.owl-nav {
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
        pointer-events: none;
}
.slide-head {
    position: relative;
    padding: 5px;
}

.source-profil-picture {
    width: 15%;
    float: left;
}

.slider-wrap {
    padding: 2%;
    background: #fff;
}

.source-icon {
    float: right;
    font-size: 24px;
    cursor: pointer;
    color: #337ab7;
}

.source-details {
    float: left;
    max-width: 66%;
    overflow: hidden;
    width: 70%;
    padding: 5px;
    padding-top:0px;
}

.source-details h2, .source-details a {
	font-size: 1em;
	color: #1c3476;
	text-decoration:none;
}

h2, h6 {
    margin: 0;
    color: #1c3476;
}

h2 {
	white-space: nowrap;
    font-size: 1.4em;
}
.navbar-header {
    background: #c0c4d0;
    color: #1c3476;
    padding: 5px 3px;
}

.select-stream-wrap {
    float: left;
}

.stream-filter {
    float: right;
    font-size: 26px;
    margin: 3px;
    cursor: pointer;
}
.stream-selection {
    margin: 0 6px;
    cursor: pointer;
}
.active-selection {
    text-decoration: underline;
}
.slide-body {
    clear: both;
    padding-top: 10px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.post-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.post-image img {
    height: 100%;
    width: auto !Important;
}

.post-text {
    position: absolute;
    bottom: 0px;
    padding: 5% 10% 5% 10%;
    background: rgba(28, 52, 118, 0.51);
    color: #fff;
    height: 18%;
    min-width: 80%;
    width: 80%;
    overflow: hidden;
    border-top: 3px solid #fff;
}

.post-text-inner {
	height: 95%;
    overflow: hidden;
    word-wrap: break-word;
}

.post-image, .post-text-only {
    height: 300px;
    text-align: center;
    overflow: hidden;
}

.post-text-only {
    display: table-cell;
    vertical-align: middle;
    word-wrap: break-word;
}
.post-video {
    height: 300px;
    text-align: center;
    overflow: hidden;
    font-size: 13px;
}
.post-text-only, .text-wrap {
    padding: 0 20px;
    color: #1c3476;
    font-style: italic;
}

.post-text-only a {
    color: #337ab7;
    font-style: italic;
}

.link-post {
    position: absolute;
    right: 0;
    bottom: 10px;
    background: #1c3476;
    padding: 4px;
}
.link-post a {
    color: #fff;
    text-decoration: none;
}
.slide-footer {
    position: relative;
}

.share-holder {
    position: absolute;
    bottom: 0;
    right: 10px;
    background: #1c3476;
    color: #fff;
    padding: 3px;
    border-radius: 5px;
}

.share-item {
    display: inline-block;
    font-size: 22px;
    margin: 4px;
    cursor: pointer;
}
.text-wrap {
    margin-top: 10px;
}
.more-social {
    display: block;
    border-top: 5px solid #c0c4d0;
    text-align: right;
    color: #666666;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 27px;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    padding: 0;
    clear: both;
}
.more-social a {
    color: #666666;
}

/******* Animationen *******/

.post-text {
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}
.post-hover {
    height: 86%;
    -webkit-transition: height .7s ease-in-out;
    transition: height .7s ease-in-out;
}
.post-hidden {
    /*height: 2px;*/
    /*padding: 0% 5% 0% 5%;*/
    /*width:90%;*/
    bottom:-170px;
}

/****** Switch ******/
.clubs-stream, .player-stream, .dkbhbl-stream {
    display: none !important;
}
.active-stream {
    display: block !important;
}




/* social icons colored */
.sb-cicon {
    background-image: url(/social-stream/public/img/social-icons-colored.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 35px;
    width: 35px;
}

.sb-cicon.sb-facebook {
    background-position: -1% 0;
}

.sb-cicon.sb-twitter {
    background-position: 6.5% 0;
}

.sb-cicon.sb-google {
    background-position: 15.5% 0;
}

.sb-cicon.sb-tumblr {
    background-position: 24% 0;
}

.sb-cicon.sb-delicious {
    background-position: 31.5% 0;
}

.sb-cicon.sb-pinterest {
    background-position: 39.7% 0;
}

.sb-cicon.sb-flickr {
    background-position: 48.2% 0;
}

.sb-cicon.sb-instagram {
    background-position: 56.7% 0;
}

.sb-cicon.sb-youtube {
    background-position: 65.5% 0;
}

.sb-cicon.sb-vimeo {
    background-position: 74% 0;
}

.sb-cicon.sb-stumbleupon {
    background-position: 83.5% 0;
    width: 45px;
}

.sb-cicon.sb-deviantart {
    background-position: 92% 0;
}

.sb-cicon.sb-rss {
    background-position: 100.5% 0;
}

.sb-cicon.sb-soundcloud {
    background-position: 0 97%;
    width: 45px;
    height: 25px;
}

.sb-cicon.sb-vk {
    background-position: 10% 97%;
    width: 45px;
    height: 25px;
}

.sb-share .meta a {
    /*hide Shares/Likes*/
    width: 33px;
    font-size: 0px;
    overflow: hidden;
}

.source-icon i {
    transform: scale(0.5);
    transform-origin: top right;
}