@charset "utf-8";
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }


/* CSS Document */

.dpSocialTimelineLoading {
	min-height: 150px;
}

div.dpSocialTimeline {
	list-style: none;
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	zoom: 1;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	overflow: hidden !important;
	width: 100%;
}

div.dpSocialTimeline .dpSocialTimeline_item {
	list-style: none;
	padding: 1px;
	margin: 10px 5px 0;
	font-size:13px;
}

div.dpSocialTimeline.dpSocialTimeline_layout_timeline .dpSocialTimeline_item {
	margin: 10px !important;
	margin-top: 20px !important;
	margin-bottom: 0 !important;
}

div.dpSocialTimeline.dpSocialTimeline_layout_timeline .dpSocialTimeline_item[data-list-number="0"] { 
    margin-top: 0 !important;
}

div.dpSocialTimeline .dpSocialTimeline_item.dpSocialTimeline_hideMe {
	opacity: 0;
}

div.dpSocialTimeline .dpSocialTimeline_lineWrap {
	width: 10px;
	text-align: center;
	margin: 0 auto;
	display: none;
	left: 0;
	right: 0;
}

div.dpSocialTimeline .dpSocialTimeline_line {
	display: block;
	height: 100%;
	position: absolute;
	width: 10px;
	margin-left: -5px;
}

div.dpSocialTimeline .dpSocialTimeline_line span {
	width: 16px;
	height: 16px;
	display: block;
	top: 50px;
	left: -4px;
	position: absolute;
}

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContentHead {
	padding: 7px 10px;
}

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContentFoot {
	padding:5px 10px;
	text-align: left;
	line-height: 130%;
}

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent {
	font-size:11px;
	padding: 20px 15px 20px 15px;
	text-align: left;
	word-wrap: break-word;
}

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent iframe {
	max-width: 100%;
}

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineText {
	margin-bottom: 10px;
	text-align: left;
	word-wrap: break-word;
}

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .tumblr_audio_player {
	max-width: 100%;
	height: 55px;
}

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent img {
	position:relative;
	margin: 0 auto 5px; 
	padding: 3px; 
	border:0;
	display:block;
	height:auto;
	max-width: 100%;
	opacity: 1 !important;
}

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent div.video_icon {
	position:absolute;
	top:10px;
	left:10px;
	width: 16px;
	height:16px;
	-moz-box-shadow: 0; 
	-webkit-box-shadow: 0; 
	box-shadow: 0;
	background: none; 
	padding:0;
	margin:0;
}

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions {
	cleaR:both;
	width:100%;	
	margin-top: 10px;
}

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a {
	font-size: 10px;
	text-transform: uppercase;
	margin-right: 10px;
	padding-left: 20px;
	font-weight:bold;
}

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a:hover {
	text-decoration:none;	
}

div.dpSocialTimeline .dpSocialTimeline_item a{
	text-decoration:none;
	position: relative;
	word-wrap:break-word;
	background: none !important;
}

div.dpSocialTimeline .dpSocialTimeline_item a:hover{
	text-decoration:underline;
}

div.dpSocialTimeline .dpSocialTimeline_item a.permalink,
div.dpSocialTimeline .dpSocialTimeline_item a.share_twitter,
div.dpSocialTimeline .dpSocialTimeline_item a.share_facebook{
	float: right;
	display:block;
	width:16px;
	height:16px;
	opacity: .7;
	text-decoration: none !important;
	margin-left:5px;
	border: 0;
}

div.dpSocialTimeline .dpSocialTimeline_item a.permalink:hover,
div.dpSocialTimeline .dpSocialTimeline_item a.share_twitter:hover,
div.dpSocialTimeline .dpSocialTimeline_item a.share_facebook:hover{
	opacity: 1;
}

div.dpSocialTimeline .dpSocialTimeline_item span.time{
	font-size:9px;
	margin-left: 15px;
}

div.dpSocialTimeline .dpSocialTimeline_item .user{
	font-size:11px;
	margin-left:10px;
	margin-top:3px;
	text-transform:uppercase;

	display: inline;
	float:left;
	line-height: 100%;
}

div.dpSocialTimeline .dpSocialTimeline_item a.img_link{
	display:block;
	opacity: .8;
}

div.dpSocialTimeline .dpSocialTimeline_item a.img_link:hover{
	display:block;
	opacity: 1;
}

/**** Social Icons ****/

div.dpSocialTimeline span.favicon{
	float: left;
	display:block;
	width: 16px;
	height: 16px;
}

