.sid-box-shadow {
  box-shadow: 0 5px 0 rgba(0,0,0,0.1);
}
.sid-box-shadow-inset {
  box-shadow: inset 0 5px 0 rgba(0,0,0,0.1);
}
.sid-box-shadow-invert {
  box-shadow: 0 -5px 0 rgba(0,0,0,0.1);
}
.sid-slope-right {
  content: '';
  position: absolute;
  right: 0;
  top: 100%;
  border-bottom: 15vw solid white;
  border-right: 100vw solid transparent;
}
.sid-slope-right-invert {
  content: '';
  position: absolute;
  right: 0;
  top: 100%;
  border-top: 15vw solid white;
  border-right: 100vw solid transparent;
}
.sid-slope-left {
  content: '';
  position: absolute;
  right: 0;
  top: 100%;
  border-top: 15vw solid white;
  border-right: 100vw solid transparent;
}
.sid-slope-left-invert {
  content: '';
  position: absolute;
  right: 0;
  top: 100%;
  border-top: 15vw solid white;
  border-left: 100vw solid transparent;
}
.sid-3d-effect-skew {
  margin-top: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  -webkit-transform: skew(-196deg) perspective(180px) rotateX(20deg);
  -moz-transform: skew(-196deg) perspective(180px) rotateX(20deg);
  transform: skew(-196deg) perspective(180px) rotateX(20deg);
}
.sid-3d-effect-skew-reset {
  margin-top: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  -webkit-transform: skew(196deg) perspective(180px) rotateX(-20deg);
  -moz-transform: skew(196deg) perspective(180px) rotateX(-20deg);
  transform: skew(196deg) perspective(180px) rotateX(-20deg);
}
.sid-skew-right-a {
  -webkit-transform: skew(-200deg);
  -moz-transform: skew(-200deg);
  transform: skew(-200deg);
}
.sid-skew-right-a-reset {
  -webkit-transform: skew(200deg);
  -moz-transform: skew(200deg);
  transform: skew(200deg);
}
.sid-skew-right {
  -webkit-transform: skew(-194deg);
  -moz-transform: skew(-194deg);
  transform: skew(-194deg);
}
.sid-skew-right-reset {
  -webkit-transform: skew(194deg);
  -moz-transform: skew(194deg);
  transform: skew(194deg);
}
.sid-skew-right-b {
  -webkit-transform: skew(-220deg);
  -moz-transform: skew(-220deg);
  transform: skew(-220deg);
}
.sid-skew-right-b-reset {
  -webkit-transform: skew(220deg);
  -moz-transform: skew(220deg);
  transform: skew(220deg);
}
#social-stream.dcsns {
  background: transparent;
  padding: 10px 8px 0;
}
.dcsns-content {
  border-radius: 0;
}
.stream li {
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background: #f1f1f1;
}
.stream li .section-intro {
  border-radius: 0;
  background: #00529c !important;
  font-size: 0.8rem;
}
.stream li .section-intro a:hover {
  color: #dddddd;
}
.stream li .section-title {
  font-size: 1rem;
  line-height: 1.1;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 5px;
}
.stream li .section-text {
  font-size: 0.80rem;
  line-height: 1.1;
  margin-bottom: 5px;
}
.stream li.dcsns-facebook .section-intro,
.filter .f-facebook a:hover,
.stream li.dcsns-twitter .section-intro,
.filter .f-twitter a:hover {
  background-color: #444;
}
.stream li.dcsns-youtube .section-thumb,
.stream li.dcsns-facebook .section-thumb,
.stream li.dcsns-instagram .section-thumb {
  width: 230px;
  margin: 0 15px 0 0;
  max-width: 100%;
}
.stream li.dcsns-youtube .section-thumb img,
.stream li.dcsns-facebook .section-thumb img,
.stream li.dcsns-instagram .section-thumb img {
  max-width: 100%;
  max-height: 140px;
}
.dcsns-toolbar {
  background: #00529c;
  border-radius: 0;
  margin: 0 -18px 0;
  width: auto;
  padding: 8px 10px;
  bottom: -8px;
}
.dcsns-toolbar .socicon {
  color: #fff;
}
.dcsns-toolbar .socicon:hover {
  color: #000;
}
#social-stream-list .dcsns-toolbar .filter li a:hover {
  background: #00529c;
}
#social-stream-list .dcsns-toolbar .filter li a:hover .socicon {
  color: #dddddd;
}
.dcsns .filter li a .socicon {
  font-size: 1rem;
}
#social-stream-list .dcsns-toolbar .controls {
  right: 10px;
  top: 8px;
  height: 18px;
}
#social-stream-list .dcsns-toolbar .controls a {
  background: none;
  height: 18px;
  line-height: 18px;
  width: 22px;
  margin: 0 0 0 5px;
  text-decoration: none;
  color: #fff;
}
#social-stream-list .dcsns-toolbar .controls a:hover {
  color: #dddddd;
}
ul#dcsns-filter {
  height: 18px;
}
#social-stream-list .dcsns-toolbar .controls a:after {
  font-family: FontAwesome;
  font-size: 1.3rem;
}
#social-stream-list .dcsns-toolbar .controls a.play:after {
  content: "\f01d";
}
#social-stream-list .dcsns-toolbar .controls a.pause:after {
  content: "\f28c";
}
#social-stream-list .dcsns-toolbar .controls a.prev:after {
  content: "\f01b";
}
#social-stream-list .dcsns-toolbar .controls a.next:after {
  content: "\f01a";
}
#social-stream-list .dcsns-toolbar .filter li {
  text-align: center;
  height: 18px;
  width: 22px;
}
#social-stream-list .dcsns-toolbar .filter li img {
  display: none;
}
#social-stream-list .dcsns-toolbar .filter li a {
  margin: 0 5px 0 0;
  background: #00529c;
  color: #222;
  line-height: 18px;
  min-width: 18px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0;
  font-size: 0.8rem;
  border-radius: 0;
  height: 18px;
  width: 22px;
  border: 0;
  text-align: center;
}
.stream li a {
  color: #00529c;
}
.stream li a:hover {
  color: #006dcf;
}
#social-stream-list .stream li {
  border: 0;
  width: auto;
  margin: 0 0 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9rem;
  box-shadow: none;
  padding: 0;
  line-height: 1;
}
.section-intro a.link-intro {
  color: #fff;
}
.section-intro a.link-intro:hover {
  color: #000;
}
.section-intro .socicon-facebook:before {
  font-size: 15px;
}
.stream li .section-thumb img {
  max-width: 120px;
  max-height: 90px;
}