div.dpSocialTimeline span.favicon.twitter,
div.dpSocialTimeline_filter span.favicon.twitter {
	background:url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/favicons/twitter.png) 0 0 no-repeat;
}

div.dpSocialTimeline span.favicon.feed500px,
div.dpSocialTimeline_filter span.favicon.feed500px {
	background:url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/favicons/500px.png) 0 0 no-repeat;
}

div.dpSocialTimeline span.favicon.google,
div.dpSocialTimeline_filter span.favicon.google {
	background:url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/favicons/google.png) 0 0 no-repeat;
}

div.dpSocialTimeline span.favicon.lastfm,
div.dpSocialTimeline_filter span.favicon.lastfm {
	background:url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/favicons/lastfm.png) 0 0 no-repeat;
}

div.dpSocialTimeline span.favicon.facebook,
div.dpSocialTimeline_filter span.favicon.facebook {
	background:url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/favicons/facebook.png) 0 0 no-repeat;
}

div.dpSocialTimeline span.favicon.delicious,
div.dpSocialTimeline_filter span.favicon.delicious {
	background:url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/favicons/delicious.png) 0 0 no-repeat;
}

div.dpSocialTimeline span.favicon.digg,
div.dpSocialTimeline_filter span.favicon.digg {
	background:url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/favicons/digg.png) 0 0 no-repeat;
}

div.dpSocialTimeline span.favicon.dribbble,
div.dpSocialTimeline_filter span.favicon.dribbble {
	background:url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/favicons/dribbble.png) 0 0 no-repeat;
}

div.dpSocialTimeline span.favicon.flickr,
div.dpSocialTimeline_filter span.favicon.flickr {
	background:url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/favicons/flickr.png) 0 0 no-repeat;
}

div.dpSocialTimeline span.favicon.pinterest,
div.dpSocialTimeline_filter span.favicon.pinterest {
	background:url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/favicons/pintrest.png) 0 0 no-repeat;
}

div.dpSocialTimeline span.favicon.tumblr,
div.dpSocialTimeline_filter span.favicon.tumblr {
	background:url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/favicons/tumblr.png) 0 0 no-repeat;
}

div.dpSocialTimeline span.favicon.vimeo,
div.dpSocialTimeline_filter span.favicon.vimeo {
	background:url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/favicons/vimeo.png) 0 0 no-repeat;
}

div.dpSocialTimeline span.favicon.foursquare,
div.dpSocialTimeline_filter span.favicon.foursquare {
	background:url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/favicons/foursquare.png) 0 0 no-repeat;
}

div.dpSocialTimeline span.favicon.youtube,
div.dpSocialTimeline_filter span.favicon.youtube {
	background:url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/favicons/youtube.png) 0 0 no-repeat;
}

div.dpSocialTimeline span.favicon.instagram,
div.dpSocialTimeline_filter span.favicon.instagram {
	background:url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/favicons/instagram.png) 0 0 no-repeat;
}

/**** Filter/Layout Buttons ****/

.dpSocialTimeline_filter{
	margin: 10px;
	float:left;
	display:block;
}

.dpSocialTimeline_filter button,
.dpSocialTimeline_layout button{
	padding: 5px 10px;
	border: 1px solid;
	outline: 0;
	font-weight: bold;
	font-size: 11px;
	white-space: nowrap;
	word-wrap: normal;
	vertical-align: middle;
	cursor: pointer;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-transform:capitalize;
	margin-top: 5px;
	opacity: .7;	
	width: auto !important;
	height: auto !important;
}

.dpSocialTimeline_filter button:hover,
.dpSocialTimeline_layout button:hover {
	opacity: 1;	
}

.dpSocialTimeline_filter button img {
	display: block;
}

.dpSocialTimeline_layout {
	margin: 10px;
	float:right;
	display:block;
}

.dpSocialTimeline_filter button span,
.dpSocialTimeline_layout button span {
	width: 16px;
	height: 16px;
	display: block;
}

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent video {
	max-width: 100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 0 !important;
	margin-left: auto;
    margin-right: auto;
    display: block;
}


/* Divider */

.dpSocialTimeline_divider {
	clear: both;
	margin-bottom:10px;
}

/* Skins - Light */


div.light.dpSocialTimelineLoading {
	background: url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/light/ajax-loader.gif) no-repeat 50% 50%;
}

div.light div.dpSocialTimeline .dpSocialTimeline_line {
	background: url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/light/timeline.png) repeat-y 0 0;
}

div.light div.dpSocialTimeline .dpSocialTimeline_line span {
	background: url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/light/pointer.png) no-repeat 0 0;
}

div.light div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent div.video_icon {
	background: url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/light/video.png) no-repeat 50% 50% !important;
}

div.light div.dpSocialTimeline .dpSocialTimeline_item a.permalink{
	background: url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/light/link.png) 0 0 no-repeat !important;
}

div.light div.dpSocialTimeline .dpSocialTimeline_item a.share_twitter{
	background: url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/light/twitter.png) 0 0 no-repeat !important;
}

div.light div.dpSocialTimeline .dpSocialTimeline_item a.share_facebook{
	background: url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/light/facebook.png) 0 0 no-repeat !important;
}

div.light .dpSocialTimeline_layout button.spineAlign span {
	background: url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/light/spine.png) 0 0 no-repeat;
}

div.light .dpSocialTimeline_layout button.masonry span {
	background: url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/light/columns.png) 0 0 no-repeat;
}

div.light .dpSocialTimeline_layout button.straightDown span {
	background: url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/light/one_column.png) 0 0 no-repeat;
}

div.light div.dpSocialTimeline .dpSocialTimeline_item {
	border-bottom: 1px solid #E9E9E9;
	background: white 0px 20px no-repeat;
	border: 1px solid #E6E6E6;
	-moz-box-shadow: 0px 3px 2px #d6d6d6;
	-webkit-box-shadow: 0px 3px 2px #d6d6d6;
	box-shadow: 0px 3px 2px #d6d6d6;
	color: #666;
}

div.light div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContentHead {
	background: #f5f5f5;
	border-bottom: 1px dashed #e6e6e6;
}

div.light div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContentFoot {
	background: #f5f5f5 url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/light/clock.png) 5px 50% no-repeat;
	border-top: 1px dashed #e6e6e6;

}

div.light div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent img {
	background: #eee; 
	-moz-box-shadow: 0 0 4px #444; 
	-webkit-box-shadow: 0 0 2px #000; 
	box-shadow: 0 0 2px #000;
	width: auto !important;
	max-width: 100%;
}

div.light div.dpSocialTimeline .dpSocialTimeline_item a{
	color: #6D84B4;
}

div.light div.dpSocialTimeline .dpSocialTimeline_item a:hover{
	color: #6D84B4;
}

div.light div.dpSocialTimeline .dpSocialTimeline_item span.time{
	color: #999;
	text-shadow: 0 1px 0 white;
}

div.light div.dpSocialTimeline .dpSocialTimeline_item .user{
	color: #999;
	text-shadow: 0 1px 0 white;
}

div.light .dpSocialTimeline_filter button,
div.light .dpSocialTimeline_layout button{
	color: #788188 !important;
	background: #fff;
	border-color: #dbe2e7;
	border-bottom-color: #d5dde3;
	-webkit-box-shadow: 0 1px 1px rgba(90,90,90,0.1);
	box-shadow: 0 1px 1px rgba(90,90,90,0.1);
}

div.light .dpSocialTimeline_filter button:hover,
div.light .dpSocialTimeline_layout button:hover{
	color: #788188 !important;
	background-color: #f2f2f2;
	border-color: #c2ced6;
}

div.light .dpSocialTimeline_filter button:active, 
div.light .dpSocialTimeline_filter button.active,
div.light .dpSocialTimeline_layout button:active, 
div.light .dpSocialTimeline_layout button.active {
	border-color: #888 #AAA #CCC;
	-moz-box-shadow: inset 0 1px 5px rgba(0,0,0,0.25),0 1px 0 #fff;
	-ms-box-shadow: inset 0 1px 5px rgba(0,0,0,0.25),0 1px 0 #fff;
	-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.25),0 1px 0 #fff;
	box-shadow: inset 0 1px 5px rgba(0,0,0,0.25),0 1px 0 #fff;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffc8c8c8,EndColorStr=#ffe6e6e6);
	background-image: -moz-linear-gradient(top,#C8C8C8 0,#E6E6E6 100%);
	background-image: -ms-linear-gradient(top,#C8C8C8 0,#E6E6E6 100%);
	background-image: -o-linear-gradient(top,#C8C8C8 0,#E6E6E6 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#C8C8C8),color-stop(100%,#E6E6E6));
	background-image: -webkit-linear-gradient(top,#C8C8C8 0,#E6E6E6 100%);
	background-image: linear-gradient(to bottom,#C8C8C8 0,#E6E6E6 100%);
}

div.light .dpSocialTimeline_divider {
	border-top: 1px dashed #e6e6e6;
}

div.light .dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a {
	color: #555;
}

div.light .dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a.tw_reply {
	background: url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/light/reply.png) no-repeat 0 50% !important;
}

div.light .dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a.tw_retweet {
	background: url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/light/retweet.png) no-repeat 0 50% !important;
}

div.light .dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a.tw_favorite {
	background: url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/light/favorite.png) no-repeat 0 50% !important;
}

/* Skins - Modern */
div.modern.dpSocialTimelineLoading {
	background: url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/light/ajax-loader.gif) no-repeat 50% 50%;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_line {
	background: url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/light/timeline.png) repeat-y 0 0;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_line span {
	background: url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/light/pointer.png) no-repeat 0 0;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent div.video_icon {
	background: url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/light/video.png) no-repeat 50% 50%;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item a.permalink{
	background: url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/modern/link.png) 0 0 no-repeat !important;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions {
	padding: 0 10px;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item a.share_twitter{
	background: url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/modern/twitter.png) 0 0 no-repeat !important;
	width: 20px;
	height: 20px;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item a.share_facebook{
	background: url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/modern/facebook.png) 0 0 no-repeat !important;
	width: 24px;
	height: 24px;
}

div.modern .dpSocialTimeline_layout button.spineAlign span {
	background: url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/light/spine.png) 0 0 no-repeat;
}

div.modern .dpSocialTimeline_layout button.masonry span {
	background: url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/light/columns.png) 0 0 no-repeat;
}

div.modern .dpSocialTimeline_layout button.straightDown span {
	background: url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/light/one_column.png) 0 0 no-repeat;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent {
	padding: 0;
}

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent.dpSocialTimeline_noImage {
	padding-top: 30px !important;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent iframe{
	margin-top: 10px;
	max-width: 100%;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineText {
	margin:0;
	margin-top: 10px;
	padding: 0 10px 20px;
	font-size: 14px;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item {
	background: white 0px 20px no-repeat;
	border: 0;
	-webkit-box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.35);
	box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.35);
	color: #666;
	padding: 0;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContentHead {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 1;
	border: 0;
	background: #000;
	text-shadow: none;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContentFoot {
	border-top: 1px solid #e8e8e8;
	margin: 0 10px;
	background-color: #fff;
	padding: 5px 0;

}

div.modern div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent img {
	background: none; 
	-moz-box-shadow: none; 
	-webkit-box-shadow: none; 
	box-shadow: none;
	padding: 0;
	margin: 0;
	width: 100% !important;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent img.wp-smiley, 
div.modern div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent img.emoji{
	width: auto !important;	
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item a{
	color: #6D84B4;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item a:hover{
	color: #6D84B4;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item span.time{
	color: #999;
	font-weight: bold;
	font-size: 12px;
	line-height: 2;
	text-shadow: none;
	margin: 0;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item .user{
	color: #fff;
	text-shadow: none;
	line-height: 100%;
	padding: 3px 0 2px;
	margin-top: 0;
}

div.modern .dpSocialTimeline_filter button,
div.modern .dpSocialTimeline_layout button{
	color: #788188 !important;
	background: #fff;
	border-color: #dbe2e7;
	border-bottom-color: #d5dde3;
	-webkit-box-shadow: 0 1px 1px rgba(90,90,90,0.1);
	box-shadow: 0 1px 1px rgba(90,90,90,0.1);
}

div.modern .dpSocialTimeline_filter button:hover,
div.modern .dpSocialTimeline_layout button:hover{
	color: #788188 !important;
	background-color: #f2f2f2;
	border-color: #c2ced6;
}

div.modern .dpSocialTimeline_filter button:active, 
div.modern .dpSocialTimeline_filter button.active,
div.modern .dpSocialTimeline_layout button:active, 
div.modern .dpSocialTimeline_layout button.active {
	border-color: #888 #AAA #CCC;
	-moz-box-shadow: inset 0 1px 5px rgba(0,0,0,0.25),0 1px 0 #fff;
	-ms-box-shadow: inset 0 1px 5px rgba(0,0,0,0.25),0 1px 0 #fff;
	-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.25),0 1px 0 #fff;
	box-shadow: inset 0 1px 5px rgba(0,0,0,0.25),0 1px 0 #fff;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffc8c8c8,EndColorStr=#ffe6e6e6);
	background-image: -moz-linear-gradient(top,#C8C8C8 0,#E6E6E6 100%);
	background-image: -ms-linear-gradient(top,#C8C8C8 0,#E6E6E6 100%);
	background-image: -o-linear-gradient(top,#C8C8C8 0,#E6E6E6 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#C8C8C8),color-stop(100%,#E6E6E6));
	background-image: -webkit-linear-gradient(top,#C8C8C8 0,#E6E6E6 100%);
	background-image: linear-gradient(to bottom,#C8C8C8 0,#E6E6E6 100%);
}

div.modern .dpSocialTimeline_divider {
	border-top: 1px dashed #e6e6e6;
}

div.modern .dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a {
	color: #555;
	word-wrap: normal;
	display: inline-block;
}

div.modern .dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a.tw_reply {
	background: url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/light/reply.png) no-repeat 0 50% !important;
}

div.modern .dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a.tw_retweet {
	background: url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/light/retweet.png) no-repeat 0 50% !important;
}

div.modern .dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a.tw_favorite {
	background: url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/light/favorite.png) no-repeat 0 50% !important;
}


/* Skins - Dark */

div.dark.dpSocialTimelineLoading {
	background: url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/dark/ajax-loader.gif) no-repeat 50% 50%;
}

div.dark div.dpSocialTimeline .dpSocialTimeline_line {
	background: url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/dark/timeline.png) repeat-y 0 0;
}

div.dark div.dpSocialTimeline .dpSocialTimeline_line span {
	background: url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/dark/pointer.png) no-repeat 0 0;
}

div.dark div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent div.video_icon {
	background: url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/dark/video.png) no-repeat 50% 50%;
}

div.dark div.dpSocialTimeline .dpSocialTimeline_item a.permalink{
	background: url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/dark/link.png) 0 0 no-repeat !important;
}

div.dark div.dpSocialTimeline .dpSocialTimeline_item a.share_twitter{
	background: url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/dark/twitter.png) 0 0 no-repeat !important;
}

div.dark div.dpSocialTimeline .dpSocialTimeline_item a.share_facebook{
	background: url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/dark/facebook.png) 0 0 no-repeat !important;
}

div.dark .dpSocialTimeline_layout button.spineAlign span {
	background: url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/dark/spine.png) 0 0 no-repeat;
}

div.dark .dpSocialTimeline_layout button.masonry span {
	background: url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/dark/columns.png) 0 0 no-repeat;
}

div.dark .dpSocialTimeline_layout button.straightDown span {
	background: url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/dark/one_column.png) 0 0 no-repeat;
}

div.dark div.dpSocialTimeline .dpSocialTimeline_item {
	background: #272727 0px 20px no-repeat;
	border: 1px solid #333;
	color: #999;
}

div.dark div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContentHead {
	background: #1C1C1C;
	border-bottom: 1px dashed #333;
}

div.dark div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContentFoot {
	background: #1C1C1C url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/dark/clock.png) 5px 5px no-repeat;
	border-top: 1px dashed #333;

}

div.dark div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent img {
	background: #1C1C1C; 
}

div.dark div.dpSocialTimeline .dpSocialTimeline_item a{
	color: #999;
}

div.dark div.dpSocialTimeline .dpSocialTimeline_item a:hover{
	color: #999;
}

div.dark div.dpSocialTimeline .dpSocialTimeline_item span.time{
	color: #999;
}

div.dark div.dpSocialTimeline .dpSocialTimeline_item .user{
	color: #999;
}

div.dark .dpSocialTimeline_filter button,
div.dark .dpSocialTimeline_layout button{
	color: #788188 !important;
	background: #272727;
	border-color: #323232;
	border-bottom-color: #323232;
	-webkit-box-shadow: 0 1px 1px rgba(90,90,90,0.1);
	box-shadow: 0 1px 1px rgba(90,90,90,0.1);
}

div.dark .dpSocialTimeline_filter button:active, 
div.dark .dpSocialTimeline_filter button.active,
div.dark .dpSocialTimeline_layout button:active, 
div.dark .dpSocialTimeline_layout button.active {
	/*border: 0; */
	border-color: #323232;
	/* border-top: 1px; */
	background: #111;
}

div.dark .dpSocialTimeline_divider {
	border-top: 1px dashed #333;
}

div.dark .dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a {
	color: #999;
}

div.dark .dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a.tw_reply {
	background: url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/dark/reply.png) no-repeat 0 50% !important;
}

div.dark .dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a.tw_retweet {
	background: url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/dark/retweet.png) no-repeat 0 50% !important;
}

div.dark .dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a.tw_favorite {
	background: url(//i0.wp.com/meinekuche.com/wp-content/plugins/dpSocialTimeline/images/dark/favorite.png) no-repeat 0 50% !important;
}

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}